Socket
Socket
Sign inDemoInstall

node-red-contrib-modbus-tcp-ip

Package Overview
Dependencies
169
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-red-contrib-modbus-tcp-ip

A simple node for realtime MODBUS TCP/IP Process with added features.


Version published
Weekly downloads
100
increased by3.09%
Maintainers
1
Install size
174 kB
Created
Weekly downloads
 

Readme

Source

Node-RED Modbus TCP Flexi Reader

This package enables the user to read data from the modbus enabled devices through TCP/IP.

Getting Started

npm install this module and you can find the block. Example node-red code can be found this repo.

Flow

Flow

Editing Connection

Edit Connection

Injecting Payload

Input Payload

Additial Payload Options

Also you can send the modbus ip and port along with payload instead of giving it at the input of node Eg: { "unitid":5, "functioncode":3, "address":3000, "quantity":100, "modbus_ip":"192.168.10.31", "modbus_port": 3666 }

Authors

  • Balaji L Narayanan - Initial work - balaji8385

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Keywords

FAQs

Last updated on 08 Apr 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc