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: 2022-06-14 09:25 AM . Last Modified: 2023-05-02 11:55 PM
We are currently using an odbc connection to sql database to retrieve data that is needed. In the future this process will not be allowed as we segment our scada networks, instead the data will be dumped into an xml file on a sftp site. How do i go about importing that data into scada?
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-06-14 03:05 PM
One straightforward way is to write a .NET application/service, that can do the SFTP transfer using third party libraries and using the Geo SCADA .NET API import data into Geo SCADA (either setting each value one at a time or using the methods on CHistory to bulk import, depends which makes the most sense for your data).
If you're feeling brave it can be wrapped up into the DDK framework, but its not necessary.
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-06-14 11:07 PM
As @AdamWoodland said, it could even be done using a PowerShell script if that's more your style.
Then you could execute it on a schedule using the Windows Task Scheduler.
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-06-15 12:20 AM
Or use a Python program!
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.