
CW-80 Supervisor’s Operating Guide 17
Commands to Write to ID Registers
The !I command is used to transmit an ID Register set to a
CW-80, storing the contents in the desired ID# location.
USING THE !I COMMAND TO WRITE TO AN ID REGISTER SET:
Command Format:
[SOH][Addr][“!I”][ID#][“,”][Under Data][,][Over Data][,]
[Tare Data[,][Unit] [CR]
[SOH] ASCII character (01 Hex) “Start of Header”.
[Addr] Two-character ASCII sequence (00-99) for
the CW-80 address.
[“!I”] Two-character sequence that instructs the
checkweigher to store the associated Tare/
Tolerance data in the ID#.
[“,”] ASCII Character 2C Hex.
[ID#] Three-character field of the ID number.
[Under Data] 7-character field (including a decimal point)
that represents the Under Value to be
associated with this ID. The field must be in
the same format as the displayed format for
the Unit of measure associated with the ID
record. All 7 characters must be sent and
spaces are represented by leading zeros.
[Over Data] 7-character field (including a decimal point)
that represents the Over Value to be associated
with this ID. All 7 characters must be sent and
spaces are represented by leading zeros.
[Tare Data] This is a 7 character field including decimal
point that represents the Tare Value to be
associated with this ID. All 7 characters must
be sent and spaces are represented by leading
zeros.
[UNITS] This is a single character field indicating the
units of measure. L = pounds; K = kilograms;
G = grams;
O = ounces; Z = pounds and ounces.
[CR] ASCII character (1D Hex) “Carriage Return”
used to signify the end of a complete serial
command..
Example:
To enter the the following Tare/Tolerance register (Tare
value=1.3 kg, Over value= 20.05 kg, Under value of
20.00 kg) into ID#45 Checkweigher with Address 36, send
the following:
[SOH]36!I045,0020.00,0020.05,0001.30,K[CR]
ID Reference Commands
ID Reference Commands instruct the CW-80 to transmit
various values associated with a particular ID number.
ID REFERENCE COMMANDS
“RT” (RECALL TARE REGISTER COMMAND)
“XT” (XMIT TARE COMMAND)
“XTG” (XMIT TARGET COMMAND)
“XO” (XMIT OVER COMMAND)
“XU” (XMIT UNDER COMMAND)
“CT” (CLEAR TARE COMMAND)
“CTG” (CLEAR TARGET COMMAND)
“CO” (CLEAR OVER COMMAND)
“CU” (CLEAR UNDER COMMAND)
Command Format:
[SOH][ADDR HIGH][ADDR LOW][COMMAND][ID#][CR]
[SOH] ASCII character (01 Hex) “Start of Header”
that is a preamble to all bidirectional serial
commands.
[ADDR HIGH] ASCII character for the most significant digit
of the two-digit CW-80 address.
[ADDR LOW] ASCII character for the least significant digit
of the two-digit CW-80 address.
[COMMAND] Two-character sequence that instructs the
CW-80 to perform a function. The list of
commands is detailed above.
[ID#] Three-character field of ID number.
[CR] ASCII character (1D Hex) “Carriage Return”
used to end a complete serial command.
Command Format Key:
[ ] represents a separate field of information.
“ ” represents literals which will appear as shown.