LabWindows/CVI User Group Documents

cancel
Showing results for 
Search instead for 
Did you mean: 

Using IOStream .NET libraries from CVI

Built with Windows 7,

CVI 2012

Visual Studio 2010

Measurement Studio 2012

CVI comes with .NET libraries that can be used in their Function Panel (.fp) form (C:\Users\Public\Documents\National Instruments\CVI2010\samples\dotnet) just like you would be able to generate yourself using he Tools » Create .NET controller. This example Initializes and creates an IOStream from a CVI command line application to demonstrate how the given mscorlib can be utilized in conjuction with Measurement Studio class libraries that have been compiled into function panels.

To Run this example you can open and execute the CVICreateIOStream.exe. You'll note that this calls the mscorlib that comes with the CVI install as well as calling the function panel that's generated from the given IOStreamProject that was developed with Visual Studio.

Contributors