FC_CycleCheckSet - General Information
Type: |
Function |
Available as of: |
SystemInterface_1.32.6.0 |
Versions: |
Current version |
Turn the diagnostic messages for the cycle time overrun off or on.
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().
Input |
Data type |
Description |
---|---|---|
i_xCheck |
BOOL |
false: turns off the diagnostic messages true: turns the diagnostic messages back on |
Data type |
Description |
---|---|
DINT |
0: OK |