|
4 | 4 | ], |
5 | 5 | "SimulationConfigurations": [ |
6 | 6 | { |
| 7 | + "ConfigurationName": "ISO15765 - 11 Bit (Pass All)", |
7 | 8 | "ReaderTimeout": 100, |
8 | 9 | "ReaderMsgCount": 10, |
9 | 10 | "ResponseTimeout": 1000, |
|
12 | 13 | "ReaderProtocol": "ISO15765", |
13 | 14 | "ReaderFilters": [ |
14 | 15 | { |
15 | | - "FilterId": 0, |
| 16 | + "FilterId": 0, |
16 | 17 | "FilterFlags": "NO_TX_FLAGS", |
17 | 18 | "FilterMask": "00 00 07 00", |
18 | 19 | "FilterPattern": "00 00 07 00", |
|
31 | 32 | } |
32 | 33 | ] |
33 | 34 | } |
| 35 | + }, |
| 36 | + { |
| 37 | + "ConfigurationName": "ISO15765 - 11 Bit (Flow Control)", |
| 38 | + "ReaderTimeout": 100, |
| 39 | + "ReaderMsgCount": 10, |
| 40 | + "ResponseTimeout": 1000, |
| 41 | + "ReaderBaudRate": 500000, |
| 42 | + "ReaderChannelFlags": "NO_CONNECT_FLAGS", |
| 43 | + "ReaderProtocol": "ISO15765", |
| 44 | + "ReaderFilters": [ |
| 45 | + { |
| 46 | + "FilterId": 0, |
| 47 | + "FilterFlags": "ISO15765_FRAME_PAD", |
| 48 | + "FilterMask": "FF FF FF FF", |
| 49 | + "FilterPattern": "00 00 07 E0", |
| 50 | + "FilterFlowCtl": "00 00 07 E8", |
| 51 | + "FilterProtocol": "CAN", |
| 52 | + "FilterType": "FLOW_CONTROL_FILTER", |
| 53 | + "FilterStatus": "INITIALIZED" |
| 54 | + }, |
| 55 | + { |
| 56 | + "FilterId": 0, |
| 57 | + "FilterFlags": "ISO15765_FRAME_PAD", |
| 58 | + "FilterMask": "FF FF FF FF", |
| 59 | + "FilterPattern": "00 00 07 E1", |
| 60 | + "FilterFlowCtl": "00 00 07 E9", |
| 61 | + "FilterProtocol": "CAN", |
| 62 | + "FilterType": "FLOW_CONTROL_FILTER", |
| 63 | + "FilterStatus": "INITIALIZED" |
| 64 | + }, |
| 65 | + { |
| 66 | + "FilterId": 0, |
| 67 | + "FilterFlags": "ISO15765_FRAME_PAD", |
| 68 | + "FilterMask": "FF FF FF FF", |
| 69 | + "FilterPattern": "00 00 07 E2", |
| 70 | + "FilterFlowCtl": "00 00 07 EA", |
| 71 | + "FilterProtocol": "CAN", |
| 72 | + "FilterType": "FLOW_CONTROL_FILTER", |
| 73 | + "FilterStatus": "INITIALIZED" |
| 74 | + }, |
| 75 | + { |
| 76 | + "FilterId": 0, |
| 77 | + "FilterFlags": "ISO15765_FRAME_PAD", |
| 78 | + "FilterMask": "FF FF FF FF", |
| 79 | + "FilterPattern": "00 00 07 E3", |
| 80 | + "FilterFlowCtl": "00 00 07 EB", |
| 81 | + "FilterProtocol": "CAN", |
| 82 | + "FilterType": "FLOW_CONTROL_FILTER", |
| 83 | + "FilterStatus": "INITIALIZED" |
| 84 | + }, |
| 85 | + { |
| 86 | + "FilterId": 0, |
| 87 | + "FilterFlags": "ISO15765_FRAME_PAD", |
| 88 | + "FilterMask": "FF FF FF FF", |
| 89 | + "FilterPattern": "00 00 07 E4", |
| 90 | + "FilterFlowCtl": "00 00 07 EC", |
| 91 | + "FilterProtocol": "CAN", |
| 92 | + "FilterType": "FLOW_CONTROL_FILTER", |
| 93 | + "FilterStatus": "INITIALIZED" |
| 94 | + }, |
| 95 | + { |
| 96 | + "FilterId": 0, |
| 97 | + "FilterFlags": "ISO15765_FRAME_PAD", |
| 98 | + "FilterMask": "FF FF FF FF", |
| 99 | + "FilterPattern": "00 00 07 E5", |
| 100 | + "FilterFlowCtl": "00 00 07 ED", |
| 101 | + "FilterProtocol": "CAN", |
| 102 | + "FilterType": "FLOW_CONTROL_FILTER", |
| 103 | + "FilterStatus": "INITIALIZED" |
| 104 | + }, |
| 105 | + { |
| 106 | + "FilterId": 0, |
| 107 | + "FilterFlags": "ISO15765_FRAME_PAD", |
| 108 | + "FilterMask": "FF FF FF FF", |
| 109 | + "FilterPattern": "00 00 07 E6", |
| 110 | + "FilterFlowCtl": "00 00 07 EE", |
| 111 | + "FilterProtocol": "CAN", |
| 112 | + "FilterType": "FLOW_CONTROL_FILTER", |
| 113 | + "FilterStatus": "INITIALIZED" |
| 114 | + }, |
| 115 | + { |
| 116 | + "FilterId": 0, |
| 117 | + "FilterFlags": "ISO15765_FRAME_PAD", |
| 118 | + "FilterMask": "FF FF FF FF", |
| 119 | + "FilterPattern": "00 00 07 E7", |
| 120 | + "FilterFlowCtl": "00 00 07 EF", |
| 121 | + "FilterProtocol": "CAN", |
| 122 | + "FilterType": "FLOW_CONTROL_FILTER", |
| 123 | + "FilterStatus": "INITIALIZED" |
| 124 | + } |
| 125 | + ], |
| 126 | + "ReaderConfigs": { |
| 127 | + "NumberOfParams": 1, |
| 128 | + "ConfigList": [ |
| 129 | + { |
| 130 | + "SConfigParamId": 32768, |
| 131 | + "SConfigValue": 1 |
| 132 | + } |
| 133 | + ] |
| 134 | + } |
34 | 135 | } |
35 | 136 | ] |
36 | 137 | } |
0 commit comments