05-16-2009 12:23 AM
, Yes,
The following condition all have to be TRUE:
You will get a dialog (continue/ignore).
To be a bit more specific about the third condition, if you develop a VI and disable automatic error handling and this VI is place inside another VI and the error out is not connected in that VI the owning VI will generate an automatic error dialog.
Ton
05-18-2009 11:17 AM
Thanks to all for your inputs. I think we got it straight now. The original question of “why have a cancelled output if the error is still generated” should now be understood. The idea is that the code needs to do different things if cancelled is pressed or not. The cancelled output indicates which path the code should take. The only thing we missed was that the error out needs to be connected to something, even a “dead end” (which now we know is called a sink), to supress the error. This all makes sense now! Till next time...
![]()