Creating secure positions

To avoid collisions, specify "Secure positions" when preparing the axes for the measurement. To avoid collisions during the measurement, axes not used for the measurement should be brought into a secure position.

Elements in the "Safe Positions"

Function

Description

Name of the measurement

The field in which the unique name of the measurement is displayed.

"Prolog" tab

"Define prolog to ensure collision avoidance (recommended)" option

When activated, the entered NC code is accepted for the secure position.

"Prolog not necessary" option

When activated, the NC code is not used for the measurement program.

Input field

In this field, enter the NC code for the prolog.

You can enter up to 2000 lines and up to 256 characters per line.

"Epilog" tab

"Define epilog to ensure collision avoidance (recommended)" option

When activated, the entered NC code is accepted for the secure position.

"No epilog necessary" option

When activated, the NC code is not used for the measurement program.

Input field

In this field, enter the NC code for the epilog.

You can enter up to 2000 lines and up to 256 characters per line.

Procedure

  1. On the "Configuring and Analyzing Measurements" page, click on the underlined name of the measurement for which you want to set up secure positions
    The "Configure Measurement" page is then opened.

  2. Open the "Secure positions" tab.

  3. Click "Edit".

Defining the prolog

  1. Activate the "Define prolog to ensure collision avoidance (recommended)" option

  2. Enter the NC code in the input area.

    Example:

    ;Prolog_Code

    FFWON

    Y360 F5000

    Z360 F5000

    MSG("PROLOG EXECUTED")

    NOTE

    No syntax check

    Ensure that you enter valid code at this point.

    The system does not perform any syntax check.

  3. Click the "Save" button.

    133865860235.png

Defining the epilog

  1. Activate the "Define epilog to ensure collision avoidance (recommended)" option

  2. Enter the NC code in the input area.

    Example:

    ;Epilog_Code

    FFWON

    Y360 F5000

    Z360 F5000

    MSG("EPILOG EXECUTED")

    NOTE

    No syntax check

    Ensure that you enter valid code at this point.

    The system does not perform any syntax check.

  3. Click the "Save" button.