diff --git a/CT_MRL.ini b/CT_MRL.ini new file mode 100644 index 0000000..e1ad8f3 --- /dev/null +++ b/CT_MRL.ini @@ -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 + diff --git a/CT_WETF_MRL.aliases b/CT_WETF_MRL.aliases new file mode 100644 index 0000000..3207cdd --- /dev/null +++ b/CT_WETF_MRL.aliases @@ -0,0 +1,2 @@ +[Mein Computer] +Mein Computer="localhost" \ No newline at end of file diff --git a/CT_WETF_MRL.exe b/CT_WETF_MRL.exe new file mode 100644 index 0000000..434cef6 Binary files /dev/null and b/CT_WETF_MRL.exe differ diff --git a/CT_WETF_MRL.ini b/CT_WETF_MRL.ini new file mode 100644 index 0000000..66dd417 --- /dev/null +++ b/CT_WETF_MRL.ini @@ -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 + diff --git a/WETF.aliases b/WETF.aliases new file mode 100644 index 0000000..108e0ce --- /dev/null +++ b/WETF.aliases @@ -0,0 +1,3 @@ +[Mein Computer] +Mein Computer = "192.168.56.1" + diff --git a/WETF.lvproj b/WETF.lvproj new file mode 100644 index 0000000..211f3fd --- /dev/null +++ b/WETF.lvproj @@ -0,0 +1,58 @@ + + + + true + true + false + 0 + Mein Computer/VI-Server + Mein Computer/VI-Server + true + true + false + + + + + true + {BCBE7191-538A-4A81-832A-38C285351EB0} + {4E06A1C0-A4DA-48E2-B723-7A2EBB3E0C69} + 8002 + http://www.HS-bremen.com + true + {C7991996-3785-4546-B7E5-25C83C3F1503} + ct_mrl + German + true + true + true + ../builds/NI_AB_PROJECTNAME/ct_mrl + relativeToCommon + true + {35058705-1EE7-443B-9561-2C6A11EC1784} + 1 + Application.exe + ../builds/NI_AB_PROJECTNAME/ct_mrl/Application.exe + true + App + Hilfsdatei-Verzeichnis + ../builds/NI_AB_PROJECTNAME/ct_mrl/data + 2 + {89458882-34AE-43D6-A5E1-6F3ABA0FDE4D} + Container + 0 + /Mein Computer/ct_mrl.vi + TopLevel + VI + 2 + HS-bremen + ct_mrl + ct_mrl + Copyright © 2020 HS-bremen + ct_mrl + {9C492E93-CCC1-403E-9528-E962FD771F9E} + Application.exe + + + + diff --git a/ct_mrl.aliases b/ct_mrl.aliases index 108e0ce..3207cdd 100644 --- a/ct_mrl.aliases +++ b/ct_mrl.aliases @@ -1,3 +1,2 @@ [Mein Computer] -Mein Computer = "192.168.56.1" - +Mein Computer="localhost" \ No newline at end of file diff --git a/ct_mrl2.lvlps b/ct_mrl2.lvlps new file mode 100644 index 0000000..3452ba1 --- /dev/null +++ b/ct_mrl2.lvlps @@ -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" + diff --git a/niwebserver.conf b/niwebserver.conf new file mode 100644 index 0000000..a821f1d --- /dev/null +++ b/niwebserver.conf @@ -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