Page 1 of 1

Copying value from Controller Tag to Internal Tag

Posted: Tue Oct 29, 2013 4:39 am
by Clydebuilt1971
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

Re: Copying value from Controller Tag to Internal Tag

Posted: Tue Jan 21, 2020 2:55 pm
by Russ C.
Moving values between tags has to be done in scripting.

Code: Select all

Globals.Tags.MyInteralTag.Value = Globals.Tags.ControllerTag1.Value;