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

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

npm install @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

Node Info

Version: 25.0.5
Updated 6 months ago
License: Apache-2.0
Rating: not yet rated

Actions

Rate:

Downloads

15 in the last week

Nodes

  • redplc-cc100-di
  • redplc-cc100-do
  • redplc-cc100-ai
  • redplc-cc100-pt
  • redplc-cc100-ao
  • redplc-cc100-led
  • redplc-cc100-key

Keywords

  • node-red
  • iot
  • redplc
  • plc
  • control
  • wago
  • cc100
  • digital
  • analog
  • input
  • output

Maintainers