Skip to main content

Usage Guide

Hardware Connection

Power input and output

The voltage range is 4.5~50V, and the output is as much as the input.

RS485 to RS485

All RS485 interfaces are connected, you can freely choose one RS485 interface access, and choose another RS485 interface output.

4 ~ 20mA/1~5V to RS485

  1. When you receive 4 ~ 20mA signal, you need to set the switch to "I"; when you receive 1~5V signal, then set the switch to "*** V***".

  2. 4 ~ 20mA/1 ~ 5V sensors are accessed from Analog_In and Analog_GND and output to Sensor_Hub/Wireless_ Aggregator from any RS485 interface.

Dataframe Description

Description

  • Baud Rate: 9600
  • Serial Port: 8N1
  • Dataframe: 0x66(Slave address) 0x09(FUNC) 0x00 0x00(Begin address, 2Byte) 0x00 0x00 (Number of registers, 2byte) CRC16 (CRC Checksum 2Byte)
TypeAddressNameQuantityRegister StatusResolution
INPUT REGISTER0x00004~20 mA2Read-only1 ua
INPUT REGISTER0x00021~5 V2Read-only1 mv
  • Negative: -1 == 0xFFFFFFFF; -2==0XFFFFFFFE;

Example

Reading voltage

  • Send: 66 09 00 02 00 02 F5 DD
  • Rec: 66 09 00 00 0E 0B 90 7B

0X00000E0B => 3595 mV

Reading current

  • Send: 66 09 00 00 00 02 54 1D
  • Rec: 66 09 00 00 17 70 DB C8

0X00001770 => 6000 uA

Actual error test

1~5V

Input(mV)Reading(mV)Error value(mV)
10009982
200019964
300029955
400039928
5000498812

4~20mA

Input(uA)Reading(uA)Error value(uA)
400040011
600059973
800079955
1000099919
12000120077
14000140055
16000160055
18000180022
20000199982