3 DETAILS OF FUNCTION
3.1 C Intelligent Function Module Dedicated Functions
23
3
CITL_ClearError
This function clears errors of a C intelligent function module.
■ Format
short CITL_ClearError(long* plErrorInfo)
■ Argument
■ Description
• This function clears errors occurred in a C intelligent function module.
• When no error occurs, this function ends normally.
• When a module major or moderate error occurs, the error cannot be cleared. (This function ends normally.)
■ Return value
■ Relevant function
Page 36 CITL_GetErrInfo
Argument Name Description IN/OUT
plErrorInfo Error information Unused (Even if a value is specified, the operation is not affected.) IN
Return value Description
0 (0000H) Normal
Other than 0 (0000H) Error
For details on the error, refer to the following chapter.
Page 108 ERROR CODE LIST