Jaydenn
Mechanical
- Jan 13, 2005
- 281
Hi all,
I need some help with a few things that should be simple, but they are not.
First, I need a way to output G17, G18 and G19.
My machine is a full 5 axis with dual rotary tables.
So, the workplane is always G17 unless you use a 90º head, which I am.
Sounds simple (and it should be), but it's not working at all.
I need it output immediatly after the tool change and be based on the head vector (90º milling head).
for example, if I am using an angle head along the x axis, I need to put the machine in G19(yz) so the arcs and Cut Comp will work.
I want this code output even if I'm not using dcomp and even if I am not using arcs.
In the current postbuilder, If I add the "ARC PLANE WORD" to my initial move event, it works...BUT it is one operation behind i.e. The first operation gets NO CODE and the second operation gets the code from the first operation and so on.
And if there is no head vector, i.e. No milling head, I need G17 output.
Second, I want to add a custom command that will send the machine home (G91 G28 Z0.0) ONLY IF the next operation has a different tool axis (machine rotation) that current.
basically a super safe post that always pulls z away before it rotates regardless of avoidance settings in NX.
Thanks!!!
JAY
I need some help with a few things that should be simple, but they are not.
First, I need a way to output G17, G18 and G19.
My machine is a full 5 axis with dual rotary tables.
So, the workplane is always G17 unless you use a 90º head, which I am.
Sounds simple (and it should be), but it's not working at all.
I need it output immediatly after the tool change and be based on the head vector (90º milling head).
for example, if I am using an angle head along the x axis, I need to put the machine in G19(yz) so the arcs and Cut Comp will work.
I want this code output even if I'm not using dcomp and even if I am not using arcs.
In the current postbuilder, If I add the "ARC PLANE WORD" to my initial move event, it works...BUT it is one operation behind i.e. The first operation gets NO CODE and the second operation gets the code from the first operation and so on.
And if there is no head vector, i.e. No milling head, I need G17 output.
Second, I want to add a custom command that will send the machine home (G91 G28 Z0.0) ONLY IF the next operation has a different tool axis (machine rotation) that current.
basically a super safe post that always pulls z away before it rotates regardless of avoidance settings in NX.
Thanks!!!
JAY