Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

.NET Wrapper for PXI-6624 Timer/ Counter available?

Solved!
Go to solution
Hi,
i found the article "Microsoft Visual C# and Visual Basic .NET Wrappers for National Instruments Modular Instruments Drivers" (Document ID: 3939UN5B) in the KnowledgeBase. Currently i am using the DMM-, DCPower- and SWITCH Wrapper successfully in my C# application. Now i would like to use two other PXI-modules: PXI-6624 (Timer/ Counter) and PXI-6528 (digital IO). Are there also C#/.NET Wrapper available for my new modules?
0 Kudos
Message 1 of 2
(3,327 Views)
Solution
Accepted by topic author thesam
Hello thesam,

Both the PXI 6624 and the 6528 use the DAQmx driver.  When you install the DAQmx driver, you can choose to include support for the .NET 1.1 and 2.0 frameworks.  Once you have included support, you will be able to successfully interface with your new modules from .NET.  See the following KB for a quick overview of DAQmx programming in .NET, and where to find examples of using the DAQmx driver in .NET.

Using NI-DAQmx in Text Based Programming Environments
NI-DAQmx, NI-VISA and NI-488.2 .NET Example Locations

NickB
National Instruments
Applications Engineering

0 Kudos
Message 2 of 2
(3,306 Views)