Is it possible to read local variable throungh OPC communication?

Hello, Everyone.

I am using Citect 2016.
The project has several local variables registered.

I want to check the local variables in another system through OPC communication.
is this possible?

Parents
  • I am pointing to a different technology.
    If you want your local variable to be exposed outside you need to have them managed by the IOServer and this means that you need either define it as part of an IO-DiskDev (quite old technology) or part of a device that uses Persist Memory (a caching mechanism) similar to disk device but more efficient.
Reply
  • I am pointing to a different technology.
    If you want your local variable to be exposed outside you need to have them managed by the IOServer and this means that you need either define it as part of an IO-DiskDev (quite old technology) or part of a device that uses Persist Memory (a caching mechanism) similar to disk device but more efficient.
Children
No Data