02-18-2010 02:59 AM
02-23-2010 02:52 PM
codebreak,
You could check the Instrument Driver Network on ni.com to see if there is a driver available, or the instrument manufacturer's website (remember drivers for .NET or C++ would work). If neither of those have drivers then it is likely you will have to communicate with the device in a protocol supported by the instrument (Serial/RS232, GPIB, Ethernet, etc) and use lower-level programming to send information back and forth.