Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

C# GPIB - How to respond to a query from a controller device

anybody tried and implement this?

0 Kudos
Message 1 of 3
(4,408 Views)

From the start Menu go to

 

Programs >> Nationall Instuments>>NI-488.2 >> Examples >> C

 

There are numerous examples of how to read and write.  You may need to reinstall NI 488.2 and be sure to include the .Net support if you do not find the examples.

 

 

Jacob K
0 Kudos
Message 2 of 3
(4,388 Views)

Did you made progress?

 

Do you use a handle to a device or to the board? And do you use the Notify method to automatically read the command send by the controller or did you implement it analog to the C - examples (with a thread polling the ibsta flags and doing somethin when, for example, "if ((ibsta&LACS)&&(!(ibsta&ATN)))" is true) ?

 

Thank you for every hint..

0 Kudos
Message 3 of 3
(4,330 Views)