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-11-0611:08 PM. Last Modified: 2023-05-0312:24 AM
[Imported] Scheduled task
>>Message imported from previous forum - Category:General Items<< User: andrew, originally posted: 2019-05-29 14:49:31 Id:438 Good morning, I have been tasked with creating a scheduled task (windows task scheduler) to automatically write data to an excel sheet on a file server every hour. Normally I would write a sql query in excel to pull this in but that has to be refreshed manually. does any know a good way to do this?
Link copied. Please paste this link to share this article on your social media post.
Posted: 2019-11-0611:08 PM
>>Responses imported from previous forum
Reply From User: adamwoodland, posted: 2019-05-29 20:09:31 Bit of VBScript using the older COM ClearSCADA automation interface, and then using the relevant COM Excel objects if they still exist, should do the trick.
Alternatively you could use the SQL Export driver the generate the data once an hour and then some Excel magic to import them, for example on Excel load.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2019-11-0611:08 PM
>>Responses imported from previous forum
Reply From User: adamwoodland, posted: 2019-05-29 20:09:31 Bit of VBScript using the older COM ClearSCADA automation interface, and then using the relevant COM Excel objects if they still exist, should do the trick.
Alternatively you could use the SQL Export driver the generate the data once an hour and then some Excel magic to import them, for example on Excel load.