-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLIN_configuration_tc3.txt
100 lines (93 loc) · 1.63 KB
/
LIN_configuration_tc3.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Nodes
{
Master: MST, 5 ms, 0.1 ms;
Slaves: SLV
}
Signals
{
RearFogLampInd:1,0,MST,SLV;
PositionLampInd:1,0,MST,SLV;
FrontFogLampInd:1,0,MST,SLV;
IgnitionKeyPos:3,0,MST,SLV;
SLVFuncIllum:4,0,MST,SLV;
SLVSymbolIllum:4,0,MST,SLV;
SLVSWPartNo:8,0,SLV,MST;
SLVHWPartNoB0:12,0,SLV,MST;
SLVHWPartNoB1:12,0,SLV,MST;
FanIdealSpeed:16,0, SLV,MST;
FanMeasSpeed:16,0, SLV,MST;
WaterTemp:16,0,SLV,MST;
sign_16b_01:16,0,SLV,MST;
sign_16b_02:16,0,SLV,MST;
sign_16b_03:16,0,SLV,MST;
sign_16b_04:16,0,SLV,MST;
sign_16b_05:16,0,SLV,MST;
sign_16b_06:16,0,SLV,MST;
sign_16b_07:16,0,SLV,MST;
sign_16b_08:16,0,SLV,MST;
sign_16b_09:16,0,SLV,MST;
sign_16b_10:16,0,SLV,MST;
sign_16b_11:16,0,SLV,MST;
sign_16b_12:16,0,SLV,MST;
}
Frames
{
EnvioDatos:15,MST
{
RearFogLampInd,0;
PositionLampInd,1;
FrontFogLampInd,2;
IgnitionKeyPos,3;
SLVFuncIllum,8;
SLVSymbolIllum,12;
}
Ack_slv:34,SLV
{
SLVSWPartNo,0;
SLVHWPartNoB0,8;
SLVHWPartNoB1,24;
}
data_respose:49,SLV
{
FanIdealSpeed,0;
FanMeasSpeed,16;
WaterTemp,32;
}
data_req1:50,SLV
{
sign_16b_01,0;
sign_16b_02,16;
sign_16b_03,32;
}
data_req2:51,SLV
{
sign_16b_04,0;
sign_16b_05,16;
sign_16b_06,32;
}
acq_timer:52,SLV
{
sign_16b_07,0;
sign_16b_08,16;
sign_16b_09,32;
}
acq_time_mst:53,SLV
{
sign_16b_10,0;
sign_16b_11,16;
sign_16b_12,32;
}
}
Schedule_tables
{
SCH_TBL1
{
EnvioDatos delay 10 ms;
Ack_slv delay 25 ms;
data_respose delay 40 ms;
data_req1 delay 55 ms;
data_req2 delay 70 ms;
acq_timer delay 85 ms;
acq_time_mst delay 100 ms;
}
}