top of page

How do you switch from OD to ID chucking on a turning center?

How would you go about programming I.D. chucking on a Fortune V-turn 26 with Fanuc 18 since there is not a physical switch to change from O.D. chucking. Thank you, Marc Surie


Response:

If you're machine does not have a physical switch that allows you to change from OD to ID chucking (and vise versa), it's likely that the machine tool builder has included two M codes for this purpose. Check the machine's list of M codes to find those related to clamping direction. Frankly speaking, more and more machine tool builders are not supplying the physical switch, since if this switch is thrown during the machine's operation, the results could be disastrous. M codes help them avoid switch interfacing headaches.


Keep in mind that even if you have M codes for clamping direction, most machine tool builders do not intend that you use them in a program. Instead, you must command their execution in the manual data input (MDI) mode. Again, this gives you the ability to reverse clamping direction but keeps it safe and easy for the machine tool builder to provide clamping direction reversal.

3,330 views0 comments

Recent Posts

See All

Which measurement system is initialized at power-up?

Actually, the choice between whether the Imperial measurement system or the Metric measurement system is initialized can be done on the Setting display screen page (though it is also a parameter setti

How does G66 work?

G66 is one of the more misunderstood custom macro B commands. Fanuc calls it a modal custom macro call. It looks just like a G65 command. Consider these two commands: N045 G65 P1000 X3.0 Y3.0 Z0 A45.0

What are directional vectors?

Current model CNC controls make it easy to create circular commands. You simply specify the direction (G02: clockwise or G03: counter clockwise), the end point (usually X and Y), and the radius (with

bottom of page