Instructions
119 ADAM-6000 User Manual
Chapter 7 Planning Your Application Program
#aaMLn
#aaDnd
Name Read single min. data value
Description Reads the min. data value of a specific analog input channel
Syntax
#aaMLn(cr)
# is a delimiter
aa (range 00~FF) is the 2-character hex slave address of the specified mod-
ule (always 01)
ML refers to the read single min. data value command
n (range 0-8) represents the specified channel you want to read the input data
from
(cr) is the terminating character, carriage return (0Dh)
Response
>(data)(cr) if the command is valid
?aa(cr) if an invalid command was entered
There is no response if the module detects a syntax error, communication
error, or if the address does not exist
> is a delimiter indicating a valid command was received
? is a delimiter indicating the command was invalid
aa (range 00~FF) is the 2-character hex slave address of the specified mod-
ule
(cr) is the terminating character, carriage return (0Dh)
Example
command: #01ML3(cr)
response: >+10.000
This command requests the module at Address 01h to return the historic min.
value from Analog Input Channel 3.
Name Set single digital output status
Description Sets the output status of a specific digital output channel
Syntax
#aaDnd(cr)
# is a delimiter
aa (range 00~FF) is the 2-character hex slave address of the specified mod-
ule (always 01)
D refers to the set digital output statuses command
n (range 0-1) represents the specific channel you want to set the output status
of
d (range 0-1) represents the status you want to set to the specified channel
(cr) is the terminating character, carriage return (0Dh)
Response
!aa(cr) if the command is valid
?aa(cr) if an invalid command was entered
There is no response if the module detects a syntax error, communication
error, or if the address does not exist
! is a delimiter indicating a valid command was received
? is a delimiter indicating the command was invalid
aa (range 00~FF) is the 2-character hex slave address of the specified mod-
ule
(cr) is the terminating character, carriage return (0Dh)
Example
command: #01DO1(cr)
response: !01
This command set Digital Output Channel 0 to "ON" for the module at
Address 01h.










