01-30-2015 05:55 AM
Hi Nirmal,
start LabVIEW, create a new VI, open the BD window, right-click -> Instrument IO-> Device drivers -> Agilent 34401.
It's already delivered with your LabVIEW installation! Each function has a context help and you can examine their block diagrams…
02-28-2017 01:07 PM
Hi ,
I am getting the same problem as Yulia, and as according to you I set breaking point and read it , when I give input , it is "comm1" , but the output it read as " " . How to resolve the error I m getting as (
Error -1073807339 occurred at VISA Read in Agilent 34401.lvlib:Control Mode.vi->Agilent 34401.lvlib:Initialize.vi->Agilent 34401 Read Single Measurement.vi )
03-01-2017 01:09 AM
03-01-2017 05:58 AM
Yes its COM1 , I am getting a time out error as well. I dont know how to check my device is connected or not ?
03-01-2017 06:04 AM
03-01-2017 01:04 PM
Hi I think it is not able to detect in which visa resource it is .
I made a new logical name for 34401a driver , then it worked. When I was using com1 or com6 or LPT1, it was showing error.
can anyone know how to shift to COM1 connectivity for 34401A DMM.
03-01-2017 01:05 PM
Dear GERD ,
I still dont understand how you are giving command through lab view or so ?
can you elaborate with steps
Regards
Ashish
03-02-2017 01:49 AM
03-02-2017 06:55 AM
I think the ivi driver was missing. By the bay when I am reading data from DMM , it reads 1 value in 1 second. how can I increase the reading data capability by 10 data per sec from DMM and write into the file.
03-02-2017 06:59 AM
Hi ashish,
how can I increase the reading data capability by 10 data per sec from DMM
Read the manual of your device (including the specs section) and then use the needed configuration settings…
and write into the file.
Use functions from the file functions palette to save data to files…
Did I mention the example VIs coming with your LabVIEW installation? There are also examples on file write/read…