4 type e_upscommstatus, 5 type e_upspowerstatus, E_upspowerstatus – BECKHOFF CX2100­09x4 User Manual

Page 74: E_upscommstatus

Advertising
background image

Commissioning

Requirements

Development environ­
ment

Target system type

UPS hardware

PLC libraries to include

TwinCAT v2.8.0, Build >
745 TwinCAT v2.9.0,
Build > 945

PC (i386)

• Beckhoff P24Vxxxx

USV;

• Integrated Beckhoff

Industrial PC 24V
UPS connected to
CP903x ISA or PCI
card;

• With Beckhoff

Industrial PC's
delivered APC UPS
models supporting
smart protocol and
configured with
Windows UPS
Service.

TcIoFunctions.Lib
( Standard.Lib;
TcBase.Lib;
TcSystem.Lib;
TcUtilities.Lib are included
automatically )

5.3.4

TYPE E_UpsCommStatus

TYPE E_UpsCommStatus :
(
    UpsCommUnknownStatus, (* The communication path to the UPS is unknown. *)
    UpsCommOk,     (* The communication path to the UPS is OK. *)
    UpsCommFailed     (* The communication path to the UPS has failed. *)

END_TYPE

Requirements

Development environ­
ment

Target system type

UPS hardware

PLC libraries to include

TwinCAT v2.8.0, Build >
745 TwinCAT v2.9.0,
Build > 945

PC (i386)

• Beckhoff P24Vxxxx

USV;

• Integrated Beckhoff

Industrial PC 24V
UPS connected to
CP903x ISA or PCI
card;

• With Beckhoff

Industrial PC's
delivered APC UPS
models supporting
smart protocol and
configured with
Windows UPS
Service.

TcIoFunctions.Lib
( Standard.Lib;
TcBase.Lib;
TcSystem.Lib;
TcUtilities.Lib are included
automatically )

5.3.5

TYPE E_UpsPowerStatus

TYPE E_UpsPowerStatus :
(
    PowerUnknownStatus, (* The status of power is unknown. *)
    PowerOnLine,     (* Power is OK. *)
    PowerOnBattery     (* A power failure has occurred. *)

CX2100­09x4

74

Version 1.1

Advertising