- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey there folks,
I want to optimize the pp for our C52 a bit further.
Before a toolchange happens I want to 'clean' the remaining coolant from the coolant-jets or the tool by blowing it out with air.
With normal flood coolant this is no problem- Hermle added a M-Code wich does exactly this (M440).
But for through-tool coolant there is only a cycle: cycle 315.
Therefore I have to add a cycl def after setting throughTool coolant off.
It has to look like this:
CYCL DEF 315 IKZ WZ ausblasen
Q1505=+2 ;Zeit ausblasen
Does anyone know how I could achieve this?
line from my pp, M440 already added, works flawless:
var coolants = [
{id: COOLANT_FLOOD, on: 8, off: [9, 440]},
{id: COOLANT_THROUGH_TOOL, on: 51, off: 52},
{id: COOLANT_AIR, on: 7, off: 9},
{id: COOLANT_AIR_THROUGH_TOOL, on: 12, off: 9},
{id: COOLANT_OFF, off: 9}
];
Thanks in advance and stay safe!
Janick
Solved! Go to Solution.