01-13-2009 02:56 PM
I am trying to create a custom error for my application but I am not sure where to start. I would like to be able to take a boolean value and based upon it create an error that could propogate through to other VIs. I have seen error lines unbundled into three components: status, code, source. Is it possible to go the other direction and bundle up these three components and create my own source of an error? Thank you for any help or suggestions you may have.
Stephen
01-13-2009 03:05 PM - edited 01-13-2009 03:06 PM
For practice, create a New... SubVI with Error Handling. You then Bundle by Name your custom error codes and messages.
01-13-2009 04:01 PM