Current feed rate value
04 Dec 2016 20:25 #83677
by an92626
Current feed rate value was created by an92626
I am setting up my gladevcp and want to display the current feed rate value as specified by the current F command running in my ngc program.
Does anyone know what pin or signal contains the float value for the current feed rate? I tried searching through the hal and gui files for some of the sim examples that display feed rate but I could not find where they obtained their feed rate values.
Thanks.
Does anyone know what pin or signal contains the float value for the current feed rate? I tried searching through the hal and gui files for some of the sim examples that display feed rate but I could not find where they obtained their feed rate values.
Thanks.
Please Log in or Create an account to join the conversation.
05 Dec 2016 06:33 #83688
by cmorley
Replied by cmorley on topic Current feed rate value
if you want the rate specified in the Gcode - that is not available.
If you want actual current feed rate you can get that from the linuxcnc python module.
www.linuxcnc.org/docs/2.7/html/config/python-interface.html
current_vel returns a float value of tool speed in units per second.
Chris M
If you want actual current feed rate you can get that from the linuxcnc python module.
www.linuxcnc.org/docs/2.7/html/config/python-interface.html
current_vel returns a float value of tool speed in units per second.
Chris M
Please Log in or Create an account to join the conversation.
Time to create page: 0.055 seconds