public class AufAbUmfeldDatenSensor extends AbstraktUmfeldDatenSensor
Modifier and Type | Field and Description |
---|---|
private VerwaltungPlPruefungLogischUFD |
_verwaltung
Verwaltungsmodul
|
private de.bsvrz.sys.funclib.bitctrl.dua.ufd.UmfeldDatenSensorDatum |
letzterWert
letztes für diesen Umfelddatensensor empfangenes Datum.
|
private static de.bsvrz.sys.funclib.debug.Debug |
LOGGER |
private UniversalAtgUfdsAnstiegAbstiegKontrolle |
parameter
aktuelle Parameter für die Anstieg-Abfall-Kontrolle dieses
Umfelddatensensors.
|
private static de.bsvrz.sys.funclib.operatingMessage.MessageTemplate |
TEMPLATE
Betriebsmeldungs-Template
|
aspParameterSoll, objekt, verwaltungsModul
Modifier | Constructor and Description |
---|---|
protected |
AufAbUmfeldDatenSensor(de.bsvrz.sys.funclib.bitctrl.dua.schnittstellen.IVerwaltung verwaltung,
de.bsvrz.dav.daf.main.config.SystemObject obj)
Standardkonstruktor.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
aufAbPlausibilisierungAnwenden(de.bsvrz.sys.funclib.bitctrl.dua.ufd.typen.UmfeldDatenArt datenArt) |
private static String |
formatValue(double w,
String suffixText)
Formatiert einen Wert
|
protected Collection<de.bsvrz.dav.daf.main.config.AttributeGroup> |
getParameterAtgs()
Erfragt die Parameter-Attributgruppen, auf die sich dieses Objekt
anmelden soll.
|
de.bsvrz.dav.daf.main.Data |
plausibilisiere(de.bsvrz.dav.daf.main.ResultData resultat)
Hier findet die Prüfung eines Datums statt.
|
String |
toString() |
void |
update(de.bsvrz.dav.daf.main.ResultData[] resultate) |
init
private static final de.bsvrz.sys.funclib.debug.Debug LOGGER
private final VerwaltungPlPruefungLogischUFD _verwaltung
private UniversalAtgUfdsAnstiegAbstiegKontrolle parameter
private de.bsvrz.sys.funclib.bitctrl.dua.ufd.UmfeldDatenSensorDatum letzterWert
private static final de.bsvrz.sys.funclib.operatingMessage.MessageTemplate TEMPLATE
protected AufAbUmfeldDatenSensor(de.bsvrz.sys.funclib.bitctrl.dua.schnittstellen.IVerwaltung verwaltung, de.bsvrz.dav.daf.main.config.SystemObject obj) throws de.bsvrz.sys.funclib.bitctrl.dua.DUAInitialisierungsException, de.bsvrz.sys.funclib.bitctrl.dua.ufd.UmfeldDatenSensorUnbekannteDatenartException
verwaltung
- Verbindung zum Verwaltungsmodulobj
- das Sensor-Objektde.bsvrz.sys.funclib.bitctrl.dua.DUAInitialisierungsException
- wenn die Instaziierung fehlschlägtde.bsvrz.sys.funclib.bitctrl.dua.ufd.UmfeldDatenSensorUnbekannteDatenartException
protected Collection<de.bsvrz.dav.daf.main.config.AttributeGroup> getParameterAtgs() throws de.bsvrz.sys.funclib.bitctrl.dua.DUAInitialisierungsException, de.bsvrz.sys.funclib.bitctrl.dua.ufd.UmfeldDatenSensorUnbekannteDatenartException
AbstraktUmfeldDatenSensor
getParameterAtgs
in class AbstraktUmfeldDatenSensor
de.bsvrz.sys.funclib.bitctrl.dua.DUAInitialisierungsException
- wenn ein Fehler bei der Bestimmung der Attributgruppen
auftrittde.bsvrz.sys.funclib.bitctrl.dua.ufd.UmfeldDatenSensorUnbekannteDatenartException
public final de.bsvrz.dav.daf.main.Data plausibilisiere(de.bsvrz.dav.daf.main.ResultData resultat)
resultat
- ein Roh-Datum eines Umfelddatensensorsnull
wenn das Datum
plausibel istprivate boolean aufAbPlausibilisierungAnwenden(de.bsvrz.sys.funclib.bitctrl.dua.ufd.typen.UmfeldDatenArt datenArt)
private static String formatValue(double w, String suffixText)
w
- WertsuffixText
- Einheitpublic void update(de.bsvrz.dav.daf.main.ResultData[] resultate)
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.