Community
Fusion Manufacture
Talk shop with the Fusion (formerly Fusion 360) Manufacture Community. Share tool strategies, tips, get advice and solve problems together with the best minds in the industry.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

NEED HELP WITH POST PROCESSOR SIEMENS MILL/TURN

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
romulus_lancranjan
192 Views, 2 Replies

NEED HELP WITH POST PROCESSOR SIEMENS MILL/TURN

Hello, I need a little help, I want to make a hole with the drill on the lathe in tha middle (x=0), of the part and the processor changes my rotation from the chuck to the drill as if I had a mill

here I think it is wrong, do not check the second condition, the lathe is a DMG MORI T1

thank you for your time

 

switch (currentSection.spindle) {
case SPINDLE_PRIMARY: // main spindle
if (machineState.isTurningOperation || machineState.axialCenterDrilling) { // turning main spindle
gSpindleModeModal.reset();
writeBlock(
spindleMode,
"S" + getSpindleCode(currentSection) + "=" + sOutput.format(_spindleSpeed),
(tool.clockwise ? getCode("START_MAIN_SPINDLE_CW") : getCode("START_MAIN_SPINDLE_CCW"))
);
} else { // milling main spindle
writeBlock(
spindleMode,
"S" + getSpindleCode(currentSection) + "=" + sOutput.format(_spindleSpeed),
tool.clockwise ? getCode("START_LIVE_TOOL_CW") : getCode("START_LIVE_TOOL_CCW")
);

2 REPLIES 2
Message 2 of 3

In your tool library, do you have the tool defined as a "live tool"?

2024-04-26_08h20_44.png

 

Is the hole perfectly on center? If it's the slightest bit off, it will force out a live tool command.


Seth Madore
Customer Advocacy Manager - Manufacturing
Message 3 of 3

YES :))))

sorry for your time i'm new in Fusion  🙂 thank you

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

Post to forums  

Autodesk Design & Make Report