Francisco02 Posted June 18, 2020 Report Posted June 18, 2020 How to send data from an arduino with an ethernet Shield to Omron Plc via Modbus Tcp IP ethernet?
Ken Roach Posted July 1, 2020 Report Posted July 1, 2020 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. 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now