Installation guide

182 Programming Commands
EXOUT I/O Function
ACTION: Sets or returns the state of the specified expansion I/O outputs.
PROGRAM SYNTAX: EXOUT(nnn) cr
EXOUT(nnn,len) cr
EXOUT(nnn)=number cr
EXOUT(nnn,len)=number cr
REMARKS: See Programming Command EXOUT.
EXAMPLES: EXOUT(207)=-3
turns output 7 on board 2 on
EXOUT(207)=0
turns output 7 on board 2 off
EXOUT(207)
Returns the last commanded output for 207.
EXOUT(207,3)=6.2
outputs 209=on, output 208=on and output 207=off
EXOUT(207,3)=4
output 209=on, output 208=off and output 207=off.
EXOUT(208,2)
Returns the last commanded state for output 208 and 209
FILTER Miscellaneous Command
ACTION: Sets the filter value for the for the defined analog input
PROGRAM SYNTAX: FILTER(b0n)=number cr
FILTER(b0n) cr
REMARKS: The "b" specifies the board (1-4).
The "n" specifies the analog input (1-4).
The number sets the filter value (.01 - 1). Where 1.0 is no filtering.
FILTER(b0n)=number
Sets the filter value for the designated board and input.
FILTER(b0n)
Returns the filter value for the designated board and input.
EXAMPLES: FILTER(101)=.1
Sets the filter value for board 1 input to a value of .1.
FILTER(302)=.1
Sets the filter value for board 1 input to a value of .1.