05-30-2008 10:57 AM
06-02-2008 06:26 AM
06-02-2008 03:44 PM
Hi Timmaraju,
Welcome to the forums! Mike's request is a good one, could you attach your program? This could give us a better idea of what you are trying to do with the VI so that we could make suggestions about changes for the data display.
When you say that you are using blocks, did you mean actual functions, a case structure, or a sequence structure? This will be apparent if you attach the VI. Also, did you begin with an example program, or did you start from a blank program?
Regards,
Mallori M.
06-06-2008 08:50 AM
06-06-2008 09:04 AM - edited 06-06-2008 09:07 AM

06-09-2008 06:04 PM
Hi Timmaraju,
Smercurio made a great point about our online tutorials. I recommend looking through the 3 and 6 hour online courses, because this will help in your understanding of your overall programming.
A few points to begin with though, looking at your program. Right now, since you are using a flat sequence structure which is what is enforcing one task completing before the next begins. Do you want these two tasks running in parallel (at the same time)?
Something to note is that some counter tasks require both counters. If this is the case, then upon running the tasks in parallel you might receive a resources reserved error.
I hope this information helps, Regards
Mallori M.