Close popup

A forum devoted to the discussion of all topics having to do with scripting and other advanced programming using iX Developer.
Post Reply
Joe
Posts: 27
Joined: Tue Sep 18, 2012 4:53 am

Close popup

Post by Joe »

Hi,
how to close a pop-up screen from "Tag - Action - Value Change"?
I have to close pop-up when for example Tag1 = 1.
Can I use a script?

Regards

Joe

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

Re: Close popup

Post by mark.monroe »

See code below:

Code: Select all

Globals.Screen1.Close();
Best Regards,
Mark Monroe

Beijer Electronics, Inc. | Applications Engineer

Post Reply