04-21-2014 10:53 PM
i have extracted the vibration data and statistical features from using NI9234. After i have to write a program such that if the rms value is grater than a specifed value it should display a message to the user and if the rrms value is less than the specifed value it should go for the mean value. If the mean value is grater than the specifed value it should display a message else anohter message. The following picture clearly illustrates the given problem. the input to the above program should be taken directly using daq card and not manually.
04-21-2014 11:16 PM
Seems like it would be simple with a couple functions like RMS and Mean, and a couple of case structures.
04-22-2014 01:56 AM
Hi RavensFan
Can u please send me a sample program of this. I am a Newbie for Labview
04-22-2014 01:58 AM
I am able to compare only one statistical feature at a time. If there are two statistical features, how can i get the valueof the second statistical features into that circuit if the first feature doesnt satisfy the condition
04-22-2014 07:14 AM
04-22-2014 08:28 AM
Use one case structure inside the other.
I would recommend looking at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours