-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSampleProjects_1033.ini
313 lines (265 loc) · 9.13 KB
/
SampleProjects_1033.ini
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
[Code Generation]
Name=Code Generation
Comment=Example of dynamic code Generation
[Ethernet]
Name=Ethernet
Comment=Ethernet and API example
[FlexRay]
Name=FlexRay
Comment=FlexRay Bus application example
[Logging And Replay]
Name=Logging And Replay
Comment=Logging, online and offline replay example
[Measurement]
Name=Measurement
Comment=Bus Measurement and signal monitor example
[Mini Program]
Name=Mini Program
Comment=C/C++ application design and secondary development
[Mini Program Library]
Name=Mini Program Library
Comment=Iterative development based on an existing mini-program library
[Panels]
Name=Panels
Comment=Panel usage and related examples
[Simulation]
Name=Simulation
Comment=Bus and ECU Simulation
[Co-Simulation]
Name=Co-Simulation
Comment=Joint simulation between different simulation software
[Test System]
Name=Test System
Comment=Test System solution examples
[Graphic Program Generation]
Category=Code Generation
ProjectName=Graphic Program Generation
IsLocal=1
ProjectPath=.\Code Generation\Graphic Program Generation.T7z
Comment=Example of automatically creating a Graphical Program by C Mini Program
[UDS_Code_Generation]
Category=Code Generation
ProjectName=UDS Code Generation
IsLocal=1
ProjectPath=.\Code Generation\UDS_Code_Generation.T7z
Comment=Example of using the UDS Code Generator in a Graphical Program
[Generic TCP UDP Communicationn]
Category=Ethernet
ProjectName=Generic TCP UDP Communication
IsLocal=0
ProjectUrl=http://www.tosun.tech/TOSUNSoftware/Demo/SampleProjects/Ethernet/Generic TCP UDP Communication.T7z
ProjectPath=.\Ethernet\Generic TCP UDP Communication.T7z
Comment=Example of TCP and UDP data transmission in a C Mini Program
FileSize=868704
[Telnet Communication]
Category=Ethernet
ProjectName=Telnet Communication
IsLocal=1
ProjectPath=.\Ethernet\Telnet Communication.T7z
Comment=Telnet Communication with TCP Server
[Flexray_E2E_Demo]
Category=FlexRay
ProjectName=FlexRay E2E Simulation
IsLocal=0
ProjectUrl=http://www.tosun.tech/TOSUNSoftware/Demo/SampleProjects/FlexRay/Flexray_E2E_Demo.T7z
ProjectPath=.\FlexRay\Flexray_E2E_Demo.T7z
Comment=Example of importing an ini file and automatically implementing E2E function of FlexRay
FileSize=2094935
[Blf Post Processing]
Category=Logging And Replay
ProjectName=Blf Post Processing
IsLocal=1
ProjectPath=.\Logging And Replay\Blf Post Processing.T7z
Comment=Example of Online Playback of BLF file and sending the specified message of Channel 1 to Channel 2 by a C Mini Program
[Blf_Logging]
Category=Logging And Replay
ProjectName=Blf Logging
IsLocal=1
ProjectPath=.\Logging And Replay\Blf_Logging.T7z
Comment=Example of recording BLF file and writing message data into BLF through API by a C Mini Program
[Offline Replays]
Category=Logging And Replay
ProjectName=Offline Replays
IsLocal=1
ProjectPath=.\Logging And Replay\Offline Replays.T7z
Comment=Example of Offline Playback
[Online Replays]
Category=Logging And Replay
ProjectName=Online Replays
IsLocal=1
ProjectPath=.\Logging And Replay\Online Replays.T7z
Comment=Example of Online Playback
[CAN FD Symbols]
Category=Measurement
ProjectName=CAN FD Symbols
IsLocal=1
ProjectPath=.\Measurement\CAN FD Symbols.T7z
Comment=Example of CAN FD Signal Generator and symbol display
[Measurement Setup]
Category=Measurement
ProjectName=Measurement Setup
IsLocal=1
ProjectPath=.\Measurement\Measurement Setup.T7z
Comment=Example of Measurement Setup
[Abnormal Signal Catch]
Category=Measurement
ProjectName=Abnormal Signal Catch
IsLocal=1
ProjectPath=.\Measurement\Abnormal Signal Catch.T7z
Comment=Using Graphics to catch Abnormal signals
[Performance_HW]
Category=Measurement
ProjectName=Hardware Performance Evaluation
IsLocal=1
ProjectPath=.\Measurement\Performance_HW.T7z
Comment=Detecting hardware real-time performance by measuring the frame rate through message loopback
[Checksum And Rolling Counter]
Category=Mini Program
ProjectName=Checksum And Rolling Counter
IsLocal=1
ProjectPath=.\Mini Program\Checksum And Rolling Counter.T7z
Comment=Example of CRC calculation and Rolling counter simulation
[Database Signal Traverse]
Category=Mini Program
ProjectName=Database Signal Traverse
IsLocal=1
ProjectPath=.\Mini Program\Database Signal Traverse.T7z
Comment=Example of traverse message signals in Database by a C Mini Program
[Database Symbol Operation]
Category=Mini Program
ProjectName=Database Symbol Operation
IsLocal=1
ProjectPath=.\Mini Program\Database Symbol Operation.T7z
Comment=Example of handling signals in Database by a C mini Program
[Message Callback]
Category=Mini Program
ProjectName=Message Callback
IsLocal=1
ProjectPath=.\Mini Program\Message Callback.T7z
Comment=Example of callback events for messages
[Python API Tests]
Category=Mini Program
ProjectName=Python API Tests
IsLocal=1
ProjectPath=.\Mini Program\Python API Tests.T7z
Comment=Example of API testing by a Python Mini Program
[Read Frame Rate]
Category=Mini Program
ProjectName=Read Frame Rate
IsLocal=1
ProjectPath=.\Mini Program\Read Frame Rate.T7z
Comment=Example of Obtaining the frame rate and drawing the frame rate in Graphics by a C Mini Program
[Shortcuts]
Category=Mini Program
ProjectName=Shortcuts
IsLocal=1
ProjectPath=.\Mini Program\Shortcuts.T7z
Comment=Example of trigging user events with specific Shortcuts defined in mini progrma
[Timers]
Category=Mini Program
ProjectName=Timers
IsLocal=1
ProjectPath=.\Mini Program\Timers.T7z
Comment=Example of using Timer in a C Mini Program
[MsgCycle_display]
Category=Mini Program
ProjectName=Graphic show msg cycle
IsLocal=1
ProjectPath=.\Mini Program\MsgCycle_display.T7z
Comment=Graphic show msg cycle and calc msg count
[Simple Gateway]
Category=Mini Program Library
ProjectName=Simple Gateway
IsLocal=1
ProjectPath=.\Mini Program Library\Simple Gateway.T7z
Comment=Example of a CAN Gateway implementation
[Car_Control_Panel]
Category=Panels
ProjectName=Car Control Panel
IsLocal=0
ProjectUrl=http://www.tosun.tech/TOSUNSoftware/Demo/SampleProjects/Panels/Car_Control_Panel.T7z
ProjectPath=.\Panels\Car_Control_Panel.T7z
Comment=Example of Panel to test the response status of the car dashboard
FileSize=11645868
[Panel Basics]
Category=Panels
ProjectName=Panel Basics
IsLocal=1
ProjectPath=.\Panels\Panel Basics.T7z
Comment=Example of Panle basic usage
[Tetris Game]
Category=Panels
ProjectName=Tetris Game
IsLocal=1
ProjectPath=.\Panels\Tetris Game.T7z
Comment=Example of using Panel to build tetris game by a C Mini Program
[Generic Rpc Server]
Category=Co-Simulation
ProjectName=Remote Procedure Call Server
IsLocal=1
ProjectPath=.\Co-Simulation\Generic Rpc Server.T7z
Comment=implementation of Rpc Server for high performance data transmission between threads and processes
[Generic Rpc Client]
Category=Co-Simulation
ProjectName=Remote Procedure Call Client
IsLocal=1
ProjectPath=.\Co-Simulation\Generic Rpc Client.T7z
Comment=implementation of Rpc Client for high performance data transmission between threads and processes
[TSMaster Rpc Server]
Category=Co-Simulation
ProjectName=TSMaster Remote Procedure Call Server
IsLocal=1
ProjectPath=.\Co-Simulation\TSMaster Rpc Server.T7z
Comment=implementation of TSMaster Rpc Server for high performance data transmission between threads and TSMasters
[TSMaster Rpc Client]
Category=Co-Simulation
ProjectName=TSMaster Remote Procedure Call Client
IsLocal=1
ProjectPath=.\Co-Simulation\TSMaster Rpc Client.T7z
Comment=implementation of TSMaster Rpc Client for high performance data transmission between threads and TSMasters
[Advanced Symbol Mapping]
Category=Simulation
ProjectName=Advanced Symbol Mapping
IsLocal=1
ProjectPath=.\Simulation\Advanced Symbol Mapping.T7z
Comment=Example of implenting the calculations between signals by Symbol Mapping and RBS
[CAN Remaining Bus Simulation Scripting]
Category=Simulation
ProjectName=CAN Remaining Bus Simulation Scripting
IsLocal=1
ProjectPath=.\Simulation\CAN Remaining Bus Simulation Scripting.T7z
Comment=Control RBS and read write signals by C Mini Program
[CAN Remaining Bus Simulation UI]
Category=Simulation
ProjectName=CAN Remaining Bus Simulation UI
IsLocal=1
ProjectPath=.\Simulation\CAN Remaining Bus Simulation UI.T7z
Comment=Control RBS and modify signals by UI
[System Variables In Mini Program]
Category=Simulation
ProjectName=System Variables In Mini Program
IsLocal=1
ProjectPath=.\Simulation\System Variables In Mini Program.T7z
Comment=Example of setting System Variables in C Mini Program and drawing it in Graphics
[System Variables Plot]
Category=Simulation
ProjectName=System Variables Plot
IsLocal=1
ProjectPath=.\Simulation\System Variables Plot.T7z
Comment=Example of drawing System Variables in Graphics
[CAN Test Demo]
Category=Test System
ProjectName=CAN Test Demo
IsLocal=0
ProjectUrl=http://www.tosun.tech/TOSUNSoftware/Demo/SampleProjects/Test System/CAN Test Demo.T7z
ProjectPath=.\Test System\CAN Test Demo.T7z
Comment=Example of Classic Test System for CAN Bus
FileSize=1893144
[Excel Test System Report Automation]
Category=Test System
ProjectName=Excel Test System Report Automation
IsLocal=0
ProjectUrl=http://www.tosun.tech/TOSUNSoftware/Demo/SampleProjects/Test System/Excel Test System Report Automation.T7z
ProjectPath=.\Test System\Excel Test System Report Automation.T7z
Comment=Example of Excel Test Module and report Automation
FileSize=550641