Modbus tag settings

<< Click to Display Table of Contents >>

Navigation:  Project > Tags > General tab >

Modbus tag settings

Previous pageReturn to chapter overviewNext page

modbustagsettings

 

List of properties:

Property

Description

SlaveID

SlaveID of Modbus device.

Point type

Point type of the register.

Offset

Offset of the Modbus register.

Data type

Data type of the Modbus pointer. The tag's data type overrides the data type of Modbus pointer during using in project.

Bit

Choose number of bit if the data type of the pointer is binary.

 

After clicking OK you’ll get pointer settings in PV Input tag encoded in String like:

s=1;pt=3;o=0;dt=2;

where:

s - SlaveID.

pt - Point type.

o - Offset.

dt - Data type.