FileManager
Component that lets you display the files contained in a folder on disk (for example: “/ata0a/export”) and copy them, if necessary, to USB key or SD card.It displays a list of files in the specified folder and a lists of buttons for the actions provided: DELETE, COPY, MOVE.If the system has a USB mass storage device (or SD Card), you will see a second list on the external device. In this case, you will see the “COPY” and/or “MOVE” button.Under each window is a set of buttons allowing you to switch between devices allowed (USB key, SD card, internal memory) and to refresh the selected device.With a ComboBox, you can select the type of file to display and manage.Supported functions:Delete: deletes the selected fileCopy: copies a file from local disk to USB peripheral (or SD Card)Move: moves a file from local disk to USB peripheral (or SD Card)It has the following properties:path: folder on disk to be managed. A subfolder is created on local disk “/ata0a” or on the connected USB device (or SD Card). Default value: exportfileTypes: list of files to be managed. This is a list of strings that describe the file name with jolly character “*”. Example:
DATALOG_*.cop
DATALOG_*.csv
ALARMS_*.csv
SCRSHOT_*.jpg
Please note: Strings are used case sensitive (it’s recommended use uppercase strings) and it’s always mandatory to specify the filename prefix and a fixed extension (without character “*”). The following examples are not valid:
*.*
DATALOG_.*fileDescription: list of descriptions (linked to active language) for listed fileTypes. Example:
Datalog backup files
Datalog CSV exported files
Alarms history CSV exported file
Screen shot JPG picturespaneSize: horizontal size of pane that lists files on disk. This size lets you customize the pane based on available monitor resolution. Default value: 150btn_delete, btn_copy, btn_move: lets you hide or show one of the indicated buttons. Default: all buttons visiblebtn_multiple: lets you hide or show the toggle button to shift between standard use (single selcetion) and multiselection. Default: this button is not visiblepanel_right: lets you hide the panel for recipes on USB drive. Default: panel visible if drive inserted. Default: panel visiblestring_ID: lets you assign component strings to the active language. A string containing all of the texts separated by “;” is loaded. The default string is: Delete;Copy;Name:;Type:;Local disk:;Removable disk:;Status:;Moveremote: remote system name to connect. Leave the field blank to connect to the local system.rightPanelLocalHMI: If the right panel referes to local HMI system and not remote systemremoteUser: FTP username of the remote system, if not specified the datalog is not transferred to the specified remote. In case of Full HMI system if not specified the datalog will not be saved.remotePassword: FTP password of the remote system, if not specified the datalog is not transferred to the specified remote. In case of Full HMI system if not specified the datalog will not be saved.