E_BatteryStatus


TYPE E_BatteryStatus :
(
    BatteryUnknownStatus, (*The battery status is unknown.*)
BatteryOk,     (*The batteries are OK.*)
    BatteryReplace     (*The batteries need to be replaced.*)
);
END_TYPE

Requirements

Development environment

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 )