Overview
Type:
|
Function
|
Available as of:
|
SystemInterface_1.32.6.0
|
Versions:
|
Current version
|
Task
Turn the diagnostic messages for the cycle time overrun off or on.
Description
With this function, the diagnostic message 8317 "Cycle time overrun" is turned off or back on again.
i_xCheck equal to false switches the diagnostic messages off.
i_xCheck equal to true switches the diagnostic messages back on. The diagnostic messages will be active when the next cycle starts. When this function is called, an entry is made in the message logger.
NOTE: This function is obsolete and should not be used any longer because the monitoring of the cycle time overrun is completely turned off. Rather use the function FC_CycleCheckTimeSet().
Interface
Input
|
Data type
|
Description
|
i_xCheck
|
BOOL
|
false: turns off the diagnostic messages
true: turns the diagnostic messages back on
|
Return Value
Data type
|
Description
|
DINT
|
0: OK
|