• Scam Alert. Members are reminded to NOT send money to buy anything. Don't buy things remote and have it shipped - go get it yourself, pay in person, and take your equipment with you. Scammers have burned people on this forum. Urgency, secrecy, excuses, selling for friend, newish members, FUD, are RED FLAGS. A video conference call is not adequate assurance. Face to face interactions are required. Please report suspicions to the forum admins. Stay Safe - anyone can get scammed.
  • Several Regions have held meetups already, but others are being planned or are evaluating the interest. The Calgary Area Meetup is set for Saturday July 12th at 10am. The signup thread is here! Arbutus has also explored interest in a Fraser Valley meetup but it seems members either missed his thread or had other plans. Let him know if you are interested in a meetup later in the year by posting here! Slowpoke is trying to pull together an Ottawa area meetup later this summer. No date has been selected yet, so let him know if you are interested here! We are not aware of any other meetups being planned this year. If you are interested in doing something in your area, let everyone know and make it happen! Meetups are a great way to make new machining friends and get hands on help in your area. Don’t be shy, sign up and come, or plan your own meetup!

Manual use of CNC machine

slow-poke

Ultra Member
I often hear comments to the effect "I don't want CNC because I want to be able to use my machine manually.

So do I often. One does not preclude the other.

Images of manual controls for my lathe.

There are two rotary switches and a MPG.

- The MPG emulates the hand wheels, it's graduated in 100 "ticks"
- The first rotary switch, lets you select either: nothing, the X axis, the Z axis, or the compound axis
- The second rotary switch lets you select either: 0, 0.0001", 0.001", or 0.01" per tick

-Action video showing carriage moves with MPG (Z-axis) https://www.dropbox.com/scl/fi/vkkw...ey=k5ghuzzkk6mujk25axft44q8e&st=m2ldco40&dl=0


MPG0.JPGMPG1.JPG
 
- The compound axis is actually performed in software using angleJog. angleJog simply calculates the correct X & Z ticks for the desired angle.
This has a couple of benefits:
1) the machine is much more rigid without the actual compound. This actually makes a significant improvement on this small 10" lathe
2) setting the angle is as simple as typing it in.
 
That's pretty darn cool. Lets say you definitely did not want CNC but wanted your dial setup (more as a retrofit to a manual machine). Could it operate through a black box only or do you always require some kind of controller app running in the background?
 
That's pretty darn cool. Lets say you definitely did not want CNC but wanted your dial setup (more as a retrofit to a manual machine). Could it operate through a black box only or do you always require some kind of controller app running in the background?
You would need some sort of simple blackbox.

So many ways to do something like this.

Off the top of my head....

1) The MPG produces quadrature signals, a FlipFlop will convert those signals to step and direction (that's what the stepper or servo needs)
2) That step signal then needs to be scaled
3) The scaled signal then needs to routed to the correct servo.

Fairly trivial, could be done one small PCB
 
Both my CNCs (lathe and mill), came that way from the factory with the capability for manual moves. I thought they all did.

I have three good running manual milling machines, I rarely use them (they each have features that other members of the family don’t: size, tilts, torque, attachments - whatever). But even for one off operations the CNC mill is the goto machine - like @slow-poke says.

The CNC machines have a jog feature that one can dial the speed on, or use the hand wheel - select which axis and what step size. Works great for quick cuts, drilling a hole etc. Obviously that gets old when you can just throw in a few lines of code or use the MDI (manual data input). However, slow-poke’s point is very valid, many CNC machines can be operated as manual machines.
 
You would need some sort of simple blackbox.

So many ways to do something like this.

Off the top of my head....

1) The MPG produces quadrature signals, a FlipFlop will convert those signals to step and direction (that's what the stepper or servo needs)
2) That step signal then needs to be scaled
3) The scaled signal then needs to routed to the correct servo.

Fairly trivial, could be done one small PCB
If I did a blackbox controller, I would probably just use the cheapest smallest Arduino with NVRAM to store the scale factors and backlash values. Something < $10 that would fit in a off the shelf Hammond box.

 
I think some might be looking for an alternative to a conventional power feed.

Especially when an OTS power feed is not available for their machine, or:
- they want precise movement control
- they want backlash compensation
- compound movement without a compound
 
I think some might be looking for an alternative to a conventional power feed.

Especially when an OTS power feed is not available for their machine, or:
- they want precise movement control
- they want backlash compensation
- compound movement without a compound

Of course!

And some just want plain simple manual with no electronics to worry about.

Heck, I am an electronics guy and I don't want electronics either. Makes no sense to those that do but avoiding electronics makes for a much simpler life even for those that are comfy with it.
 
I have a joystick with AliExpress SMC02 stepper controller on X of my KC20VS mill. Dial the speed and feed away. Separate feed rates for left and right.

Oh ya?

Well, I have a fully manual system using an organic cellular front paw system with live automatic control of speed and torque based on real-time correction from my advanced audio/video/tactile feedback system. Infinitely variable and fully reversable on the fly too! It predates transistors and integrated circuits and still working albeit a little more methodical and a little better built in dithering.
 
If a person wants a manual machine, then they should get a manual machine.

I think the OP’s point was to challenge the idea that if you get a CNC machine then you can’t do any quick little manual jobs. With a CNC machine you can usually run in manual or CNC.

Perhaps there are machines that are CNC only (I’m not sure how one would do setups without the ability to do manual moves, but there are a LOT of things I don’t know. Maybe?)?
 
Back
Top