Replies: 5 comments 4 replies
-
Hi @rosspower, can you please share your modified code via gist.github.com and post a link here? Also please record a short video of the problem and attach to this question if you can - so that we understand the context better. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hello, here is the code. other than adding a melody when the unit turns on , the only thing I have done is to change the config my steps and such..... you might want to double check I got the math right. the main lead screw is 8 TPI ( I have that in the config, double check it for me if you could.) and I just added the X axis that is 10 TPI ( I have not set that up yet, but the controller is set to 1/8 step on a 200 step nema 17) if you know that off hand let me know that as well. I will post a video in another post here is the gist and a zip file as well |
Beta Was this translation helpful? Give feedback.
-
here is a quick vid |
Beta Was this translation helpful? Give feedback.
-
@kachurovskiy I changed out the reduction drive to a lower ration and got the step count down so that part is solved. Thank you so much for your assistance. I do have another question/request.... Is it possible that we can get the ELS to display/calculate on diameter as well as radius? Most DRO have this function, it would be very helpful and greatly enhance the functionality of the unit. Here are some examples: I have a 12mm diameter stock, I need to turn it down to 10mm, I touch off the x axis on the diameter and set it to 0. I then move the x axis in 2mm (12 -2 = 10) and set the inside x axis stop. adjust the z axis start and stop as per normal (diameter/radius operation are only on the x axis) in the example above, in diameter mode, the unit would display the 2mm move, but only move the x axis in by 1mm. in radius mode, the user would have to adjust in by only 1mm, otherwise, after tuning, the stock would now be 8mm in diameter. simple numbers like the above are easy to calc in your head to just move 1/2 and set what you want, however, others are not. In order for us to add this functionality, we would need to adjust all displays and calculation regarding the x axis to be .5 of the movement displayed on all operations Thoughts? |
Beta Was this translation helpful? Give feedback.
-
that is not quite what I mean or would like to see. in diameter mode on a standard DRO, when you move the tool in by .5mm the DRO indicates 1mm. Likewise, if one were to move the x axis in by 1mm (as is on the H4, the DRO would show that as a 2mm movement. Thoughts? That is the function of a diameter/radius DRO it swaps between diameter mode and radius mode. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I purchased a h4 unit and love it, however, I have a pm1228 lathe and use it it drive the manual feeds. The lathe has a 10:1 gearing in the feed so I set the pitch in gear mode to .08 in order to get a feed rate of .008". As such, when the lathe spindle stops, the stepper continues for some time. I would like to stop the addition steps when the spindle stops. I tried using a buttonOn(false) but that requires the user to hit start every time the spindle starts. How can I clear "waiting " steps when the spindle rpm =0? Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions