⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.html

📁 NI LabVIEW7.1的仿真接口工具包。 连接LabVIEW用户界面和在MathWorks.公司的Simulink&reg 软件中运行的仿真模型 NI LabVIEW能够与Simulink软件
💻 HTML
📖 第 1 页 / 共 3 页
字号:
/* The following section defines styles that you might need to format function reference help. */

P.F-VI-Code4 { margin-left:48.00pt; margin-top:3.00pt; margin-bottom:0.00pt; font-family:Courier New; font-size:8pt; color:black;  }
P.F-VI-Code5 { margin-left:60.00pt; margin-top:3.00pt; margin-bottom:0.00pt; font-family:Courier New; font-size:8pt; color:black;  }
P.F-VI-Equation { margin-top:9.00pt; margin-bottom:9.00pt; font-family:Verdana; font-size:8pt; color:black;  }

OL.F-VI-EquationNum { margin-top:3.00pt; margin-bottom:3.00pt; text-indent:0pt; font-family:Verdana; font-size:8pt; color:black; list-style-type: decimal; }
</style>
</head>
<body>


<h1>LabVIEW Simulation Interface Toolkit 3.0.1 Readme</h1>

<p class="Body">March 2006</p>

<p class="Body">The Simulation Interface Toolkit (SIT) 3.0.1 updates <a href="#30">SIT 3.0</a> to support LabVIEW 8.0, the LabVIEW Real-Time Module 8.0, and the LabVIEW FPGA Module 8.0.  You also can use SIT 3.0.1 with LabVIEW 7.1.<em>x</em>.  However, you cannot install SIT 3.0.1 for both LabVIEW 8.0 and LabVIEW 7.1.<em>x</em>.</p>

<p class="Body">The following list pertains to SIT 3.0.1.</p>

<ul>
<li>When converting a model to a model DLL, you can improve conversion time by excluding signals from virtual blocks.  However, if you exclude these signals, you cannot probe these signals unless you add a non-virtual block to the signal.  Complete the following steps to exclude signals from virtual blocks.
<ol>
<li>Launch the Simulink application software and load the model you want to convert.</li>
<li>For the MathWorks, Inc. MATLAB&#0174; application software release 13, select <strong>Simulation&#0187;Simulation parameters</strong> to launch the <strong>Simulation Parameters</strong> dialog box.<br><br>For the MathWorks, Inc. MATLAB&#0174; application software release 14, select <strong>Simulation&#0187;Configuration Parameters</strong> to launch the <strong>Configuration Parameters</strong> dialog box.</li>
<li>Click the <strong>Real-Time Workshop</strong> tab. </li>
<li>Click the <strong>Browse</strong> button to launch the <strong>System Target File Browser</strong> dialog box. </li>
<li>Select <strong>nidll.tlc&#8212;NI Real-Time Target</strong> from the list.</li>
<li>Click the <strong>OK</strong> button.</li>
<li>For the MathWorks, Inc. MATLAB&#0174; application software release 13, enter <span id="Monospace">nidll.tlc -aNiDisableVirtualBlockMap=1</span> in the <strong>System target file</strong> text box.<br><br>For the MathWorks, Inc. MATLAB&#0174; application software release 14, enter <span id="Monospace">-aNiDisableVirtualBlockMap=1</span> in the <strong>TLC options</strong> text box.</li>
</ol></li>
<li>If you are using SIT 3.0.1 with LabVIEW 7.1.1f<em>x</em>, you cannot view custom FPGA VIs.  <strong>Workaround:</strong> After you click the <strong>Browse</strong> button in the <strong>Add FPGA Device</strong> dialog box, select <strong>View All</strong> from the <strong>File Type</strong> drop-down list.  If you are using a pre-defined FPGA VI that ships with SIT 3.0.1, you must rename the VI on disk to <span id="Monospace">sitfpga <em>&lt;device&gt;</em> 7_1_1_f<em>x</em> <em>devicetype</em>.vi</span>, where <span id="Monospace"><em>&lt;device&gt;</em></span> is the FPGA device, <span id="Monospace"><em>x</em></span> is the LabVIEW update number, and <span id="Monospace"><em>devicetype</em></span> is <em>master</em> or <em>slave</em>. </li>
<li>If you are running a simulation on the NI PXI-8146, you must install the LabVIEW Real-Time Module to the NI PXI-8146 before installing the Simulation Interface Toolkit 3.0.1.</li>
<li>If you open a host VI you saved in SIT 3.0, the <strong>SIT Connection Manager</strong> dialog box loads slowly the first time you launch this dialog box.  The load time reduces the next time you launch this dialog box.</li>
<li>If you create a mapping using the <strong>SIT Connection Manager</strong> dialog box and then click the <strong>Cancel</strong> button, the new mapping is retained.</li>
<li>SIT 3.0.1 includes two VIs that enable datalogging for a custom host VI.  These VIs, SIT FinishLogging VI and SIT Log Continuously VI, are located in the <span id="Monospace">labview\vi.lib\addons\Simulation Interface\driverblocks\</span> directory.</li>
<li>If you use the <strong>Project Explorer</strong> window to deploy a driver VI to a real-time target, you must run that VI before the host VI can connect to it.  You must complete the following steps before running the driver VI.

<ol>
<li>Right-click the real-time (RT) target in the <strong>Project Explorer</strong> window and select <strong>Properties</strong> from the shortcut menu.</li>
<li>Select <strong>VI Server: Configuration</strong> in the <strong>Category</strong> list.</li>
<li>Place a checkmark in the <strong>TCP/IP</strong> checkbox.</li>
<li>Select <strong>VI Server: Machine Access</strong> in the <strong>Category</strong> list.</li>
<li>Click the <strong>Add</strong> button, and enter the IP address of the host computer in the <strong>Machine name/address</strong> text box.</li>
<li>Select <strong>VI Server: Exported VIs</strong> in the <strong>Category</strong> list.</li>
<li>Click the <strong>Add</strong> button, and enter the path and name of the driver VI in the <strong>Exported VI</strong> text box.</li>
<li>Click the <strong>OK</strong> button.</li>
</ol>

<br><br>If you build the model DLL again after running the simulation, you must remove the driver VI from memory before running simulation again.
<br><br>If you use the <strong>SIT Connection Manager</strong> dialog box to create and deploy a driver VI, you do not need to use the <strong>Project Explorer</strong> window.</li>



<li>If you run a driver VI on a non-RT target and want to connect to the driver VI by using a networked PC, you must run the driver VI before attempting to connect to it from the networked PC.  You also must complete the following steps on the PC running the driver VI.

<ol>
<li>Launch LabVIEW and open the driver VI.</li>
<li>Select <strong>Tools&#0187;Options</strong> from the pull-down menu.</li>
<li>Select <strong>VI Server: Configuration</strong> in the <strong>Category</strong> list.</li>
<li>Place a checkmark in the <strong>TCP/IP</strong> checkbox.</li>
<li>Select <strong>VI Server: Machine Access</strong> in the <strong>Category</strong> list.</li>
<li>Click the <strong>Add</strong> button, and enter the IP address of the networked PC in the <strong>Machine name/address</strong> text box.</li>
<li>Select <strong>VI Server: Exported VIs</strong> in the <strong>Category</strong> list.</li>
<li>Click the <strong>Add</strong> button, and enter the path and name of the driver VI in the <strong>Exported VI</strong> text box.</li>
<li>Click the <strong>OK</strong> button.</li>
</ol></li>

<li>If you are running a multirate simulation using an NI FPGA device and a lower-priority task finishes late, this late finish forces the driver VI to report an overrun, which halts the simulation.  This behavior occurs regardless of whether the <strong>Halt Simulation on Any Task Overrun</strong> checkbox contains a checkmark.</li>

</ul>

<h2>Accessing the Help</h2>
<p class="Body">If you install SIT 3.0.1 for LabVIEW 7.1.<em>x</em>, access the help by selecting <strong>Help&#0187;Simulation Interface Toolkit Help</strong> from the pull-down menu.  If you install SIT 3.0.1 for LabVIEW 8.0, access the help by selecting <strong>Help&#0187;Search the LabVIEW Help</strong> from the pull-down menu and navigating to <strong>Toolkits&#0187;Simulation Interface Toolkit</strong>.</p>

<hr>

<a name="30"></a><h1>LabVIEW Simulation Interface Toolkit 3.0 Readme</h1>

<p class="Body">October 2005</p>

<p class="Body">This file contains the following information about the LabVIEW Simulation Interface Toolkit 3.0.</p>
<p class="Body"><a href="#requirements">System Requirements</a></p> 
<p class="Body"><a href="#whatsnew">What's New in 3.0</a></p>
<p class="Body"><a href="#rt support">Support for Real-Time Targets</a></p>
<p class="Body"><a href="#help">Accessing the Help and Examples</a></p>
<p class="Body"><a href="#upnotes">Upgrading from SIT 2.0.x</a></p>
<p class="Body"><a href="#installation">Installation/Upgrading Instructions</a></p>
<p class="Body"><a href="#notes">Development Tips</a></p>
<p class="Body"><a href="#known">Known Issues</a></p>

