0.0.4 • Published 5 years ago

node-omron-read v0.0.4

Weekly downloads
20
License
-
Repository
-
Last release
5 years ago

node-omron-read

Overview

This is a Node-RED node module to directly interface OMRON PLCs over FINS Ethernet protocol. For now it only supports direct data readout from memory but it's VERY user friendly. More functions will be added when needed. Credits to Patrick Servello (patrick--) for his implementation of the FINS node backbone.

Prerequisites for Windows

  • git (Used for repository cloning/downloads)
  • node.js (Background system for Node-RED)
  • Node-RED

Install for Windows

Make a directory for the base files on the disk (somewhere secure) and open the created folder and open PowerShell (SHIFT + right_click) or "Git Bash Here" with right mouse inside the folder. Now enter the following:

git clone https://github.com/Jozo132/node-omron-read.git

setx NODE_PATH %AppData%\npm\node_modules
set NODE_PATH=%AppData%\npm\node_modules

cd node-omron-read
npm link
cd ..

cd ~/.node-red
npm install C:/Users/----/AppData/npm/node_modules/node-omron-read

Usage

  • Restart Node-RED and there's the thingy now
0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago