Hello,I am trying to connect my Delta DVP-12SE11T PLC using RS485 with Ignition in the gateway.
I have created the device connection with following properties:
-
Serial Port : COM4
Bit Rate : 9600
Data Bits : 7
Parity : Even
Stop Bits : 1
-
Transfer Mode : ASCII
In PLC there is a simple on off program with M0(NO),M1(NC),M2(NO) memory bits and Y0,Y1 output bits. In order to see the tags(Boolean) in ignition designer for this connection what OPC Item Path should be used. I have tried but didn’t get any data.
However, in modscan64 the M2 bit which has the address 02051 shows to be 1 and also the corresponding output of this Y0 at address 01281 also shows 1.
Also,with the same device when i connected using Modbus TCP protocol everything work fine
with M0 at C2049,M1 at C2050,M2 at C2051,Y0 at 1281,Y1 at 1282.
Help me to configure the OPC Item Path for Modbus RTU.


