$aaB
Name Read Integration Time Setting
Description Read the integration time setting of a specified ADAM-6000 module.
Syntax $aaB(cr)
$ is a delimiter character.
aa (range 00-FF) represents the 2-character hexadecimal Modbus address
of the ADAM-6000 module you want to configure. (Always 01)
B is I/O module configuration reading command.
51 means 50ms (Operation Under 60 Hz power)
60 means 60ms (Operation Under 50 Hz power)
(cr) is the terminating character, carriage return (0Dh)
Response !aaff(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 address of an
ADAM-6000 module.
ff represents the integration time.
50 means 50ms (Operation Under 60 Hz power)
60 means 60ms (Operation Under 50 Hz power)
(cr) is the terminating character, carriage return (0Dh)
Example command: $01B(cr)
response: !0150(cr)
The ADAM-6000 module at address 01h is configured to an integration time
50ms (60Hz).