Hi,
I have two MPI connections to my ix10A panel. Both connections are active at all times. The screens configured in the panel have internal tags into which I want to copy the value from the active controller. When both are active I want MPI 1 to be the default however if this fails I want to copy the values from the active controller to the screen tags.
Could someone suggest how this may be done?
Thanks
Copying value from Controller Tag to Internal Tag
-
- Posts: 1
- Joined: Tue Oct 29, 2013 4:27 am
Re: Copying value from Controller Tag to Internal Tag
Moving values between tags has to be done in scripting.
Code: Select all
Globals.Tags.MyInteralTag.Value = Globals.Tags.ControllerTag1.Value;
Best regards,
Russ
(801) 708-6690
Technical Support
Contact Us
Beijer Electronics AB
http://www.beijerelectronics.us
Russ
(801) 708-6690
Technical Support
Contact Us
Beijer Electronics AB
http://www.beijerelectronics.us