AdrianR | 19/04/2020 11:58:58 |
613 forum posts 39 photos | Hi, I am thinking of getting a CNC mill, but from what I can see you can only drive them via gcode etc. I have tried googling for this, but to no definitive answer. I was wondering if anyone had connected rotary encoders with handwheels to the CNC controller. Thus creating a mill by wire. That way I could still mill by hand.
Adrian |
Andrew Johnston | 19/04/2020 12:14:06 |
![]() 7061 forum posts 719 photos | Posted by AdrianR on 19/04/2020 11:58:58:
I am thinking of getting a CNC mill, but from what I can see you can only drive them via gcode etc. No point in having a CNC mill if you don't let the computer drive it. Andrew |
Tony Pratt 1 | 19/04/2020 12:38:37 |
2319 forum posts 13 photos | All the many CNC machines I have used feature a 'manual pulse generator', basically a hand wheel which can be used for setting up & manual milling to some degree. Tony |
David Colwill | 19/04/2020 12:42:51 |
782 forum posts 40 photos | My Bridgeport clone Has ballscrews and stepper motors. It still has handles and does get used as a manual machine. Yes you do need to be careful with the screws moving but experience and an independent DRO says that this is not much of a problem. That said the machine is a bit of a Frankenstein and is not doing anything of any great accuracy. The type of control may or may not allow you to add more than 1 encoder and closed loop stepper motors won't let you turn them when off (at least the ones I have won't) so you would need to check out before you commit. I also have a CNC lathe that currently runs on Mach 3 and while this does only get used with the control on, I have recently bought a couple of rotary encoders to provide some degree of manual movement. When I get chance I will set this up. You do get faster at using a CNC machine as you understand both the hardware and software you are using so it may not be as much of a problem as you think. Regards. David. |
Ian Johnson 1 | 19/04/2020 12:47:26 |
381 forum posts 102 photos | I agree with Andrew's comments and will add that a CNC mill needs a computer and some sort of program to tell it what to do, I use Mach3. You can use Mach3 like a manual machine via the axis direction buttons on the key board or screen, adjusting the speeds and feeds accordingly. Just keep your finger on the button. The added bonus is the digital readout for all the axis. No need for G code. Ian |
Emgee | 19/04/2020 12:49:11 |
2610 forum posts 312 photos | AdrianR I have an Emco F1 cnc milling machine that can be used manually or in cnc mode. When set to Manual mode all the machine axis can be operated by the use of pushbutton switches, this is to allow normal Jogging when setting up a job but you can operate the machine in that manner but I seldom do. The same facility is available as a plug-in unit for most machines. Link showing axis control at about 3.30sec on Emco F1 cnc mill Emgee Edited By Emgee on 19/04/2020 12:49:55 |
DC31k | 19/04/2020 14:04:02 |
1186 forum posts 11 photos | As others have said, the term you need is 'manual pulse generator'. The software you use to control the machine will determine if and how many MPGs you can use. They can be used by Mach 3. I believe most of the ones you can buy are 100ppr and you can set a distance in the software for how far one pulse moves the axis, so you do not need to spin the MPG like a turbine if you need to move a long way. You can buy or build a pendant control with E-stop, MPG, axis selection switches and jog distance switches on it. Lots of information in the Mach 3 archives. |
Manofkent | 19/04/2020 14:09:12 |
145 forum posts 29 photos | Hi Adrian I have an Emco VMC mill. It runs on Mach3 There is a jog facility with Mach3, or you can use the keyboard right/left up and down arrows but doing it this way is not pleasant as you have no feel for the work like with a manual mill. I find I mostly write small programs for it, or use the Mach3 midi function for a direct line input. For example if you wanted to mill a 20mm length, starting from 0, type in X20, (adjusted for mill dia) enter and the machine will do the work. You can set the speed of travel, depth of cut etc. I also have a manual mill. In my book they are both for very different things, and I wouldn't be without either!
John
|
Clive Steer | 19/04/2020 14:11:07 |
227 forum posts 4 photos | Most CNC machines have a manual positioning capability but this is usually a single hand wheel selectable to act on one axis at at time for positioning. There are few technical reasons why a CNC machine couldn't have a manual reversion capability using an arrangement of hand wheels similar to manual machines. These hand wheels do not need to be mechanical connected to the CNC machines ball screws as their function could be replicated electrically. Strictly speaking there may be no need for a computer if the electrical encoders are fitted to the hand wheels provide step and direction signals that can directly connect to the ball screw stepper motor drivers. However some CNC machines micro step the axis motors so the effective "gearing" between the hand wheel and axis movement may be too fine. This might be a way to test the mechanics of a machine being converted to CNC before splashing out on an expensive computer and software or to check out a machine whose controller is unusable because of license issues. Being able to use a CNC machine in full manual mode may help when a simple one off task doesn't justify the time investment overhead of CAD/CAM. Clive |
Roderick Jenkins | 19/04/2020 14:31:30 |
![]() 2376 forum posts 800 photos | With Mach 3 you can use a Playstation controller for direct movement of the axes. Rod |
Enough! | 19/04/2020 18:17:22 |
1719 forum posts 1 photos | Not something I have any serious experience with but surely it's possible to do "manual" control using gcode segments? That is, drive, say, the x-axis at such and such a speed until terminated. etc It should be possible to compose a whole toolbox of gcode segments for manual use. In fact I'd be a bit surprised if someone hasn't already done that .... a simple control panel with manual commands. Or am I all wet? |
Another JohnS | 19/04/2020 18:44:54 |
842 forum posts 56 photos | Adrian; Any CNC controller (I use LinuxCNC) can have "MPG"s attached. My CNC mills (plural) all have them. When I worked in a Canadian Govt. research site, the machine shop made one-offs for all kinds of prototypes; one day in there getting some work done for a project, and talking to the machinist, he asked me "how many manual mills do you see in here?" I looked around, the place was about the size of a basketball court, and said "none" His next question was "then why do you use such an archaic thing as a manual mill?" He showed me how they used a CNC mill for making one-off parts, and I was converted. I don't even have a pillar drill; all drilling is done on a CNC machine either under program, or hole by hole with a quill and handle. Something to ponder while waiting for COVID-19 to pass.
|
John Haine | 19/04/2020 19:22:28 |
5563 forum posts 322 photos | Posted by Bandersnatch on 19/04/2020 18:17:22:
Not something I have any serious experience with but surely it's possible to do "manual" control using gcode segments? That is, drive, say, the x-axis at such and such a speed until terminated. etc It should be possible to compose a whole toolbox of gcode segments for manual use. In fact I'd be a bit surprised if someone hasn't already done that .... a simple control panel with manual commands. Or am I all wet? They are called wizards. Very common, very useful. |
Martin Connelly | 19/04/2020 20:33:39 |
![]() 2549 forum posts 235 photos | Rod, you can also use wireless USB mini keyboards to control Mach3 without the need for a PlayStation controller driver. Adrian, I would suggest downloading Mach3 and/or PlanetCNC software and look at how manual data input (MDI) works using G0 and G01 commands to move the axes around. For example G0 x0 y0 z0 followed by G01 x100 f25 as an easy start example. Martin C |
Former Member | 20/04/2020 10:05:47 |
[This posting has been removed] | |
Andrew Evans | 20/04/2020 11:22:21 |
366 forum posts 8 photos | I do quite a bit of basic machining on my Seig KX3 by just manually typing in lines of G code. Manually jogging during setup with all maching done by g code - either manually entered for simple stuff or from CamBam. I don't miss having a manual way to control the machine beyond this. |
Greensands | 20/04/2020 12:20:19 |
449 forum posts 72 photos | I believe the Compucut system designed to be run from a 286/386 PC made available from Roger Bertlett who was based at one time in Coventry offered a manual control option of a CNC mill |
Enough! | 20/04/2020 16:33:50 |
1719 forum posts 1 photos | Posted by Barrie Lever on 20/04/2020 10:05:47:
....machining in a manual manner but by either holding down a button, key or turning an MPG is not an intuitive way to machine and has no tactile feedback as to what is happening at the coal face. There is a lot going on the human loop of vision, feel and sound when doing a small machining job. I would say the only issue with the manual/CNC combination is the drag that can be felt driving the stepper motor back through the belt.
I've never gone the CNC route but I have had a stepper motor connected to the leadscrew for other purposes and the (lumpy) drag from the stepper when manually feeding was very noticeable and pretty much killed any "tactile feedback". I certainly didn't like it. Moreover, at the time there was concern in some quarters (refuted in others - this is the internet after all) that back-driving the stepper while it's still connected to its driving electronics is a bad thing to do because of generated voltages. Dunno personally - bit beyond my pay grade. |
Richard Evans 2 | 20/04/2020 16:49:04 |
28 forum posts 1 photos | I use a 'Contour' Shuttlexpress controller (designed for video editing) with Mach3 on the lathe and mill. It works really well, I regularly do manual work with it. There is a plug-in and information on the Mach3 website. Cost £40.
Richard |
Mark Williams 14 | 22/06/2020 09:37:46 |
11 forum posts | On my cnc mill running mach3 I use a 6 axis hand controller ( like a PlayStation) and a program called key grabber to have the 5 axis's on my machine under control, just plug the hand controller into a USB port, works a treat if I just want to mill something simple. Mark |
Please login to post a reply.
Want the latest issue of Model Engineer or Model Engineers' Workshop? Use our magazine locator links to find your nearest stockist!
Sign up to our newsletter and get a free digital issue.
You can unsubscribe at anytime. View our privacy policy at www.mortons.co.uk/privacy
You can contact us by phone, mail or email about the magazines including becoming a contributor, submitting reader's letters or making queries about articles. You can also get in touch about this website, advertising or other general issues.
Click THIS LINK for full contact details.
For subscription issues please see THIS LINK.