Is this a single application, or different applications on the same server, or thin clients etc? Is your main screen and side screen separate monitors or just different parts of the screen...?
I've assumed different monitors on a single application using popup pages and extended desktop...:
If you have different pages for your equipment on one application (rather than different widgets on one page) I’d maybe have the page set a tag value (use “SET” in the page source code) i.e if pumps page is open set it to “1”, if the valves page is open set it to “2”… Then on your side screen source code, you can use “ShowPage” to show a specific page depending upon the tag value above. Note the comments in the help files so you don’t end up opening endless amounts of windows etc….
Set: https://www.vtscada.com/help/Content/Pro_Functions/Set.htm?Highlight=set
ShowPage: https://www.vtscada.com/help/Content/Pro_Functions/ShowPage.htm?Highlight=displaymana
Is this a single application, or different applications on the same server, or thin clients etc? Is your main screen and side screen separate monitors or just different parts of the screen...?
I've assumed different monitors on a single application using popup pages and extended desktop...:
If you have different pages for your equipment on one application (rather than different widgets on one page) I’d maybe have the page set a tag value (use “SET” in the page source code) i.e if pumps page is open set it to “1”, if the valves page is open set it to “2”… Then on your side screen source code, you can use “ShowPage” to show a specific page depending upon the tag value above. Note the comments in the help files so you don’t end up opening endless amounts of windows etc….
Set: https://www.vtscada.com/help/Content/Pro_Functions/Set.htm?Highlight=set
ShowPage: https://www.vtscada.com/help/Content/Pro_Functions/ShowPage.htm?Highlight=displaymana