WETF 2cond

This commit is contained in:
Finn 2020-06-18 07:04:54 +02:00
parent 224f55df52
commit ce0fae927e
9 changed files with 133 additions and 2 deletions

13
CT_MRL.ini Normal file
View File

@ -0,0 +1,13 @@
[CT_MRL]
server.app.propertiesEnabled=True
server.ole.enabled=True
server.tcp.paranoid=True
server.tcp.serviceName="Mein Computer/VI-Server"
server.vi.callsEnabled=True
server.vi.propertiesEnabled=True
WebServer.Enabled=True
WebServer.TcpAccess="c+*"
WebServer.ViAccess="+*"
DebugServerEnabled=False
DebugServerWaitOnLaunch=False

2
CT_WETF_MRL.aliases Normal file
View File

@ -0,0 +1,2 @@
[Mein Computer]
Mein Computer="localhost"

BIN
CT_WETF_MRL.exe Normal file

Binary file not shown.

13
CT_WETF_MRL.ini Normal file
View File

@ -0,0 +1,13 @@
[CT_WETF_MRL]
server.app.propertiesEnabled=True
server.ole.enabled=True
server.tcp.paranoid=True
server.tcp.serviceName="Mein Computer/VI-Server"
server.vi.callsEnabled=True
server.vi.propertiesEnabled=True
WebServer.Enabled=True
WebServer.TcpAccess="c+*"
WebServer.ViAccess="+*"
DebugServerEnabled=False
DebugServerWaitOnLaunch=False

3
WETF.aliases Normal file
View File

@ -0,0 +1,3 @@
[Mein Computer]
Mein Computer = "192.168.56.1"

58
WETF.lvproj Normal file
View File

@ -0,0 +1,58 @@
<?xml version='1.0' encoding='UTF-8'?>
<Project Type="Project" LVVersion="15008000">
<Item Name="Mein 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">Mein Computer/VI-Server</Property>
<Property Name="server.tcp.serviceName.default" Type="Str">Mein 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="ct_mrl.vi" Type="VI" URL="../ct_mrl.vi"/>
<Item Name="Abhängigkeiten" Type="Dependencies"/>
<Item Name="Build-Spezifikationen" Type="Build">
<Item Name="ct_mrl" Type="EXE">
<Property Name="App_copyErrors" Type="Bool">true</Property>
<Property Name="App_INI_aliasGUID" Type="Str">{BCBE7191-538A-4A81-832A-38C285351EB0}</Property>
<Property Name="App_INI_GUID" Type="Str">{4E06A1C0-A4DA-48E2-B723-7A2EBB3E0C69}</Property>
<Property Name="App_serverConfig.httpPort" Type="Int">8002</Property>
<Property Name="App_winsec.description" Type="Str">http://www.HS-bremen.com</Property>
<Property Name="Bld_autoIncrement" Type="Bool">true</Property>
<Property Name="Bld_buildCacheID" Type="Str">{C7991996-3785-4546-B7E5-25C83C3F1503}</Property>
<Property Name="Bld_buildSpecName" Type="Str">ct_mrl</Property>
<Property Name="Bld_defaultLanguage" Type="Str">German</Property>
<Property Name="Bld_excludeInlineSubVIs" Type="Bool">true</Property>
<Property Name="Bld_excludeLibraryItems" Type="Bool">true</Property>
<Property Name="Bld_excludePolymorphicVIs" Type="Bool">true</Property>
<Property Name="Bld_localDestDir" Type="Path">../builds/NI_AB_PROJECTNAME/ct_mrl</Property>
<Property Name="Bld_localDestDirType" Type="Str">relativeToCommon</Property>
<Property Name="Bld_modifyLibraryFile" Type="Bool">true</Property>
<Property Name="Bld_previewCacheID" Type="Str">{35058705-1EE7-443B-9561-2C6A11EC1784}</Property>
<Property Name="Bld_version.major" Type="Int">1</Property>
<Property Name="Destination[0].destName" Type="Str">Application.exe</Property>
<Property Name="Destination[0].path" Type="Path">../builds/NI_AB_PROJECTNAME/ct_mrl/Application.exe</Property>
<Property Name="Destination[0].preserveHierarchy" Type="Bool">true</Property>
<Property Name="Destination[0].type" Type="Str">App</Property>
<Property Name="Destination[1].destName" Type="Str">Hilfsdatei-Verzeichnis</Property>
<Property Name="Destination[1].path" Type="Path">../builds/NI_AB_PROJECTNAME/ct_mrl/data</Property>
<Property Name="DestinationCount" Type="Int">2</Property>
<Property Name="Source[0].itemID" Type="Str">{89458882-34AE-43D6-A5E1-6F3ABA0FDE4D}</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">/Mein Computer/ct_mrl.vi</Property>
<Property Name="Source[1].sourceInclusion" Type="Str">TopLevel</Property>
<Property Name="Source[1].type" Type="Str">VI</Property>
<Property Name="SourceCount" Type="Int">2</Property>
<Property Name="TgtF_companyName" Type="Str">HS-bremen</Property>
<Property Name="TgtF_fileDescription" Type="Str">ct_mrl</Property>
<Property Name="TgtF_internalName" Type="Str">ct_mrl</Property>
<Property Name="TgtF_legalCopyright" Type="Str">Copyright © 2020 HS-bremen</Property>
<Property Name="TgtF_productName" Type="Str">ct_mrl</Property>
<Property Name="TgtF_targetfileGUID" Type="Str">{9C492E93-CCC1-403E-9528-E962FD771F9E}</Property>
<Property Name="TgtF_targetfileName" Type="Str">Application.exe</Property>
</Item>
</Item>
</Item>
</Project>

View File

@ -1,3 +1,2 @@
[Mein Computer] [Mein Computer]
Mein Computer = "192.168.56.1" Mein Computer="localhost"

12
ct_mrl2.lvlps Normal file
View File

@ -0,0 +1,12 @@
[AB_Cache_{09C556AC-E4F6-4FB6-B653-0F96F356F449}]
Cache_Path[Path] = "/C/temp/AB_Cache_{09C556AC-E4F6-4FB6-B653-0F96F356F449}.txt"
[AB_Cache_{705E527A-10C2-4037-98E6-00D94CCA2C77}]
Cache_Path[Path] = "/C/temp/AB_Cache_{705E527A-10C2-4037-98E6-00D94CCA2C77}.txt"
[AB_Cache_{2CD66E17-FB47-4126-89DD-BFF5F24BF028}]
Cache_Path[Path] = "/C/temp/AB_Cache_{2CD66E17-FB47-4126-89DD-BFF5F24BF028}.txt"
[AB_Cache_{5BE67FB0-2A35-46FD-9134-4AFDDFA93188}]
Cache_Path[Path] = "/C/temp/AB_Cache_{5BE67FB0-2A35-46FD-9134-4AFDDFA93188}.txt"

31
niwebserver.conf Normal file
View File

@ -0,0 +1,31 @@
# Web server configuration file.
# Generated by LabVIEW 15.0.1
# 17/06/2020 11:45:31
#
# Global Directives
#
NI.AddLVRouteVars
ErrorLog "$LVSERVER_ROOT/logs/error.log", level=2, anew
TypesConfig "$LVSERVER_ROOT/mime.types"
LimitWorkers 10
LoadModulePath "$LVSERVER_ROOT/..;$LVSERVER_ROOT/modules;$LVSERVER_ROOT/LVModules"
LoadModule LVAuth lvauthmodule
LoadModule LVSnapshot lvsnapshotmodule
LoadModule LVRFP lvrfpmodule
Listen 8000
#
# Directives that apply to the default server
#
NI.ServerName LabVIEW
DocumentRoot "C:/Program Files (x86)/National Instruments/LabVIEW 2015/resource/webserver/../../www"
InactivityTimeout 60
SetConnector netConnector
AddHandler LVAuth
AddHandler LVSnapshot snap
AddHandler LVRFP
AddHandler LVSnapshot
AddHandler fileHandler ""
AddOutputFilter chunkFilter
DirectoryIndex index.html