Quote:
Originally Posted by Vikesrock
I doubt I will personally be of any help on this issue, but to get the best help possible from the guys here that really know their stuff I recommend you post either a screenshot or the VI for the code in question so they can see how you are currently loading the file.
No way to know if there is a faster way if they don't know what you are currently doing.
|
Siggy, the same request was made in your
previous thread. In addition to seeing the code, seeing the data file you are loading would help also, because there may be some features in it that would point to the problem.
Without seeing that, here are two stabs in the dark.
XML tends to be a "heavy" format. Is it faster if you save and load your data as another format, for example using the spreadsheet or measurement VIs?
It sounds like you are loading the data in autonomous independent. You could load the data in another place, such as begin or disabled, and then publish the data via a global variable to be read in autonomous independent.