Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

NI4882 namespace example for Visual Studio 2010 c++

Solved!
Go to solution

Hello

 

I am new to the NI GPIB concept. Currently I am working on an application which I am developing in VIsual C++ 2010 express with Windows Forms, using C++/CLI language.

I am using the NI4882.dll and try to use the NI4882 namespace. I have establish connection with my device but I cannot find a way to use other commabds except from read and write. Is there an example out there using the NI4882 namespace I can reference from ? 

 

0 Kudos
Message 1 of 3
(3,541 Views)
Solution
Accepted by topic author nilas

Hi,

After installing NI-488.2 driver you can find some examples in this directory:

C:\Users\Public\Documents\National Instruments\NI-488.2\Examples

 

If you need simple / high level GPIB communication you could also use NI-VISA driver.

After installing you can find examples here:

C:\Users\Public\Documents\National Instruments\NI-VISA\Examples

 

Please make sure to also select "Development Support" including the "Examples" option in both installers, in order to install the examples mentioned above.

Christian
CLA, CTA, CLED
Message 2 of 3
(3,496 Views)

Hello Christian-P

 

That is what I was looking for .

 

Thank You

0 Kudos
Message 3 of 3
(3,489 Views)