- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I have a Roland MDX540 and the post I am using is great except that my machine has an ATC installed. I would like to add to the post processor the M06T0 command so that the tool unloads after each program has ended. I have attempted to learn Javascript using Visual Studio Code but it doesn't make any sense to me. What would the command look like and where should it be placed before the script below or in between? Your advice would be appreciated, thank you.
function onClose() {
writeBlock("H"); // retract
zOutput.reset();
onImpliedCommand(COMMAND_END);
onImpliedCommand(COMMAND_STOP_SPINDLE);
writeBlock("H"); // spindle stop
}
function setProperty(property, value) {
properties[property].current = value;
}
Solved! Go to Solution.