LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

problem with modifying multi selection dialogbox

I have tried to modify multi-selection dialog box VI for analysing the files, so that when file is double clicked, the program should open the file and print a chart to front panel. I should allso be able to choose different filters, show spectrum and so on. So it should be in while loop. All this works fine, but when i make sub from it and add it to `using multi selection dialog box VI` the program stops working or give error.

So from where should i take the selected file path, how to insert it to analyze sub ( or does it need to be sub ) and where to put it so that the while loops won´t mess each others?

I hope some one understands what i mean.

Thanks -Balle-
0 Kudos
Message 1 of 3
(2,644 Views)
It's a little difficult to give exact answers to your question. First, what error does it give, and can you post the code that is giving you the trouble? If you can post your code I'd be glad to look at it...

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 3
(2,644 Views)
Hi Mike!

I´v managed to solve my problem, but i believe that there is a better solution. The main problem now in my solution is that, how to read file so that it doesn´t get to the end ( graph shows only a while ) and how to update changes made to the filters, without double clickin or pushing the add button? Now it reguires re-selecting the file.

Here is my solution. And as you can see i´m just a beginner...

Ps. i use LV7
0 Kudos
Message 3 of 3
(2,644 Views)