Command @AASxTttC(Data)
Description Read the temperature corresponding to the resistance of user-defined type
Syntax @AASxTttC(Data)[CHK](cr)
@ a delimiter character
AA address of setting module (00 to FF)
S
command for setting the Steinhart coefficient
x
A: Set Steinhart coefficient A
B: Set Steinhart coefficient B
C: Set Steinhart coeficient C
Ttt
the type code of user-defined
C(Data)
the data is eight hexadecimal digits in IEEE-754 format to represent the Steinhart coeficient.
[CHK] 2 characters of Checksum
(cr) Character Return(0x0D) for denote the end of command
Response
Valid Command !AA[CHK](cr)
Invalid Command ?AA[CHK](cr)
Syntax error or communication error may get no response.
! delimiter for valid command
? delimiter for invalid command.
AA address of response module (00 to FF)
[CHK] 2 characters of Checksum
(cr) Character Return(0x0D) for denote the end of response
Example
Command @01SAT70C3A94030A
Response !01
Description Set the A Coeficient of type 70 to be 3A94030A, and return succuss.
Reference



Back to Previous Page