• 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.
 
Back
Top