Condition:New
Type:Logic ICs

1、Introduction to module performance
The module can measure 8/12/16 channels of DC current signals, using Hall current sensor perforation input, and the channels are isolated from each other. Its output is 485 bus mode, MODBUS-RTU communication protocol, which is convenient for PLC and configuration software application.
2、Module parameter
Input signal
|
DC5A,10A,20A,50A etc.
|
Measurement accuracy
|
0.5 level
|
Analog resolution
|
Using 16-bit AD chip, the resolution is full scale* (1/10000)
|
Input isolation
|
Isolation between channels, isolation voltage 2500V
|
Data Update
|
Single channel 100mS, 12-channel cyclic measurement, data update cycle is 12S
|
Operating Voltage
|
DC8-30V, with power polarity protection, maximum 3W
|
Communication Interface
|
RS-485 interface, two-wire system, ±15KV ESD protection
|
Communication rate
|
1200~19200bps can be set by software, default is 9600
|
Communication format
|
1 start bit, 8 data bits, 1 stop bit, no parity bit
|
Transmission distance
|
<1200M(9600bps)
|
Communication address
|
Range 1~255, can be set by software, address 0-bit broadcast address
|
Dimensions
|
Length x width x height=158mm*118mm*58mm
|
Installation method
|
35 mm DIN rail mounting
|
Working environment
|
-20℃~70℃, 35%~85%RH non-condensing
|
Note: LED indicator light, run: the module is flashing under normal operation state, TX: communication send number is on

2、Terminal definition
Name
|
Description
|
Note
|
Current input
|
According to the current direction
|
|
P+
|
Power+
|
Power supply DC8-30v, power consumption < 3W
|
P-
|
Power -
|
A
|
RS485 signal +
|
RS-485 Communication
|
B
|
RS485 signal -
|
3、Module Application Guide
1. Communication connection
The RS485 communication port of the module uses shielded twisted pair connection. When networking, 32 modules can be hung on the same RS485 network, and 256 modules can be connected together through the PK485GZ repeater. When connecting with the host computer to form a local area network, the layout of the entire network must be considered. Factors such as: the length and direction of the communication cable, the position of the host computer, the matching resistance at the end of the network, the communication adapter, the scalability of the network, the coverage of the network, and the electromagnetic interference of the environment must be considered comprehensively.
2. Parameter setting
When the module leaves the factory, the range has been set and the customer cannot change it. The factory default address is 01, and the baud rate is 9600bps. The address and baud rate can be set through the test software provided by our company, or through the communication protocol. When multiple modules are used, the address cannot be repeated, and the baud rate must be consistent.
4、Communication protocol
This instrument adopts ModBus RTU communication protocol: the default address is 1, the baud rate is 9600bps, 1 start bit, 8 data bits, one stop bit, no parity.
Communication address range: 1-255, baud rate range: 1200, 2400, 4800, 9600, 19200BPS, communication address and baud rate can be set by our company's software.
Example 1: The host reads 16 input currents:
Address code
|
Function code
|
Register start address
|
Register length
|
CRC check
|
0x01
|
0x03
|
0x00 0x03
|
0x00 0x10
|
0xB4 0x06
|
The module returns data:
Address code
|
Function code
|
Effective bytes
|
No. 0 current value
|
…
|
No. 15 current value
|
CRC check
|
0x01
|
0x03
|
0x20
|
DATA0
|
…
|
DATA15
|
Low byte,high byte
|
Data and address read by function code 03:
Register address
|
PLC or configuration address
|
Content
|
Description
|
0000
|
40001
|
Address
|
high 8-bit data is the module address 00H~FFH;
|
Baud rate
|
low 8 bits are the module communication baud rate 03H~07H, which means 1200~19200BPS
|
0001
|
40002
|
|
upper 8 bits are reserved;
|
Type code
|
The lower 8 bits are the type code:
00 mean module type is voltage measurement input
01 mean module type is current measurement input
|
0002
|
40003
|
Range
|
When input is voltage, this range value/100 is the voltage range, unit is V.
When input is current, the range value/100 is the current range, unit is A.
|
0003~0014
|
40004~40015
|
I0~I11
|
Current measurement values of No. 0~11, high byte first, low byte last.
Actual value = (DataN/10000)*range, DataN is the original value, the range is 0-10000
|

Please note the Current measure range, default deliver is DC50A.