Search found 1 match
- Sat Jan 01, 2022 12:12 pm
- Forum: ESP32 Arduino
- Topic: ESP32 and Wago PLC
- Replies: 0
- Views: 4074
ESP32 and Wago PLC
Hello. I have problem with send SSI script to Wago PLC. When I use the command from a web browser: http://192.168.5.2/WRITEPI?ADR1=MW23&VALUE1=1&FORMAT1=%x the address in the PLC (MW23) is set to 1, but not from Esp32. Can I ask for help? My code: #include <WiFi.h> #include <HTTPClient.h> const char...