-
Notifications
You must be signed in to change notification settings - Fork 1
/
2022 Rapid React Drive Code.lvproj
638 lines (629 loc) · 97.9 KB
/
2022 Rapid React Drive Code.lvproj
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
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
<?xml version='1.0' encoding='UTF-8'?>
<Project Type="Project" LVVersion="20008000">
<Property Name="NI.LV.All.SourceOnly" Type="Bool">true</Property>
<Property Name="NI.Project.Description" Type="Str"></Property>
<Item Name="My Computer" Type="My Computer">
<Property Name="NI.SortType" Type="Int">3</Property>
<Property Name="server.app.propertiesEnabled" Type="Bool">true</Property>
<Property Name="server.control.propertiesEnabled" Type="Bool">true</Property>
<Property Name="server.tcp.enabled" Type="Bool">false</Property>
<Property Name="server.tcp.port" Type="Int">0</Property>
<Property Name="server.tcp.serviceName" Type="Str">My Computer/VI Server</Property>
<Property Name="server.tcp.serviceName.default" Type="Str">My Computer/VI Server</Property>
<Property Name="server.vi.callsEnabled" Type="Bool">true</Property>
<Property Name="server.vi.propertiesEnabled" Type="Bool">true</Property>
<Property Name="specify.custom.address" Type="Bool">false</Property>
<Item Name="Dependencies" Type="Dependencies"/>
<Item Name="Build Specifications" Type="Build"/>
</Item>
<Item Name="Target" Type="RT myRIO">
<Property Name="alias.name" Type="Str">Target</Property>
<Property Name="alias.value" Type="Str">roboRIO-60-FRC.local</Property>
<Property Name="CCSymbols" Type="Str">OS,Linux;CPU,ARM;DeviceCode,7AAE;TARGET_TYPE,RT;</Property>
<Property Name="crio.ControllerPID" Type="Str">7AAE</Property>
<Property Name="crio.family" Type="Str">ARMLinux</Property>
<Property Name="host.ResponsivenessCheckEnabled" Type="Bool">true</Property>
<Property Name="host.ResponsivenessCheckPingDelay" Type="UInt">5000</Property>
<Property Name="host.ResponsivenessCheckPingTimeout" Type="UInt">1000</Property>
<Property Name="host.TargetCPUID" Type="UInt">8</Property>
<Property Name="host.TargetOSID" Type="UInt">8</Property>
<Property Name="target.cleanupVisa" Type="Bool">false</Property>
<Property Name="target.DoNotReboot" Type="Bool">true</Property>
<Property Name="target.FPProtocolGlobals_ControlTimeLimit" Type="Int">300</Property>
<Property Name="target.getDefault->WebServer.Port" Type="Int">80</Property>
<Property Name="target.getDefault->WebServer.Timeout" Type="Int">60</Property>
<Property Name="target.IOScan.Faults" Type="Str"></Property>
<Property Name="target.IOScan.NetVarPeriod" Type="UInt">100</Property>
<Property Name="target.IOScan.NetWatchdogEnabled" Type="Bool">false</Property>
<Property Name="target.IOScan.Period" Type="UInt">10000</Property>
<Property Name="target.IOScan.PowerupMode" Type="UInt">0</Property>
<Property Name="target.IOScan.Priority" Type="UInt">0</Property>
<Property Name="target.IOScan.ReportModeConflict" Type="Bool">true</Property>
<Property Name="target.IsRemotePanelSupported" Type="Bool">true</Property>
<Property Name="target.RTCPULoadMonitoringEnabled" Type="Bool">true</Property>
<Property Name="target.RTDebugWebServerHTTPPort" Type="Int">8001</Property>
<Property Name="target.RTTarget.ApplicationPath" Type="Path">/home/lvuser/natinst/bin/startup.rtexe</Property>
<Property Name="target.RTTarget.EnableFileSharing" Type="Bool">true</Property>
<Property Name="target.RTTarget.IPAccess" Type="Str">+*</Property>
<Property Name="target.RTTarget.LaunchAppAtBoot" Type="Bool">true</Property>
<Property Name="target.RTTarget.VIPath" Type="Path">/home/lvuser/natinst/bin</Property>
<Property Name="target.server.app.propertiesEnabled" Type="Bool">true</Property>
<Property Name="target.server.control.propertiesEnabled" Type="Bool">true</Property>
<Property Name="target.server.tcp.access" Type="Str">+*</Property>
<Property Name="target.server.tcp.enabled" Type="Bool">false</Property>
<Property Name="target.server.tcp.paranoid" Type="Bool">true</Property>
<Property Name="target.server.tcp.port" Type="Int">3363</Property>
<Property Name="target.server.tcp.serviceName" Type="Str">Main Application Instance/VI Server</Property>
<Property Name="target.server.tcp.serviceName.default" Type="Str">Main Application Instance/VI Server</Property>
<Property Name="target.server.vi.access" Type="Str">+*</Property>
<Property Name="target.server.vi.callsEnabled" Type="Bool">true</Property>
<Property Name="target.server.vi.propertiesEnabled" Type="Bool">true</Property>
<Property Name="target.WebServer.Config" Type="Str">Listen 8000
NI.ServerName default
DocumentRoot "$LVSERVER_DOCROOT"
TypesConfig "$LVSERVER_CONFIGROOT/mime.types"
DirectoryIndex index.htm
WorkerLimit 10
InactivityTimeout 60
LoadModulePath "$LVSERVER_MODULEPATHS"
LoadModule LVAuth lvauthmodule
LoadModule LVRFP lvrfpmodule
#
# Pipeline Definition
#
SetConnector netConnector
AddHandler LVAuth
AddHandler LVRFP
AddHandler fileHandler ""
AddOutputFilter chunkFilter
</Property>
<Property Name="target.WebServer.Enabled" Type="Bool">false</Property>
<Property Name="target.WebServer.LogEnabled" Type="Bool">false</Property>
<Property Name="target.WebServer.LogPath" Type="Path">/c/ni-rt/system/www/www.log</Property>
<Property Name="target.WebServer.Port" Type="Int">80</Property>
<Property Name="target.WebServer.RootPath" Type="Path">/c/ni-rt/system/www</Property>
<Property Name="target.WebServer.TcpAccess" Type="Str">c+*</Property>
<Property Name="target.WebServer.Timeout" Type="Int">60</Property>
<Property Name="target.WebServer.ViAccess" Type="Str">+*</Property>
<Property Name="target.webservices.SecurityAPIKey" Type="Str">PqVr/ifkAQh+lVrdPIykXlFvg12GhhQFR8H9cUhphgg=:pTe9HRlQuMfJxAG6QCGq7UvoUpJzAzWGKy5SbZ+roSU=</Property>
<Property Name="target.webservices.ValidTimestampWindow" Type="Int">15</Property>
<Item Name="Support Code" Type="Folder">
<Item Name="Elapsed Times.vi" Type="VI" URL="../Elapsed Times.vi"/>
</Item>
<Item Name="Team Code" Type="Folder">
<Item Name="Autonomous Independent.vi" Type="VI" URL="../Autonomous Independent.vi"/>
<Item Name="Begin.vi" Type="VI" URL="../Begin.vi"/>
<Item Name="Disabled.vi" Type="VI" URL="../Disabled.vi"/>
<Item Name="Finish.vi" Type="VI" URL="../Finish.vi"/>
<Item Name="Periodic Tasks.vi" Type="VI" URL="../Periodic Tasks.vi"/>
<Item Name="Robot Global Data.vi" Type="VI" URL="../Robot Global Data.vi"/>
<Item Name="Teleop.vi" Type="VI" URL="../Teleop.vi"/>
<Item Name="Test.vi" Type="VI" URL="../Test.vi"/>
<Item Name="Vision Processing.vi" Type="VI" URL="../Vision Processing.vi"/>
</Item>
<Item Name="Robot Main.vi" Type="VI" URL="../Robot Main.vi"/>
<Item Name="Dependencies" Type="Dependencies">
<Item Name="vi.lib" Type="Folder">
<Item Name="Acquire Semaphore.vi" Type="VI" URL="/<vilib>/Utility/semaphor.llb/Acquire Semaphore.vi"/>
<Item Name="AddNamedSemaphorePrefix.vi" Type="VI" URL="/<vilib>/Utility/semaphor.llb/AddNamedSemaphorePrefix.vi"/>
<Item Name="Build Entry Assign Buffer.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Build Entry Assign Buffer.vi"/>
<Item Name="Cached Name Lookup.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Cached Name Lookup.vi"/>
<Item Name="Camera Delay Values.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/USB Support/Camera Delay Values.vi"/>
<Item Name="Cast to Little Endian Byte Array.vim" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Private/Cast to Little Endian Byte Array.vim"/>
<Item Name="Clear Errors.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Clear Errors.vi"/>
<Item Name="Cnx List Operations.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Cnx List Operations.ctl"/>
<Item Name="Cnx State.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Cnx State.ctl"/>
<Item Name="Convert NT Boolean to LV String.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Convert NT Boolean to LV String.vi"/>
<Item Name="Convert NT Types.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Convert NT Types.vi"/>
<Item Name="Convert String to NT Boolean Array Buffer.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Convert String to NT Boolean Array Buffer.vi"/>
<Item Name="Convert String to NT Numeric Array Buffer.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Convert String to NT Numeric Array Buffer.vi"/>
<Item Name="Convert String to NT String Array Buffer.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Convert String to NT String Array Buffer.vi"/>
<Item Name="Convert String to NT String Buffer.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Convert String to NT String Buffer.vi"/>
<Item Name="Create Actual Table Name.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Create Actual Table Name.vi"/>
<Item Name="CTRE_ErrorHandle.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/Phoenix-LabVIEW/Error/CTRE_ErrorHandle.vi"/>
<Item Name="CTRE_LibraryCall_ErrorHandle.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/Phoenix-LabVIEW/Error/CTRE_LibraryCall_ErrorHandle.vi"/>
<Item Name="CTRE_Phoenix_MotorControl_ConfigContinuousCurrentLimit.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/Phoenix-LabVIEW/Motor Controller/Current Limit/CTRE_Phoenix_MotorControl_ConfigContinuousCurrentLimit.vi"/>
<Item Name="CTRE_Phoenix_MotorControl_ConfigGetParameter.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/Phoenix-LabVIEW/Motor Controller/Parameter/CTRE_Phoenix_MotorControl_ConfigGetParameter.vi"/>
<Item Name="CTRE_Phoenix_MotorControl_ConfigPeakCurrentLimit.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/Phoenix-LabVIEW/Motor Controller/Current Limit/CTRE_Phoenix_MotorControl_ConfigPeakCurrentLimit.vi"/>
<Item Name="CTRE_Phoenix_MotorControl_ConfigSetParameter.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/Phoenix-LabVIEW/Motor Controller/Parameter/CTRE_Phoenix_MotorControl_ConfigSetParameter.vi"/>
<Item Name="CTRE_Phoenix_MotorControl_ControlMode.ctl" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/Phoenix-LabVIEW/Motor Controller/Controls/CTRE_Phoenix_MotorControl_ControlMode.ctl"/>
<Item Name="CTRE_Phoenix_MotorControl_DevRefData.ctl" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/Phoenix-LabVIEW/Motor Controller/Controls/CTRE_Phoenix_MotorControl_DevRefData.ctl"/>
<Item Name="CTRE_Phoenix_MotorControl_EnableCurrentLimit.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/Phoenix-LabVIEW/Motor Controller/Current Limit/CTRE_Phoenix_MotorControl_EnableCurrentLimit.vi"/>
<Item Name="CTRE_Phoenix_MotorControl_GetDevRefData.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/Phoenix-LabVIEW/Motor Controller/CTRE_Phoenix_MotorControl_GetDevRefData.vi"/>
<Item Name="CTRE_Phoenix_MotorControl_RefNumRegistryGet.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/Phoenix-LabVIEW/Motor Controller/CTRE_Phoenix_MotorControl_RefNumRegistryGet.vi"/>
<Item Name="CTRE_Phoenix_MotorControl_RefNumRegistrySet.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/Phoenix-LabVIEW/Motor Controller/CTRE_Phoenix_MotorControl_RefNumRegistrySet.vi"/>
<Item Name="CTRE_Phoenix_MotorControl_Set.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/Phoenix-LabVIEW/Motor Controller/CTRE_Phoenix_MotorControl_Set.vi"/>
<Item Name="CTRE_Phoenix_MotorControl_SetSelectedSensorPosition.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/Phoenix-LabVIEW/Motor Controller/Sensor/CTRE_Phoenix_MotorControl_SetSelectedSensorPosition.vi"/>
<Item Name="CTRE_Phoenix_MotorControl_UpdateRefNum.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/Phoenix-LabVIEW/Motor Controller/CTRE_Phoenix_MotorControl_UpdateRefNum.vi"/>
<Item Name="CTRE_Phoenix_MotorController_GetParameter.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/Phoenix-LabVIEW/Motor Controller/CCI/CTRE_Phoenix_MotorController_GetParameter.vi"/>
<Item Name="CTRE_Phoenix_MotorController_GetPercentOutput.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/Phoenix-LabVIEW/Motor Controller/Get/CTRE_Phoenix_MotorController_GetPercentOutput.vi"/>
<Item Name="CTRE_Phoenix_MotorController_SetParameter.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/Phoenix-LabVIEW/Motor Controller/CCI/CTRE_Phoenix_MotorController_SetParameter.vi"/>
<Item Name="CTRE_Phoenix_Params.ctl" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/Phoenix-LabVIEW/Controls/CTRE_Phoenix_Params.ctl"/>
<Item Name="CTRE_Phoenix_TalonSRX_Open.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/Phoenix-LabVIEW/Talon SRX/CTRE_Phoenix_TalonSRX_Open.vi"/>
<Item Name="DIO data proto.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Simulation/Protocol/Devices/DIO/DIO data proto.ctl"/>
<Item Name="DIO proto.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Simulation/Protocol/Devices/DIO/DIO proto.ctl"/>
<Item Name="DIO Update Ops.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Simulation/Protocol/Devices/DIO/DIO Update Ops.ctl"/>
<Item Name="DIO_PanelSim_Global.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Simulation/Protocol/Devices/DIO/DIO_PanelSim_Global.vi"/>
<Item Name="Do Assignments and Send.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Do Assignments and Send.vi"/>
<Item Name="dPWM Data proto.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Simulation/Protocol/Devices/dPWM/dPWM Data proto.ctl"/>
<Item Name="dPWM proto.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Simulation/Protocol/Devices/dPWM/dPWM proto.ctl"/>
<Item Name="dPWM Update Ops.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Simulation/Protocol/Devices/dPWM/dPWM Update Ops.ctl"/>
<Item Name="dPWM_PanelSim_Global.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Simulation/Protocol/Devices/dPWM/dPWM_PanelSim_Global.vi"/>
<Item Name="DriverLib.ctl" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/Phoenix-LabVIEW/Controls/DriverLib.ctl"/>
<Item Name="Error Cluster From Error Code.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Error Cluster From Error Code.vi"/>
<Item Name="Field Data Manager.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Field Data Manager.vi"/>
<Item Name="Field Data.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Field Data.ctl"/>
<Item Name="Field ID.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Field ID.ctl"/>
<Item Name="Field Type.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Field Type.ctl"/>
<Item Name="FPGA_CounterERRInvalidResource.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/Counter/FPGA_CounterERRInvalidResource.vi"/>
<Item Name="FPGA_DIOChannel.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/DIO/FPGA_DIOChannel.ctl"/>
<Item Name="FPGA_DIODevRef.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/DIO/FPGA_DIODevRef.ctl"/>
<Item Name="FPGA_DIOERRInvalidPWMChannel.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/DIO/FPGA_DIOERRInvalidPWMChannel.vi"/>
<Item Name="FPGA_DIOOpen.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/DIO/FPGA_DIOOpen.vi"/>
<Item Name="FPGA_DIOPWMChannel.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/DIO/FPGA_DIOPWMChannel.ctl"/>
<Item Name="FPGA_DIOReadDO_PWMDutyCycle.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/DIO/FPGA_DIOReadDO_PWMDutyCycle.vi"/>
<Item Name="FPGA_DIOReadMXPSpecialFunction.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/DIO/FPGA_DIOReadMXPSpecialFunction.vi"/>
<Item Name="FPGA_DIOReadOutputEnable.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/DIO/FPGA_DIOReadOutputEnable.vi"/>
<Item Name="FPGA_DIOReadPWMValue.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/DIO/FPGA_DIOReadPWMValue.vi"/>
<Item Name="FPGA_DIOWriteDO_PWMConfig.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/DIO/FPGA_DIOWriteDO_PWMConfig.vi"/>
<Item Name="FPGA_DIOWriteDO_PWMDutyCycle.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/DIO/FPGA_DIOWriteDO_PWMDutyCycle.vi"/>
<Item Name="FPGA_DIOWriteMXPSpecialFunction.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/DIO/FPGA_DIOWriteMXPSpecialFunction.vi"/>
<Item Name="FPGA_DIOWriteOutputEnable.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/DIO/FPGA_DIOWriteOutputEnable.vi"/>
<Item Name="FPGA_DIOWritePWMValue.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/DIO/FPGA_DIOWritePWMValue.vi"/>
<Item Name="FPGA_MapDIOChannelEnumToModuleLine.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/DIO/FPGA_MapDIOChannelEnumToModuleLine.vi"/>
<Item Name="FPGA_NIFPGAInterfaceFPGAResourceConstant.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/FPGA_NIFPGAInterfaceFPGAResourceConstant.vi"/>
<Item Name="FPGA_SPI_Write_EnableDIO.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/SPI/FPGA_SPI_Write_EnableDIO.vi"/>
<Item Name="FPGA_SystemAsync VI Agent.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/System/FPGA_SystemAsync VI Agent.vi"/>
<Item Name="FPGA_SystemAsynch VI Registration.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/System/FPGA_SystemAsynch VI Registration.vi"/>
<Item Name="FPGA_SystemERRWrongVersion.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/System/FPGA_SystemERRWrongVersion.vi"/>
<Item Name="FPGA_SystemFPGA Ref Global.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/System/FPGA_SystemFPGA Ref Global.vi"/>
<Item Name="FPGA_SystemFRC FPGA Ref.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/System/FPGA_SystemFRC FPGA Ref.ctl"/>
<Item Name="FPGA_SystemGet.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/System/FPGA_SystemGet.vi"/>
<Item Name="FPGA_SystemOpen.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/System/FPGA_SystemOpen.vi"/>
<Item Name="FPGA_SystemStart Async Agent.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/System/FPGA_SystemStart Async Agent.vi"/>
<Item Name="Get Image w retry.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/USB Support/Get Image w retry.vi"/>
<Item Name="GetNamedSemaphorePrefix.vi" Type="VI" URL="/<vilib>/Utility/semaphor.llb/GetNamedSemaphorePrefix.vi"/>
<Item Name="i2c_bus.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/i2clib/i2c_bus.ctl"/>
<Item Name="Image Type" Type="VI" URL="/<vilib>/vision/Image Controls.llb/Image Type"/>
<Item Name="IMAQ Create" Type="VI" URL="/<vilib>/vision/Basics.llb/IMAQ Create"/>
<Item Name="IMAQ Image.ctl" Type="VI" URL="/<vilib>/vision/Image Controls.llb/IMAQ Image.ctl"/>
<Item Name="IMAQdx.ctl" Type="VI" URL="/<vilib>/userDefined/High Color/IMAQdx.ctl"/>
<Item Name="Internecine Avoider.vi" Type="VI" URL="/<vilib>/Utility/tcp.llb/Internecine Avoider.vi"/>
<Item Name="Joystick data proto.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Simulation/Protocol/Devices/Joystick/Joystick data proto.ctl"/>
<Item Name="Joystick proto.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Simulation/Protocol/Devices/Joystick/Joystick proto.ctl"/>
<Item Name="Joystick Update Ops.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Simulation/Protocol/Devices/Joystick/Joystick Update Ops.ctl"/>
<Item Name="Joystick_PanelSim_Global.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Simulation/Protocol/Devices/Joystick/Joystick_PanelSim_Global.vi"/>
<Item Name="LEB Encoder.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/LEB Encoder.vi"/>
<Item Name="Make Table Operation.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Make Table Operation.ctl"/>
<Item Name="Manage Connection List.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Manage Connection List.vi"/>
<Item Name="Manage Dirty Field ID List.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Manage Dirty Field ID List.vi"/>
<Item Name="NetComm_AllianceStation.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/NetworkCommunication/NetComm_AllianceStation.ctl"/>
<Item Name="NetComm_CAN_OpenStreamSession.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/NetworkCommunication/NetComm_CAN_OpenStreamSession.vi"/>
<Item Name="NetComm_CAN_ReadStreamSession.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/NetworkCommunication/NetComm_CAN_ReadStreamSession.vi"/>
<Item Name="NetComm_CAN_Receive.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/NetworkCommunication/NetComm_CAN_Receive.vi"/>
<Item Name="NetComm_CAN_Send.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/NetworkCommunication/NetComm_CAN_Send.vi"/>
<Item Name="NetComm_ControlWord.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/NetworkCommunication/NetComm_ControlWord.ctl"/>
<Item Name="NetComm_getAllianceStation.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/NetworkCommunication/NetComm_getAllianceStation.vi"/>
<Item Name="NetComm_getControlWord.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/NetworkCommunication/NetComm_getControlWord.vi"/>
<Item Name="NetComm_getFPGAFileName.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/NetworkCommunication/NetComm_getFPGAFileName.vi"/>
<Item Name="NetComm_getJoystickAxes.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/NetworkCommunication/NetComm_getJoystickAxes.vi"/>
<Item Name="NetComm_getJoystickButtons.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/NetworkCommunication/NetComm_getJoystickButtons.vi"/>
<Item Name="NetComm_getJoystickPOVs.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/NetworkCommunication/NetComm_getJoystickPOVs.vi"/>
<Item Name="NetComm_getMatchInfo.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/NetworkCommunication/NetComm_getMatchInfo.vi"/>
<Item Name="NetComm_getWatchdogActive.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/NetworkCommunication/NetComm_getWatchdogActive.vi"/>
<Item Name="NetComm_MatchType.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/NetworkCommunication/NetComm_MatchType.ctl"/>
<Item Name="NetComm_ObserveUserProgramStarting.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/NetworkCommunication/NetComm_ObserveUserProgramStarting.vi"/>
<Item Name="NetComm_SendError.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/NetworkCommunication/NetComm_SendError.vi"/>
<Item Name="NetComm_SendMessage.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/NetworkCommunication/NetComm_SendMessage.vi"/>
<Item Name="NetComm_SetNewDataOccurrenceReference.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/NetworkCommunication/NetComm_SetNewDataOccurrenceReference.vi"/>
<Item Name="NetComm_UnloadCPPStartupProgram.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/NetworkCommunication/NetComm_UnloadCPPStartupProgram.vi"/>
<Item Name="NetComm_UsageReport_report.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/NetworkCommunication/NetComm_UsageReport_report.vi"/>
<Item Name="NetComm_UsageReport_ResourceType.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/NetworkCommunication/NetComm_UsageReport_ResourceType.ctl"/>
<Item Name="NI_Vision_Acquisition_Software.lvlib" Type="Library" URL="/<vilib>/vision/driver/NI_Vision_Acquisition_Software.lvlib"/>
<Item Name="Not A Semaphore.vi" Type="VI" URL="/<vilib>/Utility/semaphor.llb/Not A Semaphore.vi"/>
<Item Name="NT Globals.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/NT Globals.vi"/>
<Item Name="NT Read Boolean Array.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/NT Read Boolean Array.vi"/>
<Item Name="NT Read Boolean.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/NT Read Boolean.vi"/>
<Item Name="NT Read Name Cache.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/NT Read Name Cache.vi"/>
<Item Name="NT Read Number.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/NT Read Number.vi"/>
<Item Name="NT Read Numeric Array.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/NT Read Numeric Array.vi"/>
<Item Name="NT Read Raw.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/NT Read Raw.vi"/>
<Item Name="NT Read String Array.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/NT Read String Array.vi"/>
<Item Name="NT Read String.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/NT Read String.vi"/>
<Item Name="NT Read Value.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/NT Read Value.vi"/>
<Item Name="NT Read Variant.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/NT Read Variant.vi"/>
<Item Name="NT Server Prototype.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/NT Server Prototype.vi"/>
<Item Name="NT Server.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/NT Server.vi"/>
<Item Name="NT Write Boolean Array.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/NT Write Boolean Array.vi"/>
<Item Name="NT Write Boolean.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/NT Write Boolean.vi"/>
<Item Name="NT Write Name Cache.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/NT Write Name Cache.vi"/>
<Item Name="NT Write Number.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/NT Write Number.vi"/>
<Item Name="NT Write Numeric Array.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/NT Write Numeric Array.vi"/>
<Item Name="NT Write Raw.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/NT Write Raw.vi"/>
<Item Name="NT Write String Array.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/NT Write String Array.vi"/>
<Item Name="NT Write String.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/NT Write String.vi"/>
<Item Name="NT Write Value.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/NT Write Value.vi"/>
<Item Name="NT Write Variant.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/NT Write Variant.vi"/>
<Item Name="Obtain Semaphore Reference.vi" Type="VI" URL="/<vilib>/Utility/semaphor.llb/Obtain Semaphore Reference.vi"/>
<Item Name="Prepare Pattern.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Prepare Pattern.vi"/>
<Item Name="PWM data proto.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Simulation/Protocol/Devices/PWM/PWM data proto.ctl"/>
<Item Name="PWM proto.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Simulation/Protocol/Devices/PWM/PWM proto.ctl"/>
<Item Name="PWM Update Ops.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Simulation/Protocol/Devices/PWM/PWM Update Ops.ctl"/>
<Item Name="PWM_PanelSim_Global.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Simulation/Protocol/Devices/PWM/PWM_PanelSim_Global.vi"/>
<Item Name="Refnum Registry Operation.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Utilities/Refnum Registry Operation.ctl"/>
<Item Name="Release Semaphore Reference.vi" Type="VI" URL="/<vilib>/Utility/semaphor.llb/Release Semaphore Reference.vi"/>
<Item Name="Release Semaphore.vi" Type="VI" URL="/<vilib>/Utility/semaphor.llb/Release Semaphore.vi"/>
<Item Name="Remove Duplicates From 1D Array.vim" Type="VI" URL="/<vilib>/Array/Remove Duplicates From 1D Array.vim"/>
<Item Name="RemoveNamedSemaphorePrefix.vi" Type="VI" URL="/<vilib>/Utility/semaphor.llb/RemoveNamedSemaphorePrefix.vi"/>
<Item Name="Report Read Error.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Report Read Error.vi"/>
<Item Name="roboRIO_FPGA_2022_22.2.0.lvbitx" Type="Document" URL="/<vilib>/Rock Robotics/SystemInterfaces/roboRIO_FPGA_2022_22.2.0.lvbitx"/>
<Item Name="Safe Image Get Image.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/USB Support/Safe Image Get Image.vi"/>
<Item Name="Semaphore RefNum" Type="VI" URL="/<vilib>/Utility/semaphor.llb/Semaphore RefNum"/>
<Item Name="Semaphore Refnum Core.ctl" Type="VI" URL="/<vilib>/Utility/semaphor.llb/Semaphore Refnum Core.ctl"/>
<Item Name="Sequence.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Sequence.ctl"/>
<Item Name="Spark MAX Broadcast Sync.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Private/Spark MAX Broadcast Sync.vi"/>
<Item Name="Spark MAX CAN API Mask.ctl" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/Typedef/Spark MAX CAN API Mask.ctl"/>
<Item Name="Spark MAX Check Firmare Version.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Private/Spark MAX Check Firmare Version.vi"/>
<Item Name="Spark MAX Clear Faults.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Public/Spark MAX Clear Faults.vi"/>
<Item Name="Spark MAX Daemon.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Private/Daemon/Spark MAX Daemon.vi"/>
<Item Name="Spark MAX Disable.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Public/Spark MAX Disable.vi"/>
<Item Name="Spark MAX Enable.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Public/Spark MAX Enable.vi"/>
<Item Name="Spark MAX Faults.ctl" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/Typedef/Spark MAX Faults.ctl"/>
<Item Name="Spark MAX Get Applied Output.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Public/Spark MAX Get Applied Output.vi"/>
<Item Name="Spark MAX Get Cached Parameter.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Private/Spark MAX Get Cached Parameter.vi"/>
<Item Name="Spark MAX Get Firmware Version.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Private/Spark MAX Get Firmware Version.vi"/>
<Item Name="Spark MAX Get Output.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Public/Spark MAX Get Output.vi"/>
<Item Name="Spark MAX Get Parameter Raw.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Private/Spark MAX Get Parameter Raw.vi"/>
<Item Name="Spark MAX Get Sensor Position.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Public/Spark MAX Get Sensor Position.vi"/>
<Item Name="Spark MAX Get Status 0.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Private/Spark MAX Get Status 0.vi"/>
<Item Name="Spark MAX Get Status 2.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Private/Spark MAX Get Status 2.vi"/>
<Item Name="Spark MAX Open.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Public/Spark MAX Open.vi"/>
<Item Name="Spark MAX Parameter Cache Element.ctl" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/Typedef/Spark MAX Parameter Cache Element.ctl"/>
<Item Name="Spark MAX Parameter ID.ctl" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/Typedef/Spark MAX Parameter ID.ctl"/>
<Item Name="Spark MAX Parameter Status.ctl" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/Typedef/Spark MAX Parameter Status.ctl"/>
<Item Name="Spark MAX Parameter Type.ctl" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/Typedef/Spark MAX Parameter Type.ctl"/>
<Item Name="Spark MAX Process Parameter Stream.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Private/Spark MAX Process Parameter Stream.vi"/>
<Item Name="Spark MAX Register Device With Daemon.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Private/Daemon/Spark MAX Register Device With Daemon.vi"/>
<Item Name="Spark MAX Registered Devices.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Private/Daemon/Spark MAX Registered Devices.vi"/>
<Item Name="Spark MAX Sensor Type.ctl" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/Typedef/Spark MAX Sensor Type.ctl"/>
<Item Name="Spark MAX Set Output Basic.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Private/Spark MAX Set Output Basic.vi"/>
<Item Name="Spark MAX Set Parameter Bool.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Private/Spark MAX Set Parameter Bool.vi"/>
<Item Name="Spark MAX Set Parameter Byte Array.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Private/Spark MAX Set Parameter Byte Array.vi"/>
<Item Name="Spark MAX Set Sensor Position.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Public/Spark MAX Set Sensor Position.vi"/>
<Item Name="Spark MAX Start Daemon.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Private/Daemon/Spark MAX Start Daemon.vi"/>
<Item Name="Spark MAX Status 0 Flags.ctl" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/Typedef/Spark MAX Status 0 Flags.ctl"/>
<Item Name="Spark MAX Status 0 Frame.ctl" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/Typedef/Spark MAX Status 0 Frame.ctl"/>
<Item Name="Spark MAX Status 2 Frame.ctl" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/Typedef/Spark MAX Status 2 Frame.ctl"/>
<Item Name="Spark MAX Unpack Faults.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Private/Spark MAX Unpack Faults.vi"/>
<Item Name="Spark MAX Variant Data.ctl" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/Typedef/Spark MAX Variant Data.ctl"/>
<Item Name="Spark MAX Write Parameter Cache.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/REV Robotics/REVLib/SubVI/Private/Spark MAX Write Parameter Cache.vi"/>
<Item Name="spi_bus.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/SystemInterfaces/spilib/spi_bus.ctl"/>
<Item Name="Stall Data Flow.vim" Type="VI" URL="/<vilib>/Utility/Stall Data Flow.vim"/>
<Item Name="String Matches Pattern.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/String Matches Pattern.vi"/>
<Item Name="System Exec.vi" Type="VI" URL="/<vilib>/Platform/system.llb/System Exec.vi"/>
<Item Name="Table Manager.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Table Manager.vi"/>
<Item Name="TCP Listen Internal List.vi" Type="VI" URL="/<vilib>/Utility/tcp.llb/TCP Listen Internal List.vi"/>
<Item Name="TCP Listen List Operations.ctl" Type="VI" URL="/<vilib>/Utility/tcp.llb/TCP Listen List Operations.ctl"/>
<Item Name="TCP Listen.vi" Type="VI" URL="/<vilib>/Utility/tcp.llb/TCP Listen.vi"/>
<Item Name="Tokenize Path.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Tokenize Path.vi"/>
<Item Name="Trim Whitespace.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Trim Whitespace.vi"/>
<Item Name="Update Other Clients.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Update Other Clients.vi"/>
<Item Name="Usage Statistics.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Usage Statistics.vi"/>
<Item Name="Validate Semaphore Size.vi" Type="VI" URL="/<vilib>/Utility/semaphor.llb/Validate Semaphore Size.vi"/>
<Item Name="whitespace.ctl" Type="VI" URL="/<vilib>/Utility/error.llb/whitespace.ctl"/>
<Item Name="WPI_Camera HTTP Connection ResponderProto.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_Camera HTTP Connection ResponderProto.vi"/>
<Item Name="WPI_Camera Registry.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_Camera Registry.vi"/>
<Item Name="WPI_CameraAttributeIsAuto.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/USB Support/WPI_CameraAttributeIsAuto.vi"/>
<Item Name="WPI_CameraBackground Loop.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraBackground Loop.vi"/>
<Item Name="WPI_CameraBasisString.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/USB Support/WPI_CameraBasisString.vi"/>
<Item Name="WPI_CameraBuildIPCameraURLs.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraBuildIPCameraURLs.vi"/>
<Item Name="WPI_CameraBuildNTPublishInfo.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraBuildNTPublishInfo.vi"/>
<Item Name="WPI_CameraClose.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraClose.vi"/>
<Item Name="WPI_CameraCompressionMode.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/USB Support/WPI_CameraCompressionMode.vi"/>
<Item Name="WPI_CameraCountSameBufferNumber.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/USB Support/WPI_CameraCountSameBufferNumber.vi"/>
<Item Name="WPI_CameraDecodeJPEGString.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraDecodeJPEGString.vi"/>
<Item Name="WPI_CameraDevRef.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraDevRef.ctl"/>
<Item Name="WPI_CameraEnumCameras.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraEnumCameras.vi"/>
<Item Name="WPI_CameraERRFailedComm.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraERRFailedComm.vi"/>
<Item Name="WPI_CameraExposure Priority Values.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraExposure Priority Values.ctl"/>
<Item Name="WPI_CameraExposure Values.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraExposure Values.ctl"/>
<Item Name="WPI_CameraFrameRate.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraFrameRate.ctl"/>
<Item Name="WPI_CameraGet Acquire Image Notifier Internal.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraGet Acquire Image Notifier Internal.vi"/>
<Item Name="WPI_CameraGet Brightness.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraGet Brightness.vi"/>
<Item Name="WPI_CameraGet Color Enable.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraGet Color Enable.vi"/>
<Item Name="WPI_CameraGet Color Level.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraGet Color Level.vi"/>
<Item Name="WPI_CameraGet Enum Appearance Property.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraGet Enum Appearance Property.vi"/>
<Item Name="WPI_CameraGet Enum Sensor Property.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraGet Enum Sensor Property.vi"/>
<Item Name="WPI_CameraGet Exposure Priority.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraGet Exposure Priority.vi"/>
<Item Name="WPI_CameraGet Exposure.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraGet Exposure.vi"/>
<Item Name="WPI_CameraGet Frame Rate.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraGet Frame Rate.vi"/>
<Item Name="WPI_CameraGet Image Appearance Property.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraGet Image Appearance Property.vi"/>
<Item Name="WPI_CameraGet Image Compression.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraGet Image Compression.vi"/>
<Item Name="WPI_CameraGet Image Notifier Internal.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraGet Image Notifier Internal.vi"/>
<Item Name="WPI_CameraGet Image Size.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraGet Image Size.vi"/>
<Item Name="WPI_CameraGet Image.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraGet Image.vi"/>
<Item Name="WPI_CameraGet Numeric Appearance Property.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraGet Numeric Appearance Property.vi"/>
<Item Name="WPI_CameraGet Numeric Sensor Property.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraGet Numeric Sensor Property.vi"/>
<Item Name="WPI_CameraGet Sharpness.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraGet Sharpness.vi"/>
<Item Name="WPI_CameraGet White Balance.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraGet White Balance.vi"/>
<Item Name="WPI_CameraGetScaledAttr.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/USB Support/WPI_CameraGetScaledAttr.vi"/>
<Item Name="WPI_CameraImageSize.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraImageSize.ctl"/>
<Item Name="WPI_CameraIsCameraRefUSBAddress.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/USB Support/WPI_CameraIsCameraRefUSBAddress.vi"/>
<Item Name="WPI_CameraIsSimulated.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraIsSimulated.vi"/>
<Item Name="WPI_CameraIssue Get.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraIssue Get.vi"/>
<Item Name="WPI_CameraIssue HTTP Request with Authentication.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraIssue HTTP Request with Authentication.vi"/>
<Item Name="WPI_CameraIsUSBAddress.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/USB Support/WPI_CameraIsUSBAddress.vi"/>
<Item Name="WPI_CameraManage Camera Settings.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraManage Camera Settings.vi"/>
<Item Name="WPI_CameraMyConfigure.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraMyConfigure.vi"/>
<Item Name="WPI_CameraOpen.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraOpen.vi"/>
<Item Name="WPI_CameraParse URL.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraParse URL.vi"/>
<Item Name="WPI_CameraRead MJPGString.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraRead MJPGString.vi"/>
<Item Name="WPI_CameraRefNum Registry Get.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraRefNum Registry Get.vi"/>
<Item Name="WPI_CameraRefNum Registry Set.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraRefNum Registry Set.vi"/>
<Item Name="WPI_CameraRegistryActions.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraRegistryActions.ctl"/>
<Item Name="WPI_CameraSend Images To PC Loop.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraSend Images To PC Loop.vi"/>
<Item Name="WPI_CameraSet Brightness.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraSet Brightness.vi"/>
<Item Name="WPI_CameraSet Enum Sensor Property.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraSet Enum Sensor Property.vi"/>
<Item Name="WPI_CameraSet Exposure.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraSet Exposure.vi"/>
<Item Name="WPI_CameraSet Frame Rate.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraSet Frame Rate.vi"/>
<Item Name="WPI_CameraSet Image Appearance Property.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraSet Image Appearance Property.vi"/>
<Item Name="WPI_CameraSet Image Compression.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraSet Image Compression.vi"/>
<Item Name="WPI_CameraSet Image Size.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraSet Image Size.vi"/>
<Item Name="WPI_CameraSet Numeric Appearance Property.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraSet Numeric Appearance Property.vi"/>
<Item Name="WPI_CameraSet Numeric Sensor Property.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraSet Numeric Sensor Property.vi"/>
<Item Name="WPI_CameraSet White Balance.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraSet White Balance.vi"/>
<Item Name="WPI_CameraSetModeAttr.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/USB Support/WPI_CameraSetModeAttr.vi"/>
<Item Name="WPI_CameraSetNTPublisherValues.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraSetNTPublisherValues.vi"/>
<Item Name="WPI_CameraSetScaledAttr.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/USB Support/WPI_CameraSetScaledAttr.vi"/>
<Item Name="WPI_CameraSettings Control.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraSettings Control.ctl"/>
<Item Name="WPI_CameraSettings Operations.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraSettings Operations.ctl"/>
<Item Name="WPI_CameraStart.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraStart.vi"/>
<Item Name="WPI_CameraStartStopCount.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/USB Support/WPI_CameraStartStopCount.vi"/>
<Item Name="WPI_CameraStop.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraStop.vi"/>
<Item Name="WPI_CameraTranslate Percent Codes.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraTranslate Percent Codes.vi"/>
<Item Name="WPI_CameraUpdate Camera Status.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraUpdate Camera Status.vi"/>
<Item Name="WPI_CameraWait for Raw Image String.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraWait for Raw Image String.vi"/>
<Item Name="WPI_CameraWhite Balance Values.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/WPI_CameraWhite Balance Values.ctl"/>
<Item Name="WPI_CameraWhiteBalanceConstants.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Camera/USB Support/WPI_CameraWhiteBalanceConstants.vi"/>
<Item Name="WPI_CAN_CheckVersion.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PCH/WPI_CAN_CheckVersion.vi"/>
<Item Name="WPI_CAN_ConvertPSI.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PCH/WPI_CAN_ConvertPSI.vi"/>
<Item Name="WPI_CAN_PCHCommands.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PCH/WPI_CAN_PCHCommands.ctl"/>
<Item Name="WPI_CAN_PCHGetAll.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PCH/WPI_CAN_PCHGetAll.ctl"/>
<Item Name="WPI_CAN_PCHGlobal.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PCH/WPI_CAN_PCHGlobal.vi"/>
<Item Name="WPI_CAN_PCHGlobalOps.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PCH/WPI_CAN_PCHGlobalOps.ctl"/>
<Item Name="WPI_CAN_PCHMessageIDs.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PCH/WPI_CAN_PCHMessageIDs.ctl"/>
<Item Name="WPI_CAN_PCHReceive.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PCH/WPI_CAN_PCHReceive.vi"/>
<Item Name="WPI_CAN_PCHSend.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PCH/WPI_CAN_PCHSend.vi"/>
<Item Name="WPI_CAN_PCMGlobal.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PCM/WPI_CAN_PCMGlobal.vi"/>
<Item Name="WPI_CAN_PCMGlobalOps.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PCM/WPI_CAN_PCMGlobalOps.ctl"/>
<Item Name="WPI_CAN_PCMMessageIDs.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PCM/WPI_CAN_PCMMessageIDs.ctl"/>
<Item Name="WPI_CAN_PCMReceive.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PCM/WPI_CAN_PCMReceive.vi"/>
<Item Name="WPI_CAN_PCMSend.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PCM/WPI_CAN_PCMSend.vi"/>
<Item Name="WPI_CAN_PDHCommands.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PDH/WPI_CAN_PDHCommands.ctl"/>
<Item Name="WPI_CAN_PDHDecode4Currents.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PDH/WPI_CAN_PDHDecode4Currents.vi"/>
<Item Name="WPI_CAN_PDHGetAll.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PDH/WPI_CAN_PDHGetAll.ctl"/>
<Item Name="WPI_CAN_PDHGlobal.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PDH/WPI_CAN_PDHGlobal.vi"/>
<Item Name="WPI_CAN_PDHGlobalOps.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PDH/WPI_CAN_PDHGlobalOps.ctl"/>
<Item Name="WPI_CAN_PDHMessageIDs.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PDH/WPI_CAN_PDHMessageIDs.ctl"/>
<Item Name="WPI_CAN_PDHReceive.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PDH/WPI_CAN_PDHReceive.vi"/>
<Item Name="WPI_CAN_PDPCommands.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PDP/WPI_CAN_PDPCommands.ctl"/>
<Item Name="WPI_CAN_PDPDecode4Currents.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PDP/WPI_CAN_PDPDecode4Currents.vi"/>
<Item Name="WPI_CAN_PDPGetAll.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PDP/WPI_CAN_PDPGetAll.ctl"/>
<Item Name="WPI_CAN_PDPGlobal.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PDP/WPI_CAN_PDPGlobal.vi"/>
<Item Name="WPI_CAN_PDPGlobalOps.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PDP/WPI_CAN_PDPGlobalOps.ctl"/>
<Item Name="WPI_CAN_PDPMessageIDs.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PDP/WPI_CAN_PDPMessageIDs.ctl"/>
<Item Name="WPI_CAN_PDPReceive.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/PDP/WPI_CAN_PDPReceive.vi"/>
<Item Name="WPI_CAN_Receive.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/WPI_CAN_Receive.vi"/>
<Item Name="WPI_CAN_Send.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/CAN/WPI_CAN_Send.vi"/>
<Item Name="WPI_CompressorDevRef.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Compressor/WPI_CompressorDevRef.ctl"/>
<Item Name="WPI_CompressorFeedbackMode.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Compressor/WPI_CompressorFeedbackMode.ctl"/>
<Item Name="WPI_CompressorOpen.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Compressor/WPI_CompressorOpen.vi"/>
<Item Name="WPI_CompressorRefNum Registry Set.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Compressor/WPI_CompressorRefNum Registry Set.vi"/>
<Item Name="WPI_CompressorStart.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Compressor/WPI_CompressorStart.vi"/>
<Item Name="WPI_CTRE_MotorController_Callback_Disable.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/Phoenix-LabVIEW/Motor Controller/WPI Callback VIs/WPI_CTRE_MotorController_Callback_Disable.vi"/>
<Item Name="WPI_CTRE_MotorController_Callback_Enable.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/Phoenix-LabVIEW/Motor Controller/WPI Callback VIs/WPI_CTRE_MotorController_Callback_Enable.vi"/>
<Item Name="WPI_CTRE_MotorController_Callback_SetOutput.vi" Type="VI" URL="/<vilib>/Rock Robotics/WPI/ThirdParty/Phoenix-LabVIEW/Motor Controller/WPI Callback VIs/WPI_CTRE_MotorController_Callback_SetOutput.vi"/>
<Item Name="WPI_DefaultPWMConstants.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/PWM/WPI_DefaultPWMConstants.vi"/>
<Item Name="WPI_DigitalModuleDIOAllocator.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DigitalModule/WPI_DigitalModuleDIOAllocator.vi"/>
<Item Name="WPI_DigitalModuleDIOCache.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DigitalModule/WPI_DigitalModuleDIOCache.vi"/>
<Item Name="WPI_DigitalModuleDIOCacheOp.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DigitalModule/WPI_DigitalModuleDIOCacheOp.ctl"/>
<Item Name="WPI_DigitalModuleERRDIOAlreadyAllocated.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DigitalModule/WPI_DigitalModuleERRDIOAlreadyAllocated.vi"/>
<Item Name="WPI_DigitalModuleERRInvalidDIOIdx.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DigitalModule/WPI_DigitalModuleERRInvalidDIOIdx.vi"/>
<Item Name="WPI_DigitalModuleERRSetOnUnallocatedDIO.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DigitalModule/WPI_DigitalModuleERRSetOnUnallocatedDIO.vi"/>
<Item Name="WPI_DigitalOutputClose.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DigitalOutput/WPI_DigitalOutputClose.vi"/>
<Item Name="WPI_DigitalOutputDevRef.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DigitalOutput/WPI_DigitalOutputDevRef.ctl"/>
<Item Name="WPI_DigitalOutputDisablePWM.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DigitalOutput/WPI_DigitalOutputDisablePWM.vi"/>
<Item Name="WPI_DigitalOutputGeneratePWM.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DigitalOutput/WPI_DigitalOutputGeneratePWM.vi"/>
<Item Name="WPI_DigitalOutputGetPWM.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DigitalOutput/WPI_DigitalOutputGetPWM.vi"/>
<Item Name="WPI_DigitalOutputPWMAllocator.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DigitalOutput/WPI_DigitalOutputPWMAllocator.vi"/>
<Item Name="WPI_DigitalOutputPWMRef.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DigitalOutput/WPI_DigitalOutputPWMRef.ctl"/>
<Item Name="WPI_DriverStationAllianceInfo.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DriverStation/WPI_DriverStationAllianceInfo.ctl"/>
<Item Name="WPI_DriverStationCreate Lib Version File.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DriverStation/WPI_DriverStationCreate Lib Version File.vi"/>
<Item Name="WPI_DriverStationDerivedRobotMode.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DriverStation/WPI_DriverStationDerivedRobotMode.ctl"/>
<Item Name="WPI_DriverStationGame Specific Data.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DriverStation/WPI_DriverStationGame Specific Data.vi"/>
<Item Name="WPI_DriverStationGet Alliance Info.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DriverStation/WPI_DriverStationGet Alliance Info.vi"/>
<Item Name="WPI_DriverStationGet Robot Mode.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DriverStation/WPI_DriverStationGet Robot Mode.vi"/>
<Item Name="WPI_DriverStationGetModeAndStatusInternal.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DriverStation/WPI_DriverStationGetModeAndStatusInternal.vi"/>
<Item Name="WPI_DriverStationMatch Info.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DriverStation/WPI_DriverStationMatch Info.ctl"/>
<Item Name="WPI_DriverStationPositionInfo.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DriverStation/WPI_DriverStationPositionInfo.ctl"/>
<Item Name="WPI_DriverStationReport Robot Code State.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DriverStation/WPI_DriverStationReport Robot Code State.vi"/>
<Item Name="WPI_DriverStationRobotMode2.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DriverStation/WPI_DriverStationRobotMode2.ctl"/>
<Item Name="WPI_DriverStationStart Communication.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DriverStation/WPI_DriverStationStart Communication.vi"/>
<Item Name="WPI_DriverStationStart VI Asynchronous.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DriverStation/WPI_DriverStationStart VI Asynchronous.vi"/>
<Item Name="WPI_DriverStationStartStopVI.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DriverStation/WPI_DriverStationStartStopVI.vi"/>
<Item Name="WPI_DriverStationStop VI Asynchronous.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/DriverStation/WPI_DriverStationStop VI Asynchronous.vi"/>
<Item Name="WPI_ERRAcquireInvalidPWMChannelIdx.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/PWM/WPI_ERRAcquireInvalidPWMChannelIdx.vi"/>
<Item Name="WPI_ERRAllocAnInvalidSolenoidIdx.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Solenoid/WPI_ERRAllocAnInvalidSolenoidIdx.vi"/>
<Item Name="WPI_ERRPwmChannelAllocated.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/PWM/WPI_ERRPwmChannelAllocated.vi"/>
<Item Name="WPI_ERRSolenoidAllocation.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Solenoid/WPI_ERRSolenoidAllocation.vi"/>
<Item Name="WPI_ERRSolenoidNotAllocated.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Solenoid/WPI_ERRSolenoidNotAllocated.vi"/>
<Item Name="WPI_GetSetVariantRefNum.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Utilities/WPI_GetSetVariantRefNum.vi"/>
<Item Name="WPI_JoystickArcadeMapping.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Joystick/WPI_JoystickArcadeMapping.vi"/>
<Item Name="WPI_JoystickButtonSpinMapping.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Joystick/WPI_JoystickButtonSpinMapping.vi"/>
<Item Name="WPI_JoystickClose.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Joystick/WPI_JoystickClose.vi"/>
<Item Name="WPI_JoystickDeviceEnum.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Joystick/WPI_JoystickDeviceEnum.ctl"/>
<Item Name="WPI_JoystickDevRef.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Joystick/WPI_JoystickDevRef.ctl"/>
<Item Name="WPI_JoystickGetValues.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Joystick/WPI_JoystickGetValues.vi"/>
<Item Name="WPI_JoystickOpen.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Joystick/WPI_JoystickOpen.vi"/>
<Item Name="WPI_JoystickRatioCurveMapping.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Joystick/WPI_JoystickRatioCurveMapping.vi"/>
<Item Name="WPI_JoystickRefNum Registry Get.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Joystick/WPI_JoystickRefNum Registry Get.vi"/>
<Item Name="WPI_JoystickRefNum Registry Set.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Joystick/WPI_JoystickRefNum Registry Set.vi"/>
<Item Name="WPI_MotorControlClose.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MotorControl/WPI_MotorControlClose.vi"/>
<Item Name="WPI_MotorControlDeviceRef.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MotorControl/WPI_MotorControlDeviceRef.ctl"/>
<Item Name="WPI_MotorControlDisable.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MotorControl/WPI_MotorControlDisable.vi"/>
<Item Name="WPI_MotorControlDisableRefType.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MotorControl/WPI_MotorControlDisableRefType.ctl"/>
<Item Name="WPI_MotorControlDoesDevRefExist.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MotorControl/WPI_MotorControlDoesDevRefExist.vi"/>
<Item Name="WPI_MotorControlEnable.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MotorControl/WPI_MotorControlEnable.vi"/>
<Item Name="WPI_MotorControlEnableRefType.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MotorControl/WPI_MotorControlEnableRefType.ctl"/>
<Item Name="WPI_MotorControlGetOutput.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MotorControl/WPI_MotorControlGetOutput.vi"/>
<Item Name="WPI_MotorControlGetOutputRefType.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MotorControl/WPI_MotorControlGetOutputRefType.ctl"/>
<Item Name="WPI_MotorControlRefNum Compare.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MotorControl/WPI_MotorControlRefNum Compare.vi"/>
<Item Name="WPI_MotorControlRefNum Registry Get.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MotorControl/WPI_MotorControlRefNum Registry Get.vi"/>
<Item Name="WPI_MotorControlRefNum Registry Read Name.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MotorControl/WPI_MotorControlRefNum Registry Read Name.vi"/>
<Item Name="WPI_MotorControlRefNum Registry Set.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MotorControl/WPI_MotorControlRefNum Registry Set.vi"/>
<Item Name="WPI_MotorControlSafetyCheck.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MotorControl/WPI_MotorControlSafetyCheck.vi"/>
<Item Name="WPI_MotorControlSafetyError.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MotorControl/WPI_MotorControlSafetyError.vi"/>
<Item Name="WPI_MotorControlSafetyUpdate.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MotorControl/WPI_MotorControlSafetyUpdate.vi"/>
<Item Name="WPI_MotorControlScaleFromPWM.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MotorControl/WPI_MotorControlScaleFromPWM.vi"/>
<Item Name="WPI_MotorControlScaleToPWM.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MotorControl/WPI_MotorControlScaleToPWM.vi"/>
<Item Name="WPI_MotorControlSetOutput.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MotorControl/WPI_MotorControlSetOutput.vi"/>
<Item Name="WPI_MotorControlSetOutputRefType.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MotorControl/WPI_MotorControlSetOutputRefType.ctl"/>
<Item Name="WPI_MotorControlToPWM.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MotorControl/WPI_MotorControlToPWM.vi"/>
<Item Name="WPI_MotorControlTrackCANSemaphores.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MotorControl/WPI_MotorControlTrackCANSemaphores.vi"/>
<Item Name="WPI_MotorControlType.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MotorControl/WPI_MotorControlType.ctl"/>
<Item Name="WPI_MXP DIO Channel to MXP Pin.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MXP/WPI_MXP DIO Channel to MXP Pin.vi"/>
<Item Name="WPI_MXP General IO to MXP Pin.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MXP/WPI_MXP General IO to MXP Pin.vi"/>
<Item Name="WPI_MXP I2C Bus to first MXP Pin.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MXP/WPI_MXP I2C Bus to first MXP Pin.vi"/>
<Item Name="WPI_MXP PWM Channel to MXP Pin.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MXP/WPI_MXP PWM Channel to MXP Pin.vi"/>
<Item Name="WPI_MXP Shared MXP Pin.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MXP/WPI_MXP Shared MXP Pin.ctl"/>
<Item Name="WPI_MXP SPI Bus to first MXP Pin.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MXP/WPI_MXP SPI Bus to first MXP Pin.vi"/>
<Item Name="WPI_MXP_ChannelCache.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MXP/WPI_MXP_ChannelCache.vi"/>
<Item Name="WPI_MXP_Grab Mutex.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/MXP/WPI_MXP_Grab Mutex.vi"/>
<Item Name="WPI_Power CAN Device Type.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Power/WPI_Power CAN Device Type.ctl"/>
<Item Name="WPI_Power Discovered CAN Devices.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Power/WPI_Power Discovered CAN Devices.vi"/>
<Item Name="WPI_Power Pneumatics Type Cache.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Power/WPI_Power Pneumatics Type Cache.vi"/>
<Item Name="WPI_Power PowerDist Type Cache.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Power/WPI_Power PowerDist Type Cache.vi"/>
<Item Name="WPI_PWMChannelCache.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/PWM/WPI_PWMChannelCache.vi"/>
<Item Name="WPI_PWMChannelCacheOp.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/PWM/WPI_PWMChannelCacheOp.ctl"/>
<Item Name="WPI_PWMClose.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/PWM/WPI_PWMClose.vi"/>
<Item Name="WPI_PWMDeadband.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/PWM/WPI_PWMDeadband.ctl"/>
<Item Name="WPI_PWMDeviceRef.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/PWM/WPI_PWMDeviceRef.ctl"/>
<Item Name="WPI_PWMDoesDevRefExist.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/PWM/WPI_PWMDoesDevRefExist.vi"/>
<Item Name="WPI_PWMERRSetOnUnallocatedChannel.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/PWM/WPI_PWMERRSetOnUnallocatedChannel.vi"/>
<Item Name="WPI_PWMGetRangeScaleFactors.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/PWM/WPI_PWMGetRangeScaleFactors.vi"/>
<Item Name="WPI_PWMGetValue.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/PWM/WPI_PWMGetValue.vi"/>
<Item Name="WPI_PWMRefNum Registry Read Name.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/PWM/WPI_PWMRefNum Registry Read Name.vi"/>
<Item Name="WPI_PWMSafetyCheck.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/PWM/WPI_PWMSafetyCheck.vi"/>
<Item Name="WPI_PWMSafetyError.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/PWM/WPI_PWMSafetyError.vi"/>
<Item Name="WPI_PWMSafetyUpdate.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/PWM/WPI_PWMSafetyUpdate.vi"/>
<Item Name="WPI_PWMSetValue.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/PWM/WPI_PWMSetValue.vi"/>
<Item Name="WPI_RobotDriveArcadeDrive.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/RobotDrive/WPI_RobotDriveArcadeDrive.vi"/>
<Item Name="WPI_RobotDriveArcadeDrive_ButtonSpin.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/RobotDrive/WPI_RobotDriveArcadeDrive_ButtonSpin.vi"/>
<Item Name="WPI_RobotDriveArcadeDrive_RatioCurve.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/RobotDrive/WPI_RobotDriveArcadeDrive_RatioCurve.vi"/>
<Item Name="WPI_RobotDriveArcadeDrive_Standard(NoSaturation).vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/RobotDrive/WPI_RobotDriveArcadeDrive_Standard(NoSaturation).vi"/>
<Item Name="WPI_RobotDriveClose.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/RobotDrive/WPI_RobotDriveClose.vi"/>
<Item Name="WPI_RobotDriveDelayAndUpdateSafety.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/RobotDrive/WPI_RobotDriveDelayAndUpdateSafety.vi"/>
<Item Name="WPI_RobotDriveDevRef.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/RobotDrive/WPI_RobotDriveDevRef.ctl"/>
<Item Name="WPI_RobotDriveDoesDevRefExist.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/RobotDrive/WPI_RobotDriveDoesDevRefExist.vi"/>
<Item Name="WPI_RobotDriveMotors.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/RobotDrive/WPI_RobotDriveMotors.vi"/>
<Item Name="WPI_RobotDriveRefNum Registry Get.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/RobotDrive/WPI_RobotDriveRefNum Registry Get.vi"/>
<Item Name="WPI_RobotDriveRefNum Registry Read Name.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/RobotDrive/WPI_RobotDriveRefNum Registry Read Name.vi"/>
<Item Name="WPI_RobotDriveRefNum Registry Set.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/RobotDrive/WPI_RobotDriveRefNum Registry Set.vi"/>
<Item Name="WPI_RobotDriveRegisterEachMotor.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/RobotDrive/WPI_RobotDriveRegisterEachMotor.vi"/>
<Item Name="WPI_RobotDriveSafetyCheck.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/RobotDrive/WPI_RobotDriveSafetyCheck.vi"/>
<Item Name="WPI_RobotDriveSafetyConfig.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/RobotDrive/WPI_RobotDriveSafetyConfig.vi"/>
<Item Name="WPI_RobotDriveSafetyError.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/RobotDrive/WPI_RobotDriveSafetyError.vi"/>
<Item Name="WPI_RobotDriveSafetyTest.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/RobotDrive/WPI_RobotDriveSafetyTest.vi"/>
<Item Name="WPI_RobotDriveSafetyUpdate.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/RobotDrive/WPI_RobotDriveSafetyUpdate.vi"/>
<Item Name="WPI_SafetyOutputCheckMenu.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/SafetyOutput/WPI_SafetyOutputCheckMenu.ctl"/>
<Item Name="WPI_SafetyOutputConfigMenu.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/SafetyOutput/WPI_SafetyOutputConfigMenu.ctl"/>
<Item Name="WPI_SafetyOutputEngine.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/SafetyOutput/WPI_SafetyOutputEngine.vi"/>
<Item Name="WPI_SafetyOutputVIRefnumList.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/SafetyOutput/WPI_SafetyOutputVIRefnumList.vi"/>
<Item Name="WPI_SolenoidCache.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Solenoid/WPI_SolenoidCache.vi"/>
<Item Name="WPI_SolenoidCacheOp.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Solenoid/WPI_SolenoidCacheOp.ctl"/>
<Item Name="WPI_SolenoidChannel.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Solenoid/WPI_SolenoidChannel.ctl"/>
<Item Name="WPI_SolenoidDevRef.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Solenoid/WPI_SolenoidDevRef.ctl"/>
<Item Name="WPI_SolenoidDoesDevRefExist.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Solenoid/WPI_SolenoidDoesDevRefExist.vi"/>
<Item Name="WPI_SolenoidOpen.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Solenoid/WPI_SolenoidOpen.vi"/>
<Item Name="WPI_SolenoidOpenDouble.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Solenoid/WPI_SolenoidOpenDouble.vi"/>
<Item Name="WPI_SolenoidOpenSingle.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Solenoid/WPI_SolenoidOpenSingle.vi"/>
<Item Name="WPI_SolenoidRefNum Registry Get.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Solenoid/WPI_SolenoidRefNum Registry Get.vi"/>
<Item Name="WPI_SolenoidRefNum Registry Read Name.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Solenoid/WPI_SolenoidRefNum Registry Read Name.vi"/>
<Item Name="WPI_SolenoidRefNum Registry Set.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Solenoid/WPI_SolenoidRefNum Registry Set.vi"/>
<Item Name="WPI_SolenoidSafetyCheck.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Solenoid/WPI_SolenoidSafetyCheck.vi"/>
<Item Name="WPI_SolenoidSafetyError.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Solenoid/WPI_SolenoidSafetyError.vi"/>
<Item Name="WPI_SolenoidSafetyUpdate.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Solenoid/WPI_SolenoidSafetyUpdate.vi"/>
<Item Name="WPI_SolenoidSet.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Solenoid/WPI_SolenoidSet.vi"/>
<Item Name="WPI_SolenoidSetBool.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Solenoid/Deprecated/WPI_SolenoidSetBool.vi"/>
<Item Name="WPI_SolenoidSetEnum.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Solenoid/WPI_SolenoidSetEnum.vi"/>
<Item Name="WPI_SolenoidValue.ctl" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Solenoid/WPI_SolenoidValue.ctl"/>
<Item Name="WPI_UtilitiesERRGetRefNum.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Utilities/WPI_UtilitiesERRGetRefNum.vi"/>
<Item Name="WPI_UtilitiesFRC Build Error.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Utilities/WPI_UtilitiesFRC Build Error.vi"/>
<Item Name="WPI_UtilitiesFRC SendMessageToConsole.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Utilities/WPI_UtilitiesFRC SendMessageToConsole.vi"/>
<Item Name="WPI_UtilitiesFRCAutomaticValuePublisher.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Utilities/WPI_UtilitiesFRCAutomaticValuePublisher.vi"/>
<Item Name="WPI_UtilitiesTimebaseConstants.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/WPI/Utilities/WPI_UtilitiesTimebaseConstants.vi"/>
<Item Name="Write Value Core.vi" Type="VI" URL="/C/Program Files (x86)/National Instruments/LabVIEW 2020/Targets/NI/RT/vi.lib/Rock Robotics/Network Tables/Write Value Core.vi"/>
</Item>
<Item Name="FRC_NetworkCommunication.dll" Type="Document" URL="FRC_NetworkCommunication.dll">
<Property Name="NI.PreserveRelativePath" Type="Bool">true</Property>
</Item>
<Item Name="NiFpgaLv.dll" Type="Document" URL="NiFpgaLv.dll">
<Property Name="NI.PreserveRelativePath" Type="Bool">true</Property>
</Item>
<Item Name="niimaqdx.dll" Type="Document" URL="niimaqdx.dll">
<Property Name="NI.PreserveRelativePath" Type="Bool">true</Property>
</Item>
<Item Name="nivissvc.dll" Type="Document" URL="nivissvc.dll">
<Property Name="NI.PreserveRelativePath" Type="Bool">true</Property>
</Item>
</Item>
<Item Name="Build Specifications" Type="Build">
<Item Name="FRC Robot Boot-up Deployment" Type="{69A947D5-514E-4E75-818E-69657C0547D8}">
<Property Name="App_INI_aliasGUID" Type="Str">{7AAF6F56-ED86-4686-A01D-90E0BB9C8086}</Property>
<Property Name="App_INI_GUID" Type="Str">{A18A8773-40AE-4BF9-9DC4-FD6E80D0C49E}</Property>
<Property Name="App_serverConfig.httpPort" Type="Int">8002</Property>
<Property Name="App_serverType" Type="Int">0</Property>
<Property Name="App_winsec.description" Type="Str">http://www.NI.com</Property>
<Property Name="Bld_autoIncrement" Type="Bool">true</Property>
<Property Name="Bld_buildCacheID" Type="Str">{8C1C8770-D686-4931-835E-3A364C203F20}</Property>
<Property Name="Bld_buildSpecDescription" Type="Str">Build Robot Main.vi into an EXE that will run at startup on the roboRIO</Property>
<Property Name="Bld_buildSpecName" Type="Str">FRC Robot Boot-up Deployment</Property>
<Property Name="Bld_excludeLibraryItems" Type="Bool">true</Property>
<Property Name="Bld_excludePolymorphicVIs" Type="Bool">true</Property>
<Property Name="Bld_localDestDir" Type="Path">/C/Users/jobea/Documents/LabVIEW Data/NI_AB_PROJECTNAME/Builds</Property>
<Property Name="Bld_localDestDirType" Type="Str"><none></Property>
<Property Name="Bld_previewCacheID" Type="Str">{6782B190-04E1-4A41-93AB-3F357B35791E}</Property>
<Property Name="Bld_targetDestDir" Type="Path">/home/lvuser/natinst/bin</Property>
<Property Name="Bld_version.build" Type="Int">20</Property>
<Property Name="Bld_version.major" Type="Int">1</Property>
<Property Name="Destination[0].destName" Type="Str">startup.rtexe</Property>
<Property Name="Destination[0].path" Type="Path">/home/lvuser/natinst/bin/startup.rtexe</Property>
<Property Name="Destination[0].path.type" Type="Str"><none></Property>
<Property Name="Destination[0].type" Type="Str">App</Property>
<Property Name="Destination[1].destName" Type="Str">Support Directory</Property>
<Property Name="Destination[1].path" Type="Path">/home/lvuser/natinst/bin/data</Property>
<Property Name="Destination[1].path.type" Type="Str"><none></Property>
<Property Name="DestinationCount" Type="Int">2</Property>
<Property Name="Source[0].itemID" Type="Str">{F0DE072B-DF39-4EFF-BF3D-EF36B6209FF1}</Property>
<Property Name="Source[0].type" Type="Str">Container</Property>
<Property Name="Source[1].destinationIndex" Type="Int">0</Property>
<Property Name="Source[1].itemID" Type="Ref">/Target/Robot Main.vi</Property>
<Property Name="Source[1].sourceInclusion" Type="Str">TopLevel</Property>
<Property Name="Source[1].type" Type="Str">VI</Property>
<Property Name="Source[2].Container.applyDestination" Type="Bool">true</Property>
<Property Name="Source[2].Container.depDestIndex" Type="Int">0</Property>
<Property Name="Source[2].destinationIndex" Type="Int">0</Property>
<Property Name="Source[2].itemID" Type="Ref">/</Property>
<Property Name="Source[2].type" Type="Str">Container</Property>
<Property Name="SourceCount" Type="Int">3</Property>
<Property Name="TgtF_companyName" Type="Str">NI</Property>
<Property Name="TgtF_fileDescription" Type="Str">FRC Robot Boot-up Deployment</Property>
<Property Name="TgtF_internalName" Type="Str">FRC Robot Boot-up Deployment</Property>
<Property Name="TgtF_legalCopyright" Type="Str">Copyright © 2013 NI</Property>
<Property Name="TgtF_productName" Type="Str">FRC Robot Boot-up Deployment</Property>
<Property Name="TgtF_targetfileGUID" Type="Str">{8C9344B8-7ED9-4E5F-92AE-3A9F547EFD4A}</Property>
<Property Name="TgtF_targetfileName" Type="Str">startup.rtexe</Property>
</Item>
</Item>
</Item>
</Project>