How to reboot WAGO Basic Controller 100 remotely

Hi!

There is a need to write a bash script to update PLC application in BC100. File update is easy to do via SFTP, but it would need reboot after to take effect. Any idea, how to trigger reboot remotely (without CODESYS/WAGO Ethernet Settings or WAGO I/O-CHECK)?

The controller has script called sw_reset.js in folder “A:/wbm/cplcfg/”, which is used to trigger reset in WBM, could it be called remotely somehow?

Or would it be possible to use the same protocol as WAGO I/O-CHECK uses via port 6626 to perform reset?

The task would be quite easy with Linux-based controller :slight_smile:

Thanks!

-Lauri

1 Like

Hi, you can do it with an http post and basic auth. Postman is a nice API client.
https://your_ip/SOFTWARE_RESET is the URL.

BR
Patrick

3 Likes

Thanks Patrick, it works perfectly :slight_smile:

Hello, the username and password for auth is “admin” and “wago” right? we are using JS axios post and we need to reset the BC100. Thanks!

1 Like

the default password is right, but please change it as soon as you can.

1 Like