Illustration of the communication protocol example:
1. Set the communication address: 192.168.1.1
- Send command: B4 C0 A8 01 01 00 1E
- Reply data: A4 00 00 00 00 00 A4
- Note: The above example illustrate that setting the communication address as 192.168.1.1 (the user can set their own address based on their preferences and needs), sending commands and replying data automatically are as shown above, the data are expressed in hexadecimal; the last byte of the sending and replying data are 1E and A4, belong to cumulative sum. At sending commands: B4 + C0 + A8 + 01 + 01 + 00 = 21E (use the hexadecimal addition), the cumulative sum data is 21E, take the last two bytes 1E to be used the cumulative sum data in sending commands; data in reply: A4 + 00 + 00 + 00 + 00 + 00 = A4 (use the hexadecimal addition),the cumulative sum data is A4,which is the cumulative sum data in reply.
- The explanation of the cumulative sum is now finished, the following parameter examples are the same as this, there is no explanation any more.
2. Set the power alarm threshold:20 KW
- Send command: B5 C0 A8 01 01 14 33
- Reply data: A5 00 00 00 00 00 A5
- Note: 14 in the sending command is the alarm value (14 is a hexadecimal data representation, which converted to decimal is 20). What you should note is the power alarm value of this module is based on KW units, which means the minimum alarm value is 1KW, the maximum value is 22KW.
3. Read the current voltage
- Send command: B0 C0 A8 01 01 00 1A
- Reply data: A0 00 E6 02 00 00 88
- Note: Reply voltage data is D1D2D3 = 00 E6 02,00 E6 represent the integer-bit of the voltage, 02 represent the decimal of the voltage, the decimal is one digit, converts 00 E6 to decimal is 230; converts 02 to decimal is 2, so the current voltage value is 230.2V.
4. Read the current current
- Send command: B1 C0 A8 01 01 00 1B
- Reply data: A1 00 11 20 00 00 D2
- Note: Reply current data is D2D3 = 11 20,11 represent the integer-bit of the current, 20 represent the decimal of the current, the current decimal is two digits, converts 11 to decimal is 17; converts 20 to decimal is 32, so the current current value is 17.32 A.
5. Read the current power
- Send command: B2 C0 A8 01 01 00 1C
- Reply data: A2 08 98 00 00 00 42
- Note: Reply power data is D1D2 = 08 98, converts 08 98 to decimal is 2200, so the current voltage value is 2200W.
6. Read the energy
- Send command: B3 C0 A8 01 01 00 1D
- Reply data: A3 01 86 9F 00 00 C9
- Note: Reply energy data is D1D2D3 = 01 86 9F, converts 01 86 9F to decimal is 99999, so the accumulated power is 99999Wh.
F.Illustration of the communication
- 1.Connect hard wire according to the wiring diagram in figure 1 and 2.
- 2.After connect the wire, please choose the communication port, this module’s upper computer software support communication port: COM2\COM3\COM4, you can check through device manager, if it is not the above communication port, you should amend it through port.
G.Precautions
1. This module is suitable for indoor, please do not use outdoor.
2. Applied load should not exceed the rated power.
3. Wiring order can’t be wrong.
H. Specification parameters
- 1. Working voltage: 80 ~ 260VAC
- 2. Test voltage: 80 ~ 260VAC
- 3. Rated power: 100A/22000W
- 4. Operating frequency: 45-65Hz
- 5. Measurement accuracy: 1.0 grade
Package Included:
- 1 x AC80-260V 100A Power Meter Monitor