Parameters for the Lift function
P-CHAN-00244 | Minimum path length for lift movements |
Description | This parameter defines a minimum path distance for lift movement. If the main axis motion is shorter than the parameter value, no lift movement is executed. |
Parameter | lift_min_dist |
Data type | UNS32 |
Data range | 0: Inactive (default). 1: Lift movements are suppressed if the main path motion is below the limit value. |
Dimension | 0.1µm |
Default value | 0 |
Remarks |
|
P-CHAN-00345 | Switch-over to time-based calculation when an axis is lifted |
Description | When an axis is lifted (see [FCT-A11]), it can be lifted or lowered automatically independent of the path motion. The CNC limits the maximum lift height so that the axis can reach the target point of the lowering movement and not influence the path motion. Normally this takes place during path preparation with a path-based coupling of the axis to the main motion path. Instead the 'enable_time_base_lift' parameter can enable a time-based consideration in the real-time GEO task of the controller. As a result, greater lifting height can be reached afterwards. However, time-based coupling requires considerably more computing power in the real-time task of the controller. The HSC slope profile and the time-based approach cannot be used at the same time. |
Parameter | enable_time_based_lift |
Data type | BOOLEAN |
Data range | 0: Path-based approach (default). 1: Time-based approach. |
Dimension | ---- |
Default value | 0 |
Remarks | The time-based approach must also be included in the configuration data of the path preparation and interpolation function in the controller. Here, set the key word FCT_LIFT_UP_TIME in the parameters P-CHAN-00600 and P-CHAN-00650 (alternatively: P-STUP-00060 and P-STUP-00070).
Parameterisation example with P-CHAN-00600 / P-CHAN-00650 configuration.path_preparation.function FCT_DEFAULT | FCT_LIFT_UP_TIME .interpolator.function
Alternatively, the function can be parameterised in the start-up list (P-STUP-00060 / P-STUP-00070). configuration.channel[0].path_preparation.function. configuration.channel[0].interpolator.function. |