Skip to content

Commit 2b99560

Browse files
committed
update LabVIEW example
1 parent 79d0812 commit 2b99560

15 files changed

+30
-1
lines changed
21.3 KB
Binary file not shown.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<Project Type="Project" LVVersion="10008000">
3+
<Item Name="My Computer" Type="My Computer">
4+
<Property Name="server.app.propertiesEnabled" Type="Bool">true</Property>
5+
<Property Name="server.control.propertiesEnabled" Type="Bool">true</Property>
6+
<Property Name="server.tcp.enabled" Type="Bool">false</Property>
7+
<Property Name="server.tcp.port" Type="Int">0</Property>
8+
<Property Name="server.tcp.serviceName" Type="Str">My Computer/VI Server</Property>
9+
<Property Name="server.tcp.serviceName.default" Type="Str">My Computer/VI Server</Property>
10+
<Property Name="server.vi.callsEnabled" Type="Bool">true</Property>
11+
<Property Name="server.vi.propertiesEnabled" Type="Bool">true</Property>
12+
<Property Name="specify.custom.address" Type="Bool">false</Property>
13+
<Item Name="Helpers" Type="Folder" URL="../Helpers">
14+
<Property Name="NI.DISK" Type="Bool">true</Property>
15+
</Item>
16+
<Item Name="Dashboard and Primary Interface.vi" Type="VI" URL="../Dashboard and Primary Interface.vi"/>
17+
<Item Name="RTDE.vi" Type="VI" URL="../RTDE.vi"/>
18+
<Item Name="XmlRpc.vi" Type="VI" URL="../XmlRpc.vi"/>
19+
<Item Name="Dependencies" Type="Dependencies">
20+
<Item Name="mscorlib" Type="VI" URL="mscorlib">
21+
<Property Name="NI.PreserveRelativePath" Type="Bool">true</Property>
22+
</Item>
23+
<Item Name="UnderAutomation.UniversalRobots.dll" Type="Document" URL="../../../Library/UnderAutomation.UniversalRobots.dll"/>
24+
</Item>
25+
<Item Name="Build Specifications" Type="Build"/>
26+
</Item>
27+
</Project>
7.12 KB
Binary file not shown.
Binary file not shown.
9.41 KB
Binary file not shown.

LabVIEW/Examples/LabVIEW10/RTDE.vi

27.5 KB
Binary file not shown.
7.27 KB
Binary file not shown.
28.2 KB
Binary file not shown.

LabVIEW/Examples/LabVIEW21/Demo.lvproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@
1313
<Item Name="Helpers" Type="Folder" URL="../Helpers">
1414
<Property Name="NI.DISK" Type="Bool">true</Property>
1515
</Item>
16+
<Item Name="Dashboard and Primary Interface.vi" Type="VI" URL="../Dashboard and Primary Interface.vi"/>
1617
<Item Name="RTDE.vi" Type="VI" URL="../RTDE.vi"/>
17-
<Item Name="Simple demo.vi" Type="VI" URL="../Simple demo.vi"/>
18+
<Item Name="XmlRpc.vi" Type="VI" URL="../XmlRpc.vi"/>
1819
<Item Name="Dependencies" Type="Dependencies">
1920
<Item Name="mscorlib" Type="VI" URL="mscorlib">
2021
<Property Name="NI.PreserveRelativePath" Type="Bool">true</Property>
2122
</Item>
2223
<Item Name="UnderAutomation.UniversalRobots.dll" Type="Document" URL="../../../Library/UnderAutomation.UniversalRobots.dll"/>
24+
<Item Name="XmlRpcRequestCallbackVI.vi" Type="VI" URL="../Helpers/XmlRpcRequestCallbackVI.vi"/>
2325
</Item>
2426
<Item Name="Build Specifications" Type="Build"/>
2527
</Item>
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)