
The Function Block FS_DISKINFO returns the storage space of the file system.
Note: This Function Block does not support FTP connections.
The file system must have been initialized beforehand using FS_INIT. All operations are performed asynchronously per configured storage medium.
A positive edge determines the storage space of the file system.
Defines the device from which files should be accessed. The device is used per project and can be managed in the context menu under Project External Storage.
Specifies the path to the directory on the storage medium. The path corresponds to a Unix file path in UTF-8 format, if this is supported. The path is represented as follows:
Folder/Subfolder
The output returns a pulse upon success to perform the next operation. The pulse occurs when the process ends, even if an error has occurred.
Returns the total size of the storage space in bytes. The state is stored for later use.
Returns the available size of the storage space in bytes. The state is stored for later use.
Returns the used size of the storage space in bytes. The state is stored for later use.
In case of an error, returns a text with an error message. This is FALSE if no error has occurred. The state is stored for later use.
Possible causes: