LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Five Agilent 34410A

Hello All,

 

Can you anyone help me how to read/write dc voltage five DMM "34410A".

 

I can read/write one DMM, how do you made output all four DMM in one excel sheet with time?

 

example;

 

Time     DMM1   DMM2  DMM3  DMM4 DMM5

1            2            2           4         3          3

 

0 Kudos
Message 1 of 4
(2,621 Views)
Well the first thing you need to do is go through the online tutorials. But basically you have 5 meters that should be at 5 different addresses. Have a loop that goes through and reads each meter in turn and compiles the results.

You could also use a multiplexer to allow one meter to read 5 different inputs.

But first do the tutorials and get back to us with what isn't working.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 4
(2,604 Views)

And if you need the measurements to be taken at the exact same time (not necessarily read through the bus, but the instrument made the measurement), then you need to play around with triggers.  This adds all kinds of interesting setup that you must figure out.

 

Honestly, if you are just reading a DC voltage that is less than 10V, just buy a $100 DAQ from NI and use the DAQmx API to get your measurements.  It will be a lot cheaper and will work a lot faster.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 4
(2,596 Views)
...and easier. Much, much easier.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 4 of 4
(2,592 Views)