Installation guide
192 Programming Commands
NVRBIT Miscellaneous Command
ACTION: Store or return the bit value in NVR memory.
PROGRAM SYNTAX: NVRBIT(bit)= number cr
NVRBIT(bit) cr
REMARKS: See Programming Command NVRBIT.
EXAMPLES: NVRBIT(65505)=1
sets Bit 1 of element 2048 = 1
NVRBIT(65536)=0
sets Bit 32 of element 2048 = 0
NVRBYTE Miscellaneous Command
ACTION: Stores or returns the byte value in NVR memory.
PROGRAM SYNTAX: NVRBYTE(byte)=number cr
NVRBYTE(byte) cr
REMARKS: See Programming Command NVRBYTE.
EXAMPLES: NVRBYTE(8192)=255
sets MSB byte = 255 in element 2048
NVRBYTE(8189)=0
sets LSB byte = 0 in element 2048
OUT I/O Function
ACTION: Sets or returns the condition of a specified digital output.
PROGRAM SYNTAX: OUT(bnn)=number cr
OUT(bnn,len)=number cr
OUT(bnn) cr
OUT(bnn,len) cr
REMARKS: See Programming Command OUT.
EXAMPLES: OUT(107)=1
Digital I/O board 1 output 7 is set to a 1.
OUT(101,6)=48
digital I/O board 1 outputs 1-4 are set to a 0 and outputs 5 and 6 are set
to a 1.
OUT(107)
Returns output 7 on digital I/O board 1.
OUT(101,7)
Returns outputs 1-7 on digital I/O board 1.










