TI - 20211201 - Logger - Communication Protocol - 1.0.2.7 - EN
TI - 20211201 - Logger - Communication Protocol - 1.0.2.7 - EN
AW0 1.0.2.7
Applicable models:
Logger1000
Logger3000
Logger4000
I. General Description
This protocol applies to the communication between
Logger4000/Logger3000/Logger1000 and the host computer monitoring software. It
adopts MODBUS RTU/TCP communication protocol. This protocol can read the
real-time overall machine running information of Logger4000/Logger3000/
Logger1000, and the information of sensors configured for
Logger4000/Logger3000/Logger1000. Communication address of
Logger4000/Logger3000/Logger1000 is 247.
When the logger forwards data from a device (e.g., inverter), the device (inverter)
address is its forwarding address. For information on how to get the address and access
data, please refer to Logger Modbus Protocol Data Forwarding Guide.
1
Security Classification: Public
3
Security Classification: Public
active power
Min. total nominal
8059 U16 1 kW
active power
Max. total nominal
8060 U16 1 kVar
reactive power
Min. total nominal
8061 S16 1 kVar
reactive power
Inverter preset total
8066 U16 1 kW
active power
Inverter preset total
8067 S16 1 kVar
reactive power
0: Off
Logger On/Off state 8068 U16 1
1: On
0: latched
Logger unlatch state 8069 U16 1
1: unlatched
Total active power 8070 U64 1 W
Daily yield 8074 U32 0.1 kWh
Total reactive power 8076 S64 1 var
Total yield 8080 U64 0.1 kWh
Min. adjustable
8084 U32 0.1 kW
active power
Max. adjustable
8086 U32 0.1 kW
active power
Min. adjustable
8088 S32 0.1 kVar
reactive power
Max. adjustable
8090 S32 0.1 kVar
reactive power
Nominal active
8092 U32 0.1 kVar
power
Nominal reactive
8094 U32 0.1 kVar
power
Grid-connected
8096 U16 1 Set
devices
Off-grid devices 8097 U16 1 Set
Monthly yield of
8098 U64 0.1 kWh
array
Annual yield of array 8102 U64 0.1 kWh
Apparent power of
8106 U64 1 VA
array
4
Security Classification: Public
Set reactive
power of subarray 8007 S32 0.1 kVar
inverter
Setting reactive
power ratio of 8009 S32 0.1 %
subarray inverter
Set the power
factor of subarray 8011 S32 0.001
inverter
D01 8013 U16 1 Logger3000/Logger4000
D02 8014 U16 1 0: The common end and the NC
D03 8015 U16 1 end are closed
1: The common end and the NO
D04 8016 U16 1 end are closed
V. Examples
6.1. The background communicates with the logger over the network. The address of
the logger is 247. When the background is bound to the port 502 of the logger, it needs
to query the DI state of the logger.
Background sends: 09 79 00 00 00 06 F7 04 1F 54 00 02
Logger replies: 09 79 00 00 00 07 F7 04 04 00 01 00 00
In the data replied, "09 79 00 00 00 06" and "09 79 00 00 00 07" are headers of the
Modbus TCP message; F7 is the address of the logger; 04 is the function code; 0x1F54
= 8020 is to query the data of Register 8021. According to this protocol, Register 8021
indicates the "digital input state (DIN)", and the data of Register 8021 in the logger
reply message is 0x0000.
5
Security Classification: Public
Send command: 00 00 00 00 00 0b F7 10 1F 44 00 02 04 01 5E 00 00
Reply data: 00 00 00 00 00 06 F7 10 1F 44 00 02
In the command sent, "00 00 00 00 00 0b" is the Modbus TCP message header, F7 is the
logger address, 10 is the function code, 0x1F44 = 8004 is to write two consecutive
register data to the starting address of Register 8005, and the value to write is
0x0000015E.