04-15-2008 03:36 PM - edited 04-15-2008 03:36 PM
04-15-2008 03:42 PM
04-16-2008 07:08 AM - edited 04-16-2008 07:10 AM
04-16-2008 11:57 AM
Your code is way too convoluted and crosslinked and can be dramatically simplified and refactored. (e.g. You only need one instance of each property node).
Try e.g. the attached quick modification (not fully tested).
Let me know if you have questions.
04-16-2008 01:22 PM
Thank you so much. I guess this is one instance of where teaching yourself LabVIEW causes you to make things 10 times more complicated than they need to be. I will definitely be going back to my main vi and subvis to clean up the code where I use property nodes.
The modifications you made do generally work. The only part that doesnt completely work is the default that doesnt cut the signal, it just passes the signal straight through. When the vi first opens it doesnt pull up that fft and pushing the perform fft button still does nothing. It is not until you choose a different fft style and then go back to default that it will appear. I don't understand why this happens because logically the code should work as it is.
04-16-2008 01:50 PM
Intern Liz wrote:
When the vi first opens it doesnt pull up that fft and pushing the perform fft button still does nothing.
04-16-2008 02:00 PM