Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Abstraction

...

Image Removed

                                  Figure1
                 
A requirement of IVI systems is that they need to support transitions to multiple power states. Not just a simple power off/on state, but several other types of power states are required. In each power state, it is necessary to switch the function to be controlled and the power state of connected devices.

Due to the diversity of use cases in modern automotive, it is necessary for IVI systems to operate even in situations where there is no voltage supplied by the battery. A problem inherent to IVI is the limited power supplied by the battery. If you always start and maintain any hardware in the state, it will lead to battery failure. Therefore, when using IVI, it is necessary to define the various power states according to the use case of each user, and in each power state, activate the minimum amount of hardware necessary to realize the use case and realize the function.

The IVI receives power state transition requests from the vehicle (hardware) side, notifies these requests to the various services, and performs state transitions. In this 4.4 section, the use cases involving power state transitions, the functional requirements for realizing those use cases, and the functions of the Basesystem as a sample implementation are described.

The description of Hardware in 4.4 section indicates some kind of hardware (such as CAN signal) that notifies the IVI side of power state transition.


Figure1
Image Added

Use cases

In the following table, use cases which need the Power State Management function are described. Each user is a driver.In each use case, a power state transition of the car is changed, and the IVI also needs to change states.


Table 2

#

Item

User
Description

UC.PS.1

A user

IVI(quick) startup

The driver opens the

Door

door and

rides in

gets into the car. And the user presses the

start

button for ACC-ON

. Then

and the car and the IVI is turned on.

UC.PS.2

IVI shutdown

The driver presses the button for ACC-OFF, gets out of the car and does not get into the

IVI turns on.

Driver

2

car for a long time.

UC.PS.3

Startup unlinked with the ACC

The driver presses a button for IVI-ON and uses audio, video, and communication services without ACC-ON. 

UC.PS.4

Delayed ending

After arrival at the destination, when

a user

the driver wants to continue a handsfree call after ACC-OFF, the user

can continue

continues it although the display is off.

Driver

3

When a user

UC.PS.5

Remote parking system

When the driver wants to get the car out of the

garage

parking lot, the

user can use

driver uses the smartphone-linked function to control outside and

after that get

gets into the car.


(There are other use cases, for example, when no one is in the car, the multimedia system will be updated through OTA. )

Driver

4

A user

UC.PS.6

Demotion assistance

After the driver arrives at the destination, the driver presses the button for ACC-OFF and gets out of the car. When the driver gets out of the car, if there is danger behind the car, an alarm sounds and the driver is notified.

UC.PS.7

Return to the car soon

The driver presses the button for ACC-OFF, gets out of the car and gets into the car soon.

Driver

5

A user presses the button for ACC off,  gets out of the car

UC.PS.8

Return to the car temporally

The driver opens the door and takes out the luggage. The driver closes the door and does not get into the car

for a long time

.

Driver

Discussion Space for additional use cases(Freely write please) ~17:0

...

#

...

item

...

define some example of partially running and Ready

  • boot status
  • ready : bt, wifi, without display
  • partially running : hands free(bt, voice agent?)
  • Services should be configurable

...

UC.PS.9

Automatic updates via OTA

IVI automatically updates software through OTA function while the driver is away from the car.

UC.PS.10

Data backupIVI performs data backup while the driver is away from the car.



In Production Readiness, the power state transition of IVI in general is defined as follows.

  1. The state of IVI power off(Power-off)
  2. The state which is ready to boot IVI(Ready)
  3. The state which the part of IVI features can be used(Partially running)
  4. The state which IVI has started(Running)

...

The following table is a description of the above four states.


Table 3

#

IVI power state

Description of each state

1

Power-off

The

This is the state in which the IVI system is turned off

.
The

and the IVI display is turned off.

2

Ready

The

This is the state in which the IVI system is turned on

.
The

and the IVI display is turned off.
The IVI system prepares selected services so that the IVI system can provide user functions quickly when the IVI

becomes

is turned on.
※When starting a car with IVI unprepared

IVI

, it takes a lot of time.

So

Therefore, the

state

“Ready” status is necessary. 

3

Partially running

The

This is the state in which the IVI system is turned on.


The IVI display is turned off.
The IVI system keeps selected services so that the services can be used for some time after the ACC off.

When transitioning to this state from any other state, the IVI system will be able to use the selected services for a while. (There is no specific mention of turning the IVI display off/on. It shall be dependent on implementation.)

4

Running

The IVI

This is the state in which the IVI system is turned on

.
Also

and the IVI display is turned on.


All

The ACC is on and all of the

user

functions

are available

can be used.

                                   

The following shows the IVI state transition diagram of the above table. The conditions for each transition are also described.

       

Image Removed


             Figure3Figure 4 ) State transition diagram
Image Added

                       

When the power status of the vehicle changes, the power status of the IVI will transition.

The cause of the change in the vehicle power state depends on the vehicle signal, CAN signal, vehicle system, etc. Therefore, the required state/transition may be different depending on the product and hardware requirements of each OEM.

...

However, the above state transition diagram shows the state that realizes the use cases defined in this document. Each OEM should add or delete state/transition as necessary.


