Sign in to follow this  
Followers 0
Francisco02

arduino with ethernet Shield to Omron Plc via Modbus Tcp IP ethernet?

3 posts in this topic

How to send data from an arduino with an ethernet Shield to Omron Plc via Modbus Tcp IP ethernet?

 

2 people like this

Share this post


Link to post
Share on other sites

can you use node-red?

 

2 people like this

Share this post


Link to post
Share on other sites

In general, Node-Red needs to run on a Linux computer of some sort, and of course the Arudinos are an interpreter running on a microcontroller.

Modbus/TCP and Modbus/RTU are both part of the ordinary Arduino Modbus library.   

https://www.arduino.cc/en/ArduinoModbus/ArduinoModbus

So OP should start there, and ask specific questions in an Arduino forum.

 

Just this week I discovered two really cool ways to splice an Arduino to a higher-level control system.    One is an Uno R3 board with an expansion that lets you mount a FriendlyElect NanoPi Neo Core, running Debian.    Another is that Hilscher makes an industrial ethernet Hat for Arduino, pre-configured as an EtherNet/IP Adapter that talks to the Arduino over I2C.

2 people like this

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0