Re: High-level g-code language?
Posted by
Jørgen Ditlev Christensen
on 2005-05-05 06:07:10 UTC
Hi cs, You write:
possibility to program some contours, where you dont know the intersection,
tangent and even centre of circles and thats what you get in a CAD/CAM
program.
Of cause use of functions such as Repeat-loops, For-loops, and parametric
is great.
Sow to get success, I think you have to put these possibilities in your
program.
Back in 84 a Danish guy made a commercial program named HSI-CAM. This
DOS-program had a good programming script where it was easy to program
tangents, centres, intersections, loops, radius comp. Even 3D contours etc.
I have put a image at: http://web-base.dk/div/aid1.gif of a little
program-code that is programmed with this HIS script, I hope this can be to
some inspiration for you and luck further over with you program.
Jørgen Ditlev.
>> All it really needs is a few functionsMy opinion is thats not true, because lots of times you need the
>> (i.e. RapidMove(), Move(), Arc(), etc)
>> that translate their parameters into gcode.
>> This core set of functions can be written in
>> pretty much any scripting language, so it
>> would be easy to translate to any ones
>> prefered engine.
possibility to program some contours, where you dont know the intersection,
tangent and even centre of circles and thats what you get in a CAD/CAM
program.
Of cause use of functions such as Repeat-loops, For-loops, and parametric
is great.
Sow to get success, I think you have to put these possibilities in your
program.
Back in 84 a Danish guy made a commercial program named HSI-CAM. This
DOS-program had a good programming script where it was easy to program
tangents, centres, intersections, loops, radius comp. Even 3D contours etc.
I have put a image at: http://web-base.dk/div/aid1.gif of a little
program-code that is programmed with this HIS script, I hope this can be to
some inspiration for you and luck further over with you program.
Jørgen Ditlev.
Discussion Thread
Jørgen Ditlev Christensen
2005-05-05 06:07:10 UTC
Re: High-level g-code language?
Alex Holden
2005-05-05 07:13:55 UTC
Re: [CAD_CAM_EDM_DRO] Re: High-level g-code language?
Codesuidae
2005-05-05 07:40:59 UTC
Re: [CAD_CAM_EDM_DRO] Re: High-level g-code language?
Codesuidae
2005-05-05 08:12:15 UTC
Re: [CAD_CAM_EDM_DRO] Re: High-level g-code language?
Alex Holden
2005-05-05 08:41:21 UTC
Re: [CAD_CAM_EDM_DRO] Re: High-level g-code language?
Codesuidae
2005-05-05 09:50:51 UTC
Re: [CAD_CAM_EDM_DRO] Re: High-level g-code language?