11-19-2008 10:14 AM - edited 11-19-2008 10:15 AM
I need to use Visual C# 2005 to work for my tasks and I have never used Visual C# with NI-Visa, is there any link, any sample about how to use it?
Thank for any help
11-20-2008 08:36 AM
Hi plit string,
You first need to install the .NET support for Visa which can be done by running the Visa installer and making sure to select .NET Framework 2.0 Languages Support in the feature tree. This will install the underlying .NET assemblies and documentation. You can launch the help by navigating to Start >> All Programs >> National Instruments >> VISA >> Documentation >> NI-VISA .NET Framework 2.0 Help. Once the help is launched, navigate to NI Measurement Studio Help >> NI Measurement Studio .NET Class Library >> Using the Measurement Studio .NET Class Libraries >> Using the Measurement Studio VisaNS .NET Library. This section covers the basics and fundamentals of the .NET API.
You can also look over the C# and Visual Basic .Net Instrument Control Tutorial.
Best Regards,