WOLFRAM SYSTEM MODELER

Battery

Battery to keep the equipment going through power failure

Diagram

Wolfram Language

In[1]:=
SystemModel["IndustryExamples.Energy.UPS.Components.Battery"]
Out[1]:=

Information

 

UPS Reliability

 

Battery

The battery turns on when the control signal is true. The charge left in the battery is modeled with a variable resistor. More power usage (from powerUsage) will lead to a shorter uptime.

 

Parameters (1)

VMax

Value: 10

Type: Voltage (V)

Description: Battery cell voltage when fully charged

Connectors (4)

pin_p

Type: PositivePin

control

Type: BooleanInput

powerUsage

Type: RealInput

Description: Instant power usage

V

Type: RealOutput

Description: Battery cell voltage

Components (8)

constantVoltage

Type: ConstantVoltage

ground

Type: Ground

idealClosingSwitch

Type: IdealClosingSwitch

variableResistor

Type: VariableResistor

gain

Type: Gain

triggeredSampler

Type: TriggeredSampler

integrator

Type: Integrator

voltageSensor

Type: VoltageSensor

Used in Examples (2)

PowerSupply

IndustryExamples.Energy.UPS

Model of an uninterruptible power supply that controls the supply of power to a load.

PowerSupplyHardened

IndustryExamples.Energy.UPS

Model of a uninterruptible power supply with a non-standard battery reliability.