Place brackets "< #DCOMP>" around the code in your code generator. If this doesn't work, post the section outputting the G40.
-Dave-
Sent by: [EMAIL PROTECTED]
To:
"Smartcam Users
Group \(E-mail\)" <[EMAIL PROTECTED]>
cc:
Subject:
[mfg-smartcam]
Code generator question
I am trying to create a code generator from scratch for
a wire edm machine.
I have annoying issue witch I am sure there is simple
solution.
After I cut a profile I need to make a series of clearance
moves. All is well but my out put looks like this.
G00 G40 Xxxxx Yxxxx
G00 G40 Xxxxx Yxxxx
G00 G40 Xxxxx Yxxxx
An I want it to look like
G00 G40 Xxxxx Yxxxx
G00 Xxxxx Yxxx
G00 Xxxxx Yxxx
G00 Xxxxx Yxxx
Basically if the comp was canceled I do not need the G40
again until I turn it on again.
Any help is appreciated.
Gary
