11-19-2005 01:30 PM
11-19-2005 02:29 PM - edited 11-19-2005 02:29 PM
It seems it only needs a few minor tweaks to do what you want. 😄
See attached modified version (LabVIEW 7.1).
(Overall, I have the feeling that this code could be made significantly more efficient using an event structure)
Message Edited by altenbach on 11-19-2005 12:32 PM
11-20-2005 10:42 AM
Thank you so much for your response.
This will help me a lot. I do agree that using event structure would be a lot easier; however I am still learning LabView.
Thanks again.
11-20-2005 11:05 AM - edited 11-20-2005 11:05 AM
Message Edited by altenbach on 11-20-2005 09:15 AM
11-20-2005 11:28 AM
Hi,
Thanks again.
I do have a couple of questions.
1. I don't see the "..."
2. The default directory icon in the Block diagram points to the c drive. Is there a way that it can point to my computer to display all drives at the beginning of the program.
Thanks
11-20-2005 11:40 AM - edited 11-20-2005 11:40 AM
Well, you need to run it!
The ".." only shows up if there is actually a parent folder. It does not show on the root of the tree where there is nowhere to go. 😉
To start at "My computer", initialize the path shift register with an empty path constant, see attached.
Message Edited by altenbach on 11-20-2005 09:49 AM
11-20-2005 01:33 PM
11-20-2005 03:17 PM
11-20-2005 07:14 PM
No, that's not a good idea in general. You should be able to get away with a single event structure. Simply add more event cases.
@PReitano wrote:
Is is possible to have 2 event structures in 1 loop?
11-21-2005 11:11 AM