Advanced Search
Search Results
584 total results found
How to Access the License Maintenance Section of the Website?
Accessing the license maintenance section of the website.When you purchased from our website you created a user account that will allow youaccess to our License Maintenance section of our website at any time. That allows you tomodify and resend license files a...
Mach4 Why did my PCID Change?
Mach4, its plugins (Galil, Darwin, Moduleworks, etc.), and MillWizard use a PC ID torecognize your unique computer. This ensures that your license is only being only used byyou. The PC ID is created by our software based on several components found in yourcomp...
MachPro Widgets, Dashboard, Commands, and Function Buttons
Dashboards The MachPro controls have three dashboard to customize the interface to meet your needs. The operator panel has function buttons that can be assigned operations. There are two dashboards where you can place widgets. One dashboard is on the fa...
Mach4 "Vertex Buffer Objects requested but not available"
If you are running Mach4 on an XP OS and you recieve the "Vertex Buffer Objects requestedbut not avaiable" Error message check the version of OpenGL that you are using it has to beV1.5 or greater or you will see that error message.
Mach4 How do I set up Counts per Unit?
In order to set the counts per unit, velocity, and acceleration for each axis you must selectyour axis by clicking the text on the right-hand side of the Motors tab. In Mach4, navigate toConfigure>Mach>Motors. There, you will see a list of your Motors on the r...
Mach4 How do I update Mach?
Steps to update Mach4. - Copy the existing version of Mach4 and rename it something else. Our support team will leave the old version number in the name. For example, I changed Mach4Hobby to Mach4Hobby_3481 when I updated to a newer build. - Go to our webs...
I Purchased a CNC Machine from Overseas
As the popularity of CNC machining has steadily increased the market has been suppliedmany desktop CNC machines from overseas. Many of these machines are being shippedwith a pirated version of Mach3 on a writable CD. These pirated/cracked versions are notsuppo...
Mach4 How to Modify the "Go to Work Zero" button
Modifying the Go to work Zero button in Mach4 to raise Zbefore moving. Similar to Safe Z move in Mach3.-Open the profile you wish to change the button in.-With Mach4 disabled, click on the "Operator" tab at the top.-Then, "Edit Screen."-In the "Screen Tree Man...
Mach4 Setting up a Rotary 4th Axis
Setting up Mach4 for rotary (4th) axis.Mach4 Rotational Axis (non lathe)1. Users will choose an Axis that wish to use for Rotational use. A, B, or C.2. Click on “configure”, “general”. The lower right field is “Rotary Axes”. If the userwould like the DRO (Digi...
Mach4 I have extra circular movements in my tool path that are not in my GCode
I have extra circular movements in my tool path that are not in my GCode Mach4.If you load a G Code file and see a bunch of circles that are not programmed into the GCodein your toolpath, you need to change the Arc Center Mode setting (called IJ Mode in Mach3)...
Can I run on Windows 10/11
Yes, both Mach3 and Mach4 will work on Win10. You cannot, however, use the parallel portwith Windows 10. The parallel port can only be utilized in 32-bit systems that are Windows 7or older.Instead, you will need an external motion controller. That is a hardwar...
What is a good book to learn G-Code?
“CNC Programming Handbook 3rd Edition” by Peter Smid. You can also refer to the G CodeProgramming guides for Mach3 and Mach4.
What is a Macro, M-Code?
A macro or m-code is a small program that has been written as an easy way to perform afunction (or functions). Macros can range from very simple (e.g. turning an output on/off) tovery complex (e.g. running a tool changer). In Mach3/Mach4, we create macros usin...
Mach3 What is an XML?
It is a Mach3 configuration file. Every Mach3 profile stores its settings in an XML file locatedin the Mach3 installation directory (C:\Mach3, by default). If Mach3 is loaded using the“MyMill” profile, those settings would be stored in MyMill.xml. The name of ...
Mach4 What is an INI?
It is a Mach4 configuration file. Every Mach4 profile stores its settings in a Machine.ini filelocated in the Mach4 profiles directory (C:\Mach4\Profiles, by default). If Mach4 is loadedusing the “MyMill” profile, those settings would be stored in C:\Mach4\Pr...
What is a Profile?
A profile is a configuration file which is used to store the various settings for a machine. AMach3/Mach4 profile has to be created and configured for each machine it controls. Mach3uses XML files to store this data (see “What is an XML?”) while Mach4 uses INI...
What is a Screen Set?
A screen set is the file (and associated graphics) that makes up the GUI (graphical userinterface). In other words, the set of files that comprise what is seen on the screen. Ascreen set can change not just the appearance of Mach3/Mach4 but also the functional...
Mach3 What files should I backup?
At a minimum, any license files and profile XMLs (as well as any custom macros, screensets, or brains used by those profiles) should be backed up. In practice, it may be easier tokeep a current backup of the entire Mach3 directory as this ensures everything ne...
What else can the computer running the machine be used for?
CNC controls require critical timing. When a computer has been chosen to be used as amachine controller, it should be dedicated to that task / not used for anything else. Addingadditional software and processes to a machine controller can adversely affect perf...
What is G-Code?
Used mainly in automation, G-code is the common name for the most widely usednumerical control (NC) programming language, which has many implementations. G-code issometimes called G programming language.