I'm new to Mach3 and CNC, and we hit the following specific issue.
I noticed that the scripts to the buttons "REF ALL HOME" are different on various pages.
On the PROGRAM RUN screen the script reads:
DoButton( 24 )
DoButton( 23 )
DoButton( 22 )
DoButton( 25 )
DoOEMButton(133)
DoOEMButton(134)
DoOEMButton(135)
On the MDI screen and the OFFSET screens the scripts read:
DoButton( 24 )
DoButton( 23 )
DoButton( 22 )
DoButton( 25 )
Why are they different? Is there meaning or is it just a bug or relict?
Our mill does not have encoders (133-135).
Thank you.
Peter