Purpose
Adds a specified value to the current value of another block.
Syntax
ADDOUT value TO block
Example
To add 34 to the current value of the block AI2, enter:
ADDOUT 34 TO AI2
NOTE: Be sure to include a DELAY command after an ADDOUT command when it adds a value to an Analog Output block. Using the DELAY command ensures the Analog Output block can properly process the data it receives from the Program block.