Chapter 4 Command Set 4-205
Chapter 4
4080
@AAEAN
Name Enable Alarm
Description Enable Alarm for the specified counter
Syntax @AAEAN (cr)
@ is a delimiter character.
AA (range 00-FF) represents the 2-character hexadecimal
address of a counter module.
EAN represents the Enable Alarm for counter command.
N = 0 Represents counter 0
N = 1 Represents counter 1
(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: @12EA0(cr)
response: !12(cr)
The command sets the Alarm Status as ‘Enable’ for counter 0 of
the counter module at address 12h. It means that the digital
output will be triggered while the count value of the counter 0
reaches the alarm limit value. The addressed module replies
that the command has been received.