Parameter, Beispiel vb-syntax, Definition der cp_upsdelay-konstanten – BECKHOFF CP9090-S100 Benutzerhandbuch
Seite 34: Upsdelay, Twin cat
Advertising

Eiserstraße 5 / D-33415 Verl / Telefon 05246/963-0 / Telefax 05246/963-149
34
TWIN
CAT
UpsDelay
Setzt / liefert die Zeit für die Ausschaltverzögerung der USV.
HRESULT UpsDelay(
[out, retval] CP_UPSDELAY* pVal
);
HRESULT UpsDelay(
[in] CP_UPSDELAY pVal
);
Parameter
pVal
Index mit der Verzögerungszeit für das Abschalten der USV.
Index
Verzögerung in Sekunden
0 0
1 2
2 5
3 10
4 15
5 25
6 40
7 60
8 90
9 120
10 150
11 180
12 210
13 240
14 270
15 300
Beispiel VB-Syntax
Dim lUpsDelay as CP_UPSDELAY
CP9030W9x1.UpsDelay = CPUpsDelay_10
lUpsDelay = CP9030W9x1.UpsDelay
Definition der CP_UPSDELAY-Konstanten:.
typedef
Advertising