Overview
Task
This instruction describes the automatic measurement of workpieces. In addition, a zero offset is written to offset the origin of the machining coordinate system to match the workpiece,
Possible applications
The following applications are conceivable:
- Precise measurement of workpieces before or after machining
- Generating a zero offset to match the workpiece to simplify the programming for machining
- Measuring machining operations with active zero offset
Programming
The cycles are called with the L CYCLE[..] function and the required parameters are taken directly from the NC program. A more detailed description of the call is provided in the subsections for each of the cycles.
The section below explains the typical programming of a teach-in based on the example of the SysMeasWcs7.ecy cycle which determines the corner point of a rectangular workpiece by 3 measurements. After calling the cycle, the zero offset generated in the cycle is activated and traverses over the corner point of the workpiece. In addition, the example writes the coordinates of the corner point to a text file. This can be implemented in the NC program as follows:
Programming Example
TCS measurement: Set zero offset (G54) followed by machining to zero offset (G54)
Programming Example
TCS measurement: Measure with active zero offset (G54)
To enable program execution, a configuration file must also be saved as NC program.