Table 5

Use case

State transition diagram

The condition of transition

#1

(1)IVI (quick) startup

(

1

A), (

2

B)

(

1

A)The transition request to change the selected services states to “Ready” is sent from the Hardware side.

(B)The transition request to change the IVI state to “Running” is sent from the Hardware side.

(2)IVI shutdown

(C), (E)

(C)The transition request to change the IVI state to

“Running”

“Power-off” is sent from the Hardware side.

#2

(E)When no transition request is received and a certain amount of time has passed, the state is changed.

(3)

(3)The

Startup unlinked with the ACC

(A), (F)

(A)The transition request to change the selected services states to “Ready” is sent from the Hardware side.

(F)The transition request to change the selected services states to “Partially Running” is sent from pressing a button for IVI-ON.

(4)Delayed ending

(C)

(C)When the transition request to change the IVI state to “Power-off” is sent from the Hardware side

.

#3

(1

, the state goes through “Partially running” once. If there is a request to execute the function, it is done in this state.

(5)Remote parking system

(A), (

6

F)

(

1

A)The transition request to change the selected services states to “Ready” is sent from the Hardware side.

(

6

F)The transition request to change the selected services states to “Partially Running” is sent from the user’s smartphone.

(6)Demotion assistance

(C)

(C)When the transition request to change the IVI state to “Power-off” is sent from the Hardware side

.

#4

(3

, the state goes through “Partially running” once. If there is a request to execute the function, it is done in this state.

(7)Return to the car soon

(C), (

4

D)

(

3

C)The transition request to change the IVI state to “Power-off” is sent from the Hardware side.

(

4

D)The transition request to change the IVI state to Running is sent from the Hardware side.

(8)Return to the car temporally

(A), (G)

(A)The transition request to change the selected services states to “Ready” is sent from the Hardware side

.

#5

(3), (5)

(3

.
(G)When no transition request is received and a certain amount of time has passed, the state is changed.

(9)Automatic updates via OTA

(A), (F), (E)

(A)The transition request to change the selected services states to “Ready” is sent from the Hardware side.

(F)The transition request to change the selected services states to “Partially Running” is sent from pressing a button for IVI-ON.

(E)When no transition request is received and a certain amount of time has passed, the state

to “Power-off”

is changed.

(10)Data backup

(A), (F), (E)

(A)The transition request to change the selected services states to “Ready” is sent from the Hardware side.

(

5

F)

No

The transition request to change the selected services states to “Partially Running” is sent from pressing a button for IVI-ON.

(E)When no transition request is received and a certain amount of time has passed, the state is

sent

changed.

                                            

Functional Requirements

This table includes the functional requirements of Power State Management module.   Figure1 will be used to explain this requirement.


Table 6

3

#

Item

Related use caseDescription

FR.PS.1

Power state receiving



All of the use cases

Power State Management should receive state transition requests from the Hardware side.

FR.PS.2

When Power State Management receives the state transition requests from Hardware side to change to each 4 power state, the target service notified from Power State Management module should be configurable.

The incoming trigger of the power state depends on each OEM so the incoming trigger should be flexible enough to change.

FR.PS.3

Power state sending

Power State Management should notify

each service of the transition request based on the configuration in the case of requirements(#2).

4

Power State Management should receive completion notification when the service that received the request notification completes the state transition.(Finally the information will be notified to the Hardware side.)

5

At Ready state, some services should be defined as connected(which can start up quickly). For example, Bluetooth or Wifi services are considered to be such targets.

the power state change request to each service.

FR.PS.4

Since the number(definition) of power states depends on each OEM, adding or removing power states should be flexible enough to change.

FR.PS.5

Only services which require control by power state change requests should be notified of the necessary request. 

FR.PS.6

Device control

According to the power state transition, each application or middleware related to services should switch the function to activate or the control devices.

                                   

Power State Management in Basesystem

Reference implementation by Basesystem

To have Power State Management for the use cases above, we provided the following functions as part of the power management function. Refer to the software configuration diagram(2. The scope).

  • Power Service
  • System Manager

Image Removed

                                                                                                          Figure4In the implementation of Basesystem, the function modules for Power Service Management are Power Service and System Manager. The software configuration diagram is defined in 2. The scope. Please refer to it.


Figure 7
Image Added


Power Service

Power service provides functions such as notifying the system manager unit module of power state transition requests by getting the notification from the Hardware side, or receiving requests and notifying the Hardware side of it.

System Manager

In order to control the system according to the power state transition request, System manager notifies the services on the service list of a power state transition received from Power service.

Reference

...

code :
https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging/basesystem.git;a=tree;f=service/system/system_managerpower_service;h=fabcbf6aabbf0b7dd8a1df2fb35491029a2d1fdd;hb=refs/heads/master

System Manager

In order to control the system according to the power state transition request, System manager notifies the services of a power state transition received from Power service.

Reference code :
https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging/basesystem.git;a=tree;f=service/system/power_service;h=fabcbf6aabbf0b7dd8a1df2fb35491029a2d1fddsystem_manager;hb=refs/heads/master