Time-out Process time of M-functions (P-CHAN-00040)
With the array "m_prozess_zeit[i]" the time-out of M-functions is set. The index "i" defines the number of the M-function. If the calculation of processing time is activated, with this array the process times of M-functions are given.
The element is used for calculation of processing time only in the moment. |
Variable name | Type | Permitted range | Dimension |
---|---|---|---|
m_prozess_zeit[i] | UNS32 | 0 < m_prozess_zeit < MAX(UNS32) | µs |
i | UNS16 | 0 ... [M_FKT_ANZ-1] | ---- |
Value M_FKT_ANZ | Significance | ||
application-dependent | Maximum number of M-functions |
EXAMPLE:The following example sets the time-out respectively process time of M-function "M15" to 0,5s.
Extract from channel parameters list:
# Time-out / Process time
of M-functionsm_prozess_zeit[15]
500000