<h2><a name="requirements"></a>System Requirements</h2>

<p class="Body">In order to install the LabVIEW Simulation Interface Toolkit 3.0, you must already have installed National Instruments LabVIEW 7.1.<em>x</em> Full or Professional Development System, on the same computer.  To create a host VI for a previously-developed model, you need only LabVIEW installed.</p>

<p class="Body">To develop a model, you must be a properly licensed user of and have the following software installed on the host computer or a remote networked computer.</p>
<ul>
<li>The MathWorks, Inc. MATLAB&#0174; / Simulink&#0174; application software release 13.<em>x</em> or 14.0, 14.1, 14.2, 14.3</li>
</ul>

<p class="Body">To control an offline simulation using SIT 3.0, you must install SIT 3.0 in addition to the MATLAB application software and the Simulink application software.</p>

<p class="Body">To convert a model into a model DLL, you must install the following software:</p>
	<ul>
		<li>The MathWorks, Inc. Real-Time Workshop&#0174; release 13.<em>x</em> or 14.0. 14.1, 14.2, 14.3</li>
		<li>Microsoft Visual C++ 6.0.  You can use Microsoft Visual C++ .NET 2003 only if you installed the LabVIEW 7.1.1 maintenance release.</li>
	</ul>
	
<p class="Body">To control a simulation in real time, you must be a properly licensed user of and have the following software installed on both the host computer and the real-time target.</p>
	<ul>
		<li>National Instruments LabVIEW Real-Time Module 7.1.<em>x</em> for ETS Targets.</li>
		<li>(Optional) National Instruments LabVIEW FPGA Module 1.1.<em>x</em>, for customized FPGA VIs used in real-time simulations involving FPGA devices</li>
	</ul>

<p class="Body">To control a simulation in real time, you also must install the following driver software versions, depending on the type of hardware you want to use.</p>

<table class="Bordered">
<tr>
<td class="Bordered"><strong>National Instruments Hardware</strong></td>
<td class="Bordered"><strong>Driver Software Version Required</strong></td>
</tr>

<tr>
<td class="Bordered">National Instruments FPGA Devices</td>
<td class="Bordered">NI-RIO&#153; 1.3 or later</td>
</tr>
<tr>
<td class="Bordered">National Instruments CAN Interfaces</td>
<td class="Bordered">NI-CAN&#153; 2.3 or later</td>
</tr>
<tr>
<td class="Bordered">National Instruments DAQ Devices</td>
<td class="Bordered">NI-DAQmx&#153; 7.2 or later</td>
</tr>
</table>

<h2><a name="whatsnew"></a>What's New in 3.0</h2>
<p class="Body">The Simulation Interface Toolkit 3.0 includes the following new features:</p>
<ul>
<li><strong>Improved Model Parsing Performance</strong>&#8212;Models developed in the Simulink simulation environment load much faster in SIT 3.0 than in SIT 2.0.<em>x</em>.</li>
<li><strong>Configurable Driver VIs for National Instruments FPGA Devices and CAN Interfaces</strong>&#8212;Use the <strong>SIT Connection Manager</strong> dialog box to create mappings between a model DLL and NI FPGA devices and CAN interfaces.</li>
<li><strong>Editing Multiple Parameters at Run Time</strong>&#8212;Use the <strong>Edit Multiple Parameters</strong> dialog box to change the value of multiple parameters at once while the simulation is running.</li>
<li><strong>Modifying Mappings at Run Time</strong>&#8212;Use the <strong>Remap Controls and Indicators</strong> dialog box to modify mappings between the host VI and the model while the simulation is running.</li>
<li><strong>Dynamic Connection Manager</strong>&#8212;The <strong>SIT Connection Manager</strong> dialog box now detects controls and indicators you place on the front panel of the host VI at edit time.</li>
<li><strong>Single SignalProbe Block</strong>&#8212;Use a single block to probe all model signals.</li>
<li><strong>Datalogging</strong>&#8212;Use the <strong>Datalogging Settings</strong> dialog box to log simulation data to a file you specify.</li>
<li><strong>Global Signal Decimation</strong>&#8212;You can apply a global decimation factor to signals the execution host returns.</li>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -