-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathcan_tp.json
59 lines (59 loc) · 1.66 KB
/
can_tp.json
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
{
"configurations": [
{
"padding_byte": 255,
"main_function_period": 1,
"channels": [
{
"mode": "CANTP_MODE_FULL_DUPLEX",
"receivers": [
{
"block_size": 2,
"wait_for_transmission_maximum": 1,
"minimum_separation_time": 0.01,
"N_Ar_timeout": 1.0,
"N_Br_timeout": 0.9,
"N_Cr_timeout": 1.0,
"network_service_data_unit_identifier": 0,
"target_address": 12,
"addressing_format": "CANTP_EXTENDED",
"network_service_data_unit_reference": 0,
"communication_type": "CANTP_PHYSICAL"
}
],
"transmitters": [
{
"network_service_data_unit_identifier": 1,
"N_As_timeout": 1.0,
"N_Bs_timeout": 1.0,
"N_Cs_timeout": 0.9,
"addressing_format": "CANTP_STANDARD",
"network_service_data_unit_reference": 2132,
"communication_type": "CANTP_PHYSICAL"
}
]
}
]
},
{
"padding_byte": 255,
"main_function_period": 1,
"channels": [
{
"mode": "CANTP_MODE_HALF_DUPLEX",
"transmitters": [
{
"network_service_data_unit_identifier": 1,
"N_As_timeout": 1.0,
"N_Bs_timeout": 1.0,
"N_Cs_timeout": 100,
"addressing_format": "CANTP_STANDARD",
"network_service_data_unit_reference": 2132,
"communication_type": "CANTP_PHYSICAL"
}
]
}
]
}
]
}