Skip to content

Commit 56669c5

Browse files
base framework idealogy with one working funtion
1 parent 33e5325 commit 56669c5

37 files changed

+321
-0
lines changed

LV scripting language.lvproj

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<Project Type="Project" LVVersion="16008000">
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="documentations" Type="Folder" URL="../documentations">
14+
<Property Name="NI.DISK" Type="Bool">true</Property>
15+
</Item>
16+
<Item Name="example" Type="Folder" URL="../example">
17+
<Property Name="NI.DISK" Type="Bool">true</Property>
18+
</Item>
19+
<Item Name="source code" Type="Folder" URL="../source code">
20+
<Property Name="NI.DISK" Type="Bool">true</Property>
21+
</Item>
22+
<Item Name="Dependencies" Type="Dependencies">
23+
<Item Name="vi.lib" Type="Folder">
24+
<Item Name="Clear Errors.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Clear Errors.vi"/>
25+
<Item Name="Error Cluster From Error Code.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Error Cluster From Error Code.vi"/>
26+
<Item Name="Get LV Class Default Value.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/LVClass/Get LV Class Default Value.vi"/>
27+
<Item Name="Trim Whitespace.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Trim Whitespace.vi"/>
28+
<Item Name="whitespace.ctl" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/whitespace.ctl"/>
29+
</Item>
30+
</Item>
31+
<Item Name="Build Specifications" Type="Build"/>
32+
</Item>
33+
</Project>
Binary file not shown.

example/Basic Interface.vi

16.8 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)