Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-04-1910:51 AM. Last Modified: 2023-05-0211:44 PM
Geoscada historian export to 3rd party
Hi Experts
Is there any way to export data from Geoscada - Selected tags from the historian to a 3rd party historian (Panorama H2 in this case). I have seen some info on the link below but no documentation on how this is done:
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-04-2001:58 AM
Common ways to do this are to pull with SQL/ODBC. Getting the arrangement of queries right to avoid performance issues would be important, so you will be unable to get fast throughput.
The database files are binary formatted and often write-locked so not a good way to get data out.
The samples on GitHub can be used to build a push interface and customised for your choice of target. Choose the sample most similar to your interface a work from there. It's a hybrid push/pull so performance is mid level.