[Imported] Pulling data from analogue point and save to csv file every 15min.
EcoStruxure Geo SCADA Expert Forum
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: 2019-10-2603:04 AM. Last Modified: 2023-05-0312:38 AM
[Imported] Pulling data from analogue point and save to csv file every 15min.
>>Message imported from previous forum - Category:Scripts and Tips<< User: mchartrand, originally posted: 2018-10-19 19:50:41 Id:161 This is a re-posting from the obsoleted (October 2018) "Schneider Electric Telemetry & SCADA" forum.
-------------------------------
**_jayyuen: I'm sorta new to clearscada. but i want to know how to extract the data from a analogue point every 15min and save to a csv file. i think i found some old topics, says that you need to write a VB Script._**
-------------------------------
JesseChamberlain: You shouldn't need to, create a SQL export object and run the export method from a schedule.
______________
**_jayyuen: Like i said earlier. i'm quite new with clear scada. i dont think the database in clear scada is linked to SQL in my case.. is it possible to write a ST script and get that certain analogue point data and save to csv ?_**
_______________
andrewscott: The **SQL Export** object (see 'Create New / Other / SQL Export') isn't related to Microsoft SQL Server (or any other product), it's just a feature of ClearSCADA that allows you to run an SQL query and export the results to a CSV or TSV file on the server. The SQL query just needs to get the analogue point data that you require.
Combined with a schedule that triggers the export periodically will do what you asked.