Hello Guest it is April 23, 2024, 05:52:33 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Macho3

Pages: 1
1
Friends, I found a solution: I call the browser using CreateObject in m1s and pass the data to it for drawing.

2
Quote
But I need to get the data about a loaded g-code and custom draw it.

You can make a drawing of a gcode program. This is called backplotting. It basically provides the instructions to
the CAD software on how to draw each coded line. So you get a drawing  of the pathing. You can buy a backplotter program  like NC Plot ($300) or some others.
I use a custom backplotter ( sorry,  can't  share it ).

RICH


I looked, NCPlot is a independent program.

I have the my independent program for viewing g-code.

But I need to integrate it into Mach3 (or create new program for Mach3).

3
Quote
But I need to get the data about a loaded g-code and custom draw it.

You can make a drawing of a gcode program. This is called backplotting. It basically provides the instructions to
the CAD software on how to draw each coded line. So you get a drawing  of the pathing. You can buy a backplotter program  like NC Plot ($300) or some others.
I use a custom backplotter ( sorry,  can't  share it ).

RICH


Thanks for your reply!

Can you tell me more information about this?

How did you develop your custom backplotter?

4

I think you are expecting too much from Mach3 which is just a Machine Controller - it does not have a CAD function as such.

Tweakie.

I do not expect Mach3 to do it for me. I want to make the program myself (for example, in Visual Basic or Visual C ++) for customized drawing.

5
Thank you!

But I need to get the data about a loaded g-code and custom draw it.

This is need for the machine operator.

6
Tell me, please, how to create customized drawing of G-code?

How can I do this in Mach3?

I'm going to do this via m1s-script, but I can not find the graphics commands.


Like this:



Or in window:


Pages: 1