Re: [Emc-users] Spindle speed controlling using HAL

2015-08-12 Thread Sebastian Kuzminsky
On 8/12/15 3:54 AM, andy pugh wrote: > On 12 August 2015 at 08:39, wrote: >> I can control spindle speed using AXIS UI buttons or S G-command > ... >> motion.spindle-speed-out is output pin and it's not writeable. > > I think that the + / - buttons in Axis basically issue G-code "S" commands. Th

Re: [Emc-users] Spindle speed controlling using HAL

2015-08-12 Thread John Dammeyer
> Can you describe the behaviour that you want? Do you want the spindle > speed to stay at the same speed high when you release the joypad, or > do you want it to return to the original speed? > > Have a look at the spindle pins in halui: > http://www.linuxcnc.org/docs/html/man/man1/halui.1.html

Re: [Emc-users] Spindle speed controlling using HAL

2015-08-12 Thread andy pugh
On 12 August 2015 at 08:39, wrote: > I can control spindle speed using AXIS UI buttons or S G-command ... > motion.spindle-speed-out is output pin and it's not writeable. I think that the + / - buttons in Axis basically issue G-code "S" commands. Can you describe the behaviour that you want? Do

[Emc-users] Spindle speed controlling using HAL

2015-08-12 Thread taras . koroliuk
My spindle speed is controlling by pwmgen component. So that I have a connection signal: motion.spindle-speed-out ==> pwmgen.0.value I can control spindle speed using AXIS UI buttons or S G-command I connected a gamepad and I want to control the spindle speed with joyhandle.X.out pin. The idea