Docker is great when you want to add open-source functionality that goes beyond what CODESYS can handle, usually when acting as a bridge between the industrial-controls world and the broader “IT” world. Want to host an InfluxDB database? Want to host a Mosquitto broker for MQTT? Want to use Node-Red to make JSON and MQTT handling much more efficient and easy? Or create an interface to an Amazon Echo (i.e. Alexa)? Want to use Grafana for a data dashboard rather than WebVisu HMI? You can use Docker for all of these open source software solutions and host them on the PFC.
I’m not a Python guy at all, so I can’t comment there. It would take me longer to do anything in Python than in Codesys because of all the googling and ChatGPT-ing I would have to do!
I am running advanced machine learning models to estimate and predict methane emissions of Natural Gas Compressors. Codesys is good to DAQ and pass the data to the models running in Python scripts. That is the reason I need Python and NodeRed.
I am running advanced machine learning models to estimate and predict methane emissions of Natural Gas Compressors. Codesys is good to DAQ and pass the data to the models running in Python scripts. That is the reason I need Python and NodeRed.