SM1882B Us er Ma nual
http://www.sonbus.com/
Sha nghai Son
best Industrial Co., Ltd Page3
01
03
00 00
00 01
84 0A
For the correct query frame, the device will respond with data:01 03 02 00 79 79 A6 , the response
format is parsed as follows:
Device ID
Function id
Data Length
数据
1
Check Code
01
03
02
00 79
79 A6
Data Description: The data in the command is hexadecimal. Take data 1 as an example. 00 79 is
converted to a decimal value of 121. If the data magnification is 100, the actual valu e is 121/100=1.21.
Others and so on.
2. Data Address Table
Address
Start Address
Description
Data type
Value range
40001
00 00
1#atmospheric
pressureregister
Read only
0~65535
40101
00 64
model code
read/write
0~65535
40102
00 65
total points
read/write
1~20
40103
00 66
Device ID
read/write
1~249
40104
00 67
baud rate
read/write
0~6
40105
00 68
mode
read/write
1~4
40106
00 69
protocol
read/write
1~10
3 read and modify device address
(1) Read or query device address
If you don't know the current device address and there is only one device on the bus, you can use the
command FA 03 00 64 00 02 90 5F Query device address.
Device ID
Function id
Start Address
Data Length
CRC16
FA
03
00 64
00 02
90 5F
FA is 250 for the general address. When you don't know the address, you can use 250 to get the real
device address, 00 64 is the device model register.
For the correct query command, the device will respond, for example the response data is: 01 03 02
07 12 3A 79, the format of which is as shown in the following table:
Device ID
Function id
Start Address
Model Code
CRC16
01
03
02
55 3C 00 01
3A 79
Response should be in the data, the first byte 01 indicates that the real address of the current dev ice is,
55 3C converted to decimal 20182 indicates that the current device main model is 21820, the last two bytes
00 01 Indicates that the device has a status quantity.
(2)Change device address
For example, if the current device address is 1, we want to change to 02, the command is:01 06 00 66
00 02 E8 14 .
Device ID
Function id
Start Address
Destination
CRC16
01
06
00 66
00 02
E8 14
After the change is successful, the device will return information: 02 06 00 66 00 02 E8 27 , its format
is parsed as shown in the following table:
Device ID
Function id
Start Address
Destination
CRC16
01
06
00 66
00 02
E8 27
Response should be in the data, after the modification is successful, the first byte is the new device
address. After the general device address is changed, it will take effect immediately. At this time, the user