Production time calculation

When planning production processes, it is important to know what production times are needed for the various jobs. This also applies to the time that a machine needs to produce a part.

To simulate the production time, the run times the user has determined empirically in µs for M/H functions are specified in the table P-CHAN-00040 or P-CHAN-00026 (*_prozess_zeit[i]) in the channel parameter list. The field index "i" specifies the number of the M/H function [CHAN].

Parameters

P-CHAN-00040

Execution time for the M function with the number i

P-CHAN-00026

Execution time for the H function with the number i

Example

0.5 or 1.3 s are needed for execution of the M07 and M08 functions:

m_prozess_zeit[7]       500000
m_prozess_zeit[8]       1300000

For the default spindle M functions (and also for the S function), the execution time is specified under the spindle parameters [CHAN].

Parameters

P-CHAN-00042

Execution time for the spindle M function M19

 

Execution time for the spindle M function M3

P-CHAN-00046

Execution time for the spindle M function M4

P-CHAN-00048

Execution time for the spindle M function M5

P-CHAN-00080

Execution time for the spindle S function

Example

0.5 or 1.5 s are needed for execution of the M03 and M19 functions:

spindel[0].m3_prozess_zeit   500000
spindel[0].m19_prozess_zeit  1500000