User Manual
177 Chapter 6
#aaccdd.ddd
Name Write AO Value to One Channel
Description Write output value to a specified analog output channel
in a specified module.
Syntax #aaccdd.ddd(cr)
# is a delimiter character.
aa (range 00-FF) represents the 2-character hexadecimal
slave address of the ADAM-6000 module you want to
interrogate. (Always 01)
cc (range 00-01) represents the specific channel you want to
write output value.
dd.ddd (in engineering unit) represents the analog output
value of the specific analog output channel.
(cr) is the terminating character, carriage return (0Dh).
Response >(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
communication 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-6000 module you want to
interrogate. (Always 01)
(cr) is the terminating character, carriage return (0Dh).
Example command: #010105.555(cr)
response: >(cr)
Value for analog output channel 1 of the ADAM-6024
module at address 01h is set with a value +05.555.