EcoStruxure Geo SCADA Expert Forum
Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-11-02 11:56 PM . Last Modified: 2023-05-03 12:00 AM
Can we use Bulk edit tool to create new instances in Clear SCADA 2017 R3 version?
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-11-10 06:46 AM
No. You cannot add anything into the ClearSCADA database using Bulk edit tool. It is only useful to make configuration updates to the points that already exist. From what I have seen it uses the FullName column to search the object and make updates to the properties as depicted in the columns (after the "Name" column). If you try to add something that doesn't exist it will throw an error something in the lines of "FullName not found or something"
You might want to use the APIs available in ClearSCADA to create multiple instances
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-11-10 08:42 PM . Last Modified: 2022-10-19 01:17 AM
Nothing in the Bulk Edit Tool for creating objects I believe, but there is a Spreadsheet-based Configuration Import Tool on the Geo SCADA Knowledge Base which should be able to create objects.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-02-02 09:36 AM
We use the VBA Automation Interface to create instances and objects. Our team has coded several internal tools to handle this and the examples on the resource center are a great start!
Another way to go is to use mimic scripting. This can sometimes be easier, faster, and more robust. Just depends on the use case and what you are trying to do. We've done things like create a script that takes a list of instances pasted into a form text box (one name per line) and builds them in a pre-defined folder. Just to spark your imagination a little. 🙂
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-02-03 01:30 AM . Last Modified: 2022-02-03 01:31 AM
The Spreadsheet tool above has a simple way to instance templates. See the sheet Example inside the work book.
The Script just executes these methods:
Dim SCX As New ScxV6Server
...
SCX.Connect SCXSystem, SCXUserName, SCXPassword
...
Status = InstanceTemplate(SCX, ParentName, ItemName, TemplateName)
Link copied. Please paste this link to share this article on your social media post.
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.