Interface ITcTaskNotification
Executes a callback if the cycle time was exceeded during the previous cycle.
This interface provides comparable functions such as PLC PlcTaskSystemInfo->CycleTimeExceeded.
Syntax
TCOM_DECL_INTERFACE("9CDE7C78-32A0-4375-827E-924B31021FCD", ITcTaskNotification) struct __declspec(novtable) ITcTaskNotification: public ITcUnknown
Required include: TcRtInterfaces.h
Methods
Name | Description |
---|---|
NotifyCycleTimeExceeded | Called if the cycle time was exceeded. |
Comments
Note that the callback does not take place during the calculations, but at the end of the cycle. Therefore, this method does not offer any mechanism for immediately stopping the calculations.
Further Information