Possibility to open a window by activating input
Possibility to open a window by activating input
Is there an easy way to make a window appear when a bit coming from outside the HMI becomes active?
-
- Posts: 824
- Joined: Tue Mar 13, 2012 9:53 am
Re: Possibility to open a window by activating input
There is a system tag called New Screen ID that can be used to change the screen. You give each screen a screen ID, and then what ever number you insert into the New Screen ID system tag gets pulled up.
Type in "Screen ID" into the iX help system and it will tell you about the system tags.
Type in "Screen ID" into the iX help system and it will tell you about the system tags.
Best Regards,
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
-
- Posts: 22
- Joined: Fri May 25, 2012 7:44 am
- Location: Charlotte, NC. USA
Re: Possibility to open a window by activating input
That tag is very handy. I used it (and ScreenID's) to create a custom access level log-in. I used the standard user's and groups from the security manager but the customer did not want to use the log-in dialog, but rather they wanted to touch different areas of a picture (graphic pattern in a certain order) to signal what initial screen to land on (Maint, Operator, QA, etc).
Best Regards,
Patrick Hall
Patrick Hall
Re: Possibility to open a window by activating input
I just looked at the Ix devveloper help and found that you could popup a window after a value change of the bit you assign to him like you were saying. I tried to do give a Screen ID in the General tab but after I entered a name into the Screen Id field it disappears, I looked in configs and didn't find anything that would be related to that.
-
- Posts: 824
- Joined: Tue Mar 13, 2012 9:53 am
Re: Possibility to open a window by activating input
The screen ID is a number and the System tag used to change the screen is also a number. Only integers can be used, strings and floats will not work.
Best Regards,
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
Re: Possibility to open a window by activating input
So now I just put a number ID that is 55. I tried to create a tag with the name 55 but it doesnt let me create a tag with only numbers. I then tried to simulate an input coming from the PLC by making a button that sets the tag 55 to popup my screen but it doesnt work either, I don't understand where to put that screen ID number to link it with my PLC ?
-
- Posts: 824
- Joined: Tue Mar 13, 2012 9:53 am
Re: Possibility to open a window by activating input
Search the iX help for "System Tags". There is a system tag that you use to control which screen to show.
Best Regards,
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
Re: Possibility to open a window by activating input
Oh sorry, I didn't see those options, now i undersand where the link is done. Thank you very much once again!