Community
HSM Post Processor Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

5 AXIS AB HEAD 30I FANUC NEED FINE TUNNING

1 REPLY 1
SOLVED
Reply
Message 1 of 2
josefXX89R
433 Views, 1 Reply

5 AXIS AB HEAD 30I FANUC NEED FINE TUNNING

Can some body help me change some code

 

it post     g43.4 z1. h7

 

need        g43.4 z1. a0.b0. h7

1 REPLY 1
Message 2 of 2
josefXX89R
in reply to: josefXX89R

//writeBlock(gMotionModal.format(0), gFormat.format(currentSection.isMultiAxis() ? 43.5 : 43.4),"X" + abcFormat.format(0),"Y" + abcFormat.format(0), zOutput.format(initialPosition.z), "A" + abcFormat.format(0), "B" + abcFormat.format(0), hFormat.format(lengthOffset));
// USE EITHER WRITEBLOCK TO OUTPUT XY 0.00 AND AB 0.00 JF 3-28-17
writeBlock(gMotionModal.format(0), gFormat.format(currentSection.isMultiAxis() ? 43.5 : 43.4), zOutput.format(initialPosition.z), hFormat.format(lengthOffset));
lengthCompensationActive = true;

 

IT FIXED OK

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report