How To: WAGO Provisioning Tool to get started with IIoT on the PFC200

A simple way to install software on the PFC200 with minimal knowledge about Linux.

4 Likes

I recommend using the PFC200 Provisioning tool:

provisioning

provisioning2

Here is the command after you have shelled into the controller.
ssh root@192.168.1.17

curl -L https://raw.githubusercontent.com/braunku/pfc-provisioning-tool/main/menu.sh -o menu.sh -s && sh menu.sh

Select:
Option 1 to install Docker ipk (if using FW18, FW20 includes Docker)
Option 2 to disable the Codesys runtime
Option 5 to install containers
Option a to install Node-RED
Option b to Install Mosquitto Broker
Option f to install the KBUS MQTT Deamon
Option 9 to restart the PLC

You can then connect to Node-RED GUI at 192.168.1.17:1880 in your web browser.

5 Likes

Great job Kurt. I used your Wago Provisioning tool to install Node-RED, InfluxDB and Grafana to the PLC that I am using in my research at OU.

2 Likes

Hi Kurt,

Is the utility compatible with the TP600 please?

Thanks