##// END OF EJS Templates
- Semaphors for positioning unit implemented...
LabVIEW -
r44:45
parent child Browse files
Show More

The requested changes are too big and content was truncated. Show full diff

1 NO CONTENT: new file 10644
1 NO CONTENT: new file 10644
1 NO CONTENT: new file 10644
1 NO CONTENT: new file 10644
1 NO CONTENT: new file 10644
@@ -1,7 +1,7
1 1 <?xml version='1.0' encoding='UTF-8'?>
2 2 <Project Type="Project" LVVersion="21008000">
3 3 <Item Name="My Computer" Type="My Computer">
4 <Property Name="CCSymbols" Type="Str">DisablePositioningUnit,False;</Property>
4 <Property Name="CCSymbols" Type="Str">DisablePositioningUnit,True;DisableITECH,True;</Property>
5 5 <Property Name="NI.SortType" Type="Int">3</Property>
6 6 <Property Name="server.app.propertiesEnabled" Type="Bool">true</Property>
7 7 <Property Name="server.control.propertiesEnabled" Type="Bool">true</Property>
@@ -167,6 +167,17
167 167 <Item Name="Number To Enum.vim" Type="VI" URL="/&lt;vilib&gt;/Utility/Number To Enum.vim"/>
168 168 <Item Name="NI_XML.lvlib" Type="Library" URL="/&lt;vilib&gt;/xml/NI_XML.lvlib"/>
169 169 <Item Name="LVPointDoubleTypeDef.ctl" Type="VI" URL="/&lt;vilib&gt;/Utility/miscctls.llb/LVPointDoubleTypeDef.ctl"/>
170 <Item Name="Semaphore RefNum" Type="VI" URL="/&lt;vilib&gt;/Utility/semaphor.llb/Semaphore RefNum"/>
171 <Item Name="GetNamedSemaphorePrefix.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/semaphor.llb/GetNamedSemaphorePrefix.vi"/>
172 <Item Name="Semaphore Refnum Core.ctl" Type="VI" URL="/&lt;vilib&gt;/Utility/semaphor.llb/Semaphore Refnum Core.ctl"/>
173 <Item Name="Validate Semaphore Size.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/semaphor.llb/Validate Semaphore Size.vi"/>
174 <Item Name="AddNamedSemaphorePrefix.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/semaphor.llb/AddNamedSemaphorePrefix.vi"/>
175 <Item Name="Obtain Semaphore Reference.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/semaphor.llb/Obtain Semaphore Reference.vi"/>
176 <Item Name="RemoveNamedSemaphorePrefix.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/semaphor.llb/RemoveNamedSemaphorePrefix.vi"/>
177 <Item Name="Release Semaphore Reference.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/semaphor.llb/Release Semaphore Reference.vi"/>
178 <Item Name="Acquire Semaphore.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/semaphor.llb/Acquire Semaphore.vi"/>
179 <Item Name="Not A Semaphore.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/semaphor.llb/Not A Semaphore.vi"/>
180 <Item Name="Release Semaphore.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/semaphor.llb/Release Semaphore.vi"/>
170 181 </Item>
171 182 <Item Name="instr.lib" Type="Folder">
172 183 <Item Name="nlZUP Close.vi" Type="VI" URL="/&lt;instrlib&gt;/nlZUP/nlZUP.llb/nlZUP Close.vi"/>
@@ -480,6 +491,8
480 491 <Item Name="DAQmx Read (Analog 1D DBL NChan 1Samp).vi" Type="VI" URL="../../../libraries/lib_DAQmx.lvlibp/1abvi3w/vi.lib/DAQmx/read.llb/DAQmx Read (Analog 1D DBL NChan 1Samp).vi"/>
481 492 <Item Name="DAQmx Read (Digital 1D Bool NChan 1Samp 1Line).vi" Type="VI" URL="../../../libraries/lib_DAQmx.lvlibp/1abvi3w/vi.lib/DAQmx/read.llb/DAQmx Read (Digital 1D Bool NChan 1Samp 1Line).vi"/>
482 493 <Item Name="DAQmx Read (Digital Bool 1Line 1Point).vi" Type="VI" URL="../../../libraries/lib_DAQmx.lvlibp/1abvi3w/vi.lib/DAQmx/read.llb/DAQmx Read (Digital Bool 1Line 1Point).vi"/>
494 <Item Name="DAQmx Start Task.vi" Type="VI" URL="../../../libraries/lib_DAQmx.lvlibp/1abvi3w/vi.lib/DAQmx/configure/task.llb/DAQmx Start Task.vi"/>
495 <Item Name="DAQmx Stop Task.vi" Type="VI" URL="../../../libraries/lib_DAQmx.lvlibp/1abvi3w/vi.lib/DAQmx/configure/task.llb/DAQmx Stop Task.vi"/>
483 496 <Item Name="DAQmx Write (Digital 1D Bool NChan 1Samp 1Line).vi" Type="VI" URL="../../../libraries/lib_DAQmx.lvlibp/1abvi3w/vi.lib/DAQmx/write.llb/DAQmx Write (Digital 1D Bool NChan 1Samp 1Line).vi"/>
484 497 <Item Name="DAQmx Write (Digital Bool 1Line 1Point).vi" Type="VI" URL="../../../libraries/lib_DAQmx.lvlibp/1abvi3w/vi.lib/DAQmx/write.llb/DAQmx Write (Digital Bool 1Line 1Point).vi"/>
485 498 <Item Name="DAQmx_AIs.vi" Type="VI" URL="../../../libraries/lib_DAQmx.lvlibp/DAQmx_AIs.vi"/>
1 NO CONTENT: modified file
@@ -3,6 +3,7
3 3 TesterName = "Hochstrommessplatz 2"
4 4 MaxCurrent = 2000
5 5 MaxTemperature = 250
6 MaxAmbientTemperature = 50
6 7 SensorsEnable.<size(s)> = "15"
7 8 SensorsEnable 0 = "True"
8 9 SensorsEnable 1 = "True"
@@ -11,14 +12,14
11 12 SensorsEnable 4 = "True"
12 13 SensorsEnable 5 = "True"
13 14 SensorsEnable 6 = "True"
14 SensorsEnable 7 = "True"
15 SensorsEnable 8 = "True"
16 SensorsEnable 9 = "True"
17 SensorsEnable 10 = "True"
18 SensorsEnable 11 = "True"
19 SensorsEnable 12 = "True"
20 SensorsEnable 13 = "True"
21 SensorsEnable 14 = "True"
15 SensorsEnable 7 = "False"
16 SensorsEnable 8 = "False"
17 SensorsEnable 9 = "False"
18 SensorsEnable 10 = "False"
19 SensorsEnable 11 = "False"
20 SensorsEnable 12 = "False"
21 SensorsEnable 13 = "False"
22 SensorsEnable 14 = "False"
22 23 SensorsDescription.<size(s)> = "15"
23 24 SensorsDescription 0 = "NI-9212: Ch1"
24 25 SensorsDescription 1 = "NI-9212: Ch2"
@@ -47,7 +48,7
47 48 CalibrationPassword = "48c8947f69c054a5caa934674ce8881d02bb18fb59d5a63eeaddff735b0e9801e87294783281ae49fc8287a0fd86779b27d7972d3e84f0fa0d826d7cb67dfefc"
48 49
49 50 [Hardware]
50 SimulateDevices = True
51 SimulateDevices = False
51 52 DI_E-Stop = ""
52 53 DI_Setup = ""
53 54 PowerSupply_VISAName = "COM4"
@@ -88,8 +89,8
88 89 DMM_VISAName = "NI9219_1/ai3"
89 90 DMM_ContactLimits = "<size(s)=2> 0,000000 10,000000"
90 91 TemperatureGain = "<size(s)=15> 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000"
91 TemperatureOffset = "<size(s)=15> 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000"
92 VoltageGain = "<size(s)=4> 1,000000 1,000000 1,000000 1,000000"
92 TemperatureOffset = "<size(s)=15> -102,000000 -60,000000 -90,000000 0,000000 300,000000 270,000000 280,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000"
93 VoltageGain = "<size(s)=4> 1,000000 0,100000 1,000000 1,000000"
93 94 VoltageOffset = "<size(s)=4> 0,000000 0,000000 0,000000 0,000000"
94 95 AllowedContactFails = "2"
95 96
@@ -289,8 +290,8
289 290 POS_AxesNames 0 = "X"
290 291 POS_AxesNames 1 = "Y"
291 292 POS_AxesNames 2 = "Z"
292 POS_Reference_Axes = "<size(s)=3> 1,000000 1,000000 110,000000"
293 POS_Limits_Axis1 = "<size(s)=2> 0 210"
293 POS_Reference_Axes = "<size(s)=3> 1,000000 1,000000 308,000000"
294 POS_Limits_Axis1 = "<size(s)=2> 0 155"
294 295 POS_Limits_Axis2 = "<size(s)=2> 0 303"
295 296 POS_Limits_Axis3 = "<size(s)=2> 0 309"
296 297 POS_AxesFlipped.<size(s)> = "3"
@@ -301,7 +302,7
301 302 Pos_MaxAcceleration = "15000"
302 303 Pos_MaxJerk = "140000"
303 304 Pos_DO_E-Stop_Index = "0"
304 Pos_DO_Setup_Index = "1"
305 Pos_DO_Setup_Index = "2"
305 306 ForceLimit_Axis3 = "<size(s)=1> 0,000000"
306 307 ForceLimit_Axis3_Text.<size(s)> = "1"
307 308 ForceLimit_Axis3_Text 0 = ""
@@ -378,7 +379,7
378 379 ProtocolDataFolderName = "Bilder|Messungen"
379 380
380 381 [StateMessages]
381 Info.<size(s)> = "28"
382 Info.<size(s)> = "29"
382 383 Info 0 = "Aktivierter Not-Halt oder eine T�r steht offen! Ein Teststart ist nicht m�glich"
383 384 Info 1 = "Zum Anlegen eines neuen Tests "Neuer Test" klicken"
384 385 Info 2 = "Grunddaten anlegen oder bestehenden Test �ffnen"
@@ -401,13 +402,14
401 402 Info 19 = "Testdaten zur Testberichterstellung laden und ausw�hlen"
402 403 Info 20 = "Testbericht wird erstellt... Bitte warten"
403 404 Info 21 = "Testbericht erstellt"
404 Info 22 = "Achsen werden initialisiert..."
405 Info 23 = "Referenzfahrt l�uft..."
406 Info 24 = "X-Achse wird referenziert..."
407 Info 25 = "Y-Achse wird referenziert..."
408 Info 26 = "Z-Achse wird referenziert..."
409 Info 27 = "Position wird angefahren..."
410 Result.<size(s)> = "28"
405 Info 22 = "Test ist gespeichert"
406 Info 23 = "Achsen werden initialisiert..."
407 Info 24 = "Referenzfahrt l�uft..."
408 Info 25 = "X-Achse wird referenziert..."
409 Info 26 = "Y-Achse wird referenziert..."
410 Info 27 = "Z-Achse wird referenziert..."
411 Info 28 = "Position wird angefahren..."
412 Result.<size(s)> = "29"
411 413 Result 0 = "Not-Halt"
412 414 Result 1 = ""
413 415 Result 2 = "Bereit"
@@ -430,12 +432,13
430 432 Result 19 = "Bereit"
431 433 Result 20 = "Bereit"
432 434 Result 21 = "Bereit"
433 Result 22 = ""
434 Result 23 = "Einrichtbetrieb"
435 Result 22 = "Bereit"
436 Result 23 = ""
435 437 Result 24 = "Einrichtbetrieb"
436 438 Result 25 = "Einrichtbetrieb"
437 439 Result 26 = "Einrichtbetrieb"
438 440 Result 27 = "Einrichtbetrieb"
441 Result 28 = "Einrichtbetrieb"
439 442
440 443 [DialogMessages]
441 444 Messages.<size(s)> = "8"
@@ -3,6 +3,7
3 3 TesterName = "Hochstrommessplatz 1"
4 4 MaxCurrent = 600
5 5 MaxTemperature = 250
6 MaxAmbientTemperature = 50
6 7 SensorsEnable.<size(s)> = "15"
7 8 SensorsEnable 0 = "True"
8 9 SensorsEnable 1 = "True"
@@ -200,7 +201,7
200 201 ProtocolDataFolderName = "Bilder|Messungen"
201 202
202 203 [StateMessages]
203 Info.<size(s)> = "22"
204 Info.<size(s)> = "23"
204 205 Info 0 = "Aktivierter Not-Halt oder eine T�r steht offen! Ein Teststart ist nicht m�glich"
205 206 Info 1 = "Zum Anlegen eines neuen Tests "Neuer Test" klicken"
206 207 Info 2 = "Grunddaten anlegen oder bestehenden Test �ffnen"
@@ -223,7 +224,8
223 224 Info 19 = "Testdaten zur Testberichterstellung laden und ausw�hlen"
224 225 Info 20 = "Testbericht wird erstellt... Bitte warten"
225 226 Info 21 = "Testbericht erstellt"
226 Result.<size(s)> = "22"
227 Info 22 = "Test ist gespeichert"
228 Result.<size(s)> = "23"
227 229 Result 0 = "Not-Halt"
228 230 Result 1 = ""
229 231 Result 2 = "Bereit"
@@ -246,6 +248,7
246 248 Result 19 = "Bereit"
247 249 Result 20 = "Bereit"
248 250 Result 21 = "Bereit"
251 Result 22 = "Bereit"
249 252
250 253 [DialogMessages]
251 254 Messages.<size(s)> = "8"
@@ -3,6 +3,7
3 3 TesterName = "Hochstrommessplatz 2"
4 4 MaxCurrent = 2000
5 5 MaxTemperature = 250
6 MaxAmbientTemperature = 50
6 7 SensorsEnable.<size(s)> = "15"
7 8 SensorsEnable 0 = "True"
8 9 SensorsEnable 1 = "True"
@@ -11,14 +12,14
11 12 SensorsEnable 4 = "True"
12 13 SensorsEnable 5 = "True"
13 14 SensorsEnable 6 = "True"
14 SensorsEnable 7 = "True"
15 SensorsEnable 8 = "True"
16 SensorsEnable 9 = "True"
17 SensorsEnable 10 = "True"
18 SensorsEnable 11 = "True"
19 SensorsEnable 12 = "True"
20 SensorsEnable 13 = "True"
21 SensorsEnable 14 = "True"
15 SensorsEnable 7 = "False"
16 SensorsEnable 8 = "False"
17 SensorsEnable 9 = "False"
18 SensorsEnable 10 = "False"
19 SensorsEnable 11 = "False"
20 SensorsEnable 12 = "False"
21 SensorsEnable 13 = "False"
22 SensorsEnable 14 = "False"
22 23 SensorsDescription.<size(s)> = "15"
23 24 SensorsDescription 0 = "NI-9212: Ch1"
24 25 SensorsDescription 1 = "NI-9212: Ch2"
@@ -289,8 +290,8
289 290 POS_AxesNames 0 = "X"
290 291 POS_AxesNames 1 = "Y"
291 292 POS_AxesNames 2 = "Z"
292 POS_Reference_Axes = "<size(s)=3> 1,000000 1,000000 110,000000"
293 POS_Limits_Axis1 = "<size(s)=2> 0 210"
293 POS_Reference_Axes = "<size(s)=3> 1,000000 1,000000 308,000000"
294 POS_Limits_Axis1 = "<size(s)=2> 0 155"
294 295 POS_Limits_Axis2 = "<size(s)=2> 0 303"
295 296 POS_Limits_Axis3 = "<size(s)=2> 0 309"
296 297 POS_AxesFlipped.<size(s)> = "3"
@@ -301,7 +302,7
301 302 Pos_MaxAcceleration = "15000"
302 303 Pos_MaxJerk = "140000"
303 304 Pos_DO_E-Stop_Index = "0"
304 Pos_DO_Setup_Index = "1"
305 Pos_DO_Setup_Index = "2"
305 306 ForceLimit_Axis3 = "<size(s)=1> 0,000000"
306 307 ForceLimit_Axis3_Text.<size(s)> = "1"
307 308 ForceLimit_Axis3_Text 0 = ""
@@ -378,7 +379,7
378 379 ProtocolDataFolderName = "Bilder|Messungen"
379 380
380 381 [StateMessages]
381 Info.<size(s)> = "28"
382 Info.<size(s)> = "29"
382 383 Info 0 = "Aktivierter Not-Halt oder eine T�r steht offen! Ein Teststart ist nicht m�glich"
383 384 Info 1 = "Zum Anlegen eines neuen Tests "Neuer Test" klicken"
384 385 Info 2 = "Grunddaten anlegen oder bestehenden Test �ffnen"
@@ -401,13 +402,14
401 402 Info 19 = "Testdaten zur Testberichterstellung laden und ausw�hlen"
402 403 Info 20 = "Testbericht wird erstellt... Bitte warten"
403 404 Info 21 = "Testbericht erstellt"
404 Info 22 = "Achsen werden initialisiert..."
405 Info 23 = "Referenzfahrt l�uft..."
406 Info 24 = "X-Achse wird referenziert..."
407 Info 25 = "Y-Achse wird referenziert..."
408 Info 26 = "Z-Achse wird referenziert..."
409 Info 27 = "Position wird angefahren..."
410 Result.<size(s)> = "28"
405 Info 22 = "Test ist gespeichert"
406 Info 23 = "Achsen werden initialisiert..."
407 Info 24 = "Referenzfahrt l�uft..."
408 Info 25 = "X-Achse wird referenziert..."
409 Info 26 = "Y-Achse wird referenziert..."
410 Info 27 = "Z-Achse wird referenziert..."
411 Info 28 = "Position wird angefahren..."
412 Result.<size(s)> = "29"
411 413 Result 0 = "Not-Halt"
412 414 Result 1 = ""
413 415 Result 2 = "Bereit"
@@ -430,12 +432,13
430 432 Result 19 = "Bereit"
431 433 Result 20 = "Bereit"
432 434 Result 21 = "Bereit"
433 Result 22 = ""
434 Result 23 = "Einrichtbetrieb"
435 Result 22 = "Bereit"
436 Result 23 = ""
435 437 Result 24 = "Einrichtbetrieb"
436 438 Result 25 = "Einrichtbetrieb"
437 439 Result 26 = "Einrichtbetrieb"
438 440 Result 27 = "Einrichtbetrieb"
441 Result 28 = "Einrichtbetrieb"
439 442
440 443 [DialogMessages]
441 444 Messages.<size(s)> = "8"
@@ -3,6 +3,7
3 3 TesterName = "Strommessplatz 3"
4 4 MaxCurrent = 130
5 5 MaxTemperature = 250
6 MaxAmbientTemperature = 50
6 7 SensorsEnable.<size(s)> = "15"
7 8 SensorsEnable 0 = "True"
8 9 SensorsEnable 1 = "True"
@@ -254,7 +255,7
254 255 ProtocolDataFolderName = "Bilder|Messungen"
255 256
256 257 [StateMessages]
257 Info.<size(s)> = "22"
258 Info.<size(s)> = "23"
258 259 Info 0 = "Aktivierter Not-Halt oder eine T�r steht offen! Ein Teststart ist nicht m�glich"
259 260 Info 1 = "Zum Anlegen eines neuen Tests "Neuer Test" klicken"
260 261 Info 2 = "Grunddaten anlegen oder bestehenden Test �ffnen"
@@ -277,7 +278,8
277 278 Info 19 = "Testdaten zur Testberichterstellung laden und ausw�hlen"
278 279 Info 20 = "Testbericht wird erstellt... Bitte warten"
279 280 Info 21 = "Testbericht erstellt"
280 Result.<size(s)> = "22"
281 Info 22 = "Test ist gespeichert"
282 Result.<size(s)> = "23"
281 283 Result 0 = "Not-Halt"
282 284 Result 1 = ""
283 285 Result 2 = "Bereit"
@@ -300,6 +302,7
300 302 Result 19 = "Bereit"
301 303 Result 20 = "Bereit"
302 304 Result 21 = "Bereit"
305 Result 22 = "Bereit"
303 306
304 307 [DialogMessages]
305 308 Messages.<size(s)> = "8"
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
@@ -324,7 +324,7
324 324 <Property Name="NI.ClassItem.State" Type="Int">1644691985</Property>
325 325 </Item>
326 326 <Item Name="PositioningUnit_GetPosition.vi" Type="VI" URL="../OverrideVIs/PositioningUnit_GetPosition.vi">
327 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!%&gt;!!!!#A!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!""!)1J.97ZV97R.&lt;W2F!!!I1(!!(A!!&amp;2.D&lt;'&amp;T=V^)5UV1-CZM&gt;G.M98.T!!F$&lt;'&amp;T=S"0&gt;81!+%"Q!"Y!!"549WRB=X.@3&amp;..5$)O&lt;(:D&lt;'&amp;T=Q!)1WRB=X-A37Y!!#"!5!!$!!!!!1!#%W6S=G^S)'FO)#BO&lt;S"F=H*P=CE!6!$Q!!Q!!Q!%!!1!"1!%!!9!"!!(!!A!"!!%!!1$!!"Y!!!.#!!!!!!!!!!!!!!*!!!!!!!!!)U(!!!!!!!!EA!!!!I!!!!!!!!!!!!!!!!!!!!!!1!*!!!!!!</Property>
327 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!%&gt;!!!!#A!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!""!)1J.97ZV97R.&lt;W2F!!!I1(!!(A!!&amp;2.D&lt;'&amp;T=V^)5UV1-CZM&gt;G.M98.T!!F$&lt;'&amp;T=S"0&gt;81!+%"Q!"Y!!"549WRB=X.@3&amp;..5$)O&lt;(:D&lt;'&amp;T=Q!)1WRB=X-A37Y!!#"!5!!$!!!!!1!#%W6S=G^S)'FO)#BO&lt;S"F=H*P=CE!6!$Q!!Q!!Q!%!!1!"1!%!!9!"!!(!!A!"!!%!!1$!!"Y!!!.#!!!!!!!!!!!!!!*!!!!!!!!!)U(!!!!!!!!E!!!!!I!!!!!!!!!!!!!!!!!!!!!!1!*!!!!!!</Property>
328 328 <Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
329 329 <Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
330 330 <Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
@@ -333,7 +333,7
333 333 <Property Name="NI.ClassItem.State" Type="Int">1115685392</Property>
334 334 </Item>
335 335 <Item Name="PositioningUnit_Move.vi" Type="VI" URL="../OverrideVIs/PositioningUnit_Move.vi">
336 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!(;!!!!%A!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!!B!)1*03Q!!+%"Q!"Y!!"549WRB=X.@3&amp;..5$)O&lt;(:D&lt;'&amp;T=Q!*1WRB=X-A4X6U!!5!#A!!'E"Q!!A!!1!(!")!!!N1&lt;X.J&gt;'FP&lt;F*F:A!I1(!!(A!!&amp;2.D&lt;'&amp;T=V^)5UV1-CZM&gt;G.M98.T!!B$&lt;'&amp;T=S"*&lt;A!!)%"1!!-!!!!"!!)4:8*S&lt;X)A;7YA+'ZP)'6S=G^S+1!01!I!#&amp;:F&lt;'^D;82Z!!!41!I!$%&amp;D9W6M:8*B&gt;'FP&lt;A!!#U!+!!2+:8*L!!":!0%!!!!!!!!!!BND&lt;'&amp;T=V^$&gt;8*S:7ZU6'6T&gt;'6S,GRW9WRB=X-59UVP&gt;GFO:V"B=G&amp;N:82F=CZD&gt;'Q!)%"1!!-!#Q!-!!U047^W;7ZH5'&amp;S97VF&gt;'6S!"6!#A!/6'&amp;S:W6U5'^T;82J&lt;WY!!!N!!A!%18BJ=Q!!6!$Q!!Q!!Q!%!!5!"!!%!!9!#!!*!!I!$A!0!"!$!!"Y!!!.#!!!!!!!!!E!!!!!!!!!!!!!!)U(!!!1!!!!EA!!!!I!!!!1!!!!%!!!!"!!!!!!!1!2!!!!!!</Property>
336 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!(;!!!!%A!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!!B!)1*03Q!!+%"Q!"Y!!"549WRB=X.@3&amp;..5$)O&lt;(:D&lt;'&amp;T=Q!*1WRB=X-A4X6U!!5!#A!!'E"Q!!A!!1!(!")!!!N1&lt;X.J&gt;'FP&lt;F*F:A!I1(!!(A!!&amp;2.D&lt;'&amp;T=V^)5UV1-CZM&gt;G.M98.T!!B$&lt;'&amp;T=S"*&lt;A!!)%"1!!-!!!!"!!)4:8*S&lt;X)A;7YA+'ZP)'6S=G^S+1!01!I!#&amp;:F&lt;'^D;82Z!!!41!I!$%&amp;D9W6M:8*B&gt;'FP&lt;A!!#U!+!!2+:8*L!!":!0%!!!!!!!!!!BND&lt;'&amp;T=V^$&gt;8*S:7ZU6'6T&gt;'6S,GRW9WRB=X-59UVP&gt;GFO:V"B=G&amp;N:82F=CZD&gt;'Q!)%"1!!-!#Q!-!!U047^W;7ZH5'&amp;S97VF&gt;'6S!"6!#A!/6'&amp;S:W6U5'^T;82J&lt;WY!!!N!!A!%18BJ=Q!!6!$Q!!Q!!Q!%!!5!"!!%!!9!#!!*!!I!$A!0!"!$!!"Y!!!.#!!!!!!!!!E!!!!!!!!!!!!!!)U(!!!1!!!!E!!!!!I!!!!1!!!!%!!!!"!!!!!!!1!2!!!!!!</Property>
337 337 <Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
338 338 <Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
339 339 <Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
@@ -348,7 +348,7
348 348 <Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
349 349 <Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
350 350 <Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
351 <Property Name="NI.ClassItem.State" Type="Int">1082139152</Property>
351 <Property Name="NI.ClassItem.State" Type="Int">1342710288</Property>
352 352 </Item>
353 353 <Item Name="UpdateAxes.vi" Type="VI" URL="../OverrideVIs/UpdateAxes.vi">
354 354 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!5,!!!!/A!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!$E!B#6J@2GRJ=("F:!!01!9!#%&amp;Y:8..&lt;W2F!!!%!!!!+%"Q!"Y!!"549WRB=X.@3&amp;..5$)O&lt;(:D&lt;'&amp;T=Q!*1WRB=X-A4X6U!#B!=!!?!!!6%W.M98.T8UB446!S,GRW9WRB=X-!#%.M98.T)%FO!!!A1&amp;!!!Q!!!!%!!B.F=H*P=C"J&lt;C!I&lt;G]A:8*S&lt;X)J!!&gt;!#A!"7!!-!%!!!@````]!#A!(1!I!!6E!$!"!!!(`````!!Q!#A"1!!)!#Q!.!!Q!1!!"`````Q!/!"*!=!!)!!%!$Q"4!!!#7&amp;E!!!5!#A!!%!"1!!5!%1!2!"%!%1!2!""!=!!)!!%!%A!6!!!"7A!91(!!#!!!!"M!!!J/97VF8U&amp;Y;8-R!!!91(!!#!!!!"M!!!J/97VF8U&amp;Y;8-S!!!91(!!#!!!!"M!!!J/97VF8U&amp;Y;8-T!!!%!#%!'%"Q!!A!!1!8!!A!!!B"?'FT-6^6=!!!'E"Q!!A!!1!8!!A!!!J"?'FT-6^%&lt;X&gt;O!!!;1(!!#!!"!"=!#!!!#U&amp;Y;8-S8V*J:WBU!"J!=!!)!!%!&amp;Q!)!!!+18BJ=T*@4'6G&gt;!!!'%"Q!!A!!1!8!!A!!!B"?'FT-V^6=!!!'E"Q!!A!!1!8!!A!!!J"?'FT-V^%&lt;X&gt;O!!!)!$$`````!"!!1!!#``````````]!(A!C1(!!#!!"!"]!$1!!%UFO=W6U6'&amp;C&lt;'6@4'6B=GZJ&lt;G=!"1!'!!!;1(!!#!!"!#%!)A!!#E:P=G.F4'FN;81!!":!=!!)!!%!%1!3!!!(6G^M&gt;'&amp;H:1!01!I!#&amp;:F&lt;'^D;82Z!!!41!I!$%&amp;D9W6M:8*B&gt;'FP&lt;A!!#U!+!!2+:8*L!!!-!&amp;!!!Q!E!#5!*A!I1(!!#!!"!#=!(A!!'%VP&gt;GFO:V"B=G&amp;N:82F=F^-:7&amp;S&lt;GFO:Q!!'E"Q!!A!!1!8!!A!!!J3:7:F=G6O9W69!!!;1(!!#!!"!"=!#!!!#F*F:G6S:7ZD:6E!!"J!=!!)!!%!&amp;Q!)!!!+5G6G:8*F&lt;G.F7A!!(%"Q!!A!!1!8!!A!!!R3:7:F=G6O9W6976I!!!N!#A!&amp;18BJ=T%!#U!+!!6"?'FT-A!,1!I!"5&amp;Y;8-T!!Q!5!!$!#U!,A!P!#*!=!!)!!%!-!!?!!!45G6M982J&gt;G6.&lt;X:J&lt;G&gt;4&gt;'6Q=Q!?1(!!#!!"!$!!(A!!$E&amp;C=W^M&gt;82F47^W;7ZH!!!51(!!#!!"!"=!#!!!"5VP&gt;G69!"2!=!!)!!%!&amp;Q!)!!!&amp;47^W:6E!&amp;%"Q!!A!!1!8!!A!!!6.&lt;X:F7A!71(!!#!!"!"=!#!!!"UVP&gt;G6976I!&amp;%"Q!!A!!1!8!!A!!!24&gt;'^Q!!"^!0%!!!!!!!!!!BND&lt;'&amp;T=V^$&gt;8*S:7ZU6'6T&gt;'6S,GRW9WRB=X-/9V*F:H.@18BF=SZD&gt;'Q!3E"1!"I!%!!4!"1!&amp;1!7!"A!'1!;!"M!(!!&gt;!#!!)A!D!#A!+1!K!#M!,!!R!$)!-Q!U!$5!.A!X#G.3:7:T8U&amp;Y:8-!!&amp;1!]!!-!!-!"!!&amp;!!9!"A!(!!9!#!!*!!9!"A!Y!Q!!?!!!$1A!!!E!!!!*!!!!!!!!!!!!!!#."Q!!!!!!!*!!!!!+!!!!!!!!!!!!!!!1!!!!!!%!/1!!!!!</Property>
@@ -369,22 +369,22
369 369 <Property Name="NI.ClassItem.State" Type="Int">1879581201</Property>
370 370 </Item>
371 371 <Item Name="WriteForceLimit.vi" Type="VI" URL="../OverrideVIs/WriteForceLimit.vi">
372 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!$M!!!!#1!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!#B!=!!?!!!6%W.M98.T8UB446!S,GRW9WRB=X-!#%.M98.T)%FO!!!A1&amp;!!!Q!!!!%!!B.F=H*P=C"J&lt;C!I&lt;G]A:8*S&lt;X)J!!&gt;!#A!"*1"5!0!!$!!$!!1!"!!%!!1!"!!%!!5!"A!%!!=!"!-!!(A!!!U)!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!#1!!!!#A!!!!!!!!!1!!!!!!!!!!!"!!A!!!!!</Property>
373 <Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
374 <Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
375 <Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
376 <Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
377 <Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
378 <Property Name="NI.ClassItem.State" Type="Int">1107821073</Property>
372 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!$M!!!!#1!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!#B!=!!?!!!6%W.M98.T8UB446!S,GRW9WRB=X-!#%.M98.T)%FO!!!A1&amp;!!!Q!!!!%!!B.F=H*P=C"J&lt;C!I&lt;G]A:8*S&lt;X)J!!&gt;!#A!"*1"5!0!!$!!$!!1!"!!%!!1!"!!%!!5!"A!%!!=!"!)!!(A!!!U)!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!#1!!!!#!!!!!!!!!!1!!!!!!!!!!!"!!A!!!!!</Property>
373 <Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
374 <Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
375 <Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
376 <Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
377 <Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
378 <Property Name="NI.ClassItem.State" Type="Int">1115685376</Property>
379 379 </Item>
380 380 <Item Name="WritePressure.vi" Type="VI" URL="../OverrideVIs/WritePressure.vi">
381 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!$U!!!!#1!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!#B!=!!?!!!6%W.M98.T8UB446!S,GRW9WRB=X-!#%.M98.T)%FO!!!A1&amp;!!!Q!!!!%!!B.F=H*P=C"J&lt;C!I&lt;G]A:8*S&lt;X)J!!^!#A!)5(*F=X.V=G5!!&amp;1!]!!-!!-!"!!%!!1!"!!%!!1!"1!'!!1!"Q!%!Q!!?!!!$1A!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*!!!!!+!!!!!!!!!")!!!!!!!!!!!%!#!!!!!!</Property>
382 <Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
383 <Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
384 <Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
385 <Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
386 <Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
387 <Property Name="NI.ClassItem.State" Type="Int">1644691985</Property>
381 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!$U!!!!#1!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!#B!=!!?!!!6%W.M98.T8UB446!S,GRW9WRB=X-!#%.M98.T)%FO!!!A1&amp;!!!Q!!!!%!!B.F=H*P=C"J&lt;C!I&lt;G]A:8*S&lt;X)J!!^!#A!)5(*F=X.V=G5!!&amp;1!]!!-!!-!"!!%!!1!"!!%!!1!"1!'!!1!"Q!%!A!!?!!!$1A!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*!!!!!)!!!!!!!!!"!!!!!!!!!!!!%!#!!!!!!</Property>
382 <Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
383 <Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
384 <Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
385 <Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
386 <Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
387 <Property Name="NI.ClassItem.State" Type="Int">1115685376</Property>
388 388 </Item>
389 389 <Item Name="ReinitPositioningUnit_HSMP2.vi" Type="VI" URL="../OverrideVIs/ReinitPositioningUnit_HSMP2.vi">
390 390 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!$%!!!!"!!%!!!!0%"Q!"Y!!#%1356'8UV02%*65SZM&gt;GRJ9AZ$&lt;'FF&lt;H1O&lt;(:D&lt;'&amp;T=Q!2356',6&gt;F=GZF=C"$&lt;'FF&lt;H1!+%"Q!"Y!!"549WRB=X.@3&amp;..5$)O&lt;(:D&lt;'&amp;T=Q!)1WRB=X-A37Y!!&amp;1!]!!-!!!!!1!!!!!!!!!!!!!!!A!!!!!!!!!!!A!!?!!!!!!!!!E!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*!!!!!!!!!!!!!!!!!!!!!!!!!!!!%!!Q!!!!!</Property>
@@ -394,6 +394,15
394 394 <Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
395 395 <Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
396 396 <Property Name="NI.ClassItem.State" Type="Int">1342972416</Property>
397 </Item>
398 <Item Name="PositioningUnit_DisableAxes.vi" Type="VI" URL="../OverrideVIs/PositioningUnit_DisableAxes.vi">
399 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!%.!!!!#1!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!#B!=!!?!!!6%W.M98.T8UB446!S,GRW9WRB=X-!#5.M98.T)%^V&gt;!!I1(!!(A!!&amp;2.D&lt;'&amp;T=V^)5UV1-CZM&gt;G.M98.T!!B$&lt;'&amp;T=S"*&lt;A!!)%"1!!-!!!!"!!)4:8*S&lt;X)A;7YA+'ZP)'6S=G^S+1"5!0!!$!!$!!1!"!!%!!1!"1!%!!9!"Q!%!!1!"!-!!(A!!!U)!!!!!!!!!!!!!!!!!!!!!!!!D1=!!!!!!!#1!!!!#A!!!!!!!!!!!!!!!!!!!!!"!!A!!!!!</Property>
400 <Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
401 <Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
402 <Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
403 <Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
404 <Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
405 <Property Name="NI.ClassItem.State" Type="Int">1644691984</Property>
397 406 </Item>
398 407 </Item>
399 408 <Item Name="DMM" Type="Folder">
@@ -415,7 +424,7
415 424 <Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
416 425 <Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
417 426 <Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
418 <Property Name="NI.ClassItem.State" Type="Int">1115685392</Property>
427 <Property Name="NI.ClassItem.State" Type="Int">1107821072</Property>
419 428 </Item>
420 429 </Item>
421 430 <Item Name="Measurement" Type="Folder">
@@ -441,58 +450,58
441 450 <Item Name="PowerSupply" Type="Folder">
442 451 <Property Name="NI.SortType" Type="Int">0</Property>
443 452 <Item Name="PowerSupply_Close.vi" Type="VI" URL="../OverrideVIs/PowerSupply_Close.vi">
444 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!%.!!!!#1!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!#B!=!!?!!!6%W.M98.T8UB446!S,GRW9WRB=X-!#5.M98.T)%^V&gt;!!I1(!!(A!!&amp;2.D&lt;'&amp;T=V^)5UV1-CZM&gt;G.M98.T!!B$&lt;'&amp;T=S"*&lt;A!!)%"1!!-!!!!"!!)4:8*S&lt;X)A;7YA+'ZP)'6S=G^S+1"5!0!!$!!$!!1!"!!%!!1!"1!%!!9!"Q!%!!1!"!-!!(A!!!E!!!!!!!!!!!!!!!!!!!!!!!!!D1=!!!!!!!#1!!!!#A!!!!!!!!!!!!!!!!!!!!!"!!A!!!!!</Property>
445 <Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
446 <Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
447 <Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
448 <Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
449 <Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
450 <Property Name="NI.ClassItem.State" Type="Int">1107821072</Property>
453 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!%.!!!!#1!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!#B!=!!?!!!6%W.M98.T8UB446!S,GRW9WRB=X-!#5.M98.T)%^V&gt;!!I1(!!(A!!&amp;2.D&lt;'&amp;T=V^)5UV1-CZM&gt;G.M98.T!!B$&lt;'&amp;T=S"*&lt;A!!)%"1!!-!!!!"!!)4:8*S&lt;X)A;7YA+'ZP)'6S=G^S+1"5!0!!$!!$!!1!"!!%!!1!"1!%!!9!"Q!%!!1!"!)!!(A!!!U)!!!!!!!!!!!!!!!!!!!!!!!!D1=!!!!!!!#1!!!!#!!!!!!!!!!!!!!!!!!!!!!"!!A!!!!!</Property>
454 <Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
455 <Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
456 <Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
457 <Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
458 <Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
459 <Property Name="NI.ClassItem.State" Type="Int">1107821056</Property>
451 460 </Item>
452 461 <Item Name="PowerSupply_GetCurrent.vi" Type="VI" URL="../OverrideVIs/PowerSupply_GetCurrent.vi">
453 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!%A!!!!#A!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!".!#A!.4X6U=(6U1X6S=G6O&gt;!!I1(!!(A!!&amp;2.D&lt;'&amp;T=V^)5UV1-CZM&gt;G.M98.T!!F$&lt;'&amp;T=S"0&gt;81!+%"Q!"Y!!"549WRB=X.@3&amp;..5$)O&lt;(:D&lt;'&amp;T=Q!)1WRB=X-A37Y!!#"!5!!$!!!!!1!#%W6S=G^S)'FO)#BO&lt;S"F=H*P=CE!6!$Q!!Q!!Q!%!!5!"!!%!!9!"!!(!!A!"!!%!!1$!!"Y!!!.#!!!!!!!!!E!!!!!!!!!!!!!!)U(!!!!!!!!E!!!!!I!!!!!!!!!!!!!!!!!!!!!!1!*!!!!!!</Property>
454 <Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
455 <Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
456 <Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
457 <Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
458 <Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
459 <Property Name="NI.ClassItem.State" Type="Int">1107821072</Property>
462 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!%A!!!!#A!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!".!#A!.4X6U=(6U1X6S=G6O&gt;!!I1(!!(A!!&amp;2.D&lt;'&amp;T=V^)5UV1-CZM&gt;G.M98.T!!F$&lt;'&amp;T=S"0&gt;81!+%"Q!"Y!!"549WRB=X.@3&amp;..5$)O&lt;(:D&lt;'&amp;T=Q!)1WRB=X-A37Y!!#"!5!!$!!!!!1!#%W6S=G^S)'FO)#BO&lt;S"F=H*P=CE!6!$Q!!Q!!Q!%!!5!"!!%!!9!"!!(!!A!"!!%!!1#!!"Y!!!.#!!!!!!!!!E!!!!!!!!!!!!!!)U(!!!!!!!!E!!!!!A!!!!!!!!!!!!!!!!!!!!!!1!*!!!!!!</Property>
463 <Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
464 <Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
465 <Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
466 <Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
467 <Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
468 <Property Name="NI.ClassItem.State" Type="Int">1107821056</Property>
460 469 </Item>
461 470 <Item Name="PowerSupply_GetPower.vi" Type="VI" URL="../OverrideVIs/PowerSupply_GetPower.vi">
462 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!%F!!!!#Q!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!$5!+!!&gt;$&gt;8*S:7ZU!!N!#A!&amp;5'^X:8)!"!!!!#B!=!!?!!!6%W.M98.T8UB446!S,GRW9WRB=X-!#5.M98.T)%^V&gt;!!I1(!!(A!!&amp;2.D&lt;'&amp;T=V^)5UV1-CZM&gt;G.M98.T!!B$&lt;'&amp;T=S"*&lt;A!!)%"1!!-!!!!"!!)4:8*S&lt;X)A;7YA+'ZP)'6S=G^S+1"5!0!!$!!$!!1!"1!'!!9!"Q!'!!A!#1!'!!9!"A-!!(A!!!U)!!!*!!!!#1!!!!!!!!!!!!!!D1=!!!!!!!#1!!!!#A!!!!!!!!!!!!!!!!!!!!!"!!I!!!!!</Property>
463 <Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
464 <Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
465 <Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
466 <Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
467 <Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
468 <Property Name="NI.ClassItem.State" Type="Int">1107821072</Property>
471 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!%F!!!!#Q!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!$5!+!!&gt;$&gt;8*S:7ZU!!N!#A!&amp;5'^X:8)!"!!!!#B!=!!?!!!6%W.M98.T8UB446!S,GRW9WRB=X-!#5.M98.T)%^V&gt;!!I1(!!(A!!&amp;2.D&lt;'&amp;T=V^)5UV1-CZM&gt;G.M98.T!!B$&lt;'&amp;T=S"*&lt;A!!)%"1!!-!!!!"!!)4:8*S&lt;X)A;7YA+'ZP)'6S=G^S+1"5!0!!$!!$!!1!"1!'!!9!"Q!'!!A!#1!'!!9!"A)!!(A!!!U)!!!*!!!!#1!!!!!!!!!!!!!!D1=!!!!!!!#1!!!!#!!!!!!!!!!!!!!!!!!!!!!"!!I!!!!!</Property>
472 <Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
473 <Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
474 <Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
475 <Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
476 <Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
477 <Property Name="NI.ClassItem.State" Type="Int">1107821056</Property>
469 478 </Item>
470 479 <Item Name="PowerSupply_Init.vi" Type="VI" URL="../OverrideVIs/PowerSupply_Init.vi">
471 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!%.!!!!#1!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!#B!=!!?!!!6%W.M98.T8UB446!S,GRW9WRB=X-!#5.M98.T)%^V&gt;!!I1(!!(A!!&amp;2.D&lt;'&amp;T=V^)5UV1-CZM&gt;G.M98.T!!B$&lt;'&amp;T=S"*&lt;A!!)%"1!!-!!!!"!!)4:8*S&lt;X)A;7YA+'ZP)'6S=G^S+1"5!0!!$!!$!!1!"!!%!!1!"1!%!!9!"Q!%!!1!"!-!!(A!!!U)!!!!!!!!!!!!!!!!!!!!!!!!D1=!!!!!!!#3!!!!#A!!!!!!!!!!!!!!!!!!!!!"!!A!!!!!</Property>
472 <Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
473 <Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
474 <Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
475 <Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
476 <Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
477 <Property Name="NI.ClassItem.State" Type="Int">1107821072</Property>
480 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!%.!!!!#1!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!#B!=!!?!!!6%W.M98.T8UB446!S,GRW9WRB=X-!#5.M98.T)%^V&gt;!!I1(!!(A!!&amp;2.D&lt;'&amp;T=V^)5UV1-CZM&gt;G.M98.T!!B$&lt;'&amp;T=S"*&lt;A!!)%"1!!-!!!!"!!)4:8*S&lt;X)A;7YA+'ZP)'6S=G^S+1"5!0!!$!!$!!1!"!!%!!1!"1!%!!9!"Q!%!!1!"!)!!(A!!!U)!!!!!!!!!!!!!!!!!!!!!!!!D1=!!!!!!!#1!!!!#!!!!!!!!!!!!!!!!!!!!!!"!!A!!!!!</Property>
481 <Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
482 <Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
483 <Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
484 <Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
485 <Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
486 <Property Name="NI.ClassItem.State" Type="Int">1107821056</Property>
478 487 </Item>
479 488 <Item Name="PowerSupply_Reset.vi" Type="VI" URL="../OverrideVIs/PowerSupply_Reset.vi">
480 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!%.!!!!#1!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!#B!=!!?!!!6%W.M98.T8UB446!S,GRW9WRB=X-!#5.M98.T)%^V&gt;!!I1(!!(A!!&amp;2.D&lt;'&amp;T=V^)5UV1-CZM&gt;G.M98.T!!B$&lt;'&amp;T=S"*&lt;A!!)%"1!!-!!!!"!!)4:8*S&lt;X)A;7YA+'ZP)'6S=G^S+1"5!0!!$!!$!!1!"!!%!!1!"1!%!!9!"Q!%!!1!"!-!!(A!!!U)!!!!!!!!!!!!!!!!!!!!!!!!D1=!!!!!!!#1!!!!#A!!!!!!!!!!!!!!!!!!!!!"!!A!!!!!</Property>
481 <Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
482 <Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
483 <Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
484 <Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
485 <Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
486 <Property Name="NI.ClassItem.State" Type="Int">1107821072</Property>
489 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!%.!!!!#1!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!#B!=!!?!!!6%W.M98.T8UB446!S,GRW9WRB=X-!#5.M98.T)%^V&gt;!!I1(!!(A!!&amp;2.D&lt;'&amp;T=V^)5UV1-CZM&gt;G.M98.T!!B$&lt;'&amp;T=S"*&lt;A!!)%"1!!-!!!!"!!)4:8*S&lt;X)A;7YA+'ZP)'6S=G^S+1"5!0!!$!!$!!1!"!!%!!1!"1!%!!9!"Q!%!!1!"!)!!(A!!!U)!!!!!!!!!!!!!!!!!!!!!!!!D1=!!!!!!!#1!!!!#!!!!!!!!!!!!!!!!!!!!!!"!!A!!!!!</Property>
490 <Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
491 <Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
492 <Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
493 <Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
494 <Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
495 <Property Name="NI.ClassItem.State" Type="Int">1107821056</Property>
487 496 </Item>
488 497 <Item Name="PowerSupply_SetCurrent.vi" Type="VI" URL="../OverrideVIs/PowerSupply_SetCurrent.vi">
489 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!%A!!!!#A!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!#B!=!!?!!!6%W.M98.T8UB446!S,GRW9WRB=X-!#5.M98.T)%^V&gt;!!I1(!!(A!!&amp;2.D&lt;'&amp;T=V^)5UV1-CZM&gt;G.M98.T!!B$&lt;'&amp;T=S"*&lt;A!!)%"1!!-!!!!"!!)4:8*S&lt;X)A;7YA+'ZP)'6S=G^S+1!41!I!$5^V&gt;("V&gt;%.V=H*F&lt;H1!6!$Q!!Q!!Q!%!!1!"!!%!!5!"!!'!!=!"!!)!!1$!!"Y!!!.#!!!!!!!!!!!!!!!!!!!!!!!!)U(!!!!!!!!E!!!!!I!!!!!!!!!%!!!!!!!!!!!!1!*!!!!!!</Property>
490 <Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
491 <Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
492 <Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
493 <Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
494 <Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
495 <Property Name="NI.ClassItem.State" Type="Int">1107821072</Property>
498 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!%A!!!!#A!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!#B!=!!?!!!6%W.M98.T8UB446!S,GRW9WRB=X-!#5.M98.T)%^V&gt;!!I1(!!(A!!&amp;2.D&lt;'&amp;T=V^)5UV1-CZM&gt;G.M98.T!!B$&lt;'&amp;T=S"*&lt;A!!)%"1!!-!!!!"!!)4:8*S&lt;X)A;7YA+'ZP)'6S=G^S+1!41!I!$5^V&gt;("V&gt;%.V=H*F&lt;H1!6!$Q!!Q!!Q!%!!1!"!!%!!5!"!!'!!=!"!!)!!1#!!"Y!!!.#!!!!!!!!!!!!!!!!!!!!!!!!)U(!!!!!!!!E!!!!!A!!!!!!!!!%!!!!!!!!!!!!1!*!!!!!!</Property>
499 <Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
500 <Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
501 <Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
502 <Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
503 <Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
504 <Property Name="NI.ClassItem.State" Type="Int">1107821056</Property>
496 505 </Item>
497 506 </Item>
498 507 <Item Name="Setup" Type="Folder">
@@ -545,6 +554,15
545 554 <Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
546 555 <Property Name="NI.ClassItem.State" Type="Int">1074536980</Property>
547 556 </Item>
557 <Item Name="DisableAxes.vi" Type="VI" URL="../SubVIs/DisableAxes.vi">
558 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!%F!!!!#A!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!#B!=!!?!!!6%W.M98.T8UB446!S,GRW9WRB=X-!#5.M98.T)%^V&gt;!!I1(!!(A!!&amp;2.D&lt;'&amp;T=V^)5UV1-CZM&gt;G.M98.T!!B$&lt;'&amp;T=S"*&lt;A!!)%"1!!-!!!!"!!)4:8*S&lt;X)A;7YA+'ZP)'6S=G^S+1!,1!-!"%&amp;Y;8-!!'%!]!!-!!-!"!!%!!1!"!!&amp;!!1!"A!(!!1!"!!)!Q!!?!!!$1A!!!!!!!!!!!!!!!!!!!!!!!!."Q!!!!!!!"!!!!!+!!!!!!!!!!!!!!!1!!!.!!!!!!!)!!!!!!!!!!!"!!E!!!!!</Property>
559 <Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
560 <Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
561 <Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">true</Property>
562 <Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
563 <Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
564 <Property Name="NI.ClassItem.State" Type="Int">1342972432</Property>
565 </Item>
548 566 <Item Name="GetDigOuts.vi" Type="VI" URL="../SubVIs/GetDigOuts.vi">
549 567 <Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!&amp;9!!!!$1!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!$%!B"V.F&gt;(2J&lt;G=!$%!B"E5N5X2P=!!!"!!!!#B!=!!?!!!6%W.M98.T8UB446!S,GRW9WRB=X-!#5.M98.T)%^V&gt;!!I1(!!(A!!&amp;2.D&lt;'&amp;T=V^)5UV1-CZM&gt;G.M98.T!!B$&lt;'&amp;T=S"*&lt;A!!)%"1!!-!!!!"!!)4:8*S&lt;X)A;7YA+'ZP)'6S=G^S+1!41!-!$5FO:'6Y8V.F&gt;(2J&lt;G=!%U!$!!R*&lt;G2F?&amp;^&amp;,6.U&lt;X!!!'%!]!!-!!-!"!!&amp;!!9!"A!(!!9!#!!*!!I!#Q!'!Q!!?!!!$1A!!!E!!!!*!!!!!!!!!!!!!!!."Q!!!!!!!"!!!!!+!!!!%!!!!"!!!!!!!!!.!!!!!!!)!!!!!!!!!!!"!!Q!!!!!</Property>
550 568 <Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
@@ -3,6 +3,7
3 3 TesterName = "Hochstrommessplatz 2"
4 4 MaxCurrent = 2000
5 5 MaxTemperature = 250
6 MaxAmbientTemperature = 50
6 7 SensorsEnable.<size(s)> = "15"
7 8 SensorsEnable 0 = "True"
8 9 SensorsEnable 1 = "True"
@@ -11,14 +12,14
11 12 SensorsEnable 4 = "True"
12 13 SensorsEnable 5 = "True"
13 14 SensorsEnable 6 = "True"
14 SensorsEnable 7 = "True"
15 SensorsEnable 8 = "True"
16 SensorsEnable 9 = "True"
17 SensorsEnable 10 = "True"
18 SensorsEnable 11 = "True"
19 SensorsEnable 12 = "True"
20 SensorsEnable 13 = "True"
21 SensorsEnable 14 = "True"
15 SensorsEnable 7 = "False"
16 SensorsEnable 8 = "False"
17 SensorsEnable 9 = "False"
18 SensorsEnable 10 = "False"
19 SensorsEnable 11 = "False"
20 SensorsEnable 12 = "False"
21 SensorsEnable 13 = "False"
22 SensorsEnable 14 = "False"
22 23 SensorsDescription.<size(s)> = "15"
23 24 SensorsDescription 0 = "NI-9212: Ch1"
24 25 SensorsDescription 1 = "NI-9212: Ch2"
@@ -47,7 +48,7
47 48 CalibrationPassword = "48c8947f69c054a5caa934674ce8881d02bb18fb59d5a63eeaddff735b0e9801e87294783281ae49fc8287a0fd86779b27d7972d3e84f0fa0d826d7cb67dfefc"
48 49
49 50 [Hardware]
50 SimulateDevices = True
51 SimulateDevices = False
51 52 DI_E-Stop = ""
52 53 DI_Setup = ""
53 54 PowerSupply_VISAName = "COM4"
@@ -289,8 +290,8
289 290 POS_AxesNames 0 = "X"
290 291 POS_AxesNames 1 = "Y"
291 292 POS_AxesNames 2 = "Z"
292 POS_Reference_Axes = "<size(s)=3> 1,000000 1,000000 110,000000"
293 POS_Limits_Axis1 = "<size(s)=2> 0 210"
293 POS_Reference_Axes = "<size(s)=3> 1,000000 1,000000 308,000000"
294 POS_Limits_Axis1 = "<size(s)=2> 0 155"
294 295 POS_Limits_Axis2 = "<size(s)=2> 0 242"
295 296 POS_Limits_Axis3 = "<size(s)=2> 0 111"
296 297 POS_AxesFlipped.<size(s)> = "3"
@@ -301,7 +302,13
301 302 Pos_MaxAcceleration = "15000"
302 303 Pos_MaxJerk = "140000"
303 304 Pos_DO_E-Stop_Index = "0"
304 Pos_DO_Setup_Index = "1"
305 Pos_DO_Setup_Index = "2"
306 ForceLimit_Axis3 = "<size(s)=1> 0,000000"
307 ForceLimit_Axis3_Text.<size(s)> = "1"
308 ForceLimit_Axis3_Text 0 = ""
309 ForceLimit_Axis3_AO_Limits = "<size(s)=2> 0,000000 100,000000"
310 ForceLimit_AI_Index = "0"
311 AirCooling_AI_Index = "1"
305 312
306 313 [DefaultValues]
307 314 WorkingStroke = "0"
@@ -372,7 +379,7
372 379 ProtocolDataFolderName = "Bilder|Messungen"
373 380
374 381 [StateMessages]
375 Info.<size(s)> = "28"
382 Info.<size(s)> = "29"
376 383 Info 0 = "Aktivierter Not-Halt oder eine T�r steht offen! Ein Teststart ist nicht m�glich"
377 384 Info 1 = "Zum Anlegen eines neuen Tests "Neuer Test" klicken"
378 385 Info 2 = "Grunddaten anlegen oder bestehenden Test �ffnen"
@@ -395,13 +402,14
395 402 Info 19 = "Testdaten zur Testberichterstellung laden und ausw�hlen"
396 403 Info 20 = "Testbericht wird erstellt... Bitte warten"
397 404 Info 21 = "Testbericht erstellt"
398 Info 22 = "Achsen werden initialisiert..."
399 Info 23 = "Referenzfahrt l�uft..."
400 Info 24 = "X-Achse wird referenziert..."
401 Info 25 = "Y-Achse wird referenziert..."
402 Info 26 = "Z-Achse wird referenziert..."
403 Info 27 = "Position wird angefahren..."
404 Result.<size(s)> = "28"
405 Info 22 = "Test ist gespeichert"
406 Info 23 = "Achsen werden initialisiert..."
407 Info 24 = "Referenzfahrt l�uft..."
408 Info 25 = "X-Achse wird referenziert..."
409 Info 26 = "Y-Achse wird referenziert..."
410 Info 27 = "Z-Achse wird referenziert..."
411 Info 28 = "Position wird angefahren..."
412 Result.<size(s)> = "29"
405 413 Result 0 = "Not-Halt"
406 414 Result 1 = ""
407 415 Result 2 = "Bereit"
@@ -424,12 +432,13
424 432 Result 19 = "Bereit"
425 433 Result 20 = "Bereit"
426 434 Result 21 = "Bereit"
427 Result 22 = ""
428 Result 23 = "Einrichtbetrieb"
435 Result 22 = "Bereit"
436 Result 23 = ""
429 437 Result 24 = "Einrichtbetrieb"
430 438 Result 25 = "Einrichtbetrieb"
431 439 Result 26 = "Einrichtbetrieb"
432 440 Result 27 = "Einrichtbetrieb"
441 Result 28 = "Einrichtbetrieb"
433 442
434 443 [DialogMessages]
435 444 Messages.<size(s)> = "8"
@@ -3,6 +3,7
3 3 TesterName = "Hochstrommessplatz 1"
4 4 MaxCurrent = 600
5 5 MaxTemperature = 250
6 MaxAmbientTemperature = 50
6 7 SensorsEnable.<size(s)> = "15"
7 8 SensorsEnable 0 = "True"
8 9 SensorsEnable 1 = "True"
@@ -200,7 +201,7
200 201 ProtocolDataFolderName = "Bilder|Messungen"
201 202
202 203 [StateMessages]
203 Info.<size(s)> = "22"
204 Info.<size(s)> = "23"
204 205 Info 0 = "Aktivierter Not-Halt oder eine T�r steht offen! Ein Teststart ist nicht m�glich"
205 206 Info 1 = "Zum Anlegen eines neuen Tests "Neuer Test" klicken"
206 207 Info 2 = "Grunddaten anlegen oder bestehenden Test �ffnen"
@@ -223,7 +224,8
223 224 Info 19 = "Testdaten zur Testberichterstellung laden und ausw�hlen"
224 225 Info 20 = "Testbericht wird erstellt... Bitte warten"
225 226 Info 21 = "Testbericht erstellt"
226 Result.<size(s)> = "22"
227 Info 22 = "Test ist gespeichert"
228 Result.<size(s)> = "23"
227 229 Result 0 = "Not-Halt"
228 230 Result 1 = ""
229 231 Result 2 = "Bereit"
@@ -246,6 +248,7
246 248 Result 19 = "Bereit"
247 249 Result 20 = "Bereit"
248 250 Result 21 = "Bereit"
251 Result 22 = "Bereit"
249 252
250 253 [DialogMessages]
251 254 Messages.<size(s)> = "8"
@@ -3,6 +3,7
3 3 TesterName = "Hochstrommessplatz 2"
4 4 MaxCurrent = 2000
5 5 MaxTemperature = 250
6 MaxAmbientTemperature = 50
6 7 SensorsEnable.<size(s)> = "15"
7 8 SensorsEnable 0 = "True"
8 9 SensorsEnable 1 = "True"
@@ -289,8 +290,8
289 290 POS_AxesNames 0 = "X"
290 291 POS_AxesNames 1 = "Y"
291 292 POS_AxesNames 2 = "Z"
292 POS_Reference_Axes = "<size(s)=3> 1,000000 1,000000 110,000000"
293 POS_Limits_Axis1 = "<size(s)=2> 0 210"
293 POS_Reference_Axes = "<size(s)=3> 1,000000 1,000000 308,000000"
294 POS_Limits_Axis1 = "<size(s)=2> 0 155"
294 295 POS_Limits_Axis2 = "<size(s)=2> 0 303"
295 296 POS_Limits_Axis3 = "<size(s)=2> 0 309"
296 297 POS_AxesFlipped.<size(s)> = "3"
@@ -301,7 +302,7
301 302 Pos_MaxAcceleration = "15000"
302 303 Pos_MaxJerk = "140000"
303 304 Pos_DO_E-Stop_Index = "0"
304 Pos_DO_Setup_Index = "1"
305 Pos_DO_Setup_Index = "2"
305 306 ForceLimit_Axis3 = "<size(s)=1> 0,000000"
306 307 ForceLimit_Axis3_Text.<size(s)> = "1"
307 308 ForceLimit_Axis3_Text 0 = ""
@@ -378,7 +379,7
378 379 ProtocolDataFolderName = "Bilder|Messungen"
379 380
380 381 [StateMessages]
381 Info.<size(s)> = "28"
382 Info.<size(s)> = "29"
382 383 Info 0 = "Aktivierter Not-Halt oder eine T�r steht offen! Ein Teststart ist nicht m�glich"
383 384 Info 1 = "Zum Anlegen eines neuen Tests "Neuer Test" klicken"
384 385 Info 2 = "Grunddaten anlegen oder bestehenden Test �ffnen"
@@ -401,13 +402,14
401 402 Info 19 = "Testdaten zur Testberichterstellung laden und ausw�hlen"
402 403 Info 20 = "Testbericht wird erstellt... Bitte warten"
403 404 Info 21 = "Testbericht erstellt"
404 Info 22 = "Achsen werden initialisiert..."
405 Info 23 = "Referenzfahrt l�uft..."
406 Info 24 = "X-Achse wird referenziert..."
407 Info 25 = "Y-Achse wird referenziert..."
408 Info 26 = "Z-Achse wird referenziert..."
409 Info 27 = "Position wird angefahren..."
410 Result.<size(s)> = "28"
405 Info 22 = "Test ist gespeichert"
406 Info 23 = "Achsen werden initialisiert..."
407 Info 24 = "Referenzfahrt l�uft..."
408 Info 25 = "X-Achse wird referenziert..."
409 Info 26 = "Y-Achse wird referenziert..."
410 Info 27 = "Z-Achse wird referenziert..."
411 Info 28 = "Position wird angefahren..."
412 Result.<size(s)> = "29"
411 413 Result 0 = "Not-Halt"
412 414 Result 1 = ""
413 415 Result 2 = "Bereit"
@@ -430,12 +432,13
430 432 Result 19 = "Bereit"
431 433 Result 20 = "Bereit"
432 434 Result 21 = "Bereit"
433 Result 22 = ""
434 Result 23 = "Einrichtbetrieb"
435 Result 22 = "Bereit"
436 Result 23 = ""
435 437 Result 24 = "Einrichtbetrieb"
436 438 Result 25 = "Einrichtbetrieb"
437 439 Result 26 = "Einrichtbetrieb"
438 440 Result 27 = "Einrichtbetrieb"
441 Result 28 = "Einrichtbetrieb"
439 442
440 443 [DialogMessages]
441 444 Messages.<size(s)> = "8"
@@ -3,6 +3,7
3 3 TesterName = "Strommessplatz 3"
4 4 MaxCurrent = 130
5 5 MaxTemperature = 250
6 MaxAmbientTemperature = 50
6 7 SensorsEnable.<size(s)> = "15"
7 8 SensorsEnable 0 = "True"
8 9 SensorsEnable 1 = "True"
@@ -254,7 +255,7
254 255 ProtocolDataFolderName = "Bilder|Messungen"
255 256
256 257 [StateMessages]
257 Info.<size(s)> = "22"
258 Info.<size(s)> = "23"
258 259 Info 0 = "Aktivierter Not-Halt oder eine T�r steht offen! Ein Teststart ist nicht m�glich"
259 260 Info 1 = "Zum Anlegen eines neuen Tests "Neuer Test" klicken"
260 261 Info 2 = "Grunddaten anlegen oder bestehenden Test �ffnen"
@@ -277,7 +278,8
277 278 Info 19 = "Testdaten zur Testberichterstellung laden und ausw�hlen"
278 279 Info 20 = "Testbericht wird erstellt... Bitte warten"
279 280 Info 21 = "Testbericht erstellt"
280 Result.<size(s)> = "22"
281 Info 22 = "Test ist gespeichert"
282 Result.<size(s)> = "23"
281 283 Result 0 = "Not-Halt"
282 284 Result 1 = ""
283 285 Result 2 = "Bereit"
@@ -300,6 +302,7
300 302 Result 19 = "Bereit"
301 303 Result 20 = "Bereit"
302 304 Result 21 = "Bereit"
305 Result 22 = "Bereit"
303 306
304 307 [DialogMessages]
305 308 Messages.<size(s)> = "8"
General Comments 0
You need to be logged in to leave comments. Login now