Hello Guest it is March 28, 2024, 10:08:58 AM

Author Topic: Arduino Modbus, Complete, Documented and free  (Read 191357 times)

0 Members and 1 Guest are viewing this topic.

Offline dude1

*
  •  1,253 1,253
    • View Profile
Re: Arduino Modbus, Complete, Documented and free
« Reply #70 on: February 23, 2016, 05:58:19 PM »
well a 10 meter USB cable is well not good change over to a Ethernet board
Re: Arduino Modbus, Complete, Documented and free
« Reply #71 on: March 29, 2016, 02:28:39 PM »
Hi,

Great job, Thanks fellas,
So is it possible to have axis output (STEP/DIR) on arduino mega output ? for example port 0 pin 24 for X DIR and port 0 pin 25 for STEP ? so we can have a modbus breakout ?

Thanks
Re: Arduino Modbus, Complete, Documented and free
« Reply #72 on: June 18, 2016, 12:38:23 AM »
Awesome job! Just thought i would let you know I got this installed on a Teensy 3.2 and have used the USB for the interface. The goal is to use this as a pendant.
Re: Arduino Modbus, Complete, Documented and free
« Reply #73 on: September 30, 2016, 06:42:10 AM »
i have all this working with uccnc as well as mach3 now.
great stuff!
https://www.youtube.com/watch?v=7-T4hNrYVa4
if its not broken yet, fit more gadgets!
input arduino
« Reply #74 on: October 19, 2016, 03:15:31 PM »
hello i am new.
I got de modbus with arduino working.
There is one big problem.
When i use a input it needs 80 ma current to pull down to 0 volt.
I tride a mega and also a uno both new.
What am i  doing wrong??? please help
« Last Edit: October 19, 2016, 03:18:01 PM by cnckunder »
Re: Arduino Modbus, Complete, Documented and free
« Reply #75 on: January 14, 2017, 06:05:16 PM »
hi! I need help from experts!

How to setup dro info on lcd connected to arduino modbus slave from link and library in 1.post???

Ihave included wire.h and liquidcristali2c.h for lcd in arduino code.
From now I ned help for how to send data from mach3 -->>>brain-->>serial modbus plugin--->>>arduino modbus slave ?????
many users have this done but no documentation on arduino code, no info about serial plugin configs,
Re: Arduino Modbus, Complete, Documented and free
« Reply #76 on: January 06, 2018, 04:46:28 AM »

Hello. I ask you for help. I have a board arduino uno. I'm trying to flash it in the instructions, but it does not work.Gives an error message:

 -Arduino: 1.6.3 (Windows XP), Board: "Arduino Uno"
Build options changed, rebuilding all
CRC16.cpp:16:22: fatal error: WProgram.h: No such file or directory
 #include "WProgram.h"
compilation terminated.
Error compiling.
  This report would have more information with
  "Show verbose output during compilation"
  enabled in File > Preferences.

Tell me please what am I doing wrong? ???
Sorry for my English. Thank you in advance
Re: Arduino Modbus, Complete, Documented and free
« Reply #77 on: June 05, 2019, 02:38:43 PM »
I have been trying to make Shilling's code work for arduino due without success; the sketch uploaded successfully and the serial led's blinking, but no input/outputs responses between master slave.  On Uno the code works fine.  Has anyone tried to use arduino due with this code?  What could make it not working for due?

Offline ZASto

*
  •  423 423
    • View Profile
Re: Arduino Modbus, Complete, Documented and free
« Reply #78 on: June 05, 2019, 03:10:02 PM »
CRC16.cpp:16:22: fatal error: WProgram.h: No such file or directory

Bolded should be changed with Arduino.h if you use newer version of compiler.
Make no mistake between my personality and my attitude.
My personality is who I am.
My attitude depends on who you are.
Re: Arduino Modbus, Complete, Documented and free
« Reply #79 on: March 24, 2022, 01:06:43 PM »
Has there been any further developments on this?