Copying value from Controller Tag to Internal Tag

A forum devoted to the discussion of all topics having to do with scripting and other advanced programming using iX Developer.
Post Reply
Clydebuilt1971
Posts: 1
Joined: Tue Oct 29, 2013 4:27 am

Copying value from Controller Tag to Internal Tag

Post 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

User avatar
Russ C.
Posts: 213
Joined: Thu Nov 16, 2017 3:32 pm
Contact:

Re: Copying value from Controller Tag to Internal Tag

Post by Russ C. »

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

Post Reply