From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Exception handling in GOOP

Does anyone know if it is possible to generate exceptions in GOOP,
just like in other OO languages?
Also: are there any other ways to incorporate exception handling in LabVIEW?
Thanks!
0 Kudos
Message 1 of 2
(2,448 Views)
> Does anyone know if it is possible to generate exceptions in GOOP,
> just like in other OO languages?
> Also: are there any other ways to incorporate exception handling in LabVIEW?

If you are looking for a good way of handling errors, then I'd encourage you
to look at using Error I/O. It is basically a technique for throwing errors
forward, and catching them downstream. This avoids problems with parallelism
and determining vales for downstream signals. If you have ideas about what
you would like to see, please suggest them.

Greg McKaskle
0 Kudos
Message 2 of 2
(2,448 Views)