Hello Guest it is April 18, 2024, 04:51:06 PM

Author Topic: Ultimate MACH3 pendant  (Read 1775 times)

0 Members and 1 Guest are viewing this topic.

Ultimate MACH3 pendant
« on: February 16, 2021, 07:26:11 PM »
Finally finished and fully functioning hand controller.
Arduino USB -> ModBus -> Mach3

https://www.youtube.com/watch?v=Nd6aTHJTkZI
Re: Ultimate MACH3 pendant
« Reply #1 on: October 01, 2021, 02:22:08 PM »
That looks great man!

Can you share any info about how you setup the modbus stuff? I am also futzing with arduino modbus for mach4.

Thanks!
-Kaleb
Re: Ultimate MACH3 pendant
« Reply #2 on: October 01, 2021, 02:49:15 PM »
Thank you!

On the Arduino side, you could check my code, there are some comments, it might be helpful:
https://www.dropbox.com/s/x76rtm1rwg0mv7w/AND.CUSTOM_PENDANT-FINAL.zip?dl=0

I'm not sure how does mach4 works with modbus, but in mach3 you have to play with Brains, out there you can read incoming registers from Arduino and address it to any action, and other way around, read information of what machine is doing and change registers, that Arduino can read.

Registers are like a storage, you can think of online cloud. You can send information to the cloud, and you can access that information from many different computers/devices.