We Value Your Feedback!
Could you please spare a few minutes to share your thoughts on
Cloud Connected vs On-Premise Services. Your feedback can
help us shape the future of services. Learn more about the survey
or
Click here to Launch the survey Schneider Electric Services Innovation Team!
[Imported] Get the user Interface in Script
EcoStruxure Geo SCADA Expert Forum
Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2019-11-0501:58 PM. Last Modified: 2023-05-0312:33 AM
[Imported] Get the user Interface in Script
>>Message imported from previous forum - Category:Scripts and Tips<< User: mchartrand, originally posted: 2018-10-25 19:16:16 Id:276 This is a re-posting from the obsoleted (October 2018) "Schneider Electric Telemetry & SCADA" forum.
_______
**_Dbaez: Hi, in a mimic script I am improving the visualization through: Set xvw = CreateObject("Serck.ViewXApplication") Of course I get an error in WebX when the PC doesn't have ViewX installed. How could I know if the user interface is ViewX or WebX? So in the WebX case I simply won't execute this part. Thanks for help :-)_**
_________________________
AWoodland: Use App.Head, if it returns 0 then its WebX, else returns the ViewX head id you're on (= 1).
The help has an example with Mimic.Close/back
________________
**_Dbaez: Thank you, it worked great. In the script, through the ViewXApplication I make some changes in the axes in the embedded trends. Now I'm wondering if it is possible to do this in WebX. So, The axes in embedded trends can be accessed using something different to ViewXApplication?_**