Hello, I'm trying to have tags on one Powerlogic Scada machine accessed from another PLS machine. (PLS is just Citect with some added features). I'm trying to use the MBSlave driver to have this feature connect via TCPIP.
My setting are as follows:
Board:
---------------------
Name: TCPBoard
Board Type: TCPIP
Address: 0
Port:
--------------------
Name: Port1
Number: 1
Board Name: TCPBoard
Spec. Opt. : -s1280
IODevices
-------------------
Name: TCPDevice
Number: 1
Protocol: MBSLAVE (This is what im using)
Port Name: Port1
Tag:
------------
Name: TCPTag
IODeviceName: TCPDevice
Address: 400001
DT: INT
Okay, I have these settings but trying to connect them via mbslave doesn't seem to work. I've also tried to store an integer withing the tag but the value is lost on the next run. Am I doing something wrong? Has anyone done this before?