Page 1 of 1

Sharing tag values between two iX panels.

Posted: Tue Apr 17, 2012 1:16 am
by bpe
I have an iX T7A panel connected to a Mitsubishi FX3U PLC.
Additionally I need a secondary iX T7A panel on which I should be able to have read access to a number of tags on the primary iX T7A panel.
The two iX T7A panels is connected on ethernet, and only the primary panel is connected to the PLC.

How to do that?
Shall I use the Data Exchange function?

I'm running iX Developer 2.0

Kind regards
Bill

Re: Sharing tag values between two iX panels.

Posted: Tue Apr 17, 2012 8:10 am
by mark.monroe
Hi Bill,

If you make the HMI that is connected to the PLC an OPC UA server, you can then share its tags with another HMI that will act as a client. You do not need to use "Data Exchange" as you will access the tags in the OPC Server HMI directly.

Make one HMI the OPC UA Server (the one connected to the PLC):
Snap 2012-04-17 at 07.41.52.png
Snap 2012-04-17 at 07.41.52.png (137.66 KiB) Viewed 8258 times
Assign a tag to mirror the value in the PLC like you always do to access memory addresses in a PLC:
Snap 2012-04-17 at 08.01.09.png
Snap 2012-04-17 at 08.01.09.png (38.8 KiB) Viewed 8258 times
Add the OPC UA server as a controller in the other HMI:
Snap 2012-04-17 at 07.44.01.png
Snap 2012-04-17 at 07.44.01.png (197.71 KiB) Viewed 8258 times
Reference the tag in the OPC Server like you normally do:
Snap 2012-04-17 at 07.57.10.png
Snap 2012-04-17 at 07.57.10.png (38.68 KiB) Viewed 8258 times