Same tool 2 operations do not want the tool to go home in between operations.

Same tool 2 operations do not want the tool to go home in between operations.

rak70463
Participant Participant
525 Views
9 Replies
Message 1 of 10

Same tool 2 operations do not want the tool to go home in between operations.

rak70463
Participant
Participant

I have a turning tool CNMG to face and finish turn. It faces retracts to home the comes in to do finish pass. How do I get it to face and the just do the finish turning. My turning tools dont have the do not go home check box.

0 Likes
Accepted solutions (1)
526 Views
9 Replies
Replies (9)
Message 2 of 10

seth.madore
Community Manager
Community Manager

Which post processor are you using?


Seth Madore
Customer Advocacy Manager - Manufacturing


0 Likes
Message 3 of 10

rak70463
Participant
Participant

I haven't posted it out it is doing it in simulation.  But I am using the Doosan fanuc post. 

0 Likes
Message 4 of 10

akash.kamoolkar
Autodesk
Autodesk

@rak70463 is the issue here that you don't want the tool to retract to X = clearance radius between operations?

 

Regards,



Akash Kamoolkar
Software Development Manager
0 Likes
Message 5 of 10

seth.madore
Community Manager
Community Manager

This is a bug in the post.  There are a couple of changes that need to be made to fix it:

var machineState = {
...
tailstockIsActive : false, // <<< Change to false // Engage tailstock
if (getProperty("useTailStock") != "false") {
// <<< Change currentSection.useTailStock to currentSection.tailstock in the following command
if (!retracted && ((currentSection.tailstock || forceTailStock) != machineState.tailstockIsActive)) {
goHome();
retracted = true;
}
engageTailStock(true);
}


Seth Madore
Customer Advocacy Manager - Manufacturing


0 Likes
Message 6 of 10

seth.madore
Community Manager
Community Manager

I've edited the generic Doosan Turn/Mill post processor to produce the code you are expecting. That said, I'm not a Post Processor expert (by any stretch of the imagination), so please do test very carefully. Currently, the machine is set to "LYNX" (which has no Y axis, but a tailstock and part catcher)


Seth Madore
Customer Advocacy Manager - Manufacturing


0 Likes
Message 7 of 10

rak70463
Participant
Participant

In simulation it goes home the does finish pass I want the tool to face then do the finish pass then go home. 

0 Likes
Message 8 of 10

seth.madore
Community Manager
Community Manager

@rak70463 did you see the post processor I attached in my prior post? I'm wondering if you had a chance to try it out and was that able to work around the issue?


Seth Madore
Customer Advocacy Manager - Manufacturing


0 Likes
Message 9 of 10

HughesTooling
Consultant
Consultant

Do these setting help?

HughesTooling_0-1710355739036.png

 

Mark Hughes
Owner, Hughes Tooling
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


0 Likes
Message 10 of 10

rak70463
Participant
Participant
Accepted solution

Thank you yes it fixed it!

0 Likes