Signals


Signals represent the passing of information between various symbols. Signals may be of type:

Signal names are case insensitive, have a maximum length of 32 characters, must begin with an alphabetic character and may not contain spaces and other characters in this set (“;:”).

Three signal names are reserved: 0, 1, and Local. The two constants represent digital 0 and 1 or analog 0, and will be sent to the symbol when the program starts.

You may also name a signal “//”, or select Complete Argument from the right click menu. The symbol’s argument will be defaulted to either a 0 or to a temporary hidden signal name, which will behave properly as if you don’t care what that argument is assigned to. For more information on this topic please refer to Special Signal Name //.

Note that incomplete signals are marked by an exclamation point icon denoting that the signal is missing either a driving source, or a destination.