I’m currently working on establishing a cloud connection using a WAGO PLC 750-8208. I followed an example program shared in the WAGO Community, but I’m encountering issues related to firmware versions during implementation. The problems I’m facing are as follows:
- Firmware Version 17:
The cloud connectivity code downloads successfully into the PLC, but the PLC does not switch to RUN mode after the download. It remains in STOP or error state. - Firmware Version 22 (Latest):
After upgrading the PLC firmware to version 22, attempting to download the same project results in an FB block error, preventing successful deployment.
I suspect these issues might be related to firmware compatibility, library mismatches, or additional configuration required for cloud connectivity. I would appreciate any support or suggestions from the community to resolve these issues for both firmware versions.