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: 2024-08-23 02:25 AM
Hi all,
I'm creating a program in VB.NET with GeoSCADA API.
Is there a way to display all instances of a template?
Thanks!
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: 2024-09-05 03:00 AM
There's no direct API property of a template which returns instances. You could use .GetReferencesTo and then check/filter the items you get back. Alternatively use a SQL query with .PrepareQuery and .ExecuteSync to get a list.
Steve
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: 2024-09-05 03:00 AM
There's no direct API property of a template which returns instances. You could use .GetReferencesTo and then check/filter the items you get back. Alternatively use a SQL query with .PrepareQuery and .ExecuteSync to get a list.
Steve
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.