42
EXDUL-584E / EXDUL-584S
© 2018 by Messcomp Datentechnik GmbH
DV06
42
EXDUL-584E / EXDUL-584S
© 2018 by Messcomp Datentechnik GmbH
EV06
wasco
®
wasco
®
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Zähler resetten:
void ResetCounter(
byte
index
)
Parameter:
index
: Counter-Index
Zusammenfassung:
Setzt den Zählerstand des Zählers mit der
Nummer index zurück auf 0
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Zählerstand lesen:
uint
ReadCounter(
byte
index
)
Parameter:
index
: Counter-Index
Rückgabewerte:
Zählerstand
Zusammenfassung:
Liest den Zählerstand des Zählers mit der
Nummer index aus
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Overflow-Flag lesen:
bool
ReadOverflowFlagCounter(
byte
index
)
Parameter:
index
: Counter-Index
Rückgabewerte:
Overflowflag false = kein Overflow
true = Overflow
Zusammenfassung:
Liest das Overflowflag des Zählers mit der
Nummer index aus
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Overflow-Flag rücksetzen:
void ResetOverflowFlagCounter(
byte
index
)
Parameter:
index
: Counter-Index
Zusammenfassung:
Setzt das Overflowflag des Zählers mit der
Nummer index zurück
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Reset Counter:
void ResetCounter(
byte
index
)
Parameter:
index
: Counter index
Description:
Sets the counter reading of the counter with
the number index back to 0
Read Counter:
uint
ReadCounter(
byte
index
)
Parameter:
index
: Counter index
Returned values:
Counter reading
Description:
Reads the counter reading of the counter with
the number index
Read Overflow Flag:
bool
ReadOverflowFlagCounter(
byte
index
)
Parameter:
index
: Counter index
Returned values:
Overflow flag false = no Overflow
true = Overflow
Description:
Reads the Overflow Flag of the counter with
the number index
Reset Overflow Flag:
void ResetOverflowFlagCounter(
byte
index
)
Parameter:
index
: Counter index
Description:
Resets the Overflow Flag of the counter with
the number index