Sign in to follow this  
Followers 0
valerio81

pulse command on CXSupervisor

2 posts in this topic

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

Share this post


Link to post
Share on other sites
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

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0