This page describes the device driver and the device window for the ETL-HMI-Reboot device. This device provides a "REBOOT" button for user interface panels of ETL matrices, permits to reboot such a device when the button is clicked.
Device window pages
The following table shows which device window pages are available with this individual device type.
--- The operational parameters
--- The faults page.
--- The device info page.
--- The maintenance page. The configuration parameters described below are set at this page.Configuration parameters
At the maintenance page of the device window the IP address of the device to reboot must be set as well as user name and password to login at the device via SSH.
| parameter | description |
|---|---|
| address | The device address expected by this protocol either is a known host name or a IP4 address in dotted quad notation, optionally followed by colon and a port number (the protocol uses port 22 if no port is specified). This must be followed by the user name and password to log in at the SSH account where the command shall be executed. Example: 10.10.1.1:22 user password Optionally the password may be followed by an integer number which is interpreted as the connection / reply timeout (msecs) for the ssh command. Default timeout is 2000msecs. |
Variables defined by this device driver
| name | type | flags | range |
|---|---|---|---|
| info.driver | TEXT | R/O | StringRange R/O |
| lowLevel.cmd | TEXT | StringRange | |
| lowLevel.reply | TEXT | R/O | StringRange R/O |
| faults.99 | ALARM | R/O | AlarmFlagRange R/O (Communication) |
| faults.commstat | TEXT | R/O | StringRange R/O |
| info.type | TEXT | R/O | StringRange R/O |
| info.port | TEXT | R/O | StringRange R/O |
| info.frame | TEXT | R/O | StringRange R/O |
| info.uptime | TEXT | R/O | StringRange R/O |
| reboot | TEXT | NOPRESET | StringRange |