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 is:
1. To get joyhandle.X.out output float falue, and convert it
to meaningful US32 value measured in RPM and send it to some
input pin which will change the spindle speed.

I didn't find such input pin in documentation.

motion.spindle-speed-out is output pin and it's not writeable.

Thanks.

------------------------------------------------------------------------------
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to