Name Enable/Disable Channels for Average
Description Enables/Disables the specific channels in the analog input module for the
average function.
Syntax $aaEmm(cr)
$ is a delimiter character.
aa (range 00-FF) represents the 2-character hexadecimal Modbus address
of the ADAM-6000 module to be read. (Always 01)
E represents the enable/disable channel for average command.
mm (range 00-FF) are two hexadecimal characters. Each character is
interpreted as 4 bits. The first 4-bit value represents the status of channels
4-7; the second 4-bit value represents the status of channels 0-3. A value of
0 means the channel is disabled, while a value of 1 means the channel is
enabled.
(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 communication
error or if the specified address does not exist.
! delimiter character indicating a valid command was received.
? delimiter character indicating the command was invalid.
aa (range 00-FF) represents the 2-character hexadecimal Modbus address of
an ADAM-6000 module.
(cr) is the terminating character, carriage return (0Dh)
Example command: $01E03(cr)
response: !01
The command enables/disables channels for average function in the analog
input module at address 01h. Hexadecimal 03 equals binary 00000011,
which enables channel 0, 1 and disables the rest of other channels.
#aaE