Hi,
I'll give you some pointers to answers for your questions.
sivtek wrote:Hi Dave
You wrote: "just find the mach3 start menu icon". Where do I find it?
When a program is installed in windows, the installer generally creates a start menu entry for the program.
This is also true of Mach itself.
Go to the windows start button, click it, and you get a menu; Then click "all programs" or "programs" ( the exact wording depends on the version of windows you are running). Look in the menus for "Mach3", and in there you will find a menu entry for "Mach 3 loader".
You can right click this menu icon and pick "send to, desktop (create shortcut) to create a new desktop icon for starting mach.
sivtek wrote:Hi Dave
I have the "Mach loader" on the desktop and some profile in it, but I would like to have one profile direct on the desktop. I am confused.
The way to start a specific profile from a desktop icon is described in the "Mach3 Install and Config Manual".
You can open that manual from the MSM reference page. Please see section 2.3 of that manual for more information.
You give the name of the profile you want to start to mach by using the "/p" switch in the shortrcut command line.
sivtek wrote:Hi Dave
The xml file to be saved is more down the tree. If I have a failure can I then just pot the xml file back to the Mach folder and all is ok again?
The XML files that mach starts with are generally located in c:\mach3\
Mach also saves copies of your XML files in c:\mach3\xmlbackups\
In that directory you can often find a older backup of your XML files. To restore to an older version, you can copy it from the xmlbackups sub-directory to the mach3 main directory.
sivtek wrote:
And now I have a new problem, they seems not to end!
When in MSM run page I hit the "Goto Zero" the spindle go first to Z zero and then X & Y go to zero. Earlier the mill operated opposite. How can I get the mil back to go x/y zero before z go to zero?
Johannes
When someone tells me any program suddenly started doing something differently, My first question is usually "what changed?".
The goto zero button moves the spindle to the current work coordinate system origin.
The order that mach will move the axes depends on where the spindle is (where the move will start from) and where the work coordinate zero is set (where the move will go to).
Mach's action can also depend on additional things like the settings for "SafeZ" - Did you change safez?
Note: By default, the script that the MSM goto zero button runs performs the same action that the stock 1024 screen set does.
However, the MSM script for that button can also be configured to do non-stock actions. I am assuming that you have not tried to modify that script to do a custom action. Therefore, I asked about "what changed" as I am assuming that the script options where not changed.
Dave