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: 2020-03-09 03:41 AM . Last Modified: 2023-05-03 12:16 AM
Hi,
I am using the below code that reads from the CBDPoint table in GeoSCADA.
retobj = MySoap.ExecuteQuery("SELECT FullName FROM CDBPOINT", obj, out limit);
It works to a point. However it only reads two points.
There are more than 30 points in CDBPoint table.
If I copy one of the two points and paste it in, with a new name of course.
It will then read three.
If I create an internal tag from scratch it will not pick up on it.
I have not been able to find information on this so far.
Will the code only capture certain types of points for some reason?
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: 2020-03-09 04:17 AM
This sounds like it might be an access control issue.
Does the user account used by you're program have read access to all of the points?
If it only has access to some of the points but not others then that would explain this behaviour.
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: 2020-03-09 04:17 AM
This sounds like it might be an access control issue.
Does the user account used by you're program have read access to all of the points?
If it only has access to some of the points but not others then that would explain this behaviour.
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: 2020-03-09 02:49 PM
Hi,
thanks Andrew.
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.