07-24-2011 08:57 PM
anybody tried and implement this?
07-29-2011 05:16 PM
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.
10-06-2011 05:29 AM
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..