Purpose
Executes a specified statement if the digital points bit is 1 (set). This command is used only with the SIM driver provided with iFIX. SIM registers range from 0 to 2000 and bits range from 0 to 15. The statement number can reference any programming statement in the block.
Syntax
GOSET register:bit statement#
Example
To examine the second bit in the 30th register and determine if the bit is set (equal to 1), enter:
GOSET 30:2 09
If the bit is set, the Device Control block executes statement 09.