Chapter 4 Command Set 4-217
Chapter 4
4080
@AARP
Name Read Low-alarm Count Value of Counter 0
Description Read the low-alarm value of counter 0 of the specified counter
module.
Syntax @AARP(cr)
@ is a delimiter character.
AA (range 00-FF) represents the 2-character hexadecimal
address of a counter.
RP identifies the Read Low-alarm Count Value command.
(cr) is the terminating character, carriage return (0Dh)
Response !AA(data)(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 exists.
! is a delimiter character indicating a valid command
AA (range 00-FF) represents the 2-character hexadecimal
address of a counter module.
(data) is the low-alarm count value which consists of eight
hexadecimal digits.
(cr) is the terminating character, carriage return (0Dh).
Example command: @12RP(cr)
response: !120000FFFF(cr)
The command instructs the module at address 12 to return its
low-alarm count value. The module replies that counter 0's low-
alarm count value is 0000FFFF(hex).
4080D