Delimiter
CR (0Dh): End of packet
Step 3. The controller requests the monitor to send the temperature from the selected sensor.
| Header | Message | Check code | Delimiter |
BCC | CR | |||
Header |
|
|
| |
SOH | (01h): Start of Header |
|
|
|
'0' | (30h): Reserved |
|
|
|
Monitor ID: Specify the Monitor ID which you want to get a value. Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'C' (43h): Message Type is "Get parameter".
Message
STX (02h): Start of Message
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
Step 4. The monitor replies a temperature of selected sensor.
Header |
|
|
|
| Message |
|
| Check code | Delimiter | |||
|
| BCC | CR | |||||||||
|
|
|
|
|
|
| ||||||
Header |
|
|
|
|
|
|
|
|
|
|
| |
SOH (01h): Start of Header |
|
|
|
|
|
|
|
|
|
| ||
'0' (30h): Reserved |
|
|
|
|
|
|
|
|
|
| ||
'0' (30h): Message receiver is the controller. |
|
|
|
|
|
|
| |||||
Monitor ID: Indicate a replying Monitor ID. |
|
|
|
|
|
|
|
| ||||
Ex.) When this byte is set to 'A', the replying Monitor ID is '1'. |
| |||||||||||
'D' (44h): Message Type is "Get parameter reply". |
|
|
|
|
|
| ||||||
|
|
|
|
|
|
| ||||||
Message |
|
|
|
|
|
|
|
|
|
|
| |
STX (02h): Start of Message |
|
|
|
|
|
|
|
|
|
| ||
|
|
|
|
|
|
|
| |||||
|
|
|
|
|
| |||||||
|
|
|
|
| ||||||||
|
|
|
|
| ||||||||
|
|
|
|
|
| |||||||
| ||||||||||||
|
| Readout value is 2's complement. |
|
|
|
|
| |||||
|
|
|
|
|
|
|
|
|
|
| ||
| Temperature [Celsius] | Readout value |
|
|
|
|
|
| ||||
| Binary |
|
| Hexadecimal |
|
|
| |||||
|
|
|
|
|
|
|
|
| ||||
| +125.0 |
| 0000 0000 1111 1010 | 00FAh |
|
|
| |||||
| + | 25.0 |
| 0000 | 0000 | 0011 | 0010 | 0032h |
|
|
| |
| + | 0.5 |
| 0000 | 0000 | 0000 | 0001 | 0001h |
|
|
| |
| 0 |
|
| 0000 | 0000 | 0000 | 0000 | 0000h |
|
|
| |
| - | 0.5 |
| 1111 | 1111 | 1111 | 1111 | FFFFh |
|
|
| |
| - | 25.0 |
| 1111 | 1111 | 1100 | 1110 | FFCEh |
|
|
| |
| - | 55.0 |
| 1111 | 1111 | 1001 | 0010 | FF92h |
|
|
|
ETX (03h): End of Message
(15/50)