04-18-2006 12:05 PM
04-19-2006 11:11 AM
04-20-2006
02:43 AM
- last edited on
06-03-2024
06:20 PM
by
Content Cleaner
Unfortunately it doesn't look like there are any instrument drivers created on the Instrument Driver Network (https://www.ni.com/en/support/downloads/instrument-drivers.html) for this instrument.
However, you should still be able to communicate with this instrument using LabVIEW, LabWindows/CVI, etc., with VISA. You can use VISA VIs (or function calls) with the serial port to communicate with the device. The commands you send will be based on the instrument. The instrument will have SCPI commands, ASCII strings that the instrument will respond to. This is something that should be included in a user manual from the manufacturer. There is an example in the LabVIEW Example Finder that shows how to do simple serial communication, called Basic Serial Write and Read.vi.
I hope this helps!
Regards,
04-20-2006 05:30 AM