The Level-Monitoring logical device monitors a level reading like a beacon level and raises several fault flags depending on the monitored level compared to some thresholds defined on the first device window page. Beside the level value itself the device also monitors the slope of this level, uses this to detect a falling level in critical situations quickly.
This device primarily is intended to monitor a beacon level and to make the decision for a site diversity switch. Its function is best explained by describing the parameter available on the first device window page:
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 .
--- This page shows the operational parameters.
--- The device info page.
--- The faults page.
--- The maintenance page. The configuration parameters described below are set at this page.Configuration parameters
At the maintenance page of the device window there is one single configuration parameter which must be set to interconnect the Level-Monitoring device to its signal source:
| parameter | description |
|---|---|
| inputId | The message ID of the parameter to monitor, e.g. BCRX.power |
Remarks
The Level-Monitoring device is not limited to the usage described above. By tweaking the parameters individual functions combined in this device may be used separately:
Variables defined by this device driver
| name | type | flags | range |
|---|---|---|---|
| info.driver | TEXT | R/O | StringRange R/O |
| info.type | TEXT | R/O | StringRange R/O |
| info.frame | TEXT | R/O | StringRange R/O |
| config.inputId | TEXT | SAVE SETUP | StringRange |
| levelThreshold | FLOAT | SAVE | DoubleRange (0.00 .. 0.00) |
| levelDelay | INTEGER | SAVE | IntegerRange (0 .. 0) |
| slopeThreshold | FLOAT | SAVE | DoubleRange (0.000 .. 0.000) |
| backupThreshold | FLOAT | SAVE | DoubleRange (0.00 .. 0.00) |
| level | FLOAT | R/O | DoubleRange R/O (0.00 .. 0.00) |
| slope | FLOAT | R/O | DoubleRange R/O (0.000 .. 0.000) |
| lowLevelTime | TEXT | R/O | StringRange R/O |
| faults.01 | ALARM | R/O | AlarmFlagRange R/O (Threshold) |
| faults.02 | ALARM | R/O | AlarmFlagRange R/O (Level) |
| faults.03 | ALARM | R/O | AlarmFlagRange R/O (Slope) |
| faults.04 | ALARM | R/O | AlarmFlagRange R/O (Backup) |