Home > categories > Measurement & Analysis Instruments > Other Analysis Instruments > How does the LabVIEW connect to the instrument?
Question:

How does the LabVIEW connect to the instrument?

How does the LabVIEW connect to the instrument?

Answer:

LabVIEW serial procedures template, try to open, debug, and the instrument serial port connection. However, instrument communication protocols are needed.
See what you use is the interface, is VISA or GPIB, write a small program that seems to be possible, as if to install your hardware drivers. I've been working on it recently, but I don't know much about it. I hope it will help.
LabVIEW and instrument connection, you can through the serial port (in software, VISA), GPIB, network port, USB and so on.Take the DC power as an example:In LabVIEW, the process is: connecting ports - Communication (reading data, issuing commands, etc.) - shutting down portsFind the Open function in VISA, select the port connected to the power supply in the input port, and set the relevant parameters (if the serial port, such as baud rate, etc.).

Share to: