91ÊÓƵÍøÕ¾ÎÛ

Published

Spindle Probes Can Automate Trial Machining

An often-overlooked use for spindle probes is in trial machining applications. These applications are useful when a setup person is worried that the cutting tool might not machine a tight-tolerance workpiece attribute correctly on the first try. In this case, an adjustment will be made (commonly using an offset) to ensure that excess material will be left on the attribute.

Share

Leaders-In background

The cutting tool will then machine the attribute using the trial machining adjustment. When the cutting tool is finished, the setup person or operator will stop the machine and measure the attribute. They will readjust based on the deviation between the measured attribute’s size and its target. When the cutting tool machines again, the attribute should be at its target dimension.

Consider the manual intervention involved in trial machining. In every step, the setup person (or operator, if dull tools are replaced during the production run) must be available to do something. For entry-level people, the procedure is somewhat error prone. Additionally, there are measurements that are difficult or impossible for the operator to take while the workpiece is in the machine.

In past columns, I have discussed improving the process of trial machining by programming the trial machining operation. If a setup person or operator can recognize the need for trial machining, surely a programmer should be able to as well. A series of slash codes (block delete function) can be included at the beginning of all trial machining commands. In normal production, the block delete switch will be left on, and trial machining will not be done. However, during setup and after dull tool replacement, the setup person or operator will turn off the block delete switch for trial machining.

These techniques facilitate the trial machining process, but they do not automate it. A person must be available to take the measurement. However, a spindle probe will complete the loop, providing a way to automatically measure the workpiece attribute in question.

For the setup person or operator to decide whether to trial machine, they must be available to turn off the block delete switch. For fully unattended operation, some kind of logic must be built into the program. This logic should determine when trial machining must be done when running the cutting tool for the first time and when dull tools are replaced.

While I don’t provide a complete example, I do provide a bulleted list of the most important considerations for automating this process. In the main program:

The trial machining program (O1000 in our case) must:

  1. Modify the current offset to ensure that excess stock will be left after machining for the first time. This can be done with a G10 command: G91 G10 P5 L11 R0.020 (this command increases offset 5 by 0.020)
  2. Perform the trial machining operation. Machining will probably be identical to what the cutting tool will do to machine the workpiece attribute, but it doesn’t have to be. Often, just enough machining to take a measurement is all that is required.
  3. Measure the machined surface. A tool change will be made to call up the spindle probe. Using the probe manufacturer’s pre-written programs or your own, have the probe measure the workpiece attribute. Most probe manufacturers will place the measured value in a common variable, such as #121.
  4. Calculate the deviation from the target value. The target value can be specified in the main program’s G65 command.
  5. Readjust the offset. Based on the calculated deviation, use G10 to modify the current offset value.
  6. Recall the cutting tool and bring it to its previous position in the main program (line N320 in our example). At the beginning of the measuring program (O1000 in our example), you can use system variables #5001, #5002 and #5003 to store the current absolute position of the machine so that the cutting tool can be brought back to its initial position at this point.

Related Content

Translating a Prototyping Mindset to Production

The experimental mindset that benefited BDE Manufacturing Technologies as a prototype job shop has given it an adaptable edge as a production facility.

Read More
Automation

Same Headcount, Double the Sales: Successful Job Shop Automation

Doubling sales requires more than just robots. Pro Products’ staff works in tandem with robots, performing inspection and other value-added activities.

Read More
Automation

Using the Toolchanger to Automate Production

Taking advantage of a feature that’s already on the machine tool, Lang’s Haubex system uses the toolchanger to move and store parts, making it an easy-to-use and cost-effective automation solution.

Read More
Sponsored

How to Accelerate Robotic Deburring & Automated Material Removal

Pairing automation with air-driven motors that push cutting tool speeds up to 65,000 RPM with no duty cycle can dramatically improve throughput and improve finishing.

Read More

Read Next

Top Shops

2025 Top Shops Benchmarking Survey Now Open Through April 30

91ÊÓƵÍøÕ¾ÎÛ's Top Shops Benchmarking Survey is now open, offering metalworking and machining operations actionable feedback across several shopfloor and business metrics. 

Read More
View From My Shop

Shop Tour Video: You've Never Seen a Manufacturing Facility Like This

In the latest installment of our “View From My Shop” series, explore Marathon Precision’s multi-process approach to manufacturing, where blacksmiths and hand-forged dies meet state-of-the-art CNC machining. Discover how restoring classic muscle cars and building custom art projects creates a dynamic shop culture — and draws top talent to this unique and innovative metalworking facility. 

Read More
Shop Management Software

Setting Up the Building Blocks for a Digital Factory

Woodward Inc. spent over a year developing an API to connect machines to its digital factory. Caron Engineering’s MiConnect has cut most of this process while also granting the shop greater access to machine information.

Read More