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-10-2602:33 AM. Last Modified: 2023-05-0312:38 AM
[Imported] ViewX interface for WebX client
>>Message imported from previous forum - Category:Scripts and Tips<< User: mchartrand, originally posted: 2018-10-19 17:34:37 Id:149 This is a re-posting from the obsoleted (October 2018) "Schneider Electric Telemetry & SCADA" forum.
-------------------------------
**_Dbaez: Exists some tool analog to ViewX interface for WebX clients? I would like to manage the object properties through scripting for a WebX client in the same way as when ViewX interfaces are used for ViewX._**
-------------------------------
bevanweiss: Both WebX and ViewX have the same access to scripting, so problem solved 🙂
If you want the configuration GUI as exists in ViewX then you'd need to create this from scratch yourself.. it's a deliberate choice by Schneider to not include (that is.. specifically exclude) this from WebX.
__________________________
**_DBaez: it is : D Specifically I wish to use something like: CreateObject("Serck.ViewXApplication") for execution in WebX. There is an object like that for WebX execution?_**
_________________________
bevanweiss: Yes.
If the client has ViewX installed.
CreateObject is not part of ViewX/WebX 'scripting'... it's part of the VBscript engine. So it allows you to create an instance of a COM object. That you are happening to pass in the Serck.ViewXApplication COM reference just means that it will try to create an instance of the ViewXApplication. If the user happens to have this installed, then it will work, if they don't have it installed... well it won't work.