Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-modbus

Package Overview
Dependencies
Maintainers
1
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-modbus

The all in one Modbus TCP and Serial contribution package for Node-RED.

  • 3.2.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3.4K
increased by0.7%
Maintainers
1
Weekly downloads
 
Created
Source

Node-RED Modbus Standard - JavaScript Style Guide ES_Sourdce_Version ES_Deploy_Version NodeJS_Version NPM download NPM version Build Status

nodemodbus64

node-red-contrib-modbus

The all in one Modbus TCP and Serial contribution package for Node-RED.

Node-RED contribution package for Modbus

Become a backer of the project straight away!

Based on modbus-serial with TCP, C701, Telnet, Serial, RTU buffered, and ASCII

  • stress tested with Node-RED v0.17.5 and Node.js v6.x and v8.x LTS
  • works with queueing per unit and round robin scheduling
  • Node.JS 4.x is supported with v1.x

Install

Run the following command in the root directory of your Node-RED install

npm install node-red-contrib-modbus

Run the following command for global install

npm install -g node-red-contrib-modbus

try these options on npm install to build, if you have problems to install

--unsafe-perm --build-from-source

Update/Upgrade/Downgrade

To update the dependencies or the whole package, you have just to install again. To get a special version please set the version with @M.M.F:

npm install node-red-contrib-modbus@1.3.0

or global by

npm install -g node-red-contrib-modbus@1.3.0

How to use

see Wiki pages

use the Flow example to see how it works ...

see YouTube Playlist

Flow Example

Debug

Debug will be activated by starting Node-RED with debug mode:

DEBUG=contribModbus*,modbus-serial node-red -v

or

DEBUG=contribModbus:{option},contribModbus:{option},...

Options

  • core
    • core:client
  • read
  • write
  • server
  • response
  • flex
    • flex:getter
    • flex:write
    • flex:connector
    • flex:server
  • modbus-serial

see Wiki pages to get more options in detail

Authors

since April 2016 by Klaus Landsdorf

History

Keywords

FAQs

Package last updated on 07 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc