Vicking electronics
Pag. 11
Data is placed in a buffer with the PRINT command and transmitted with the SEND command. Most codes
to the terminals can be automatically generated by using the parameter file ( TXT ) this is shown under the
heading “
OFFLINE parameter example
”.
The codes can also be directly inserted in the transmission string, this is shown under the heading “
OFFLINE
direct example
”.
Relay 1 on
8
(dec)
Relay 1 becomes active.
The normal open contact is now closed and the normal closed contact will be open.
The I/O board must be installed for this command to be effective.
ONLINE example
Transmit: 29Relay 1 on08
Clear screen, display ‘Relay 1 on’ , switch relay 1 on
OFFLINE direct example
CHAIN $RELON%8
PRINT $ADRES,$RELON : SEND
OFFLINE parameter example
PRINT $ADRES : POINT 1,1 : SEND
Relay 1 off
9
(dec)
Relay 1 becomes inactive.
The normal open contact is now open and the normal closed contact will be closed.
The I/O board must be installed for this command to be effective.
ONLINE example
Transmit: 29Relay 1 off09
Clear screen, display ‘Relay 1 off’ , switch relay 1
off
OFFLINE direct example
CHAIN $RELON%9
PRINT $ADRES,$RELON : SEND
OFFLINE parameter example
PRINT $ADRES : POINT 1,2 : SEND