Chapter 4 Command Set 4-207
Chapter 4
4080
@AAPA(data)
@AASA(data)
Name Set Alarm Limit Value of Counter 0 (or 1)
Description Set the Alarm limit value of counter 0 (or 1) of the specified
counter module at address AA.
Syntax @AAPA(data)(cr)
@AASA(data)(cr)
@ is a delimiter character.
AA (range 00-FF) represents the 2-character hexadecimal
address of a counter module.
PA represents the Set Alarm Limit value for counter 0
command.
SA represents the Set Alarm Limit Value for counter 1 command.
(data) is the alarm limit value which must consist of eight
hexadecimal digits.
(cr) is the terminating character, carriage return (0Dh).
Response !AA(cr) if the command is valid.
There is no response if the module detects a syntax error or
communication error or if the specified address does not exist.
! is a delimiter character indicating a command was valid.
AA (range 00-FF) represents the 2-character hexadecimal
address of a counter module.
(cr) is the terminating character, carriage return (0Dh).
Example command: @$12PA0000FFFF(cr)
response: !12(cr)
The command sets the alarm limit value 0000FFFF for counter 0
of the counter module at address 12h. The addressed module
replies that the command has been received.