Hello Guest it is March 28, 2024, 05:49:41 PM

Author Topic: Simple tutorial on analog inputs with Arduino  (Read 53989 times)

0 Members and 1 Guest are viewing this topic.

Re: Simple tutorial on analog inputs with Arduino
« Reply #20 on: April 03, 2017, 09:28:44 AM »
 ???[/img]Hello, how can I add jog c ++? I have used arduino, mach3, modbus. In the current mach3 I have added jogx ++, jogx, jog y ++, jogy, jogz ++, jogz -, joga ++, joga -,What is your email? I am 1040373253@qq.com
Re: Simple tutorial on analog inputs with Arduino
« Reply #21 on: April 04, 2017, 09:41:23 AM »
???[/img]Hello, how can I add jog c ++? I have used arduino, mach3, modbus. In the current mach3 I have added jogx ++, jogx, jog y ++, jogy, jogz ++, jogz -, joga ++, joga -,What is your email? I am 1040373253@qq.com

Use ButtonPress as the terminal lobe. Scan code 331 and 332 are for Jogging C axis.

Zafar
Re: Simple tutorial on analog inputs with Arduino
« Reply #22 on: April 04, 2017, 10:40:12 PM »
???[/img]Hello, how can I add jog c ++? I have used arduino, mach3, modbus. In the current mach3 I have added jogx ++, jogx, jog y ++, jogy, jogz ++, jogz -, joga ++, joga -,What is your email? I am 1040373253@qq.com

Use ButtonPress as the terminal lobe. Scan code 331 and 332 are for Jogging C axis.

Zafar
Thanks, I got it out. But I used the picture, the effect is very good
Re: Simple tutorial on analog inputs with Arduino
« Reply #23 on: June 07, 2017, 01:46:03 PM »
Hello Zafar..i'm a newbie on this, where can I get Vinys code? and should I just upload it to a clean Uno?
Re: Simple tutorial on analog inputs with Arduino
« Reply #24 on: June 07, 2017, 11:54:49 PM »
Download links are right there in the tutorial pdf.

Hello Zafar..i'm a newbie on this, where can I get Vinys code? and should I just upload it to a clean Uno?
Re: Simple tutorial on analog inputs with Arduino
« Reply #25 on: June 08, 2017, 08:31:24 AM »
Thanks , could you give me direcions if is it possible to use a digital trigger in modbus?
Re: Simple tutorial on analog inputs with Arduino
« Reply #26 on: November 07, 2021, 08:00:27 PM »
I Know this thread is old, but its exactly the information looking for - i just need some help on the subject - hopefully yall are still around.  I did this mod, and it works great, only issue is the values are bouncing around very erratically. is there a fix for this? is it normal? will this cause issues in my programs with so many abrupt changes to feed rate and spindle speed?
Re: Simple tutorial on analog inputs with Arduino
« Reply #27 on: March 25, 2022, 02:33:42 AM »
Hi there,

I see this has been posted ages ago.

I want to do something similar with a ATC. It should send an integer value between 1 to 12 to the arduino every time it encounters the M6 Gcode

ex. M6 T0101 - should send "1" to the arduino.

Any idea how to do this?
« Last Edit: March 25, 2022, 02:50:46 AM by TheSuperior »
Re: Simple tutorial on analog inputs with Arduino
« Reply #28 on: October 06, 2022, 11:59:24 AM »
hi zafarsalam, i am a new user too, i found your work on the application of potentiometers very useful and beautiful.
I tried to implement the code to add control buttons but failed.
I started from your sketch I implemented the entries but there is no way to make the buttons work.
Could you kindly explain to me and tell us where to go to edit the sketch?
Re: Simple tutorial on analog inputs with Arduino
« Reply #29 on: October 10, 2022, 03:40:24 PM »
I solved