10-28-2007 02:41 PM
10-28-2007 03:06 PM
First let's talk about the code flaws:
To determine the order in which the segments are written to the file can be determined by dataflow if you wire it correctly. Wire the path to the write function that needs to write first. Then use the path output of this function and wire it to the next instance. Now the second instance must wait until the first one is finished.
(Currently you are branching the path wire, and the execution order is random!)
10-28-2007 03:32 PM
10-28-2007 03:32 PM
10-28-2007 04:35 PM
10-28-2007 05:50 PM
10-28-2007 06:13 PM
An indicator never changes the underlying data or program structure. You don't need it to write the file. (Still, it's good to have for troubleshooting until you know the data is arranged correctly, etc.. 🙂
I made it to replace your mix of a string array and 2D DBL array indicator, which is only confusing. In the final code, you don't need any indicators.
(You must have deleted an extra wire somewhere. 🐵
09-04-2014 03:29 PM
Thanks everyone for providing suggestions and comments. The is post helped me a lot.
joe
09-04-2014 04:13 PM
@joe5213 wrote:
Thanks everyone for providing suggestions and comments. The is post helped me a lot.
joe
Give thanks by giving kudos, it doesn't cost anything I promise.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord