This table describes some general issues and their solutions:
Issue |
Cause |
Solution |
---|---|---|
Execution ends with a detected error and result indicates FilePathInvalid. |
|
|
Execution ends with a detected error and result indicates FileAlreadyExists. |
The specified file already exists but the parameter i_etModeFileOpen does not allow overwriting the file. |
|
Execution ends with a detected error and result indicates Timeout. |
The specified value for the timeout is insufficient. |
Increase the timeout parameter according to the number of cycles needed to create the file. Also allow for the cycle time of the task. |
Execution is completed successfully but the file is not at the expected location. |
The file was redirected to another location according to a system rule regarding the file name or the file extension. |
Verify the specified file name. The file name must include the path information. Refer to Specifying Path Information for Files. |
(1) File names with file extensions .ap_, .app, .cf_, .cfg, .crc, .err, .frc, .log, .prj, .rcp,.rsi, and .urf are not supported for creating or modifying files using the FB_WriteFile function block. |