04-02-2025 03:12 PM
04-02-2025 04:52 PM
There don't appear to be premade drivers for this.
However, it does appear to be a very standard SCPI + VISA device. There's tons of general code out there using that.
I believe that you'll just have to make your own drivers. A "sample VI" would just be any one of the dozens of VIs out there that send a *IDN? query and get a reply back.
04-18-2025 12:32 PM
04-18-2025 02:11 PM
That device appears to support 3 different connections (USB, Ethernet, Serial RS-232).
If you're using Serial, you can start with one of the NI examples:
<LabVIEW 20xx folder in Program Files>\examples\Instrument IO\Serial\Continuous Serial Write and Read.vi
If you're using something else, then as long as you can get the instrument to show up as a VISA reference you can probably still use that same example except you delete the first half where it sets up things like the baud rate, flow control, and termination characters.
04-18-2025 03:26 PM
I've encountered an issue with two driver VIs I found that are using USB and haven't been able to get them to work correctly.
Could you please offer some guidance or assistance?