05-08-2013 12:45 AM
Hello LabVIEW expert,
I am new LabVIEW learning.
I have create one LabVIEW program for my project.
05-08-2013 01:33 AM
OpenG is a very useful set of VI used by 'millions' of LabVIEW programmers.
One of the VI's in there is 'filter array'
You certainly want to check out OpenG 🙂
05-08-2013 10:51 PM
Hi Bjorn,
Thanks for your giving solution.
Unfortuntately, there is error happen after installed OpenG into my PC.
It's not compatible!
Any other solution?
Thanks & Regards,
Tianrawit N.
05-09-2013 03:34 AM - edited 05-09-2013 03:36 AM
What did the error say?
An other solution is bringing your array into a for loop, check the values from the array for your filter you want to apply.
Add a shiftregister to the for loop and initialise it with an empty array
If its a match, add the element to the array in your shift register. If its not a match, skip the value and go to the next iteration
05-10-2013 12:57 AM
The VI Package Manager program shows error message
"This package is not compatiblw with your operating system or any LabVIEW version installed on your computer?
I've got your idea for the other solution.
But I am not sure how to write that VI code.
Please help me.