This page describes the logical temperature converter device driver.
It converts temperatures between kelvin, celsius and fahrenheit.
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 converted value.
--- The device info page.
--- The maintenance page.Configuration parameters
At the maintenance page of the device window there are a couple of configuration parameters which to set up the temperature converter.
| parameter | description |
|---|---|
| input.Id | Defines the parameter id of the temperature value to be converted |
| from | Defines the temperature unit of the original value |
| to | Defines the temperature unit of the desired value to be calculated |
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 |
| config.input.Id | TEXT | SAVE SETUP | StringRange |
| config.from | CHOICE | SAVE SETUP | EnumRange (CELSIUS FAHRENHEIT KELVIN) |
| config.to | CHOICE | SAVE SETUP | EnumRange (CELSIUS FAHRENHEIT KELVIN) |
| input | FLOAT | DoubleRange (0.00 .. 0.00) | |
| value | FLOAT | R/O | DoubleRange R/O (0.00 .. 0.00) |
| internal.t | FLOAT | R/O | DoubleRange R/O (0.00 .. 0.00) |