Hello everyone,
I am trying to understand the Program Events in the robot machining project window for a 3D printing project and I have a few questions regarding this matter. Any help is highly appreciated.
1)What is the program call parameter syntax when making a program call? For example, we have a default program named "Extruder(%1)" that we can implement in the post processor. I get that it catches the E value of a G-code instruction and send it to the post processor, but I don't understand the "%1" value. What do the "%" and "1" stand for? Any documentation available?
2)Can we catch more than one value via the "Call M code" event? If I have a G-code instructions that looks like "M104 S200 T0", I would like to be able to call a program as follow : "M_RunCode(104,200,0)". Is that possible? If not, can it be worked around?
3)Is it possible to customize the events such that it would be possible to make some calls to other existing G-code instructions?
Thank you very much for you help.
Jean-François
I am trying to understand the Program Events in the robot machining project window for a 3D printing project and I have a few questions regarding this matter. Any help is highly appreciated.
1)What is the program call parameter syntax when making a program call? For example, we have a default program named "Extruder(%1)" that we can implement in the post processor. I get that it catches the E value of a G-code instruction and send it to the post processor, but I don't understand the "%1" value. What do the "%" and "1" stand for? Any documentation available?
2)Can we catch more than one value via the "Call M code" event? If I have a G-code instructions that looks like "M104 S200 T0", I would like to be able to call a program as follow : "M_RunCode(104,200,0)". Is that possible? If not, can it be worked around?
3)Is it possible to customize the events such that it would be possible to make some calls to other existing G-code instructions?
Thank you very much for you help.
Jean-François