UniStream controllers can serve complex Web pages that enable multiple users to access pages simultaneously to view and edit data.
You design web pages using the UniLogic Web Page editor. The principles of design are identical to those of designing an HMI screen. The web server supports User Controls and other elements that also appear in the HMI toolbox, plus hyperlinks. In addition, Web Elements offer additional actions, such as the ability to download files located on the controller's SD card, either via the Hyperlink element, or using the Hyperlink option in element Actions.
Configuring the Web Server
|
The Panel IP address is the one used by the web server; configure it to meet your requirements.configure it to meet your requirements.
|
Select Web Server from the Solution Explorer.
Click the green plus sign to enable the Web Server.
Note that UniLogic will then automatically open the Web Page editor.
However, you can configure additional Web Server properties at any time by clicking Web Server from the Solution Explorer to open the Properties Window.
Use the Properties Window to set general Attributes, such as a default page background, and to configure Security.
Security
Use Security to require users to enter a password before accessing web pages, ensuring that only authorized personnel can view sensitive data.
Create a collection of Roles that define different access levels.
Create list of Users, assign a Role and a password to each user.
When designing web pages, assign security permissions to individual pages according to your requirements, controlling which Roles can access specific pages.

Secure your web server communications with industry-standard encryption. Click to open the Protocol drop-down list to select between:
HTTP: Standard web protocol for non-sensitive applications
HTTPS: Encrypted web protocol for secure data transfer and user authentication
Select the Certificate type that best fits your security requirements.
By Default, the Certificate is auto-generated; click to open the drop-down list to import a certificate. You'll need to first upload your own certificate files.
Note that the RTC in the PLC must be set correctly in order to correctly implement the Certificate Validity.

You can enable a user who has logged in to change his user password via element Actions.