Hi
I am working on a program to perform various alterations and calculations on CNC Gcode.
The problem I'm having is how to start an operation on an existing file, after the file is opened and displayed in a TRichEdit.
Id like to use 'in memory' processing instead of reading each line of the...
Hi everyone. I have an app that converts values in a text file (cnc gcode) displayed in a Richedit. The program works ok except that every time the program is run there is a noticeable drop in speed. Also the larger the file the worse the problem. i.e. 61000 lines take 6mins 30s and 87000 take...
Hi
I've built a simple VCL that modifies a line of text (CNC G-Code) and displays result in a label. Now that the code is working ok, I want to use the same code to modify a g-code file loaded into a tmemo.
I am having some trouble wih this. How do I get the program to move line by line through...
Hi
I want to write a program to convert CNC GCode files.
My problem is this;
From the following code; N230G01X78.54Y34.75f300.
I need to extract the letter X and the numbers 78.54, change X to B, perform a calculation and then pass back to the origional string.
To get this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.