This logical device executes a script every time a parameter changes and submits this parameter to the script.
Typical application is to react on the summary fault and trigger a local script or program on the MNC server.
Device window pages
The following table shows which device window pages are available with this individual device type. Tool-bar functions not mentioned here are described at the general description of device windows .
--- The device info page.
--- The maintenance page. The configuration parameters from this page are described below.Configuration parameters
| parameter | description |
|---|---|
| script | The name of the script which should be executed |
| inputId | Enter the message identifier here of the parameter the device shall listen |
Security advice and Remarks
The Execute device runs programs and scripts of the Linux operating system which are located in /home/satnms/scripts/.
Using the Execute device may be dangerous, if the executed script does not behave properly and if it does not handle input values in a proper way.
Be careful when using the Execute device!
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.frame | TEXT | R/O | StringRange R/O |
| info.lastMessage | TEXT | R/O | StringRange R/O |
| config.script | TEXT | SAVE SETUP | StringRange |
| config.inputId | TEXT | SAVE SETUP | StringRange |
| input | TEXT | NOPRESET | StringRange |
| run | TEXT | NOPRESET | StringRange |
| arguments | TEXT | SAVE NOPRESET | StringRange |