Skip to content
Snippets Groups Projects
Commit 634f2cce authored by Rob Kerste's avatar Rob Kerste
Browse files

TUmux 11 toegevoegd en de installatie manual uitgebreid

parent c233e048
No related branches found
No related tags found
No related merge requests found
......@@ -13,3 +13,10 @@ In project - Properties cRIO module
- Deploy
In project under www
change tumux-[x].html to the right number (save file)
in the file replace [x] to the right number (use notepad)
Voeg de volgende file toe aan project\my computer\www\files
Runtime engine staat op K:\bt\ftd\labview\Projects\Tumux\www\files
\ No newline at end of file
No preview for this file type
......@@ -8,7 +8,7 @@ cRIO-N2O = "10.50.44.240"
cRIO-N2O-2 = "10.50.44.238"
[My Computer]
My Computer = "192.168.126.1"
My Computer = "10.50.36.5"
[TUmux-10]
TUmux-10 = "10.52.13.10"
......
No preview for this file type
[ProjectWindow_Data]
ProjectExplorer.ClassicPosition[String] = "419,1952,1170,2339"
ProjectExplorer.ClassicPosition[String] = "112,-704,863,-317"
[AB_Cache_{86B3B92D-CED4-404C-B6DE-D76A94737DEE}]
Cache_Path[Path] Line0001 = "/C/Users/dgeerts/AppData/Local/Temp/AB_Cache_{86B3"
......@@ -65,3 +65,11 @@ Cache_Path[Path] Line0002 = "E3C4-EBC7-4C6E-B53F-30404D5DA086}.txt"
Cache_Path[Path] Line0001 = "/C/Users/dgeerts/AppData/Local/Temp/AB_Cache_{6F9E"
Cache_Path[Path] Line0002 = "1FA0-EC53-490F-A933-885FAF8992C7}.txt"
[AB_Cache_{8B753F51-134F-481D-88A0-1D6949A96771}]
Cache_Path[Path] Line0001 = "/C/Users/rkerste/AppData/Local/Temp/AB_Cache_{8B75"
Cache_Path[Path] Line0002 = "3F51-134F-481D-88A0-1D6949A96771}.txt"
[AB_Cache_{5009FC3D-8BEA-49F9-85C1-A795F02825B6}]
Cache_Path[Path] Line0001 = "/C/Users/rkerste/AppData/Local/Temp/AB_Cache_{5009"
Cache_Path[Path] Line0002 = "FC3D-8BEA-49F9-85C1-A795F02825B6}.txt"
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
No preview for this file type
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<script language="JavaScript">
var userAgent = navigator.userAgent;
var versionOffset = userAgent.indexOf(&amp;quot;Chrome&amp;quot;);
if (versionOffset != -1)
{
var fullVersion = userAgent.substring(versionOffset+7);
var majorVersion = parseInt(&amp;#39;&amp;#39;+fullVersion,10);
if (majorVersion &amp;gt;= 42)
{
var plugins = navigator.plugins;
var hasNIPlugin = false;
for (var i = 0; i &amp;lt; plugins.length; i++) {
if (plugins[i].name.indexOf(&amp;quot;National Instruments&amp;quot;) != -1) {
hasNIPlugin = true;
}
}
if (hasNIPlugin == false) {
document.write(&amp;#39;&amp;lt;strong&amp;gt;&amp;lt;em&amp;gt;NI has detected that your &amp;#39; +
&amp;#39;browser might be blocking a plug-in. &amp;#39;+
&amp;#39;Visit ni.com/info and enter the following &amp;#39;+
&amp;#39;Info Code for more information: &amp;#39;+
&amp;#39;BlockedPlugin&amp;lt;\/em&amp;gt;&amp;lt;\/strong&amp;gt;&amp;#39;)
}
}
}
</script>
<title>TUmux off-gas multiplexer 11</title>
<style type="text/css">
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
}
</style>
</head>
<body>
<h2><img src="logo_tumux.png" width="205" height="45" alt="TUmux"> Off-gas Multiplexer 11</h2>
<p>
<OBJECT ID="LabVIEWControl" CLASSID="CLSID:A40B0AD4-B50E-4E58-8A1D-8544233807B7" WIDTH=508 HEIGHT=540 CODEBASE="ftp://ftp.ni.com/support/labview/runtime/windows/2015/LVRTE2015min.exe">
<PARAM name="LVFPPVINAME" value="tumux.lvproj/TUmux-11/tumux.vi">
<PARAM name="REQCTRL" value=true>
<EMBED SRC=".LV_FrontPanelProtocol.rpvi150" LVFPPVINAME="tumux.lvproj/TUmux-11/tumux.vi" REQCTRL=true TYPE="application/x-labviewrpvi150" WIDTH=508 HEIGHT=540 PLUGINSPAGE="http://digital.ni.com/express.nsf/bycode/exck2m">
</EMBED>
</OBJECT>
</p>
<p>
Download the <a href="LVRTE2015_f1Patchmin.exe">LabVIEW Runtime Engine 2015</a>
</p>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment