node-red-contrib-wago-cc100 0.1.0
Handle EA's on CC100 PLC
node-red-contrib-wago-cc100
Node-Red library to controll EA's on CC100
Directly read and set the Digital In- Outputs and also Analog In- Outputs.
Note: This lib works asynchron!
Controll Digital and Analog signals:


Download example flow from Github:
https://github.com/Helmut-Saal/CC100-Node-Red/blob/master/Flow%20Example.txt
Note: You have to run the Node-Red Container with privileged mode:
docker run -d --name wago-node-red \
-d --privileged=true --user=root \
-p 1880:1880 \
-v node_red_user_data:/data \
nodered/node-red