Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Call M Code

#1
Hi,

I'm trying to call the M codes from a .nc file. But I can't seem to get the M codes with the correct arguments. 

This is what I have in my .NC file:
   

This is how I've configured RoboDK:
Robodk.PNG   

This is the result:
   


I would like to know if there is another method to configure RoboDK.
#2
Supported parameters for M codes include C, P, S and E. I believe parameter R will be ignored.

You can find more information with the tool-tip when you are writing the M code. See the attached image.
Program-Events-M-code.png   

Also, you may need to add spaces between each group of parameters.
#3
It supports the R, P, and F parameters, but when it doesn't find a parameter, it defaults to 0.
This results in M330(1,0,0) instead of M330(1) and M7(0,65,30) instead of M7(65,30).
  




Users browsing this thread:
1 Guest(s)