1. Awareness of custom equipment
The SmartLogger can connect to third-party devices (such as box-type transformer measurement and control, inverter, and EMI) using the standard Modbus-RTU protocol.
2. Understanding "Four Teles"
Remote communication (DI): Remote monitoring of the operating status and running status of electrical switches, devices, and mechanical devices, such as the status, fault signal, and switch signal, such as "device startup" and "device shutdown".
Telemetry (AI): A system technology that displays analog parameters such as current, voltage, power, pressure, and temperature in remote measurement. Generally, analog parameters such as active power and reactive power are telemetry.
Remote control (DO): Remote control or protection of electrical equipment and electrical mechanization of the working status, such as separation, and so on, generally refers to the control of the Boolean value.
Remote commissioning (AO): Set and adjust the working parameters and standard parameters of the controlled device in the distance. For example, adjust the active power value.
3. Recognizing data types
Information about the 16bit corresponding to a register address:
U16- unsigned 16-bit integer (single register)
U32- unsigned 32-bit integer (two registers)
I16- Symbol 16-bit integer (single register)
I32- Symbol 32-bit integer (two registers)
Float-32-bit floating-point data (two registers)