Sharing tag values between two iX panels.

Discussion of configuring and troubleshooting communication to PLC's or other devices using iX Developer.
Post Reply
bpe
Posts: 7
Joined: Wed Jan 11, 2012 1:54 am

Sharing tag values between two iX panels.

Post 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

mark.monroe
Posts: 824
Joined: Tue Mar 13, 2012 9:53 am

Re: Sharing tag values between two iX panels.

Post 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 8130 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 8130 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 8130 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 8130 times
Best Regards,
Mark Monroe

Beijer Electronics, Inc. | Applications Engineer

Post Reply