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 23, 2012, 10:54:47 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
Third party software and hardware support forums.
Newfangled Solutions Wizards
(Moderator:
Ron Ginger
)
Suggestion for hole drilling wizards
Pages:
1
2
»
Go Down
« previous
next »
Author
Topic: Suggestion for hole drilling wizards (Read 2406 times)
0 Members and 1 Guest are viewing this topic.
Greolt
Global Moderator
Offline
Posts: 872
Suggestion for hole drilling wizards
«
on:
March 28, 2009, 10:43:10 PM »
I am probably a bit odd and different.
I often want to drill a series of holes and use the CNC side of things to accurately position each hole but I then use the quill to manually drill the hole.
I just find this way of doing it is often quicker and easier than getting the drill feedrate just right, the depth of dril, etc in the code for just a simple one off job.
So my suggestion is where the selection is made, in the wizards, for G81, G83 and G73 maybe we could add to the list, the selection of an optional stop.
Probably makes no sense to most of you but for me it would be a boon.
Greg
Logged
Ron Ginger
Active Member
Offline
Posts: 568
Re: Suggestion for hole drilling wizards
«
Reply #1 on:
March 29, 2009, 08:22:59 PM »
I have only recently started to let the control do drilling. I was always afraid to drill under power, especially for small drills. I would let the wizard generate the code, then Id run it in Single Block and just hit start after I drilled each hole. My mill has the motor on the knee and a free quill.
I have lately been just letting the program run and so far it has not broken a drill.
I has occurred to me I could do a better job of feed rate calculation. Now the wizards figures a feed rate base on a milling move, then uses 50% of that for plunge. I could actually calculate the feed rate based on chip load and tool RPM. I will do some experiments and see what I can do.
Logged
N4NV
Active Member
Offline
Posts: 336
Re: Suggestion for hole drilling wizards
«
Reply #2 on:
March 29, 2009, 09:47:19 PM »
Ron, I have been using your wizards to drill with bits as small as .047". It looks pretty scary with a 5 HP spindle and a 4,500 pound mill drilling such a small hole (especially when deep hole drilling and peck drilling), but it has never broken a drill bit. I usually adjust the feeds and speeds until I get something that looks right.
What I would like in the drilling wizard is a way to specify a list of x and y coordinates to drill. Everything else would be the same. If I have a series of holes that are not in a circle, row or grid, then I have to use the drill row wizard. It will not allow only one hole so I just enter 1 as the distance to the next hole. When it generates the code, I delete the second hole. If I have several holes to do this way it takes a little time to do the drill row wizard several times. I thought there used to be a wizard to do this, but I can't find it anymore.
Vince
Logged
Greolt
Global Moderator
Offline
Posts: 872
Re: Suggestion for hole drilling wizards
«
Reply #3 on:
March 30, 2009, 04:43:01 PM »
Is there any license condition that precludes me making my own alterations to the code.
For my own personal use of course.
I do hold a license for the addons and can find no license conditions of use.
Greg
Logged
vmax549
Guest
Re: Suggestion for hole drilling wizards
«
Reply #4 on:
March 30, 2009, 09:52:48 PM »
(;-) Now don't take this wrong BUT would it not be easier to learn how to do a
G81 Z 0.500 R .1 F5 S1200
(;-) TP
Or maybe a cool macro with a programable front end and a drill button on the screen. Push the button and a screen pops up asks you for depth, drill size, cycle type. Fill in the blanks and press ok to drill. The macro will calculate a generic feed and speed based on drill size.
«
Last Edit: March 30, 2009, 09:56:20 PM by vmax549
»
Logged
vmax549
Guest
Re: Suggestion for hole drilling wizards
«
Reply #5 on:
March 30, 2009, 10:05:59 PM »
GUYS that brings up a very good point. IS it time to create conversational PAGES for mach like other controllers have.
Need to drill holes GOTO the Mach drill screen.
Need to probe a shape ?? GOTO the Mach Probing screen
Need to cut a shape, GOTO the MACH cut shape screen
From the comercial standpoint they could be turned ON by a license file.
That is how the big boys do it.
Just a thought.
Logged
Greolt
Global Moderator
Offline
Posts: 872
Re: Suggestion for hole drilling wizards
«
Reply #6 on:
March 30, 2009, 10:20:25 PM »
Quote from: vmax549 on March 30, 2009, 09:52:48 PM
(;-) Now don't take this wrong BUT would it not be easier to learn how to do a
G81 Z 0.500 R .1 F5 S1200
Your right TP. But remember I am starting way back at the beginning with no proper training.
I have learnt a lot (relatively speaking) by dissecting code and trying to figure out how it works and why it is written in a particular way. Like yours for instance.
The New Fangled Wizards I find very useful and would be more so for me if they had a manual drill as one of the selected options. Hence my question.
The complexity of some of the code in the wizards dazzles me. Unlikely I will ever be able to write it's like.
However I have learnt a bit, mostly by studying others code samples and have written a number of simpler snippets to do things that I need.
By the way I do know how to use G81. Learnt that by looking at wizards.
Greg
Logged
N4NV
Active Member
Offline
Posts: 336
Re: Suggestion for hole drilling wizards
«
Reply #7 on:
March 30, 2009, 10:29:37 PM »
Quote from: vmax549 on March 30, 2009, 09:52:48 PM
(;-) Now don't take this wrong BUT would it not be easier to learn how to do a
G81 Z 0.500 R .1 F5 S1200
(;-) TP
I ran your code Terry and it ran my quill into my vise :-0 Oh, I forgot, there seems to be a few more lines of code needed for it to work. Lets see, I need a x and y position, a tool number maybe a G80 or G90, or even a G73 or was that a G83. It seems that a simple hole to drill takes a lot of lines of code, then if I have 5 or 10 hole in different locations, more lines. That a lot of possibility for typing error. Why not just tell a program what tool #, what drill size, what type of metal, where the top of the work is etc. In a nice graphical format like the current wizards it's a lot easier to do and less chance of mistakes.
I have done a lot of programming by hand, but why when software can often do it better. Not to many shops hand code.
Vince
Logged
vmax549
Guest
Re: Suggestion for hole drilling wizards
«
Reply #8 on:
March 31, 2009, 01:25:49 AM »
HUM drill holes EVERY day
Place the drill bit when you want the hole, set the z height , turn on the spindle and coolant if needed.
G81 Z-.500 R.1 F5 s1200 straight drill cycle
or G73 Z-.500 Q.050 R.1 F5 S1200 peck cycle
or G83 Z-.500 Q.050 R.1 F5 S1200 Deep drill cycle
OR
G83 Z-.250 Q.020 R.1 F5 S1200
R1 Z-1.25 For a two staged drill cycle for cavity drilling
YOu do not need to specify the XY IF you are already where you want the hole . Why the G90? only if you left mach in G91 will you need to change that . Yep G80 to cancell the cycle when you are done or just jog to the next hole and use the up arrow to bring back up the command from the MDI line
and push enter again, it drills another hole at that location.
If you can't hand code a simple cycle you won't work here(;-) That is just a fact of life. Like working in a library but don't know the dewey decimal system.
I do cheat and have buttons on the screen that can call the drill cycle of choice. A screen pops up and You just fill in the info and press GO. BUT for simple drilling of a hole I just hand code it.
NOT saying it is right for everyone but IF you don't use your skills you will forget a great deal over time.
Just a thought, (;-) TP
Logged
Greolt
Global Moderator
Offline
Posts: 872
Re: Suggestion for hole drilling wizards
«
Reply #9 on:
March 31, 2009, 01:38:50 AM »
I realise you are replying to Vince but just to get this thread back on track.......
My request was about having the wizard move to position for a predefined series of hole and then drill it manually.
What you are talking about is the opposite of that concept. Manually jog to a position then have Mach drill the hole for you.
So in my particular case (and every case is different) drilling the hole is the easy part and takes no effort.
It is the accurate, quick and easy positioning for a series holes and using the gcode to accomplish that part of the task.
Hence using the wizards that I already have.
Greg
Logged
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...