You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CAMotics Users
The manual says there is support for Fanuc style M98 subroutines, but when I try some of my existing Fanuc style g-code I get the error message:
WARNING:/home/equack/mountain/users/newfile.nc:2:2:M98: Invalid or unsupported code
I get the same message when I try the example program from the manual.
Is there a way to enable Fanuc support?
Joseph Coffland
unread,
Apr 22, 2021, 6:47:32 PM4/22/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CAMotics Users
Fanuc M98 and M99 codes are not currently supported by CAMotics. They are supported by LinuxCNC. They added this fairly recently which is why the CAMotics documentation does not mention it. You can use LinuxCNC o-codes to do subroutines.
equack
unread,
Apr 22, 2021, 11:53:04 PM4/22/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CAMotics Users
Thanks for the quick reply. I have a lot of legacy files for my Tormach PCNC1100 that use M98/M99 and I was hoping to view them in CAMotics. I can certainly switch to o-codes for new programs.