Ask our Experts
Didn't find what you are looking for? Ask our experts!
Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Search in
Link copied. Please paste this link to share this article on your social media post.
Posted: 2019-10-26 02:33 AM . Last Modified: 2023-05-03 12:38 AM
>>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.
Link copied. Please paste this link to share this article on your social media post.
You’ve reached the end of your document
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.