Re: [Emc-developers] Need M3 commands to not cause full machine stop

2021-10-05 Thread Joseph Spanier
I finally got back to this and successfully got it working. Thanks for the breadcrumbs! On Tue, Jul 20, 2021 at 11:45 AM andy pugh wrote: > On Tue, 20 Jul 2021 at 17:11, Joseph Spanier wrote: > > > Is there an easy way of pointing the spindle override signals > > from the UI at our analog

Re: [Emc-developers] Need M3 commands to not cause full machine stop

2021-07-20 Thread andy pugh
On Tue, 20 Jul 2021 at 17:11, Joseph Spanier wrote: > Is there an easy way of pointing the spindle override signals > from the UI at our analog out? You could use halui.spindle.N.override.value as an input to a "scale" function that modifies the analogue output. Or separate the override

Re: [Emc-developers] Need M3 commands to not cause full machine stop

2021-07-20 Thread Joseph Spanier
Yea, the application is intended for people to write the code by hand so the corner round is handy, but the main issue is we don't want to come to a full stop at any point because stops will cause a material pile up (its effectively a 3D printer). So what would be the best way to go about this?

Re: [Emc-developers] Need M3 commands to not cause full machine stop

2021-07-20 Thread andy pugh
On Tue, 20 Jul 2021 at 15:45, Joseph Spanier wrote: > Here is a short code snippet so I can highlight the issue. M3 breaks Corner > rounding and forces a full stop on the "G01 Y15" line where I want that > corner to be rounded at the G64 parameter. I think that this is actually correct

Re: [Emc-developers] Need M3 commands to not cause full machine stop

2021-07-20 Thread Joseph Spanier
Andy, Yes, We are using the spindle override, this though does not cause the program to stop movement. In an earlier revision I was setting spindle-at-speed permanently to true, but have since removed pin all together in the hal files I included above. Here is a short code snippet so I can

Re: [Emc-developers] Need M3 commands to not cause full machine stop

2021-07-20 Thread Joseph Spanier
Andy, Yes, We are using the spindle override, this though does not cause the program to stop movement. In an earlier revision I was setting spindle-at-speed permanently to true, but have since removed pin all together in the hal files I included above. Here is a short code snippet so I can

Re: [Emc-developers] Need M3 commands to not cause full machine stop

2021-07-19 Thread andy pugh
On Mon, 19 Jul 2021 at 17:25, Joseph Spanier wrote: > > but I need a way to scale > it similarly to how spindle speed is modified as well. So, you are using spindle override? Is it possible that the motion is stopping when you change the spindle speed because the spindle-at-speed input is being

Re: [Emc-developers] Need M3 commands to not cause full machine stop

2021-07-19 Thread Leonardo Marsaglia
> > Having it synchronized to the axis movements would be ideal but I am not > sure I will have the ability to prototype that before this needs to be > deployed. Do you have examples of where what is done currently? > I only tested it so I can't point you to any working configuration. But, M67

Re: [Emc-developers] Need M3 commands to not cause full machine stop

2021-07-19 Thread Joseph Spanier
HI Leonardo, Yes I have and I actually got very far in implementing it. I am using the Mesa 7i76e to control and Peter helped me convert the spindle output to a standard analog out that I could control with M68 but I need a way to scale it similarly to how spindle speed is modified as well.

Re: [Emc-developers] Need M3 commands to not cause full machine stop

2021-07-19 Thread Leonardo Marsaglia
Hi Joseph, Have you considered controlling your pump speed with an analog output? Those can even be synchronized with the axis movements and should not change state unless you tell it to. El lun, 19 jul 2021 a las 12:48, Joseph Spanier () escribió: > Hey everyone, > I am working on a machine