13.1.6. DCSupplySimulator

Implementation of a programmable power supply for DC charging

13.1.6.1. Provides

Main interface for the power supply
config:
bidirectional:
description:Set to true for bidirectional supply
type:boolean
max_power:
description:Max supported power in watt
type:number
min_voltage:
description:Min supported voltage
type:number
max_voltage:
description:Max supported voltage
type:number
min_current:
description:Min supported current
type:number
max_current:
description:Max supported current
type:number
config:
bidirectional:boolean <optional>
default: True
Set to true for bidirectional supply
max_power:number <optional>
default: 150000
Max supported power in watt
min_voltage:number <optional>
default: 200.0
Min supported voltage
max_voltage:number <optional>
default: 900.0
Max supported voltage
min_current:number <optional>
default: 1.0
Min supported current
max_current:number <optional>
default: 200.0
Max supported current
powermeter:powermeter
Power meter interface for simulation

13.1.6.2. Metadata

13.1.6.2.1. Authors

Cornelius Claussen (Pionix GmbH)
Fabian Hartung (chargebyte GmbH)
Mohannad Oraby (chargebyte GmbH)
Sebastian Lukas (Pionix GmbH)

13.1.6.2.2. License