The odometer display the total number of KM of the vehicle. the Tripmeter is the number of the KM of the vehicle since last drive reset. hour is the Time in format "hh:mm" (24 hours mode).
|
|
|
Odometer is displayed in the blue and red areas. Tripmeter is displayed in the green area. Hour is displayed in the red area. |
Odometer and Hour cannot be displayed at the same time. When "Display Source" or "Hour Source" is set to "1" (display value automatically generated by Tachymetry module), "DSelect" is used to toggle between Odometer display and Hour display. When "Display Source" and "Hour Source" are set to "0" (display value read in ActiGRAF Application), DSelect is not significant.
| S_ODO | S_Hour | DSelect | Description |
|---|---|---|---|
| 1 (Automatic tachy) | 1 (Real Time Clock) | 1 | Display Hour value read from the Real Time Clock. |
| 1 (Automatic tachy) | 1 (Real Time Clock) | 0 | Display Odometer value calculated by Tachymetry module in blue + red area. |
| 1 (Automatic tachy) | 0 (Application value) | 1 | Display hour value "Odo_Value" in red area with 4 digits for frames. The value is calculated in ActiGRAF Application |
| 1 (Automatic tachy) | 0 (Application value) | 0 | Display the Odometer value calculated by the Tachymetry module. |
| 0 (Application value) | 0 (Application value) | x | Display Odometer value "Odo_Value" in blue + red area.With length Odo_DisplayLength for frames |
| 0 (Application value) | 1 (Real Time Clock) | 0 | Odo_Value, the CAN received value is displayed in blue + red area. With length Odo_DisplayLength for frames |
| 0 (Application value) | 1 (Real Time Clock) | 1 | Internally generated Hour value (Real Time Clock) is displayed in red area. |
when source selection for Odometer is set to "Application value", the DKM variable indicate to display or not the "KM".
when source selection for hour is set to "Application value", the "DDoubleDot" control the display of the double dot ":" for time formatting.
| Mnemonic | STraToN Type | Description |
|---|---|---|
| Odo_Value | WORD |
Value to be displayed on the odometer line.Unit is km.
This is a double word variable, it must apply to the double word rule see variable rules. |
| Odo_displayLength | WORD | Number of visible digits on the odometer line ranged [0 ;7] |
| Fault | BOOL | Display fault detection (state is TRUE) indicating that time out has occurred (no value is received) and '-' is displayed instead |
| DKM | BOOL | Display pictogram 'km' when set to TRUE |
| DDoubleDot | BOOL | Display pictogram ':' when set to TRUE |
| DSelect | BOOL | Display selection between odometer value (FALSE) and hour value (TRUE) on the odometer line. |
| Copyright © ACTIA 2013
|