Can't believe how timely that is as I've just started tuning stock Fusion 360 post processor for our DMU50 Eco running 840D sl! Will surely have to dig deeper to fully grasp that wear cutter comp and cycle832 things but this video is a priceless ground to build upon 👌 Also have to get a quote for sinutrain license... Thanks for this high quality webinars, keep'em coming 👍🙏
Another great video Chris. FYI, programs like notepad and notepad++ sometimes cause strange code (artifacts) to be output that you can’t see, I’m guessing that is what might be happening with your end of program errors. I had the same thing and if you edit in the control, delete the M30, then type it back in, it runs. I’m guessing the control cleans the file when you dump it in NC memory. This is a known thing with those programs in the programming world. I’d suggest a proper editor like Microsoft visual studio code (free) for gcode editing, another plus is they have Gcode highlighters. Also I’d LOVE to see a video on building custom user cycles, where they have a conversational style window like your standard cycles. I’ve tried using the instructions in the manuals but no luck! - Peter Betz.
G17 G701 G90 G60 G94 SUPA D0 G0 Z0 SUPA X0 Y0 T1 D1 M6 G90 G54 G00 X(starting cordinate) Y(starting cordinate) S1000 M3 M8 Z3.0 G1 X Y F200.0 X Y G2 X Y I J G1 X Y . . .. G0 Z100 SUPA D0 G0 Z0 SUPA Y0 M5 M9 M30 IS IT OK??? HEADER AND FOOTER???... I MAKE POST IN NX CAM....USING POST BUILDER.....IT WILL WORK.....CORRECT ME IF I AM WRONG
Can't believe how timely that is as I've just started tuning stock Fusion 360 post processor for our DMU50 Eco running 840D sl!
Will surely have to dig deeper to fully grasp that wear cutter comp and cycle832 things but this video is a priceless ground to build upon 👌
Also have to get a quote for sinutrain license...
Thanks for this high quality webinars, keep'em coming 👍🙏
Glad to hear! We are working to get more webinars uploaded.
hello all the same, this is not the creation of a post processor, but the creation of a control program. but it's still useful to watch.
nice thank you
Another great video Chris. FYI, programs like notepad and notepad++ sometimes cause strange code (artifacts) to be output that you can’t see, I’m guessing that is what might be happening with your end of program errors. I had the same thing and if you edit in the control, delete the M30, then type it back in, it runs. I’m guessing the control cleans the file when you dump it in NC memory. This is a known thing with those programs in the programming world. I’d suggest a proper editor like Microsoft visual studio code (free) for gcode editing, another plus is they have Gcode highlighters. Also I’d LOVE to see a video on building custom user cycles, where they have a conversational style window like your standard cycles. I’ve tried using the instructions in the manuals but no luck! - Peter Betz.
Thanks! There are a few different ways to build those cycle masks, will see if we can set up an introductory video about that in the future.
Great job keep it up 😀😀😀
Thanks 😁
It would be great if you can explain advanced programming e.g. Gildemeister structure
We can certainly look to add it to the queue, stay tuned!
G17 G701 G90 G60 G94
SUPA D0 G0 Z0
SUPA X0 Y0
T1 D1 M6
G90 G54 G00 X(starting cordinate) Y(starting cordinate)
S1000 M3
M8
Z3.0
G1 X Y F200.0
X Y
G2 X Y I J
G1 X Y
.
.
..
G0 Z100
SUPA D0 G0 Z0
SUPA Y0
M5 M9
M30
IS IT OK??? HEADER AND FOOTER???... I MAKE POST IN NX CAM....USING POST BUILDER.....IT WILL WORK.....CORRECT ME IF I AM WRONG
looks right