error post processor tnc 407 heidenhain

error post processor tnc 407 heidenhain

werkplaats2Q7LY
Contributor Contributor
127 Views
1 Reply
Message 1 of 2

error post processor tnc 407 heidenhain

werkplaats2Q7LY
Contributor
Contributor

 hallo 

 

i hav e some problems whit posting my file becuase of redius correction  when i put it on in control the post give's a error like her below can somebody help me to solve this problem ? 

 

werkplaats2Q7LY_0-1663230680070.png

the trought tool message is solved already 

 

thanks in advance 

 

 

 

 

0 Likes
128 Views
1 Reply
Reply (1)
Message 2 of 2

Arun.rs
Autodesk
Autodesk

HI @werkplaats2Q7LY 

 

The error is because of through coolant is not supported in post. You can add the same in post as below.

 

var coolants = [
  {id:COOLANT_FLOOD, on:8},
  {id:COOLANT_MIST},
  {id:COOLANT_THROUGH_TOOL, on: 88, off: 89},
  {id:COOLANT_AIR},
  {id:COOLANT_AIR_THROUGH_TOOL},
  {id:COOLANT_SUCTION},
  {id:COOLANT_FLOOD_MIST},
  {id:COOLANT_FLOOD_THROUGH_TOOL},
  {id:COOLANT_OFF, off:9}
];

 

Regards

 



Arun.RS
Technical Consultant - Post Processor
0 Likes