We Value Your Feedback!
Could you please spare a few minutes to share your thoughts on Cloud Connected vs On-Premise Services. Your feedback can help us shape the future of services.
Learn more about the survey or Click here to Launch the survey
Schneider Electric Services Innovation Team!
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: 2025-04-23 10:48 AM
Hello All!
We want to reboot our SMS modem after the GeoSCADA (server) restarts. Currently able to do this on a modbus point with a button in ViewX, but would like to have some kind of automation in the server to 'push the button' automatically 30s after GeoSCADA starts on the server.
Is there a place to set 'on startup' methods?
Only other idea I have had is to write a little logic object that has a 30s timer against a count up trigger that only triggers the control method the once, but then there's a logic object executing all the time that wont ever do anything after the server starts?
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: 2025-04-24 08:31 PM
I'd suggest avoiding anything like a 'timer' around this. Just using the Server "Time Went Main" is probably the best. Have a DateTime variable. Then some server-side logic that checks if the "Time Went Main" doesn't equal your DateTime variable... in that event do some stuff, and set the DateTime variable to the new "Time Went Main"..
Have the ST run every minute. It's a pretty quick check, so execution overhead is minimal. Changing logic config (to minimise executions) will have significantly greater impact on overall DB performance, so avoid changing that...
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: 2025-04-24 08:31 PM
I'd suggest avoiding anything like a 'timer' around this. Just using the Server "Time Went Main" is probably the best. Have a DateTime variable. Then some server-side logic that checks if the "Time Went Main" doesn't equal your DateTime variable... in that event do some stuff, and set the DateTime variable to the new "Time Went Main"..
Have the ST run every minute. It's a pretty quick check, so execution overhead is minimal. Changing logic config (to minimise executions) will have significantly greater impact on overall DB performance, so avoid changing that...
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: 2025-05-07 12:26 PM
Thank you! Got something similar setup and working.
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.
With achievable small steps, users progress and continually feel satisfaction in task accomplishment.
Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.
of