This is the multi-page printable view of this section.
Click here to print.
Return to the regular view of this page.
Suspension
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension |
| Description: |
MotionManagement related to suspension. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
The vehicle signal Vehicle.MotionManagement.Suspension is a Branch.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension is e25dbc8776465914b1e87a15ffdf6df0
Children
This vehicle signal is a branch or structure and thus has sub-pages:
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
1 - Axle
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle |
| Description: |
MotionManagement for suspension for a specific axle. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle is a Branch.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle is a428e831a26b51258b55ab26032ac78f
Children
This vehicle signal is a branch or structure and thus has sub-pages:
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
1.1 - Row1
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row1 |
| Description: |
MotionManagement for suspension for a specific axle. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row1
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row1 is a Branch.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row1 is 2928df3761745fc7bf63e24461c1e603
Children
This vehicle signal is a branch or structure and thus has sub-pages:
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
1.1.1 - RollTorque
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row1.RollTorque |
| Description: |
Actuated roll torque on this axle by anti-roll actuator. Signal orientation according to ISO8855. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row1
Row1-->RollTorque
Eclipse Leda: Usage Example
In Eclipse Kuksa.VAL Databroker CLI:
$ databroker-cli
sdv.databroker.v1 > connect
[connect] OK
sdv.databroker.v1 > get Vehicle.MotionManagement.Suspension.Axle.Row1.RollTorque
[get] OK
Vehicle.MotionManagement.Suspension.Axle.Row1.RollTorque: ( NotAvailable )
sdv.databroker.v1 > set Vehicle.MotionManagement.Suspension.Axle.Row1.RollTorque 0
[set] OK
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
Data Type & Unit
Note: The int16 datatype is a signed 16-bit integer which technically allows values between -32768 and 32767 (inclusive).
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row1.RollTorque is a Sensor.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row1.RollTorque is a Signal.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row1.RollTorque is 997343bcaf065d7993b01a80594c31b9
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
Supported datatypes
The following is a list of VSS supported built-in datatypes:
| Name |
Type |
Min |
Max |
| uint8 |
unsigned 8-bit integer |
0 |
255 |
| int8 |
signed 8-bit integer |
-128 |
127 |
| uint16 |
unsigned 16-bit integer |
0 |
65535 |
| int16 |
signed 16-bit integer |
-32768 |
32767 |
| uint32 |
unsigned 32-bit integer |
0 |
4294967295 |
| int32 |
signed 32-bit integer |
-2147483648 |
2147483647 |
| uint64 |
unsigned 64-bit integer |
0 |
2^64 - 1 |
| int64 |
signed 64-bit integer |
-2^63 |
2^63 - 1 |
| boolean |
boolean value |
0/false |
1/true |
| float |
floating point number |
-3.4e -38 |
3.4e 38 |
| double |
double precision floating point number |
-1.7e -300 |
1.7e 300 |
| string |
character string |
n/a |
n/a |
Min, max and default values defined in a Vehicle Signal Specification must be in the supported range of the data type.
1.1.2 - Wheel
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel |
| Description: |
MotionManagement signals for a specific wheel. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row1
Row1-->Wheel
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel is a Branch.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel is 0833c19934cc56f3a187ca15826186b5
Children
This vehicle signal is a branch or structure and thus has sub-pages:
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
1.1.2.1 - Left
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left |
| Description: |
MotionManagement signals for a specific wheel. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row1
Row1-->Wheel
Wheel-->Left
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left is a Branch.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left is e6ba3626aae5556e9de2f0b4ab11ed33
Children
This vehicle signal is a branch or structure and thus has sub-pages:
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
1.1.2.1.1 - DampingForce
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingForce |
| Description: |
Actuated damping force at given wheel. Signal orientation according ISO8855, meaning positive force is pointing upwards. |
| Comment: |
Alternative signal to DampingRate. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row1
Row1-->Wheel
Wheel-->Left
Left-->DampingForce
Eclipse Leda: Usage Example
In Eclipse Kuksa.VAL Databroker CLI:
$ databroker-cli
sdv.databroker.v1 > connect
[connect] OK
sdv.databroker.v1 > get Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingForce
[get] OK
Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingForce: ( NotAvailable )
sdv.databroker.v1 > set Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingForce 0
[set] OK
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
Data Type & Unit
Note: The int16 datatype is a signed 16-bit integer which technically allows values between -32768 and 32767 (inclusive).
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingForce is a Sensor.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingForce is a Signal.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingForce is 89cbca9bf9e355d495b885073978127e
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
Supported datatypes
The following is a list of VSS supported built-in datatypes:
| Name |
Type |
Min |
Max |
| uint8 |
unsigned 8-bit integer |
0 |
255 |
| int8 |
signed 8-bit integer |
-128 |
127 |
| uint16 |
unsigned 16-bit integer |
0 |
65535 |
| int16 |
signed 16-bit integer |
-32768 |
32767 |
| uint32 |
unsigned 32-bit integer |
0 |
4294967295 |
| int32 |
signed 32-bit integer |
-2147483648 |
2147483647 |
| uint64 |
unsigned 64-bit integer |
0 |
2^64 - 1 |
| int64 |
signed 64-bit integer |
-2^63 |
2^63 - 1 |
| boolean |
boolean value |
0/false |
1/true |
| float |
floating point number |
-3.4e -38 |
3.4e 38 |
| double |
double precision floating point number |
-1.7e -300 |
1.7e 300 |
| string |
character string |
n/a |
n/a |
Min, max and default values defined in a Vehicle Signal Specification must be in the supported range of the data type.
1.1.2.1.2 - DampingForceTarget
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingForceTarget |
| Description: |
Damping force request at given wheel. Signal orientation according ISO8855, meaning positive force is pointing upwards. |
| Comment: |
Alternative signal to DampingRateTarget. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row1
Row1-->Wheel
Wheel-->Left
Left-->DampingForceTarget
Eclipse Leda: Usage Example
In Eclipse Kuksa.VAL Databroker CLI:
$ databroker-cli
sdv.databroker.v1 > connect
[connect] OK
sdv.databroker.v1 > get Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingForceTarget
[get] OK
Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingForceTarget: ( NotAvailable )
sdv.databroker.v1 > set Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingForceTarget 0
[set] OK
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
Data Type & Unit
Note: The int16 datatype is a signed 16-bit integer which technically allows values between -32768 and 32767 (inclusive).
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingForceTarget is an Actuator.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingForceTarget is a Signal.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingForceTarget is dea80d4c5b1154bda0fce9d24952393a
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
Supported datatypes
The following is a list of VSS supported built-in datatypes:
| Name |
Type |
Min |
Max |
| uint8 |
unsigned 8-bit integer |
0 |
255 |
| int8 |
signed 8-bit integer |
-128 |
127 |
| uint16 |
unsigned 16-bit integer |
0 |
65535 |
| int16 |
signed 16-bit integer |
-32768 |
32767 |
| uint32 |
unsigned 32-bit integer |
0 |
4294967295 |
| int32 |
signed 32-bit integer |
-2147483648 |
2147483647 |
| uint64 |
unsigned 64-bit integer |
0 |
2^64 - 1 |
| int64 |
signed 64-bit integer |
-2^63 |
2^63 - 1 |
| boolean |
boolean value |
0/false |
1/true |
| float |
floating point number |
-3.4e -38 |
3.4e 38 |
| double |
double precision floating point number |
-1.7e -300 |
1.7e 300 |
| string |
character string |
n/a |
n/a |
Min, max and default values defined in a Vehicle Signal Specification must be in the supported range of the data type.
1.1.2.1.3 - DampingRate
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingRate |
| Description: |
Actuated damping rate at given wheel. 0% = lowest possible damping rate 100% = highest possible damping rate |
| Comment: |
Alternative signal to DampingForce. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row1
Row1-->Wheel
Wheel-->Left
Left-->DampingRate
Eclipse Leda: Usage Example
In Eclipse Kuksa.VAL Databroker CLI:
$ databroker-cli
sdv.databroker.v1 > connect
[connect] OK
sdv.databroker.v1 > get Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingRate
[get] OK
Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingRate: ( NotAvailable )
sdv.databroker.v1 > set Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingRate 0
[set] OK
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
Data Type & Unit
Note: The uint8 datatype is an unsigned 8-bit integer which technically allows values between 0 and 255 (inclusive).
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingRate is a Sensor.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingRate is a Signal.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingRate is db5a8f4f3653550191b45f4560d01eed
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
Supported datatypes
The following is a list of VSS supported built-in datatypes:
| Name |
Type |
Min |
Max |
| uint8 |
unsigned 8-bit integer |
0 |
255 |
| int8 |
signed 8-bit integer |
-128 |
127 |
| uint16 |
unsigned 16-bit integer |
0 |
65535 |
| int16 |
signed 16-bit integer |
-32768 |
32767 |
| uint32 |
unsigned 32-bit integer |
0 |
4294967295 |
| int32 |
signed 32-bit integer |
-2147483648 |
2147483647 |
| uint64 |
unsigned 64-bit integer |
0 |
2^64 - 1 |
| int64 |
signed 64-bit integer |
-2^63 |
2^63 - 1 |
| boolean |
boolean value |
0/false |
1/true |
| float |
floating point number |
-3.4e -38 |
3.4e 38 |
| double |
double precision floating point number |
-1.7e -300 |
1.7e 300 |
| string |
character string |
n/a |
n/a |
Min, max and default values defined in a Vehicle Signal Specification must be in the supported range of the data type.
1.1.2.1.4 - DampingRateTarget
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingRateTarget |
| Description: |
Damping rate request at given wheel. 0% = lowest possible damping rate 100% = highest possible damping rate |
| Comment: |
Alternative signal to DampingForceTarget. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row1
Row1-->Wheel
Wheel-->Left
Left-->DampingRateTarget
Eclipse Leda: Usage Example
In Eclipse Kuksa.VAL Databroker CLI:
$ databroker-cli
sdv.databroker.v1 > connect
[connect] OK
sdv.databroker.v1 > get Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingRateTarget
[get] OK
Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingRateTarget: ( NotAvailable )
sdv.databroker.v1 > set Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingRateTarget 0
[set] OK
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
Data Type & Unit
Note: The uint8 datatype is an unsigned 8-bit integer which technically allows values between 0 and 255 (inclusive).
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingRateTarget is an Actuator.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingRateTarget is a Signal.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Left.DampingRateTarget is 8049fd7d31d85c3e87d2d2068f7cdee0
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
Supported datatypes
The following is a list of VSS supported built-in datatypes:
| Name |
Type |
Min |
Max |
| uint8 |
unsigned 8-bit integer |
0 |
255 |
| int8 |
signed 8-bit integer |
-128 |
127 |
| uint16 |
unsigned 16-bit integer |
0 |
65535 |
| int16 |
signed 16-bit integer |
-32768 |
32767 |
| uint32 |
unsigned 32-bit integer |
0 |
4294967295 |
| int32 |
signed 32-bit integer |
-2147483648 |
2147483647 |
| uint64 |
unsigned 64-bit integer |
0 |
2^64 - 1 |
| int64 |
signed 64-bit integer |
-2^63 |
2^63 - 1 |
| boolean |
boolean value |
0/false |
1/true |
| float |
floating point number |
-3.4e -38 |
3.4e 38 |
| double |
double precision floating point number |
-1.7e -300 |
1.7e 300 |
| string |
character string |
n/a |
n/a |
Min, max and default values defined in a Vehicle Signal Specification must be in the supported range of the data type.
1.1.2.2 - Right
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right |
| Description: |
MotionManagement signals for a specific wheel. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row1
Row1-->Wheel
Wheel-->Right
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right is a Branch.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right is 4a047e4600e15da8bde112a25007fc20
Children
This vehicle signal is a branch or structure and thus has sub-pages:
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
1.1.2.2.1 - DampingForce
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingForce |
| Description: |
Actuated damping force at given wheel. Signal orientation according ISO8855, meaning positive force is pointing upwards. |
| Comment: |
Alternative signal to DampingRate. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row1
Row1-->Wheel
Wheel-->Right
Right-->DampingForce
Eclipse Leda: Usage Example
In Eclipse Kuksa.VAL Databroker CLI:
$ databroker-cli
sdv.databroker.v1 > connect
[connect] OK
sdv.databroker.v1 > get Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingForce
[get] OK
Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingForce: ( NotAvailable )
sdv.databroker.v1 > set Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingForce 0
[set] OK
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
Data Type & Unit
Note: The int16 datatype is a signed 16-bit integer which technically allows values between -32768 and 32767 (inclusive).
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingForce is a Sensor.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingForce is a Signal.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingForce is 70ed7cb54214592da7bc4b1d2ae46a18
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
Supported datatypes
The following is a list of VSS supported built-in datatypes:
| Name |
Type |
Min |
Max |
| uint8 |
unsigned 8-bit integer |
0 |
255 |
| int8 |
signed 8-bit integer |
-128 |
127 |
| uint16 |
unsigned 16-bit integer |
0 |
65535 |
| int16 |
signed 16-bit integer |
-32768 |
32767 |
| uint32 |
unsigned 32-bit integer |
0 |
4294967295 |
| int32 |
signed 32-bit integer |
-2147483648 |
2147483647 |
| uint64 |
unsigned 64-bit integer |
0 |
2^64 - 1 |
| int64 |
signed 64-bit integer |
-2^63 |
2^63 - 1 |
| boolean |
boolean value |
0/false |
1/true |
| float |
floating point number |
-3.4e -38 |
3.4e 38 |
| double |
double precision floating point number |
-1.7e -300 |
1.7e 300 |
| string |
character string |
n/a |
n/a |
Min, max and default values defined in a Vehicle Signal Specification must be in the supported range of the data type.
1.1.2.2.2 - DampingForceTarget
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingForceTarget |
| Description: |
Damping force request at given wheel. Signal orientation according ISO8855, meaning positive force is pointing upwards. |
| Comment: |
Alternative signal to DampingRateTarget. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row1
Row1-->Wheel
Wheel-->Right
Right-->DampingForceTarget
Eclipse Leda: Usage Example
In Eclipse Kuksa.VAL Databroker CLI:
$ databroker-cli
sdv.databroker.v1 > connect
[connect] OK
sdv.databroker.v1 > get Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingForceTarget
[get] OK
Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingForceTarget: ( NotAvailable )
sdv.databroker.v1 > set Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingForceTarget 0
[set] OK
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
Data Type & Unit
Note: The int16 datatype is a signed 16-bit integer which technically allows values between -32768 and 32767 (inclusive).
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingForceTarget is an Actuator.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingForceTarget is a Signal.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingForceTarget is 0918d5b285b952e684867e77ad62b3a6
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
Supported datatypes
The following is a list of VSS supported built-in datatypes:
| Name |
Type |
Min |
Max |
| uint8 |
unsigned 8-bit integer |
0 |
255 |
| int8 |
signed 8-bit integer |
-128 |
127 |
| uint16 |
unsigned 16-bit integer |
0 |
65535 |
| int16 |
signed 16-bit integer |
-32768 |
32767 |
| uint32 |
unsigned 32-bit integer |
0 |
4294967295 |
| int32 |
signed 32-bit integer |
-2147483648 |
2147483647 |
| uint64 |
unsigned 64-bit integer |
0 |
2^64 - 1 |
| int64 |
signed 64-bit integer |
-2^63 |
2^63 - 1 |
| boolean |
boolean value |
0/false |
1/true |
| float |
floating point number |
-3.4e -38 |
3.4e 38 |
| double |
double precision floating point number |
-1.7e -300 |
1.7e 300 |
| string |
character string |
n/a |
n/a |
Min, max and default values defined in a Vehicle Signal Specification must be in the supported range of the data type.
1.1.2.2.3 - DampingRate
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingRate |
| Description: |
Actuated damping rate at given wheel. 0% = lowest possible damping rate 100% = highest possible damping rate |
| Comment: |
Alternative signal to DampingForce. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row1
Row1-->Wheel
Wheel-->Right
Right-->DampingRate
Eclipse Leda: Usage Example
In Eclipse Kuksa.VAL Databroker CLI:
$ databroker-cli
sdv.databroker.v1 > connect
[connect] OK
sdv.databroker.v1 > get Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingRate
[get] OK
Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingRate: ( NotAvailable )
sdv.databroker.v1 > set Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingRate 0
[set] OK
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
Data Type & Unit
Note: The uint8 datatype is an unsigned 8-bit integer which technically allows values between 0 and 255 (inclusive).
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingRate is a Sensor.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingRate is a Signal.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingRate is a4caed0988e158ea8964b16dbbe4e817
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
Supported datatypes
The following is a list of VSS supported built-in datatypes:
| Name |
Type |
Min |
Max |
| uint8 |
unsigned 8-bit integer |
0 |
255 |
| int8 |
signed 8-bit integer |
-128 |
127 |
| uint16 |
unsigned 16-bit integer |
0 |
65535 |
| int16 |
signed 16-bit integer |
-32768 |
32767 |
| uint32 |
unsigned 32-bit integer |
0 |
4294967295 |
| int32 |
signed 32-bit integer |
-2147483648 |
2147483647 |
| uint64 |
unsigned 64-bit integer |
0 |
2^64 - 1 |
| int64 |
signed 64-bit integer |
-2^63 |
2^63 - 1 |
| boolean |
boolean value |
0/false |
1/true |
| float |
floating point number |
-3.4e -38 |
3.4e 38 |
| double |
double precision floating point number |
-1.7e -300 |
1.7e 300 |
| string |
character string |
n/a |
n/a |
Min, max and default values defined in a Vehicle Signal Specification must be in the supported range of the data type.
1.1.2.2.4 - DampingRateTarget
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingRateTarget |
| Description: |
Damping rate request at given wheel. 0% = lowest possible damping rate 100% = highest possible damping rate |
| Comment: |
Alternative signal to DampingForceTarget. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row1
Row1-->Wheel
Wheel-->Right
Right-->DampingRateTarget
Eclipse Leda: Usage Example
In Eclipse Kuksa.VAL Databroker CLI:
$ databroker-cli
sdv.databroker.v1 > connect
[connect] OK
sdv.databroker.v1 > get Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingRateTarget
[get] OK
Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingRateTarget: ( NotAvailable )
sdv.databroker.v1 > set Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingRateTarget 0
[set] OK
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
Data Type & Unit
Note: The uint8 datatype is an unsigned 8-bit integer which technically allows values between 0 and 255 (inclusive).
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingRateTarget is an Actuator.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingRateTarget is a Signal.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row1.Wheel.Right.DampingRateTarget is dce7290fa25852198fba9ae809ed77d6
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
Supported datatypes
The following is a list of VSS supported built-in datatypes:
| Name |
Type |
Min |
Max |
| uint8 |
unsigned 8-bit integer |
0 |
255 |
| int8 |
signed 8-bit integer |
-128 |
127 |
| uint16 |
unsigned 16-bit integer |
0 |
65535 |
| int16 |
signed 16-bit integer |
-32768 |
32767 |
| uint32 |
unsigned 32-bit integer |
0 |
4294967295 |
| int32 |
signed 32-bit integer |
-2147483648 |
2147483647 |
| uint64 |
unsigned 64-bit integer |
0 |
2^64 - 1 |
| int64 |
signed 64-bit integer |
-2^63 |
2^63 - 1 |
| boolean |
boolean value |
0/false |
1/true |
| float |
floating point number |
-3.4e -38 |
3.4e 38 |
| double |
double precision floating point number |
-1.7e -300 |
1.7e 300 |
| string |
character string |
n/a |
n/a |
Min, max and default values defined in a Vehicle Signal Specification must be in the supported range of the data type.
1.2 - Row2
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row2 |
| Description: |
MotionManagement for suspension for a specific axle. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row2
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row2 is a Branch.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row2 is 306830dd13bd55ba850c967936b885d5
Children
This vehicle signal is a branch or structure and thus has sub-pages:
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
1.2.1 - RollTorque
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row2.RollTorque |
| Description: |
Actuated roll torque on this axle by anti-roll actuator. Signal orientation according to ISO8855. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row2
Row2-->RollTorque
Eclipse Leda: Usage Example
In Eclipse Kuksa.VAL Databroker CLI:
$ databroker-cli
sdv.databroker.v1 > connect
[connect] OK
sdv.databroker.v1 > get Vehicle.MotionManagement.Suspension.Axle.Row2.RollTorque
[get] OK
Vehicle.MotionManagement.Suspension.Axle.Row2.RollTorque: ( NotAvailable )
sdv.databroker.v1 > set Vehicle.MotionManagement.Suspension.Axle.Row2.RollTorque 0
[set] OK
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
Data Type & Unit
Note: The int16 datatype is a signed 16-bit integer which technically allows values between -32768 and 32767 (inclusive).
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row2.RollTorque is a Sensor.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row2.RollTorque is a Signal.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row2.RollTorque is 73f030e062d3512a99b31e13173ea465
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
Supported datatypes
The following is a list of VSS supported built-in datatypes:
| Name |
Type |
Min |
Max |
| uint8 |
unsigned 8-bit integer |
0 |
255 |
| int8 |
signed 8-bit integer |
-128 |
127 |
| uint16 |
unsigned 16-bit integer |
0 |
65535 |
| int16 |
signed 16-bit integer |
-32768 |
32767 |
| uint32 |
unsigned 32-bit integer |
0 |
4294967295 |
| int32 |
signed 32-bit integer |
-2147483648 |
2147483647 |
| uint64 |
unsigned 64-bit integer |
0 |
2^64 - 1 |
| int64 |
signed 64-bit integer |
-2^63 |
2^63 - 1 |
| boolean |
boolean value |
0/false |
1/true |
| float |
floating point number |
-3.4e -38 |
3.4e 38 |
| double |
double precision floating point number |
-1.7e -300 |
1.7e 300 |
| string |
character string |
n/a |
n/a |
Min, max and default values defined in a Vehicle Signal Specification must be in the supported range of the data type.
1.2.2 - Wheel
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel |
| Description: |
MotionManagement signals for a specific wheel. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row2
Row2-->Wheel
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel is a Branch.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel is dc4736439ef35ceeba1d0b42138b92c5
Children
This vehicle signal is a branch or structure and thus has sub-pages:
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
1.2.2.1 - Left
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left |
| Description: |
MotionManagement signals for a specific wheel. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row2
Row2-->Wheel
Wheel-->Left
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left is a Branch.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left is 17c664e19d3554f8bd5ef454f73f6e13
Children
This vehicle signal is a branch or structure and thus has sub-pages:
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
1.2.2.1.1 - DampingForce
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingForce |
| Description: |
Actuated damping force at given wheel. Signal orientation according ISO8855, meaning positive force is pointing upwards. |
| Comment: |
Alternative signal to DampingRate. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row2
Row2-->Wheel
Wheel-->Left
Left-->DampingForce
Eclipse Leda: Usage Example
In Eclipse Kuksa.VAL Databroker CLI:
$ databroker-cli
sdv.databroker.v1 > connect
[connect] OK
sdv.databroker.v1 > get Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingForce
[get] OK
Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingForce: ( NotAvailable )
sdv.databroker.v1 > set Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingForce 0
[set] OK
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
Data Type & Unit
Note: The int16 datatype is a signed 16-bit integer which technically allows values between -32768 and 32767 (inclusive).
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingForce is a Sensor.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingForce is a Signal.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingForce is be5f74e2081850a59e45926582b61614
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
Supported datatypes
The following is a list of VSS supported built-in datatypes:
| Name |
Type |
Min |
Max |
| uint8 |
unsigned 8-bit integer |
0 |
255 |
| int8 |
signed 8-bit integer |
-128 |
127 |
| uint16 |
unsigned 16-bit integer |
0 |
65535 |
| int16 |
signed 16-bit integer |
-32768 |
32767 |
| uint32 |
unsigned 32-bit integer |
0 |
4294967295 |
| int32 |
signed 32-bit integer |
-2147483648 |
2147483647 |
| uint64 |
unsigned 64-bit integer |
0 |
2^64 - 1 |
| int64 |
signed 64-bit integer |
-2^63 |
2^63 - 1 |
| boolean |
boolean value |
0/false |
1/true |
| float |
floating point number |
-3.4e -38 |
3.4e 38 |
| double |
double precision floating point number |
-1.7e -300 |
1.7e 300 |
| string |
character string |
n/a |
n/a |
Min, max and default values defined in a Vehicle Signal Specification must be in the supported range of the data type.
1.2.2.1.2 - DampingForceTarget
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingForceTarget |
| Description: |
Damping force request at given wheel. Signal orientation according ISO8855, meaning positive force is pointing upwards. |
| Comment: |
Alternative signal to DampingRateTarget. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row2
Row2-->Wheel
Wheel-->Left
Left-->DampingForceTarget
Eclipse Leda: Usage Example
In Eclipse Kuksa.VAL Databroker CLI:
$ databroker-cli
sdv.databroker.v1 > connect
[connect] OK
sdv.databroker.v1 > get Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingForceTarget
[get] OK
Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingForceTarget: ( NotAvailable )
sdv.databroker.v1 > set Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingForceTarget 0
[set] OK
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
Data Type & Unit
Note: The int16 datatype is a signed 16-bit integer which technically allows values between -32768 and 32767 (inclusive).
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingForceTarget is an Actuator.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingForceTarget is a Signal.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingForceTarget is a92cb43608a85ba18c111376b8c520cc
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
Supported datatypes
The following is a list of VSS supported built-in datatypes:
| Name |
Type |
Min |
Max |
| uint8 |
unsigned 8-bit integer |
0 |
255 |
| int8 |
signed 8-bit integer |
-128 |
127 |
| uint16 |
unsigned 16-bit integer |
0 |
65535 |
| int16 |
signed 16-bit integer |
-32768 |
32767 |
| uint32 |
unsigned 32-bit integer |
0 |
4294967295 |
| int32 |
signed 32-bit integer |
-2147483648 |
2147483647 |
| uint64 |
unsigned 64-bit integer |
0 |
2^64 - 1 |
| int64 |
signed 64-bit integer |
-2^63 |
2^63 - 1 |
| boolean |
boolean value |
0/false |
1/true |
| float |
floating point number |
-3.4e -38 |
3.4e 38 |
| double |
double precision floating point number |
-1.7e -300 |
1.7e 300 |
| string |
character string |
n/a |
n/a |
Min, max and default values defined in a Vehicle Signal Specification must be in the supported range of the data type.
1.2.2.1.3 - DampingRate
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingRate |
| Description: |
Actuated damping rate at given wheel. 0% = lowest possible damping rate 100% = highest possible damping rate |
| Comment: |
Alternative signal to DampingForce. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row2
Row2-->Wheel
Wheel-->Left
Left-->DampingRate
Eclipse Leda: Usage Example
In Eclipse Kuksa.VAL Databroker CLI:
$ databroker-cli
sdv.databroker.v1 > connect
[connect] OK
sdv.databroker.v1 > get Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingRate
[get] OK
Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingRate: ( NotAvailable )
sdv.databroker.v1 > set Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingRate 0
[set] OK
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
Data Type & Unit
Note: The uint8 datatype is an unsigned 8-bit integer which technically allows values between 0 and 255 (inclusive).
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingRate is a Sensor.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingRate is a Signal.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingRate is 2595ed8521f45251b505665673358185
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
Supported datatypes
The following is a list of VSS supported built-in datatypes:
| Name |
Type |
Min |
Max |
| uint8 |
unsigned 8-bit integer |
0 |
255 |
| int8 |
signed 8-bit integer |
-128 |
127 |
| uint16 |
unsigned 16-bit integer |
0 |
65535 |
| int16 |
signed 16-bit integer |
-32768 |
32767 |
| uint32 |
unsigned 32-bit integer |
0 |
4294967295 |
| int32 |
signed 32-bit integer |
-2147483648 |
2147483647 |
| uint64 |
unsigned 64-bit integer |
0 |
2^64 - 1 |
| int64 |
signed 64-bit integer |
-2^63 |
2^63 - 1 |
| boolean |
boolean value |
0/false |
1/true |
| float |
floating point number |
-3.4e -38 |
3.4e 38 |
| double |
double precision floating point number |
-1.7e -300 |
1.7e 300 |
| string |
character string |
n/a |
n/a |
Min, max and default values defined in a Vehicle Signal Specification must be in the supported range of the data type.
1.2.2.1.4 - DampingRateTarget
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingRateTarget |
| Description: |
Damping rate request at given wheel. 0% = lowest possible damping rate 100% = highest possible damping rate |
| Comment: |
Alternative signal to DampingForceTarget. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row2
Row2-->Wheel
Wheel-->Left
Left-->DampingRateTarget
Eclipse Leda: Usage Example
In Eclipse Kuksa.VAL Databroker CLI:
$ databroker-cli
sdv.databroker.v1 > connect
[connect] OK
sdv.databroker.v1 > get Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingRateTarget
[get] OK
Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingRateTarget: ( NotAvailable )
sdv.databroker.v1 > set Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingRateTarget 0
[set] OK
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
Data Type & Unit
Note: The uint8 datatype is an unsigned 8-bit integer which technically allows values between 0 and 255 (inclusive).
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingRateTarget is an Actuator.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingRateTarget is a Signal.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Left.DampingRateTarget is 58bfbfdba76d58a59ff0ae07870a30a0
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
Supported datatypes
The following is a list of VSS supported built-in datatypes:
| Name |
Type |
Min |
Max |
| uint8 |
unsigned 8-bit integer |
0 |
255 |
| int8 |
signed 8-bit integer |
-128 |
127 |
| uint16 |
unsigned 16-bit integer |
0 |
65535 |
| int16 |
signed 16-bit integer |
-32768 |
32767 |
| uint32 |
unsigned 32-bit integer |
0 |
4294967295 |
| int32 |
signed 32-bit integer |
-2147483648 |
2147483647 |
| uint64 |
unsigned 64-bit integer |
0 |
2^64 - 1 |
| int64 |
signed 64-bit integer |
-2^63 |
2^63 - 1 |
| boolean |
boolean value |
0/false |
1/true |
| float |
floating point number |
-3.4e -38 |
3.4e 38 |
| double |
double precision floating point number |
-1.7e -300 |
1.7e 300 |
| string |
character string |
n/a |
n/a |
Min, max and default values defined in a Vehicle Signal Specification must be in the supported range of the data type.
1.2.2.2 - Right
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right |
| Description: |
MotionManagement signals for a specific wheel. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row2
Row2-->Wheel
Wheel-->Right
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right is a Branch.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right is c0068f52335c50f7a1be8560643cfeaa
Children
This vehicle signal is a branch or structure and thus has sub-pages:
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
1.2.2.2.1 - DampingForce
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingForce |
| Description: |
Actuated damping force at given wheel. Signal orientation according ISO8855, meaning positive force is pointing upwards. |
| Comment: |
Alternative signal to DampingRate. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row2
Row2-->Wheel
Wheel-->Right
Right-->DampingForce
Eclipse Leda: Usage Example
In Eclipse Kuksa.VAL Databroker CLI:
$ databroker-cli
sdv.databroker.v1 > connect
[connect] OK
sdv.databroker.v1 > get Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingForce
[get] OK
Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingForce: ( NotAvailable )
sdv.databroker.v1 > set Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingForce 0
[set] OK
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
Data Type & Unit
Note: The int16 datatype is a signed 16-bit integer which technically allows values between -32768 and 32767 (inclusive).
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingForce is a Sensor.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingForce is a Signal.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingForce is 2e2ee07d1c3f55f5a4666b1bf0ed2d0d
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
Supported datatypes
The following is a list of VSS supported built-in datatypes:
| Name |
Type |
Min |
Max |
| uint8 |
unsigned 8-bit integer |
0 |
255 |
| int8 |
signed 8-bit integer |
-128 |
127 |
| uint16 |
unsigned 16-bit integer |
0 |
65535 |
| int16 |
signed 16-bit integer |
-32768 |
32767 |
| uint32 |
unsigned 32-bit integer |
0 |
4294967295 |
| int32 |
signed 32-bit integer |
-2147483648 |
2147483647 |
| uint64 |
unsigned 64-bit integer |
0 |
2^64 - 1 |
| int64 |
signed 64-bit integer |
-2^63 |
2^63 - 1 |
| boolean |
boolean value |
0/false |
1/true |
| float |
floating point number |
-3.4e -38 |
3.4e 38 |
| double |
double precision floating point number |
-1.7e -300 |
1.7e 300 |
| string |
character string |
n/a |
n/a |
Min, max and default values defined in a Vehicle Signal Specification must be in the supported range of the data type.
1.2.2.2.2 - DampingForceTarget
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingForceTarget |
| Description: |
Damping force request at given wheel. Signal orientation according ISO8855, meaning positive force is pointing upwards. |
| Comment: |
Alternative signal to DampingRateTarget. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row2
Row2-->Wheel
Wheel-->Right
Right-->DampingForceTarget
Eclipse Leda: Usage Example
In Eclipse Kuksa.VAL Databroker CLI:
$ databroker-cli
sdv.databroker.v1 > connect
[connect] OK
sdv.databroker.v1 > get Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingForceTarget
[get] OK
Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingForceTarget: ( NotAvailable )
sdv.databroker.v1 > set Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingForceTarget 0
[set] OK
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
Data Type & Unit
Note: The int16 datatype is a signed 16-bit integer which technically allows values between -32768 and 32767 (inclusive).
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingForceTarget is an Actuator.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingForceTarget is a Signal.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingForceTarget is 776346ee48535ff2bb831cb811f78964
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
Supported datatypes
The following is a list of VSS supported built-in datatypes:
| Name |
Type |
Min |
Max |
| uint8 |
unsigned 8-bit integer |
0 |
255 |
| int8 |
signed 8-bit integer |
-128 |
127 |
| uint16 |
unsigned 16-bit integer |
0 |
65535 |
| int16 |
signed 16-bit integer |
-32768 |
32767 |
| uint32 |
unsigned 32-bit integer |
0 |
4294967295 |
| int32 |
signed 32-bit integer |
-2147483648 |
2147483647 |
| uint64 |
unsigned 64-bit integer |
0 |
2^64 - 1 |
| int64 |
signed 64-bit integer |
-2^63 |
2^63 - 1 |
| boolean |
boolean value |
0/false |
1/true |
| float |
floating point number |
-3.4e -38 |
3.4e 38 |
| double |
double precision floating point number |
-1.7e -300 |
1.7e 300 |
| string |
character string |
n/a |
n/a |
Min, max and default values defined in a Vehicle Signal Specification must be in the supported range of the data type.
1.2.2.2.3 - DampingRate
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingRate |
| Description: |
Actuated damping rate at given wheel. 0% = lowest possible damping rate 100% = highest possible damping rate |
| Comment: |
Alternative signal to DampingForce. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row2
Row2-->Wheel
Wheel-->Right
Right-->DampingRate
Eclipse Leda: Usage Example
In Eclipse Kuksa.VAL Databroker CLI:
$ databroker-cli
sdv.databroker.v1 > connect
[connect] OK
sdv.databroker.v1 > get Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingRate
[get] OK
Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingRate: ( NotAvailable )
sdv.databroker.v1 > set Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingRate 0
[set] OK
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
Data Type & Unit
Note: The uint8 datatype is an unsigned 8-bit integer which technically allows values between 0 and 255 (inclusive).
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingRate is a Sensor.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingRate is a Signal.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingRate is 7467db21c7c85b149dc00cb9e264b429
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
Supported datatypes
The following is a list of VSS supported built-in datatypes:
| Name |
Type |
Min |
Max |
| uint8 |
unsigned 8-bit integer |
0 |
255 |
| int8 |
signed 8-bit integer |
-128 |
127 |
| uint16 |
unsigned 16-bit integer |
0 |
65535 |
| int16 |
signed 16-bit integer |
-32768 |
32767 |
| uint32 |
unsigned 32-bit integer |
0 |
4294967295 |
| int32 |
signed 32-bit integer |
-2147483648 |
2147483647 |
| uint64 |
unsigned 64-bit integer |
0 |
2^64 - 1 |
| int64 |
signed 64-bit integer |
-2^63 |
2^63 - 1 |
| boolean |
boolean value |
0/false |
1/true |
| float |
floating point number |
-3.4e -38 |
3.4e 38 |
| double |
double precision floating point number |
-1.7e -300 |
1.7e 300 |
| string |
character string |
n/a |
n/a |
Min, max and default values defined in a Vehicle Signal Specification must be in the supported range of the data type.
1.2.2.2.4 - DampingRateTarget
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingRateTarget |
| Description: |
Damping rate request at given wheel. 0% = lowest possible damping rate 100% = highest possible damping rate |
| Comment: |
Alternative signal to DampingForceTarget. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->Axle
Axle-->Row2
Row2-->Wheel
Wheel-->Right
Right-->DampingRateTarget
Eclipse Leda: Usage Example
In Eclipse Kuksa.VAL Databroker CLI:
$ databroker-cli
sdv.databroker.v1 > connect
[connect] OK
sdv.databroker.v1 > get Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingRateTarget
[get] OK
Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingRateTarget: ( NotAvailable )
sdv.databroker.v1 > set Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingRateTarget 0
[set] OK
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
Data Type & Unit
Note: The uint8 datatype is an unsigned 8-bit integer which technically allows values between 0 and 255 (inclusive).
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingRateTarget is an Actuator.
The vehicle signal Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingRateTarget is a Signal.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.Axle.Row2.Wheel.Right.DampingRateTarget is 7e7e4c2a52715e30bfe02597cbf679b7
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
Supported datatypes
The following is a list of VSS supported built-in datatypes:
| Name |
Type |
Min |
Max |
| uint8 |
unsigned 8-bit integer |
0 |
255 |
| int8 |
signed 8-bit integer |
-128 |
127 |
| uint16 |
unsigned 16-bit integer |
0 |
65535 |
| int16 |
signed 16-bit integer |
-32768 |
32767 |
| uint32 |
unsigned 32-bit integer |
0 |
4294967295 |
| int32 |
signed 32-bit integer |
-2147483648 |
2147483647 |
| uint64 |
unsigned 64-bit integer |
0 |
2^64 - 1 |
| int64 |
signed 64-bit integer |
-2^63 |
2^63 - 1 |
| boolean |
boolean value |
0/false |
1/true |
| float |
floating point number |
-3.4e -38 |
3.4e 38 |
| double |
double precision floating point number |
-1.7e -300 |
1.7e 300 |
| string |
character string |
n/a |
n/a |
Min, max and default values defined in a Vehicle Signal Specification must be in the supported range of the data type.
2 - DampingPrioTarget
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.DampingPrioTarget |
| Description: |
Prioritization target for damping control 0% = damping control by damping actuator (e.g. base functions) 100% = damping control by VMM system (e.g. vehicle dynamics) |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->DampingPrioTarget
Eclipse Leda: Usage Example
In Eclipse Kuksa.VAL Databroker CLI:
$ databroker-cli
sdv.databroker.v1 > connect
[connect] OK
sdv.databroker.v1 > get Vehicle.MotionManagement.Suspension.DampingPrioTarget
[get] OK
Vehicle.MotionManagement.Suspension.DampingPrioTarget: ( NotAvailable )
sdv.databroker.v1 > set Vehicle.MotionManagement.Suspension.DampingPrioTarget 0
[set] OK
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
Data Type & Unit
Note: The uint8 datatype is an unsigned 8-bit integer which technically allows values between 0 and 255 (inclusive).
The vehicle signal Vehicle.MotionManagement.Suspension.DampingPrioTarget is an Actuator.
The vehicle signal Vehicle.MotionManagement.Suspension.DampingPrioTarget is a Signal.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.DampingPrioTarget is a59b894978a15b7a95397d2e5c2acd29
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
Supported datatypes
The following is a list of VSS supported built-in datatypes:
| Name |
Type |
Min |
Max |
| uint8 |
unsigned 8-bit integer |
0 |
255 |
| int8 |
signed 8-bit integer |
-128 |
127 |
| uint16 |
unsigned 16-bit integer |
0 |
65535 |
| int16 |
signed 16-bit integer |
-32768 |
32767 |
| uint32 |
unsigned 32-bit integer |
0 |
4294967295 |
| int32 |
signed 32-bit integer |
-2147483648 |
2147483647 |
| uint64 |
unsigned 64-bit integer |
0 |
2^64 - 1 |
| int64 |
signed 64-bit integer |
-2^63 |
2^63 - 1 |
| boolean |
boolean value |
0/false |
1/true |
| float |
floating point number |
-3.4e -38 |
3.4e 38 |
| double |
double precision floating point number |
-1.7e -300 |
1.7e 300 |
| string |
character string |
n/a |
n/a |
Min, max and default values defined in a Vehicle Signal Specification must be in the supported range of the data type.
3 - RollPrioTarget
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.RollPrioTarget |
| Description: |
Prioritization target for anti-roll control 0% = anti-roll control by anti-roll actuator (e.g. base function) 100% = anti-roll control by VMM system (e.g. vehicle dynamics) |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->RollPrioTarget
Eclipse Leda: Usage Example
In Eclipse Kuksa.VAL Databroker CLI:
$ databroker-cli
sdv.databroker.v1 > connect
[connect] OK
sdv.databroker.v1 > get Vehicle.MotionManagement.Suspension.RollPrioTarget
[get] OK
Vehicle.MotionManagement.Suspension.RollPrioTarget: ( NotAvailable )
sdv.databroker.v1 > set Vehicle.MotionManagement.Suspension.RollPrioTarget 0
[set] OK
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
Data Type & Unit
Note: The uint8 datatype is an unsigned 8-bit integer which technically allows values between 0 and 255 (inclusive).
The vehicle signal Vehicle.MotionManagement.Suspension.RollPrioTarget is an Actuator.
The vehicle signal Vehicle.MotionManagement.Suspension.RollPrioTarget is a Signal.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.RollPrioTarget is b2d96461e5c350c68ed555864c848d71
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
Supported datatypes
The following is a list of VSS supported built-in datatypes:
| Name |
Type |
Min |
Max |
| uint8 |
unsigned 8-bit integer |
0 |
255 |
| int8 |
signed 8-bit integer |
-128 |
127 |
| uint16 |
unsigned 16-bit integer |
0 |
65535 |
| int16 |
signed 16-bit integer |
-32768 |
32767 |
| uint32 |
unsigned 32-bit integer |
0 |
4294967295 |
| int32 |
signed 32-bit integer |
-2147483648 |
2147483647 |
| uint64 |
unsigned 64-bit integer |
0 |
2^64 - 1 |
| int64 |
signed 64-bit integer |
-2^63 |
2^63 - 1 |
| boolean |
boolean value |
0/false |
1/true |
| float |
floating point number |
-3.4e -38 |
3.4e 38 |
| double |
double precision floating point number |
-1.7e -300 |
1.7e 300 |
| string |
character string |
n/a |
n/a |
Min, max and default values defined in a Vehicle Signal Specification must be in the supported range of the data type.
4 - RollTorqueDistributionFrontMaximum
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.RollTorqueDistributionFrontMaximum |
| Description: |
Maximum distribution range request of roll torque to front axle. 0% = Complete roll torque shall be shifted to rear axle 100% = Complete roll torque may be shifted to front axle |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->RollTorqueDistributionFrontMaximum
Eclipse Leda: Usage Example
In Eclipse Kuksa.VAL Databroker CLI:
$ databroker-cli
sdv.databroker.v1 > connect
[connect] OK
sdv.databroker.v1 > get Vehicle.MotionManagement.Suspension.RollTorqueDistributionFrontMaximum
[get] OK
Vehicle.MotionManagement.Suspension.RollTorqueDistributionFrontMaximum: ( NotAvailable )
sdv.databroker.v1 > set Vehicle.MotionManagement.Suspension.RollTorqueDistributionFrontMaximum 0
[set] OK
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
Data Type & Unit
Note: The uint8 datatype is an unsigned 8-bit integer which technically allows values between 0 and 255 (inclusive).
The vehicle signal Vehicle.MotionManagement.Suspension.RollTorqueDistributionFrontMaximum is an Actuator.
The vehicle signal Vehicle.MotionManagement.Suspension.RollTorqueDistributionFrontMaximum is a Signal.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.RollTorqueDistributionFrontMaximum is 035d967a45f35d03b32c517e5b4c370b
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
Supported datatypes
The following is a list of VSS supported built-in datatypes:
| Name |
Type |
Min |
Max |
| uint8 |
unsigned 8-bit integer |
0 |
255 |
| int8 |
signed 8-bit integer |
-128 |
127 |
| uint16 |
unsigned 16-bit integer |
0 |
65535 |
| int16 |
signed 16-bit integer |
-32768 |
32767 |
| uint32 |
unsigned 32-bit integer |
0 |
4294967295 |
| int32 |
signed 32-bit integer |
-2147483648 |
2147483647 |
| uint64 |
unsigned 64-bit integer |
0 |
2^64 - 1 |
| int64 |
signed 64-bit integer |
-2^63 |
2^63 - 1 |
| boolean |
boolean value |
0/false |
1/true |
| float |
floating point number |
-3.4e -38 |
3.4e 38 |
| double |
double precision floating point number |
-1.7e -300 |
1.7e 300 |
| string |
character string |
n/a |
n/a |
Min, max and default values defined in a Vehicle Signal Specification must be in the supported range of the data type.
5 - RollTorqueDistributionFrontMinimum
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.RollTorqueDistributionFrontMinimum |
| Description: |
Minimum distribution range request of roll torque to front axle. 0% = Complete roll torque may be shifted to rear axle 100% = Complete roll torque shall be shifted to front axle |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->RollTorqueDistributionFrontMinimum
Eclipse Leda: Usage Example
In Eclipse Kuksa.VAL Databroker CLI:
$ databroker-cli
sdv.databroker.v1 > connect
[connect] OK
sdv.databroker.v1 > get Vehicle.MotionManagement.Suspension.RollTorqueDistributionFrontMinimum
[get] OK
Vehicle.MotionManagement.Suspension.RollTorqueDistributionFrontMinimum: ( NotAvailable )
sdv.databroker.v1 > set Vehicle.MotionManagement.Suspension.RollTorqueDistributionFrontMinimum 0
[set] OK
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
Data Type & Unit
Note: The uint8 datatype is an unsigned 8-bit integer which technically allows values between 0 and 255 (inclusive).
The vehicle signal Vehicle.MotionManagement.Suspension.RollTorqueDistributionFrontMinimum is an Actuator.
The vehicle signal Vehicle.MotionManagement.Suspension.RollTorqueDistributionFrontMinimum is a Signal.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.RollTorqueDistributionFrontMinimum is c174a64379ab57bcaf82b1c66650be8c
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
Supported datatypes
The following is a list of VSS supported built-in datatypes:
| Name |
Type |
Min |
Max |
| uint8 |
unsigned 8-bit integer |
0 |
255 |
| int8 |
signed 8-bit integer |
-128 |
127 |
| uint16 |
unsigned 16-bit integer |
0 |
65535 |
| int16 |
signed 16-bit integer |
-32768 |
32767 |
| uint32 |
unsigned 32-bit integer |
0 |
4294967295 |
| int32 |
signed 32-bit integer |
-2147483648 |
2147483647 |
| uint64 |
unsigned 64-bit integer |
0 |
2^64 - 1 |
| int64 |
signed 64-bit integer |
-2^63 |
2^63 - 1 |
| boolean |
boolean value |
0/false |
1/true |
| float |
floating point number |
-3.4e -38 |
3.4e 38 |
| double |
double precision floating point number |
-1.7e -300 |
1.7e 300 |
| string |
character string |
n/a |
n/a |
Min, max and default values defined in a Vehicle Signal Specification must be in the supported range of the data type.
6 - RollTorqueTarget
|
|
| Full qualified VSS Path: |
Vehicle.MotionManagement.Suspension.RollTorqueTarget |
| Description: |
Roll torque request on vehicle level. Signal orientation according to ISO8855. |
Navigation
flowchart LR
Vehicle-->MotionManagement
MotionManagement-->Suspension
Suspension-->RollTorqueTarget
Eclipse Leda: Usage Example
In Eclipse Kuksa.VAL Databroker CLI:
$ databroker-cli
sdv.databroker.v1 > connect
[connect] OK
sdv.databroker.v1 > get Vehicle.MotionManagement.Suspension.RollTorqueTarget
[get] OK
Vehicle.MotionManagement.Suspension.RollTorqueTarget: ( NotAvailable )
sdv.databroker.v1 > set Vehicle.MotionManagement.Suspension.RollTorqueTarget 0
[set] OK
Digital Auto: Playground
playground.digital.auto provides an in-browser, rapid prototyping environment utilizing the COVESA APIs for connected vehicles.
Data Type & Unit
Note: The int16 datatype is a signed 16-bit integer which technically allows values between -32768 and 32767 (inclusive).
The vehicle signal Vehicle.MotionManagement.Suspension.RollTorqueTarget is an Actuator.
The vehicle signal Vehicle.MotionManagement.Suspension.RollTorqueTarget is a Signal.
UUID
Each vehicle signal is identified by a Universally Unique Identifier (UUID)
The UUID for Vehicle.MotionManagement.Suspension.RollTorqueTarget is e1aee15e51d35a6fb8969b6dc7cfd1fd
Feedback
Do you think this Vehicle Signal specification needs enhancement? Do you want to discuss with experts? Try the following ressources to get in touch with the VSS community:
About VSS
The Vehicle Signal Specification (VSS)
is an initiative by COVESA to define a syntax and a catalog for vehicle signals.
The source code and releases can be found in the VSS github repository.
Supported datatypes
The following is a list of VSS supported built-in datatypes:
| Name |
Type |
Min |
Max |
| uint8 |
unsigned 8-bit integer |
0 |
255 |
| int8 |
signed 8-bit integer |
-128 |
127 |
| uint16 |
unsigned 16-bit integer |
0 |
65535 |
| int16 |
signed 16-bit integer |
-32768 |
32767 |
| uint32 |
unsigned 32-bit integer |
0 |
4294967295 |
| int32 |
signed 32-bit integer |
-2147483648 |
2147483647 |
| uint64 |
unsigned 64-bit integer |
0 |
2^64 - 1 |
| int64 |
signed 64-bit integer |
-2^63 |
2^63 - 1 |
| boolean |
boolean value |
0/false |
1/true |
| float |
floating point number |
-3.4e -38 |
3.4e 38 |
| double |
double precision floating point number |
-1.7e -300 |
1.7e 300 |
| string |
character string |
n/a |
n/a |
Min, max and default values defined in a Vehicle Signal Specification must be in the supported range of the data type.