01-31-2007 11:30 AM
02-01-2007 01:51 AM
Hi tgif,
If the error is wired, I don't think you should be seeing any automatic dialog, is there an error-handler VI on the diagram?
Anyway, the answer to "second error message overwrites the first" is to use a queue for the errors. Have your main VI check a queue instead of a global variable. Errors could be written to a queue from many different places at the same time, these errors will simply be stored in the queue and your error-logger can handle them sequentially!
Cheers.
02-01-2007 01:58 AM
Hi tgif
In this link http://forums.ni.com/ni/board/message?board.id=170&message.id=199742&query.id=103650#M199742 you can find a library (Log4L.llb), which I developed and which does exactly what you want.
Just have a look at it..