forked from COVESA/vehicle_signal_specification
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Erik Jaegervall <erik.jaegervall@se.bosch.com>
- Loading branch information
Showing
2 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# | ||
# (C) 2022 Robert Bosch GmbH | ||
# All files and artifacts in this repository are licensed under the | ||
# provisions of the license provided by the LICENSE file in this repository. | ||
# | ||
|
||
# | ||
# Signals and attributes related to the low voltage battery in Vehicles | ||
# This is the 12 Volt or 24 Volt battery typically used for infotainment systems and to start the combustion engine | ||
# in traditional petrol/diesel vehecles. | ||
# | ||
|
||
NominalVoltage: | ||
datatype: uint16 | ||
type: attribute | ||
unit: V | ||
description: Nominal Voltage of the battery. | ||
comment: Nominal voltage typically refers to voltage of fully charged battery when delivering rated capacity. | ||
|
||
NominalCapacity: | ||
datatype: uint16 | ||
type: attribute | ||
unit: Ah | ||
description: Nominal capacity of the low voltage battery. | ||
|
||
CurrentVoltage: | ||
datatype: float | ||
type: sensor | ||
unit: V | ||
description: Current Voltage of the low voltage battery. | ||
|
||
CurrentCurrent: | ||
datatype: float | ||
type: sensor | ||
unit: A | ||
description: Current current flowing in/out of the low voltage battery. Positive = Current flowing in to battery, | ||
e.g. during charging or driving. | ||
Negative = Current flowing out of battery, e.g. when using the battery to start a combustion engine. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters