FC_MsgLogDelete - General Information
Type: |
Function |
Available as of: |
SystemInterface_1.32.6.0 |
Versions: |
Current version |
Delete the message log file on the bulk memory.
The message log file with the name i_sFilename on the bulk memory is deleted. The file name is assigned automatically the file name extension ".mel".
A default name consists of one to eight characters (A ... Z, 0 ... 9). The device name "ide0:" and the file name extension ".dat" are appended by the system.
A complex name consists of device name, file name, and file name extension.
NOTE: The processing time of this function is a few hundred milliseconds. There must be a one-time increase in the times for the cycle check of the task in which the function is executed. For example FC_CycleCheckTimeSet(500, 2).
Input |
Data type |
Description |
---|---|---|
i_sFilename |
STRING [80] |
Name of the message log file |
Data type |
Description |
---|---|
DINT |
0: OK |