Writing G and M code program via C program
Posted: Fri Jul 15, 2022 12:10 pm
Respected Sir,
Is it possible to write C program that enters Gcode program in my screen. what im trying to say is if i press a button "MOVE" then it asks for user input such as coordination value XYZ and feed rate .when i entered the above input and press ok then the Gcode "G00 X#100 Y#101 Z#102 F100" need to be entered in my gcode screen along with my inputs
Is it possible to write C program that enters Gcode program in my screen. what im trying to say is if i press a button "MOVE" then it asks for user input such as coordination value XYZ and feed rate .when i entered the above input and press ok then the Gcode "G00 X#100 Y#101 Z#102 F100" need to be entered in my gcode screen along with my inputs