Downlink Command
The device supports downlink commands to configure the device. Application port is 85 by default.
General Setting
| Item | Channel | Type | Byte | Description |
|---|---|---|---|---|
| Reboot | ff | 10 | 1 | ff |
| Clear Accumulated Current | ff | 27 | 1 | 01: Phase A; 02: Phase B; 03: Phase C Note: when it
reaches to max value FFFFFFFF (42949672.95Ah), it will clear to 0
automatically. |
| Reporting Interval | ff | 8e | 3 | Byte 1: 00 Byte 2-3: UINT16, Unit: minute |
- Example:
-
- Reboot the device.
ff10ff - Set report interval as 20 minutes.
ff8e001400 Channel Type Value ff 8e 1400=>0014=20minutes
- Reboot the device.
Alarm Setting
| Item | Channel | Type | Byte | Description |
|---|---|---|---|---|
| Threshold Alarm | ff | 06 | 9 | Byte 1:
Byte 2-3: Min. value, Unit: A or 0.1°C Byte 4-5: Max. value, Unit: A or 0.1°C Byte 6-9: 00000000 |
| Alarm Reporting Interval | ff | 02 | 2 | Unit: min, Range: 1~1440 |
| Alarm Reporting Times | ff | f2 | 2 | Range: 1~1000 |
- Example:
-
- Enable Phase A current threshold alarm and set maximum threshold as 60A.
ff 06 0a00003c00 00000000 Channel Type Value ff 06 0a=00001010=>over Phase A current maximum threshold Min. value: 00 00=0
Max. value: 3c 00=> 00 3c=60 A
- Set alarm reporting times as 10.
fff2 0a00 Channel Type Value ff f2 0a 00=>00 0a=10
- Enable Phase A current threshold alarm and set maximum threshold as 60A.