The display unit's Ethernet communication port supports the FTP protocol. The display unit can connect to an FTP server as an FTP client.
Application example
You can copy image files, recipe data, operation logs, and so on, from the FTP server to the display unit, or from the display unit to the FTP server. This feature allows you to copy PNG files from an FTP server to the display unit and replace the images displayed by the Picture Display. Perform the file operation (copy) using the [Remote File Management] script operation.
For information on the models which support the FTP connection, see the following.
FTPS (FTP over SSL/TLS) is supported.
From the [Project Explorer] window, go to [System Architecture]→[Target01]→[FTP Connections] and for the [Encryption], select the encryption method from [Implicit FTP over TLS], [Explicit FTP over TLS], or [Use plain FTP (insecure)].
The storage on the display unit that you can specify as the copy source or copy destination can be one of the following:
[Remote File Management] operation: File operation (Copy)
The maximum number of FTP connections is 1. Therefore, set the [Connect ID] of the [Remote File Management] operation to 1.
You can copy CSV files, TXT files, PNG files, and project files (BML).
You can copy up to 1000 files in a single operation.
Setup is as follows:
In the [Project Explorer] window, go to [System Architecture]→[Target01] and click [FTP Connections]. In the FTP connection editor, in the toolbar click [FTP Connection].
Set the properties for the FTP connection. In the Properties window that appears when you select the row of the FTP connection, set properties such as IP address and password.
For information about FTP connection properties, refer to the following.
In the [Project Explorer] window, go to [Screen Design]→[Screen] and select the screen where you want to set the script. Change the display to the script editing screen, then in the [Tool Chest], go to [Operations]→[Target] and add the [Remote File Management] operation to the trigger.
Set the properties of the [Remote File Management] operation.
For more information about [Remote File Management] operations, refer to the following.
(Example)
When you touch the switch, copy the file from the folder (Data1) on the specified FTP server to the folder (Folder1) in the display unit's USB storage. The procedure is as follows:
Operations | [Click] |
Target Object |
[Screen Object]: $GraphicObject.Switch1 |
[CopyFiles] | [fromServer] |
[Server] | [FTP] |
[Connect ID] | 1 |
[Server Path] |
[Constant]:STRING /Data1/ |
[Target Storage] | [USBStorage] |
[Target Path] |
[Constant]:STRING /Folder1/ |
[If File Exists] | [overwrite] |
You can check the status of the FTP connection in the following source properties:
For information about source properties, refer to the following.
The FTPS supports the following cipher suites.