Hi all,I'm testing libplctag.NET to connect to a Rockwell PLC with 1756-L61 CPU that is not directly reachable from my subnet.Here my configuration as seen by RSLinx:
I've build a connection path in this way "1,1,2,192.168.4.111,1,0" but it generates a STATUS_CODES.PLCTAG_ERR_BAD_GATEWAY error.
The complete Tag parameters used are:
var tags = new Tag<TagInfoPlcMapper, TagInfo[]>()
{
Gateway = "10.4.34.35",
Path = "1,1,2,192.168.4.111,1,0",
PlcType = PlcType.ControlLogix,
Protocol = Protocol.ab_eip,
Name = "@tags"
};
Can someone help me, please?
Does libplctag support paths more complex than "1,x" ?
Thanks in advance.
Maurizio