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: 2024-01-11 08:15 AM
Hi everyone, I created a script on a mimic that I call with the "Mimic_load" method, is it possible to run this function every minute? The script must run on the client using the "SetRegistry" function.
Thank you!
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: 2024-01-12 02:38 AM
Scripts can only run continuously in the context of a mimic. As soon as the mimic is closed, or a script is run on the same or another mimic, the script is stopped. Scripts should not be used for continuous operations, and as the previous commenter wrote, consider scheduling a task, either server-side using Logic, or client-side using a scheduler or service and a program written in the language of your choice to access Geo 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: 2024-01-12 02:21 AM
That sounds like a task that is probably better served by using Windows Task Scheduler to me.
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: 2024-01-12 02:38 AM
Scripts can only run continuously in the context of a mimic. As soon as the mimic is closed, or a script is run on the same or another mimic, the script is stopped. Scripts should not be used for continuous operations, and as the previous commenter wrote, consider scheduling a task, either server-side using Logic, or client-side using a scheduler or service and a program written in the language of your choice to access Geo 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: 2024-01-12 06:23 AM
It is unthinkable that all users who connect should create a Task on Windows...
If I have to use the "SetRegistry" function I cannot use the ST logic since it is server-side.
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: 2024-01-12 06:30 AM
I think the better angle to take here is to understand what you're trying to accomplish. There's likely a bad design at play and there's alternative ways to do what you're trying to do. Steve has some options above that you can consider, but ultimately knowing the specifics would help us guide you on the right path.
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: 2024-01-12 10:10 AM
Well maybe there is another way to accomplish whatever your end goal is.
If you explain that maybe one of us will have an alternate idea you could try.
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.