@redplc/node-red-wago-cc100-io

25.0.5 • Public • Published

@redplc/node-red-wago-cc100-io

platform platform platform

Node-RED nodes for Wago CC100 I/O using with redPlc nodes.

Wago Compact Controller

  • Linux based industrial Controller
  • 8 x Digital Input (24V)
  • 4 x Digital Output (24V)
  • 2 x Analog Input (10V)
  • 2 x Analog Output (10V)
  • 2 x Temperature Sensor Pt1000/Ni1000 Input
  • 2 x Ethernet Port
  • RS485 Port

Nodes

  • redplc-cc100-di: Reads digital inputs and store in boolean array.
  • redplc-cc100-do: Sets digital outputs from boolean array.
  • redplc-cc100-ai: Reads analog inputs and store in number array.
  • redplc-cc100-pt: Reads temperature inputs and store in number array.
  • redplc-cc100-ao: Sets analog outputs from number array.
  • redplc-cc100-led: Sets leds from boolean array.
  • redplc-cc100-key: Reads user key and store in boolean array.

Usage

  • Install redPlc nodes.
  • Use redPlc s-inject node for trigger update.
  • Connect to first output on s-inject node.
  • Daisy chain nodes in series.
  • For logical operations use redPlc nodes.
  • Data is exchanged with global context variable arrays.
  • This node works on Wago CC100 Controller.

If you run Node-Red in Docker,
enter following commands in sequence:
docker run -it \
--name node-red \
--privileged \
--user=root \
--net=host \
-v node_red_user_data:/data \
nodered/node-red

Tested with Firmware Version:
04.03.03(25)

More info:
https://github.com/redplc/cc100

Package Sidebar

Install

npm i @redplc/node-red-wago-cc100-io

Weekly Downloads

10

Version

25.0.5

License

Apache-2.0

Unpacked Size

125 kB

Total Files

22

Last publish

Collaborators

  • redplc