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

Heidenhain TNC 155 post customization help.

1 REPLY 1
Reply
Message 1 of 2
Anonymous
492 Views, 1 Reply

Heidenhain TNC 155 post customization help.

Hello.

 

I just started posting fusion 360 posts to an old Abene VHF mill.

I

 would like to customize a few things but I can't seem to fix it myself. 

 

First thing is that i would like to change the M91/M92 positioning to "X0 Y0 Z100." instead.

 

Second thing is that in the start of each operation it wants to position to "Z0" before going to starting positions.

 

Example:

"0 BEGIN PGM 1002 MM
1 BLK FORM 0.1 Z X-300 Y-55 Z-52
2 BLK FORM 0.2 X+300 Y+10 Z+13
3 TOOL DEF 1 L0 R+25
4 L Z+0 R0 F9998 M91
5 M5
6 TOOL CALL 1 Z S1400
7 M3
8 L X-327.5 Y+1.685 R0 F9998
9 L Z+28 R0 F9998
10 L Z+18 F9998
11 L Z+10.5 F700"

 

Hopefully someone can help me out with these things.

Thanks in advance.

Labels (3)
1 REPLY 1
Message 2 of 2
patrik_stellgren
in reply to: Anonymous

Hi @Anonymous 

 

That should already be built in to the post.

Tick or check the  HomeXY at end properties

You have some options,  you can:

  a) Configure a machine in Fusion or HSM with the X 0 Y0 and Z100 as the home position

or

 b) In the post @ line 200    remove the block comment and add the values you want

 

change this:

 

/*
  // NOTE: setup your home positions here
  machineConfiguration.setRetractPlane(-20.415); // home position Z
  machineConfiguration.setHomePositionX(-200); // home position X
  machineConfiguration.setHomePositionY(-5); // home position Y
*/

 

 

 

to this:

 

 

  // NOTE: setup your home positions here
  machineConfiguration.setRetractPlane(100); // home position Z
  machineConfiguration.setHomePositionX(0); // home position X
  machineConfiguration.setHomePositionY(0); // home position Y

 

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

Post to forums  

Technology Administrators


Autodesk Design & Make Report