WOLFRAM SYSTEM MODELER

Charger

Charges the battery

Diagram

Wolfram Language

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

Information

 

UPS Reliability

 

Charger

This model checks the voltage level on the input and compares it to referenceVoltage. If there is more than a 5V difference between the levels for a certain amount of time, it will start the battery.

 

Connectors (2)

pin_p

Type: PositivePin

y

Type: BooleanOutput

Components (7)

potentialSensor1

Type: PotentialSensor

lessEqualThreshold

Type: GreaterEqualThreshold

referenceVoltage

Type: Sine

compare

Type: Add

abs1

Type: Abs

timer

Type: Timer

hysteresis

Type: Hysteresis

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.