07-30-2019 06:07 PM
Years ago I used labview to control a Agilent N6700B. I remembered just downloading the drivers & having a set of VIs to work with .
This time around I'm confused --- I've installed the driver, but I don't see any VIs for my device under Instrument I/O, nor can I find any VI files for it on my computer.
Any thoughts?
Thanks,
Ben
07-30-2019 07:01 PM
Eh - found em in instr.lib
07-30-2019 07:33 PM
So I moved the subVIs I needed from the LLB manager into my VI, but they are all unexecutable - the error converter subVI in each has the following error:
Call Library Function Node "error_message': Library not found or failed to load
Call Library Function Node "GetError': Library not found or failed to load
I've never had to deal with libraries in Labview before. I feel like I'm going about this all wrong. & I thought I remembered this being easy.
Thoughts?
07-30-2019 08:02 PM
I had to go through & configure each library - changing the 64 to 32.
Got it workin.
B