5-62
ADAM 4000 Series Use r’s Manual
4016
$AA6
Name Get Excitation Voltage Output Value command
Description The addressed strain gauge input module is instructed to
return the latest output value it received from Excitation
Voltage Output command. If the module hasn’t received an
Excitation Voltage Output command since startup, it will
return its Start-up Output value.
Syntax $AA6(cr)
$ is a delimiter character.
AA (range 00-FF) represents the 2-character hexadecimal
address of the strain gauge input module.
6 is the Get Excitation Voltage Output command.
(cr) is the terminating character, carriage return (0Dh)
Response !AA(data)(cr) if the command is valid.
?AA(cr) if an invalid command was issued.
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.
(data) is the value that is returned by analog output channel.
The format of the data is in engineering unit.
(cr) is the terminating character, carriage return (0Dh)
Example command: $0A6(cr)
response: !0A+03.000(cr)
The command tells the strain gauge input module at address
0Ah to return the last excitation voltage output value it
received from an Excitation Voltage Output command. The
strain gauge input module returns the value +03.000V.