10-10-2013 06:04 AM
Hi,
I need a quick advice about how to display in the error cluster the information about the path and VI which has thrown an error.
When I don't prepare my own error message, and the error is captured automatically, the information about the path, Vi name and calling VIs is presented automatically.
When I prepare/define my own basic error cluster I have only what I define in the string part of the cluster.
How to cause tha apperance the path and VI name in my defined error message?
10-10-2013 06:27 AM
10-10-2013 06:57 AM
From scratch, as below
but I'm open for suggestions.
10-10-2013 08:11 PM
Either use the Error Cluster From Error Code VI, or look inside it to see how it works.
10-31-2013 03:54 PM
11-04-2013 10:38 AM
11-04-2013 01:37 PM
@MimiKLM wrote:
You mean this link
That's helpful too but, I had read "When I prepare/define my own basic error cluster I have only what I define in the string part of the cluster" as you wanted to use a file to expose those custom error codes and ultimately ship them with your solution dynamically rather than statically
The error ring will pick up any custom errors you define in the error file(s). Including formatting! this then populates the explain errors and error dialogs just like any error definition that ships with any LabVIEW component or toolkit.
Certainly, an error ring can also STATICALLY define or re-define an error within the application instance the ring is called from. Those Error Rings are quite flexible!
11-05-2013 04:19 AM
Yes but the link yo sent is nor valid. 404