commit 3fd41b7fe62140bf599e92dfa43b9f1414d03c07 Author: Gerardo Marx - Win10H Date: Thu Sep 2 13:02:32 2021 -0500 initial commit diff --git a/Acces-CSV.aliases b/Acces-CSV.aliases new file mode 100644 index 0000000..0214963 --- /dev/null +++ b/Acces-CSV.aliases @@ -0,0 +1,6 @@ +[My Computer] +My Computer = "172.22.11.1" + +[myRio-1900] +myRio-1900 = "172.22.11.2" + diff --git a/Acces-CSV.lvlps b/Acces-CSV.lvlps new file mode 100644 index 0000000..f4a9326 --- /dev/null +++ b/Acces-CSV.lvlps @@ -0,0 +1,3 @@ +[ProjectWindow_Data] +ProjectExplorer.ClassicPosition[String] = "178,294,578,665" + diff --git a/Acces-CSV.lvproj b/Acces-CSV.lvproj new file mode 100644 index 0000000..7c417ff --- /dev/null +++ b/Acces-CSV.lvproj @@ -0,0 +1,115 @@ + + + + true + true + false + 0 + My Computer/VI Server + My Computer/VI Server + true + true + false + + + + + myRio-1900 + 172.22.11.2 + TARGET_TYPE,RT;OS,Linux;CPU,ARM;DeviceCode,762F; + 762F + true + 5000 + 1000 + 8 + 8 + false + 300 + 80 + 60 + + 100 + false + 10000 + 0 + 0 + true + true + true + 8001 + /c/ni-rt/startup/startup.rtexe + true + +* + false + /home/lvuser/natinst/bin + true + true + +* + false + true + 3363 + Main Application Instance/VI Server + Main Application Instance/VI Server + +* + true + true + Listen 8000 + +NI.ServerName default +DocumentRoot "$LVSERVER_DOCROOT" +TypesConfig "$LVSERVER_CONFIGROOT/mime.types" +DirectoryIndex index.htm +WorkerLimit 10 +InactivityTimeout 60 + +LoadModulePath "$LVSERVER_MODULEPATHS" +LoadModule LVAuth lvauthmodule +LoadModule LVRFP lvrfpmodule + +# +# Pipeline Definition +# + +SetConnector netConnector + +AddHandler LVAuth +AddHandler LVRFP + +AddHandler fileHandler "" + +AddOutputFilter chunkFilter + + + + false + false + /c/ni-rt/system/www/www.log + 80 + /c/ni-rt/system/www + c+* + 60 + +* + PqVr/ifkAQh+lVrdPIykXlFvg12GhhQFR8H9cUhphgg=:pTe9HRlQuMfJxAG6QCGq7UvoUpJzAzWGKy5SbZ+roSU= + 15 + + fpga + RIO0 + myRIO-1900 + 3 + + crio.RSIModuleContainer + + + + + + + + + + + + + + + diff --git a/main.vi b/main.vi new file mode 100644 index 0000000..d031165 Binary files /dev/null and b/main.vi differ