Chapter 5
5-63
ADAM 4000 Series Use r’s Manual
4016
$AA7
Name Excitation Voltage Output command
Description Send a value to the analog output channel of the addressed
strain gauge input module. Upon receipt, the analog output
channel will output this value.
Syntax $AA7(data)(cr)
$ is a delimiter character.
AA (range 00-FF) represents the 2-character hexadecimal
address of the strain gauge input module.
7 is the Excitation Voltage Output command.
(data) is the value that has to be output through the analog
output channel. The data format is engineering unit and the
range is between 0 ~ 10 V.
(cr) is the terminating character, carriage return (0Dh)
Response !AA(cr) if the command is valid.
?AA(cr) if a value was sent that is out of range.
There is no response if the module detects a syntax erro r or
communication error or if the specified address does not
exist.
! delimiter character indicates a valid command was
received.
? delimiter character indicates the command was invalid.
AA (range 00-FF) represents the 2-character hexadecimal
address of the strain gauge input module.
(cr) is the terminating character, carriage return (0Dh)
Example command: $337+05.000(cr)
response: !33(cr)
The command sends the value +05.000V to the analog
output channel of the strain gauge input module at address
33h. The module responds that the command is valid. Its
output data format is in engineering unit, the value is
+05.000V.