ADAM-6200 User Manual 172
#aaBCccnnnn
Name Write AO Value to One Channel
Description Write output value to a specified analog output channel in a specified
module.
Syntax #aaBCccnnnn(cr)
# is a delimiter character.
aa (range 00-FF) represents the 2-character hexadecimal slave
address of the ADAM-6200 module you want to request. (Always 01)
cc (range 00-01) represents the specific channel you want to write out-
put value.
nnnn (range:0000 - 0FFF) represents the analog output value of the
specific analog output channel.
(cr) is the terminating character, carriage return (0Dh).
Response !aa(cr) if the command is valid.
?aa(cr) if an invalid operation was entered.
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
address of the ADAM-6200 module you want to request. (Always 01)
BC is Write AO Value to One Channel command
(cr) is the terminating character, carriage return (0Dh).
Example Value for analog output channel 1 of the ADAM-6224 module at
address 01h is set with a value 0x800.
ASCII Command: #01DS010800 (cr)
Response: !01(cr)