LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Need to read 10 times from fieldpoint and store in an array

I want to read a device 10 times and find the average. In an old Data aquisition system I used I could set in the read comand to read in X number of times. and the read comand would store the 10 readings in a array. Is there a simmliar comand for field point that will take 10 quick readings and store them in an array. I know I can do this mannualy with loops but I was just wondering if there was a short cut
0 Kudos
Message 1 of 3
(2,576 Views)
Try the "FP Advise.vi" function. It won't do the average, but it will read the input.

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 3
(2,576 Views)
Jon,

FieldPoint is designed for single point measurement. To get 10 points, you will need to call the FP Read.vi in a loop 10 times. There is no shortcut.

Sorry,
Aaron
LabVIEW Champion, CLA, CPI
0 Kudos
Message 3 of 3
(2,576 Views)