How to buy
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © 2025 Autodesk Inc. All rights reserved
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.
Solved! Go to Solution.
Thanks for raising your concern via Forum.
I assume you are using Roland ISO post from F360 library.
Open post file in a 'Visual Studio Code' or 'Notepad++' to do the required modifications.
1. Add below code after line number 512 to print 'M6 T0'
writeBlock(mFormat.format(6)+" T0");
Hope this helps!
Regards
You can download Roland ISO post from below link :
https://cam.autodesk.com/hsmposts?p=roland_iso
Let me know if you need any help.
Regards
OK . Kindly test the output on machine and let me know the feedback. Happy to help!
If you need the code to appear in end of toolpath then,
1. Search ' function onClose() { '
2. Paste the same code just after ' onCommand(COMMAND_COOLANT_OFF); '
function onClose() {
onCommand(COMMAND_COOLANT_OFF);
writeBlock(mFormat.format(6)+" T0");
Hope this helps !
Regards
Thanks for the feedback !
To omit the optional stop, you can handle thru the property page. Refer the image.
For the empty spindle starts for 10 secs, I am not sure why this happens. You can hand edit the code like below and check on machine.
Regards
How to buy
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © 2025 Autodesk Inc. All rights reserved
Type a product name