Click here to Skip to main content
15,908,768 members

Comments by Viskatboman (Top 2 by date)

Viskatboman 11-Mar-23 13:00pm View    
don't understand what do you mean, why would it be hard to get the text to run on the GUI?
can you elaborate please?
Viskatboman 10-Mar-23 1:57am View    
So, it will communicate with PC via USB (I also have another one uses standard seriallport.)

I want a custom Control software that can write, that can communicate between my CNC machine and my computer. Iike the Universal Gcode Sender, but I want to customise for me.

I will have the G-code scripted in 80-90 lines in text format, I want to then paste that into a text box on my GUI where the text box, once I pressed the run button, the text box then turn into editable and runs the code line by line and highlights the line as it goes, the instructions intern sent from the GUI to the router via USB or serial port.

The GUI also should allow for manual controls as explained before with X,Y, Z +/- buttons and ofcourse, homes with one press button, sending Z first to clear for safety and then move X and Y to home.

That's all I want the GUI to do and nothing else.

I wa thinking to use mscom 6 to cumunciate.

I don't understand why I would need a library as such for such GUI setup.

Someone please help.