valerio81
Sep 28 2009, 02:33 AM
Hi there,
i need to use to command a variable like "pulse" (the same of "temporary" on NS).
But i didn't find a specific command on script list.
Have you any advice?
thank you!
Valerio
Berti Baker
Sep 29 2009, 05:19 AM
Hi there.
Do you mean the NS's 1 second "Run Pulse"? If so then you can use CX-Supervisor's system point "$Second". Even though this is actually a analog value you can still use it in many places. For example you can use "$Second" as the argument in an On Condition script which will then run every second (actually every second EXCEPT when equal to zero - most people write "$Second || TRUE" or "$Second != -1" or similar to make it evaluate every second, but the condition always be true)
If you tell us how you want to use it we'll confirm if this suits...
Regards,
Bertie