Thanks, I wright the same script but I didnt use parameter pCont.useTime = true
now its working
It should work regardless if that channel is initiated or not, AFAIK. You are only seeing the channel and not altering it.
is it the fact that the Init needs a seed value? or something else?
Forgive my niaveness, I saw the pcont.randXX functions but was unable to figure out how to set a lower limit. None of the functions seem to be able to set a range other than 0 - …
IE theValue = pcont.rand01() ? i was hoping it would be simple like [50, 100] or 50 100 but it just generates some random #
and
theValue = pcont.rand0X 100 --you can set the upper but how can you set the lower limit?
and mental note to self “remember to use expressions” not just functions 
