ADAM-6200 User Manual 176
#aa00(data)
Name Write all digital output channels
Description This command sets all digital output channels to the specific
ADAM- 6200 module.
Syntax #aa00(data)(cr)
# is a delimiter character.
aa (range 00-FF) represents the 2-character hexadecimal slave net-
work address of the ADAM-6200 module. (Always 01)
00 means to set all channel(s).
(data) is the hexadecimal representation of the DO value(s).
Response >(cr) if the command was valid.
?aa(cr) if an invalid command has been issued.
There is no response if the module detects a syntax error or communi-
cation error or if the address does not exist.
> delimiter indicating a valid command was received.
? delimiter indicating the command was invalid.
aa (range 00-FF) represents the 2-character hexadecimal slave net-
work address of a module that is responding.
(cr) is the terminating character, carriage return (0Dh)
Example All Digital Output channels of ADAM-6250 will be logic 1.
ASCII Command: #0100007F(cr)
Response: >01<(cr)
Example All Digital Output channels of ADAM-6256 will be logic 1.
ASCII Command: #0100FFFF(cr)
Response: >01<(cr)