Chapter 4 Command Set 4-203
Chapter 4
4080
@AAPN(data)
Name Set Initial Count Value of Counter 0 (or 1)
Description Set the initial count value for counter 0 or counter 1 of the
specified counter module at address AA.
Syntax @AAPN(data)(cr)
@ is a delimiter character.
AA (range 00-FF) represents the 2-character hexadecimal
address of a counter module.
PN represents the Set Initial Count Value command.
N = 0 represents counter 0
N = 1 represents counter 1
(data) is the initial count 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: @12P0000000FF(cr)
response: !12(cr)
The command sets the initial count value 000000FF for counter
0 of the counter module at address 12. The addressed module
replies that the command has been received.