under what conditions we should use TO and PULSE
f0ghua
Posts: 16
I am a newbie of netlinx programming, and confused with TO and PULSE command. It seems in most cases, ON and OFF are enough, why need TO and PULSE? Is there anyone can kindly tell me under wht conditions they must to be used? some examples are appreciated.
0
Comments
Typically one uses Pulse for things where the release timing is not critical. For example, you might use Pulse on a Power Toggle for IR commands since the release is not critical to the operation.
However on things where you might mash the button down on the remote - like scrolling up and down a menu of channels or volume ramping up or down, a TO is a good choice since the user will determine when to stop doing whatever it is they're doing.
We put in a safety counter on ramp operations that imply a RELEASE if one doesn't come along by itself.