Hi,
sivtek wrote:
Edit.
PUFF, I found the problem! In the General Configuration Dialog box the Ignore Tool Chang was checked, when unchecked all fine.
Thanks!
Glad you found it - I was about to suggest that as something to check.
sivtek wrote:
I have 2 more question, how to save all my settings and how to make a shortcut to the desktop. Perhaps I should start new treads?
mach stores all it's setting in a "profile". A "profile" is really the XML file that you have mach load when mach starts. If you start mach without a command line that specifies a profile name (i.e. xml file name) then mach give you what is called "mach loader" where you get the dialog that show you the profile files that are in the mach3 directory.
To save you setting, you ca just make a copy of the profile XML file and save it some place safe.
You may also be interested in a utility script that is provided with MSM -
On the setting page there is a button "run Maint script" - when you click that it opens a file dialog showing various utility scripts; select the one called MachXMLConfigReport.mcc and run it.
That script looks at the loaded XML file and makes a report of the settings in the file. This can be printed or saved as a record of your configuration. Please note that the utility does not handle all possible XML settings, it only does the major ones (like ports & pins settings). Even if it does not cover all of mach's setting, it covers most of the important ones - if you ever find yourself with a totally destroyed mach setup and you need to build a new setup from nothing, this report can be very helpful as it will tell tell you all the major settings and this get you 90% of the way back to a working setup.
Re making a shortcut, just find the mach3 start menu icon, right click it, and select "Send to", "desktop crete shortcut" and you will have a new mach shortcut on the desktop. Then right click the shortcut, choose properties and you can edit the name and set the profile name to load when the shortcut is clicked.
Here is an example of the short cut line that starts MSM on my desktop PC:
C:\Mach3\Mach3.exe /p Smithy-1240-w-ppd
Dave