08-16-2005 12:50 PM
08-16-2005 12:57 PM
08-16-2005 01:21 PM
For each range
Set instrument to range.
Wait 1000 mSec
for each percentage {20%,40%,60%,80% in your example }
for each reading
Get reading. {Auto-index thru three FOR loops }
That produces a 3-dimensional array, organized by {Range, Percentage, Reading# }
Blog for (mostly LabVIEW) programmers: Tips And Tricks
08-16-2005 01:30 PM
08-16-2005 01:31 PM - edited 08-16-2005 01:31 PM
Nice.
i'm gonna try this one.
edit: but how can i prompt the user for changing the range?
Message Edited by virvet on 08-16-2005 01:34 PM
08-16-2005 01:47 PM
Blog for (mostly LabVIEW) programmers: Tips And Tricks
08-22-2005 12:36 PM
Hi again...
I'm sending a sample VI of what i'm triyng to do.
At the first loop, i'll set the measurements and trigger confs.
At the second, i'll get the "n" measurements.
I tought it would give me a 2D array, but it does not. When I enable the Second Indexing, it builds a 3D array.
Any sugestions??
08-22-2005 01:43 PM
Blog for (mostly LabVIEW) programmers: Tips And Tricks
08-22-2005 02:18 PM
08-22-2005 02:28 PM