Join our "Ask Me About" community webinar on May 20th at 9 AM CET and 5 PM CET to explore cybersecurity and monitoring for Data Center and edge IT. Learn about market trends, cutting-edge technologies, and best practices from industry experts. Register and secure your Critical IT infrastructure
[Imported] Download File via DNP3 using scripts
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-11-0512:28 PM. Last Modified: 2023-05-0312:37 AM
[Imported] Download File via DNP3 using scripts
>>Message imported from previous forum - Category:Scripts and Tips<< User: mchartrand, originally posted: 2018-10-23 17:01:25 Id:172 This is a re-posting from the obsoleted (October 2018) "Schneider Electric Telemetry & SCADA" forum.
_________________
**_sensiwood: Hi, I want to download a file to a DNP3 outstation using mimic scripts. I can download the file by right clicking the outstation and selecing Download File... form the context menu, but do not know how to achieve this using Mimic scripting. I am new to ClearSCADA so appreciate your help with any instructions or sample codes. Thanks! _**
________
bevanweiss: If you configure a Pick Animation on a button or similar item you want the action to occur on, then you can pick the Method option. This will then let you browse for an object, you can choose the DNP3 Outstation. Then you can pick the Download File method, and provide the appropriate arguments for the method call (or leave it blank and it will prompt the user at runtime).
If you wanted the action to occur without a user performing some mimic action, then you do not want to be using Mimic Scripting.
__________
**_sensiwood: thanks a lot Bevan. With your help I have found the entry to the interesting stuff. Actually I need to achieve the logic that if one flag is ON, then a configuration file is downloaded to the controller, together with some other operations. I will try._**