11-01-2006 03:19 PM
11-01-2006 03:34 PM
You can use the In Range & Coerce VI from the Comparison palette.
To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here, here, here, here and here are a few you can start with and here are some tutorial videos. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf).
11-01-2006 03:39 PM
@flynhawaiian wrote:
What I would like to do is filter the low end data points off. IE, when a value is read into labview compare that value against known range and report back a 0 if it's in this range. Basically, 0.0079 to 0.008 is the range.
An easy way to do this is to use "In range&Coerce", invert the "in range" output, convert the boolean ot 0/1, and multiply with the original data. Works for scalars and arrays.
Attached is a simple demo (LV 8.0).
11-01-2006 03:53 PM
11-01-2006 04:27 PM
Array palette - Array Size.
Numeric palette - Add Array Elements.
This should help you. If you want specifically 100 values, then you would need to use some of the VIs in the Array palette.
11-01-2006 04:51 PM