147 ADAM-6200 User Manual
Appendix B ADAM-6200 ASCII Commands
$aaM
Name Read Module Name
Description Returns the module name from a specified module.
Syntax $aaM(cr)
$ is a delimiter character.
aa (range 00-FF) means the 2-character hexadecimal slave address
of the ADAM-6200 module you want to request. (Always 01)
M is the Module Name command.
(cr) is the terminating character, carriage return (0Dh).
Response !aa60bb(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, communica-
tion error or if the address does not exist.
! delimiter indicating a valid command was received.
? delimiter indicating the command was in-valid.
aa (range 00-FF) represents the 2-character hexadecimal slave
address of an ADAM-6200 module.
bb (range 00-FF) represents the 2-character model number of an
ADAM-6200 module.
(cr) is the terminating character, carriage return (0Dh).
Example The command requests the system at address 01h to send its module
name. The system at address 01h responds with module name 6250
indicating that there is an ADAM-6250 at address 01h.
Command: $01M(cr)
Response: !016250(cr)