08-10-2006 07:26 AM
08-10-2006 07:50 AM
Hi,
I assume you're talking about TestStand calling code modules that have error outs? You're launching off an extra sequence in a new thread to get the parallel processing?
I would say queueing the error data immediately after it's retrieved, rather than putting it into one data space directly, and then you can retrieve from that queue easier.
If you're talking about a piece of say LV code in itself, then you can merge errors to get the one that hit an error (the order of the merge errors will give you the priority of one over the other in case they're both in error.
Hope that help
Sacha