Details
Description
The Profinet specification 2.4 MU2 introduced a new concept of handling parallel DCPMCR statemachines. This introduces dedicated resource pools for
- DCPMCR with "ResponseDelayFactor = 1"
- DCPMCR with ""ResponseDelayFactor > 1"
As of our implementation, the first case is responded immediately, a pool is not really needed, but we need to reserve one instance for this purpose.
The startup parameter bNumDCPMCR will be redefined as follows:
- value 1: one DCPMCR instance handling all cases (as before)
- value > 1: one DCPMCR instance handling case "ResponseDelayFactor = 1", remaining ones for "ResponseDelayFactor > 1"