07-16-2008 02:35 PM
Sorry, I am mostly out of the office these days. I briefly looked at your version, but I don't have access to that computer at the moment. You simply need to clean it up and remove the various race conditions.
You should make multiple event cases and split the code into subtasks, similar to my original version.
07-16-2008 02:42 PM
07-16-2008 03:28 PM
07-16-2008 03:36 PM
If you arrange the code correctly, you don't need any sequence structures. Sequence structures just clutter the code, they are very rarely needed (and only loved by labview beginners, typically for all the wrong reasons :D).
dan07 wrote:
Stacked or flat sequences use is good to avoid race conditions?
07-16-2008 05:19 PM
07-16-2008 06:19 PM
dan07 wrote:
In the case one there is not any control that could be use to signal case two to run, because of this how do I should set the trigger of case two, to execute case two after case one? I was thinking about set timeout to the case two, but it's not possible to know how much time will be spent by case one running because this may be different due the CPU speed and other softwares running at same time. Am I right?
07-16-2008 07:02 PM
07-22-2008 01:30 AM
09-26-2008 02:33 PM - edited 09-26-2008 02:41 PM
09-26-2008 02:51 PM