I assembled my Chinese milling machine which is about the size of a Bridgeport in 2007. It uses parallel ports and Mach3 runs on XP. Recently I upgraded to nema 34 hybrid stepper motors and have been trying to improve things a bit.
I have some programming experience with Visual Basic but cannot get a macro to work; I'm missing something fundamental.
I wrote: DoOEMButton(110)
in a M120.m1s txt file in the macros folder. The intent is to start the spindle. When I enter M120 in the MDI nothing happens. So I put it in a txt file and try to run it as I would Gcode. Nothing happens.