05-06-2008 01:25 PM
Hi all, here is my case. I have a csv file as signal analysis report produced by MatLab. The file will have ~1000 rows and each row is formatted as “Signal ID, 1 or 0 as Pass/Fail indicator, and then follows 10 more fields that are statistic values describing that signal.
The tool I like to build with LabView is to read the file, and then display all signals using LED indicators (e.g green is a Pass, Red is a Fail) as a data review quick look. Then I can move my mouse or click on one particular LED to see more details about that signal. Another idea is instead of display all 1000 signals at front panel, I may group these 1000 signal into 6~ 8 categories, using pull down menu on the fly to select what category signals I want to see and another pull down menu to pick individual signals.
First I thought I can read the file into an array and feed the Signal ID and 1/0 to another 1-D array of a cluster with three elements (string indicator, LED indicator, Boolean control for click on if you like to see details). It seems not an easy quick for me as I have to figure out how index of the array and search works.
Before I go further, I am just wondering if there are any better and easier options out there.
Thanks much in advance!
Scott
05-06-2008 02:50 PM
05-06-2008 03:37 PM
05-06-2008 03:42 PM
Thanks much for your suggestions and I'll go through these examples.
05-06-2008 03:46 PM
Hi Lynn, I love to see the attachment, but unfortunately I only have 8.2 installed and was not able to open it. Is it too much for your to generate screenshots for me to view your mockup?
Thanks a lot,
Scott
05-06-2008 04:03 PM