Time-out and process times of M functions (P-CHAN-00040)
P-CHAN-00040 | Timeout / process times of M functions for machining time calculation |
Description | The timeout times of M functions are set in the array ‘m_prozess_zeit[i]’. The field index ‘p’ defines the number of the M function. If the calculation of machining time is activated, the process times of the M functions are specified in this array. |
Parameter | m_prozess_zeit[i] where i = 0 999 (maximum number of M functions, |
Data type | UNS32 |
Data range | 0 ≤ m_prozess_zeit ≤ MAX(UNS32) |
Dimension | µs |
Default value | 0 |
Remarks | This element is currently only used to calculate machining time. Parameterisation example: The timeout and process time of M function 'M15' to specified as 0.5 s. m_prozess_zeit[15] 500000 |