node-red-contrib-mewtocol
v0.0.12
Published
Panasonic PLC MEWTOCOL COM over TCP implementation for Node-Red
Downloads
25
Maintainers
Readme
node-red-contrib-mewtocol
Panasonic MEWTOCOL COM protocol implementation for Node-Red
Please use official MEWTOCOL manual as a reference: MEWTOCOL.pdf
At the moment only few read nodes are implemented:
- RD - Read Registers as 16bit values
- RCS - Read single Contact binary value
- RCC - Read Contact values as 16bit integers
- RT - Read PLC status
- RR - Read System Register values as 16bit integers
- RS - Read Timer Set values as 16bit integers
- RK - Read Timer Elapsed values as 16bit integers
... more are coming ...
Install
Run the following command in the root directory of your Node-RED install:
npm install node-red-contrib-mewtocol
Run the following command for global install:
npm install -g node-red-contrib-mewtocol