ADAM-4000 Series User Manual 1544018M5.2.9 @AAACSDHHHHTEIIIIName Set Alarm Limit commandDescription Set high/low alarm limits for the channel C in the analoginput data logger at address AA.Syntax @AAACSDHHHHTEIIII(cr)@ is a delimiter characterAA (range 00-FF) represents the 2-character hexadecimaladdress of an analog input data logger.A is the Set Alarm Limit command.C represents the channel index. Its value is from 0 to 7.S represents the sign of the high alarm limit.‘+’ is for positive, and ‘-’ is for negative.D represents the decimal point of the high alarm limit. Itsvalue is from 0 to 5.HHHH represents the 4-character hexadecimal number ofhigh alarm limit.T represents the sign of the low alarm limit.‘+’ is for positive, and ‘-’ is for negative.E represents the decimal point of the low alarm limit. Itsvalue is from 0 to 5.IIII represents the 4-character hexadecimal number of low alarm limit.(cr) is the terminating character, carriage return (0Dh).Response !AA(cr) if the command is valid.?AA(cr) if an invalid parameter was entered. There is noresponse if the module detects a syntax error orcommunication error or if the specified address does not exist.! is a delimiter character indicating a valid command was received.? is a delimiter character indicating the command was invalid.AA (range 00-FF) represents the 2-character hexadecimaladdress of an analog input data logger.(cr) is the terminating character, carriage return (0Dh).Example command: @EFA0+20400+20100(cr)response: !EF(cr)The command sets channel 0 of the analog input datalogger at address EF as such:high alarm limit = 10.24low alarm limit = 2.56The response indicates the command was received.