Reduce the minimum clearance for DCM with FUNCTION DCM DIST (#140 / #5-03-2)
Application
Some machining steps are by design performed close to a fixture. If Dynamic Collision Monitoring (DCM) is active and the distance between the fixture and tool falls below the defined minimum clearance, the control issues an error message and stops the movement.
To enable using DCM in such machining steps, the control makes the FUNCTION DCM DIST NC function available. This NC function allows reducing the permitted minimum clearance between the tool and the fixture within a NC program.
Related topics
- Dynamic Collision Monitoring (DCM (#40 / #5-03-1))
- Loading and removing the fixture
Requirements
- Software option Dynamic Collision Monitoring (DCM) version 2 (#140 / #5-03-2)
- Dynamic Collision Monitoring (DCM) is active
- Fixture is integrated in the NC program
Description of function
When FUNCTION DCM DIST is active, the control displays an icon in the Positions workspace and in the information bar. The Simulation workspace displays the collision objects in question in orange.
The control resets FUNCTION DCM DIST with the following NC functions:
- FUNCTION DCM DIST RESET
- M2 or M30
Input
11 FUNCTION DCM DIST FIXTURE1 | ; Reduce the minimum clearance to 1 mm |
To navigate to this function:
Insert NC function All functions Special functions Functions FUNCTION DCM DIST
The NC function includes the following syntax elements:
Syntax element | Meaning |
---|---|
FUNCTION DCM DIST | Syntax opener for reducing the minimum clearance between the fixture and the tool |
FIXTURE or RESET | Reduce the minimum clearance or reactivate the minimum clearance defined by the machine manufacturer Fixed or variable number Input: 0.0000...2.0000 |
Notes
- Make sure to activate DCM whenever possible
- Make sure to always re-activate DCM immediately after a temporary deactivation
- Carefully test your NC program or program section in Single Block mode while DCM is deactivated
- Use FUNCTION DCM DIST only when needed
- Set the minimum clearance as small as necessary and as large as possible
- Check the simulation with the Fixture collision toggle switch active
- As an alternative, verify NC program points in question in the Single Block mode
The control cannot approach the reduced minimum clearance with the RESTORE POSITION function. If the approach position is closer than the minimum clearance defined by the machine manufacturer, the control will display an error message.