Home
Downloads
Mach3
Plugins
CAM Post Processors
Screensets
Purchase
Support
Forum
Tutorial Videos
Documentation
Yahoo Group
Mach Wiki
Resources
Contact Us
Links
CNCZone
German Forum
Italian Forum
Korean Forum
Portugese (Brazil) Forum
Russian Forum (RSK CNCROUTER)
Thai Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
May 27, 2012, 03:29:40 PM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Select from and to languages
Chinese-simp to English
Chinese-trad to English
English to Chinese-simp
English to Chinese-trad
English to Dutch
English to French
English to German
English to Greek
English to Italian
English to Japanese
English to Korean
English to Portuguese
English to Russian
English to Spanish
Dutch to English
Dutch to French
French to English
French to German
French to Greek
French to Italian
French to Portuguese
French to Dutch
French to Spanish
German to English
German to French
Greek to English
Greek to French
Italian to English
Italian to French
Japanese to English
Korean to English
Portuguese to English
Portuguese to French
Russian to English
Spanish to English
Spanish to French
Machsupport Forum
Mach Discussion
General Mach Discussion
Interface Tutorial
Pages:
1
2
»
Go Down
« previous
next »
Author
Topic: Interface Tutorial (Read 650 times)
0 Members and 1 Guest are viewing this topic.
kolias
Active Member
Offline
Posts: 581
Interface Tutorial
«
on:
February 13, 2011, 02:10:52 AM »
I was watching the Mach3 Interface Video Tutorial and noticed that in the bottom right corner of the screen it has these inputs as per attached photo (MultiPass, Z Inhibit etc).
My screen (R3.043.022) does not have these items. How can I get them?
Tutorial.JPG
(27.63 KB, 392x206 - viewed 64 times.)
Logged
Nicolas
Tweakie.CNC
Active Member
Offline
Posts: 3,263
Super Kitty.
Re: Interface Tutorial
«
Reply #1 on:
February 13, 2011, 02:33:58 AM »
That was from an earlier version which I think has now gone from the downloads page. If you require 'Multi Pass' then this is now available under the Wizards menu.
Tweakie.
Logged
Success consists of going from failure to failure without loss of enthusiasm. Winston Churchill.
Hood
Active Member
Offline
Posts: 17,362
Carnoustie, Scotland
Re: Interface Tutorial
«
Reply #2 on:
February 13, 2011, 04:52:23 AM »
And Z inhibit is now on Ports and Pins, Mill options if I remember correctly.
Hood
Logged
kolias
Active Member
Offline
Posts: 581
Re: Interface Tutorial
«
Reply #3 on:
February 13, 2011, 09:21:50 AM »
Too bad, it looked so handy that screen
So in the Wizard, what is the X-Shift and Y-Shift ?
And after I input all the values and generate the g-code how do I merge this code with what I’m doing ?
Logged
Nicolas
kolias
Active Member
Offline
Posts: 581
Re: Interface Tutorial
«
Reply #4 on:
February 14, 2011, 12:05:01 AM »
Try to run the wizard with a small project loaded on Mach and after waiting 9 minutes it still was saying “Please Wait.....Generating Path”
So how do I run this wizard to have multi pass ?
Also I noticed on the main screen there is a Z-Inhibit ON/OFF Button just to the right of the Reset Button and under this Button there is +0.000. What Z-Inhibit means and how do you use it on multi pass?
Logged
Nicolas
kolias
Active Member
Offline
Posts: 581
Re: Interface Tutorial
«
Reply #5 on:
February 15, 2011, 12:16:27 PM »
I don’t know why no one answers my questions; are they too difficult or too easy ?
Anyway I found on Mach3 Mill manual paragraph 6.2.17 Automatic Z control family but when I go to config menu there is no Logic dialog for the static setting of this Inhibit –Z value.
On the config menu there is a Safe Z Setup menu but no explanations how to do it.
So no one to help me understand how I set multipass?
Logged
Nicolas
Overloaded
Global Moderator
Offline
Posts: 3,072
Re: Interface Tutorial
«
Reply #6 on:
February 15, 2011, 12:34:15 PM »
Hi Nicolas, this is from the older manual. Hope it helps a bit.
Russ
Z-Inhibit: Sets a limit to the lowest value of Z permitted. For example if Z inhibit is set to
minus 2.1 (- 2.1) and enabled then G0 Z-2.5 will leave the controlled point at Z = -2.1.
Persistent Z-inhibit: , if checked, then the Z-inhibit value entered will be retained on a
program rewind, otherwise it will be cleared. This setting us used in conjunction with the
automatic roughing out of a part be Mach2 decrementing the Z-inhibit and repeating a
program a give number of times.
Logged
"I haven't failed. I've just found 10,000 ways that won't work." Edison
"You cannot help men permanently by doing for them what they could and should do for themselves."
Abe Lincoln
Overloaded
Global Moderator
Offline
Posts: 3,072
Re: Interface Tutorial
«
Reply #7 on:
February 15, 2011, 12:53:07 PM »
Quote from: kolias on February 14, 2011, 12:05:01 AM
Try to run the wizard with a small project loaded on Mach and after waiting 9 minutes it still was saying “Please Wait.....Generating Path”
Just click CANCEL in that pop up window, then Regen. Toolpath.
Works OK here.
Logged
"I haven't failed. I've just found 10,000 ways that won't work." Edison
"You cannot help men permanently by doing for them what they could and should do for themselves."
Abe Lincoln
Overloaded
Global Moderator
Offline
Posts: 3,072
Re: Interface Tutorial
«
Reply #8 on:
February 15, 2011, 12:58:56 PM »
Quote from: kolias on February 13, 2011, 09:21:50 AM
Too bad, it looked so handy that screen
So in the Wizard, what is the X-Shift and Y-Shift ?
And after I input all the values and generate the g-code how do I merge this code with what I’m doing ?
The SHIFT is like a G52, it shifts the coopds by the amount specified.
I't automatically "merged" with your original code when you exit the wizard. If I understand your question correctly.
Logged
"I haven't failed. I've just found 10,000 ways that won't work." Edison
"You cannot help men permanently by doing for them what they could and should do for themselves."
Abe Lincoln
kolias
Active Member
Offline
Posts: 581
Re: Interface Tutorial
«
Reply #9 on:
February 15, 2011, 03:01:48 PM »
Hi Russ, thanks for the help
So the attached picture shows the Z-Inhibit I have on my screen, just to make sure that we are talking about the same control. So if I set that to lets say -3 and I click the button ON/OFF the Z will go not further down than -3 no matter what the g-code has. Is this correct?
I can’t find any command about “Persistent Z-Inhibit” Where is that?
ok I got it with the Wizard, it works here too and looking in the g-code I can see lines added but I have to study the code to see if they new lines are inserted properly.
But my question still remains: where do I input how many passes I want a particular cut to be made with?
In my Config Menu / Safe Z Setup there are these entries which I don’t understand. I have also attached a picture of this window in case we don’t have the same. The entries I don’t understand on this screen are:
Allow Safe Z Moves: What establishes “Safe” moves?
Safe Z is an Incremental Rise and below there is an input window: Is this where I put the # of passes?
Sorry about all these questions but controlling how the Z behaves its important and I would like to understand it correctly
Safe Z.JPG
(26.9 KB, 301x346 - viewed 49 times.)
Z Inhibit.JPG
(34.39 KB, 526x196 - viewed 36 times.)
Logged
Nicolas
Pages:
1
2
»
Go Up
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Mach Discussion
-----------------------------
=> General Mach Discussion
=> Mach3 under Vista
=> Quantum
=> Mach SDK plugin questions and answers.
===> Finished Plugins for Download
=> VB and the development of wizards
=> Brains Development
=> Video P*r*o*b*i*n*g
=> Mach Screens
===> Screen designer tips and tutorials
===> Works in progress
===> Finished Screens
===> Flash Screens
===> JetCam screen designer
===> Machscreen Screen Designer
===> CVI MachStdMill (MSM)
=> Feature Requests
=> Non English Forums
===> Italian
===> French
===> Spanish
===> Chinese
===> German
===> Russian
===> Romanian
===> Japanese
===> Vietnamese
=> FAQs
-----------------------------
*****VIDEOS*****
-----------------------------
=> *****VIDEOS*****
-----------------------------
General CNC Chat
-----------------------------
=> Share Your GCode
=> Show"N"Tell ( What you have made with your CNC machine.)
=> Building or Buying a Wood routing table.. Beginnners guide..
=> Show"N"Tell ( Your Machines)
-----------------------------
G-Code, CAD, and CAM
-----------------------------
=> G-Code, CAD, and CAM discussions
=> LazyCam (Beta)
-----------------------------
Third party software and hardware support forums.
-----------------------------
=> LazyTurn
=> GearoticMotion Preliminary testing
=> Tempest Trajectory Planner
=> Contec
=> dspMC/IP Motion Controller
=> HiCON Motion Controller
=> Third party software and hardware support forums.
=> Galil
=> Newfangled Solutions Wizards
=> Mach3 and G-Rex
=> Mesa
=> Modbus
=> NC Pod
=> PoKeys
=> SmoothStepper USB
=> Sieg Machines
=> Promote and discuss your product
-----------------------------
Tangent Corner
-----------------------------
=> Tangent Corner
=> Competitions
=> Polls
=> Bargain Basement
-----------------------------
Support
-----------------------------
=> Downloads
===> XML files
===> Post Processors
===> Macros
===> Tutorials
===> Others
===> Beta Brains
===> Screen Sets
===> Documents
===> MACH TOOL BOX
=> One on one phone support.
=> Forum suggestions and report forum problems.
-----------------------------
Mach4
-----------------------------
=> Mach4 pre-Alpha Testing
Loading...