Maybe this is common knowledge but I just discovered the hard way that MDI doesn’t execute multiple commands on a single line like I am used to on other controls.
On Haas controls, the routine was to type “G00 G43 G54 H5 Z3.0” to verify that Tool 5 would go to 3.0” above the Part Z zero.
The MDI on UCCNC doesn’t like the above line at all. Oh, it will execute the line without any errors but it completely ignores the G43 and G54 commands. I found out I have to input “G43 H5” all by itself and hit Enter. Then enter “G54” and hit Enter. Finally, on the third line, I get to type “G00 Z3.0” and hit Enter and the machine will move to 3 inches above the part (assuming I didn’t make a mistake somewhere).
Anybody else run into this? Are there any guidelines for acceptable MDI commands?