FILE_CloseΒΆ
Parameter | Value |
---|---|
Library_File_Name | CAA_File.lib |
Firmware | V2.1 |
Type | Type_Function_Block_History |
Group | File |
FILE_Close terminates the file access, i.e. closes the file. If an operation (FILE_Read, FILE_Write, FILE_GetPos, FILE_SetPos) which uses the file handle to be closed is ongoing, it will be aborted before closing file.
Note
Without a correct FILE_Close written data can be lost!