thiagoralves / OpenPLC_v3

OpenPLC Runtime version 3
GNU General Public License v3.0
1.08k stars 436 forks source link

Supporting WAGO Controllers? #215

Open daviid5 opened 1 year ago

daviid5 commented 1 year ago

Hello,

I just thought about making it possible to run the OpenPLC runtime on WAGO PLCs/Controllers (PFC100/PFC200). Wago provides a SDK: https://github.com/WAGO/pfc-firmware-sdk/tree/master

They also provided examples on howto access der 'K-Bus', that's the bus (basically a shift register) where all IO-Modules are connected to: https://github.com/WAGO/pfc-howtos/blob/master/HowTo_ADI-MyKBusApplikation/README.md https://github.com/WAGO/pfc-howtos/tree/master/HowTo_AddKbusModbusSlave

What are your thoughts about adding support for running OpenPLC directly on a WAGO Controller?