-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOPC UA Example.lvproj
52 lines (52 loc) · 4.46 KB
/
OPC UA Example.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
<?xml version='1.0' encoding='UTF-8'?>
<Project Type="Project" LVVersion="18008000">
<Item Name="My Computer" Type="My Computer">
<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="OPC UA Client.vi" Type="VI" URL="../OPC UA Client.vi"/>
<Item Name="OPC UA Server.vi" Type="VI" URL="../OPC UA Server.vi"/>
<Item Name="Dependencies" Type="Dependencies">
<Item Name="vi.lib" Type="Folder">
<Item Name="Application Directory.vi" Type="VI" URL="/<vilib>/Utility/file.llb/Application Directory.vi"/>
<Item Name="Check if File or Folder Exists.vi" Type="VI" URL="/<vilib>/Utility/libraryn.llb/Check if File or Folder Exists.vi"/>
<Item Name="Clear Errors.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Clear Errors.vi"/>
<Item Name="Condition Type.ctl" Type="VI" URL="/<vilib>/OPCUA/controls/Condition Type.ctl"/>
<Item Name="Data Type.ctl" Type="VI" URL="/<vilib>/OPCUA/controls/Data Type.ctl"/>
<Item Name="Error Cluster From Error Code.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Error Cluster From Error Code.vi"/>
<Item Name="Get Cert AbsPath.vi" Type="VI" URL="/<vilib>/OPCUA/server/subVI/Get Cert AbsPath.vi"/>
<Item Name="getSeurityModeAndPolicy.vi" Type="VI" URL="/<vilib>/OPCUA/server/subVI/getSeurityModeAndPolicy.vi"/>
<Item Name="Historical Access.ctl" Type="VI" URL="/<vilib>/OPCUA/controls/Historical Access.ctl"/>
<Item Name="NI OPC UA Client.lvlib" Type="Library" URL="/<vilib>/OPCUA/NI OPC UA Client.lvlib"/>
<Item Name="NI OPC UA Server.lvlib" Type="Library" URL="/<vilib>/OPCUA/NI OPC UA Server.lvlib"/>
<Item Name="NI OPC UA Utility.lvlib" Type="Library" URL="/<vilib>/OPCUA/NI OPC UA Utility.lvlib"/>
<Item Name="NI_Data Type.lvlib" Type="Library" URL="/<vilib>/Utility/Data Type/NI_Data Type.lvlib"/>
<Item Name="NI_FileType.lvlib" Type="Library" URL="/<vilib>/Utility/lvfile.llb/NI_FileType.lvlib"/>
<Item Name="ni_opcua.dll" Type="Document" URL="/<vilib>/OPCUA/ni_opcua.dll"/>
<Item Name="NI_PackedLibraryUtility.lvlib" Type="Library" URL="/<vilib>/Utility/LVLibp/NI_PackedLibraryUtility.lvlib"/>
<Item Name="NodeId.ctl" Type="VI" URL="/<vilib>/OPCUA/controls/NodeId.ctl"/>
<Item Name="NodeIds.ctl" Type="VI" URL="/<vilib>/OPCUA/controls/NodeIds.ctl"/>
<Item Name="OPC UA Client Refnum.ctl" Type="VI" URL="/<vilib>/OPCUA/controls/OPC UA Client Refnum.ctl"/>
<Item Name="OPC UA Server Refnum.ctl" Type="VI" URL="/<vilib>/OPCUA/controls/OPC UA Server Refnum.ctl"/>
<Item Name="OPC UA StatusCode.ctl" Type="VI" URL="/<vilib>/OPCUA/controls/OPC UA StatusCode.ctl"/>
<Item Name="OPC UA Variable Node Refnum.ctl" Type="VI" URL="/<vilib>/OPCUA/controls/OPC UA Variable Node Refnum.ctl"/>
<Item Name="Read Variant Result.ctl" Type="VI" URL="/<vilib>/OPCUA/controls/Read Variant Result.ctl"/>
<Item Name="Subscription Data Change.ctl" Type="VI" URL="/<vilib>/OPCUA/controls/Subscription Data Change.ctl"/>
<Item Name="Subscription ID.ctl" Type="VI" URL="/<vilib>/OPCUA/controls/Subscription ID.ctl"/>
<Item Name="Supported Security Policies.ctl" Type="VI" URL="/<vilib>/OPCUA/controls/Supported Security Policies.ctl"/>
<Item Name="Time Out.ctl" Type="VI" URL="/<vilib>/OPCUA/controls/Time Out.ctl"/>
<Item Name="Verify Variant Type.vi" Type="VI" URL="/<vilib>/OPCUA/utilities/Verify Variant Type.vi"/>
<Item Name="Write Status.ctl" Type="VI" URL="/<vilib>/OPCUA/controls/Write Status.ctl"/>
<Item Name="Write Variant Request.ctl" Type="VI" URL="/<vilib>/OPCUA/controls/Write Variant Request.ctl"/>
<Item Name="Write Variant Result.ctl" Type="VI" URL="/<vilib>/OPCUA/controls/Write Variant Result.ctl"/>
</Item>
</Item>
<Item Name="Build Specifications" Type="Build"/>
</Item>
</Project>