Jetter AG
Programming | 8
User Manual – JetViewMobile 205
34
8.4.5 Programming example for error messages
This example shows an error message that appears when the connection to the
ECU is interrupted. Additional error messages can be created in a similar manner
using the relevant object ID.
Fig. 13: Programming example for error messages
8.5 Defining the date format
The date format applied on the control unit is in line with ISO 11783-7:2009, sec-
tion A.23.3). The numeric variable (object ID 65180) is used to selected the de-
sired date format (values 0 … 5).
Value
Date format
Container
0
ddmmyyyy
3030
1
ddyyymm
3031
2
mmyyyydd
3032
3
mmddyyyy
3033
4
yyyymmdd
3034
5
yyyyddmm
3035
Tab. 32: Available date formats
Pointer 65520 points to the selected container. Containers 3030 … 3035 contain
the data related to the year, month and day in the relevant order. For example,
container 3034 organizes the date components in the order year – month – day.
Container (OID: 3034)
Year (OID: 65105)
Month (OID: 65106)
Day (OID:
65107)
Fig. 14: Container IDs of the date components