32060: Timeout for cyclic data from drive - Indications invalid (network error ?)

Info:
Data type:

Description:
Runtime error following successfully initialized network communication between the NC manager (on the PLC) and the ACOPOS if the NC manager did not receive any cyclic data from the ACOPOS for a specific number of NC task cycles.
NC_TimeoutCycles, the number of NC task cycles which leads to this error, depends on the network being used and the network properties of the ACOPOS:

TC: Task class of cyclic NC task
PL: POWERLINK

CAN network:
- TC_Timeout = 2 * TC_CycleTime + TC_Tolerance
- NC_TimeoutCycles = 1 + (2*TC_Timeout) / TC_CycleTime

POWERLINK network:
- NC_TimeoutCycles = 2 + (2*PL_CycleTime) / TC_CycleTime

POWERLINK network for ACOPOS with "multiplexed" property:
- NC_TimeoutCycles = 2 + (2*PL_MuxCycleTime) / TC_CycleTime

Reaction:
The NC manager switches into the "Network communication not active" state for this ACOPOS. This can be seen in the following status indicators:
- network.init = ncFALSE
- network.phase = 0

Cause/Remedy:
CAN network:
The task class cycle time or task class tolerance are defined too low for the task class of the NC manager task.

POWERLINK network:
The powerlink cycle time is defined too low.

Overload, malfunction or interruption of the network connection or ACOPOS failure.
See also error number 1004.
See also error number 1012.