Message 1 of 6
Help creating program to automate gcode to drawing

Not applicable
10-21-2021
08:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am new to using lisp and I'm working on creating drawings from old gcodes for an automated punch machine. I will attach a file as an example of the gcode.
I would like a LISP program to be able to read the .TAP file line by line creating a drawing using the x and y values and the certain tool numbers. ex. T309 is a circle punch with a diameter of 0.188
There are also other lines of code such as G28 which is a line command with I being the distance inbetween punches J being the angle and K the number of punches.
I was just wondering if anyone knew of an existing lisp program that would be able to do this or of anyone has the expertise to help build one. Thank you in advance!