04-11-2007 03:11 PM
04-11-2007 03:16 PM
LabVIEW can easily transfer data like this. Could your subVI have a while loop that is not finishing?
You didn't attach anything for anyone to look at.
04-11-2007 03:51 PM
04-11-2007 04:00 PM - edited 04-11-2007 04:00 PM
Are you doing a preview? If you do, that will drop the attachments.
And how is the while loop being stopped?
Message Edited by Dennis Knutson on 04-11-2007 03:01 PM
04-11-2007 04:05 PM
Ah ha!
The while loop ends in the first subvi by a time out, it finishes the array of tests then sends results to a spreadsheet.
Attachments...(hopefully it works this time)
04-11-2007 04:15 PM
Assuming that you do have all of the indicators wired up correctly, you should be getting the results from your 'mid-level' VI as soon as it finishes the sequence. Maybe you should post a simplified version of your program.
p.s. You should really be using error in/error out connections in all of your VIs and subVIs. Then you could eliminate those unnecessary sequence structures.
04-12-2007 01:15 PM
Funny how when you go to simplify your program to post you end up fixing it yourself...not bad.
04-12-2007 01:16 PM
04-12-2007 04:47 PM