LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

output data type of HP34401A

The output measurement of HP34401A is of array data type. How can I convert it to double data type?
0 Kudos
Message 1 of 4
(2,761 Views)
Could you explain your problem a little more? I have the drivers for that box which ship with LV and the data array coming from it is already in double precision.

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,761 Views)
If it's in double precision, why the wire is very sick comapred to normal double wire?

Problem:
I'm using the driver to get the reading and use that reading to calculate for another output, e.g. Output B. The problem is that there's a broken wire connect from the output driver to the calculation (calculation is a subvi).
0 Kudos
Message 3 of 4
(2,761 Views)
The output from "HP34401A Read Meas.vi" is an array of readings. You can either just extract the first element of the array or average the whole thing to get a single value.

Also there is an alternate VI called "HP34401A Min/Max Meas.vi" that also reads the average input value. You could also try that.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

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

For help with grief and grieving.
Message 4 of 4
(2,761 Views)