From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

The Daily CLAD

Community Browser
cancel
Showing results for 
Search instead for 
Did you mean: 

Re: CLAD2017 - Environment - Automatic Error Handling

SercoSteveB
Active Participant

Which of the following is/are TRUE regarding LabVIEW Automatic Error Handling?

 

NOTE: Multiple answers may apply.

 

a) Automatic Error Handling is supported by the LabVIEW Run-Time Engine.

b) Automatic Error Handling can be enabled and disabled programmatically.

c) Automatic Error Handling can be enabled and disabled using the VI Properties dialog Execution tab.

d) Automatic Error Handling can be enabled and disabled for all new VIs from the Block Diagram Options dialog.

e) Automatic Error Handling is enabled by default.

 

Comments
crossrulz
Knight of NI

A, C, D, E


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
vishnuchaithra
Member

Is option D is correct?

crossrulz
Knight of NI

Yep.  Go to Tools->Options.  Click on the Block Diagram option.  Scroll a little over half way down and you will see an Error Handling section.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
nik35324
Member

A, C, D, E

SUYAM
Member

A C D E

Murali_Chennai
Member

Answer;A, C,D,E

Muralidharan Dasarathan
albertmysak
Member

LabView Help -> Fundamentals -> Runnin and Debugging VIs -> Concepts -> Handling Errors -> First note says: 

The LabVIEW Run-Time Engine does not support automatic error handling.

 

... ? So is A correct?

Tsjabrantes
Member

 

Hello everybody

 

Automatic Error Handling is not supported by the LabVIEW Run-Time Engine, then the correct answers are:

C, D, E.

See you soon!

 

Tarciso Junior
+55 (11) 996-282-103
Skype: Tarciso.junior2
Email: Tsjabrantes@gmail.com
http://br.linkedin.com/pub/tarciso-junior/23/a83/463
A.Bernau
Member

Link1: http://www.ni.com/getting-started/labview-basics/handling-errors

Link2: http://zone.ni.com/reference/en-XX/help/371361P-01/lvprop/vi_auto_errorhndl/

 

c) Automatic Error Handling can be enabled and disabled using the VI Properties dialog Execution tab. (Yes: Link1: “To disable automatic error handling for the current VI, select File»VI Properties and select Execution from the Category pull-down menu.”)

d) Automatic Error Handling can be enabled and disabled for all new VIs from the Block Diagram Options dialog. (Yes: Link1: “To disable automatic error handling for any new, blank VIs you create, select Tools»Options and select Block Diagram from the Category”)

e) Automatic Error Handling is enabled by default. (Yes: Link1: “By default, LabVIEW automatically handles any error when a VI runs by suspending execution, highlighting the subVI or function where the error occurred, and displaying an error dialog box.”)

 

a) Automatic Error Handling is supported by the LabVIEW Run-Time Engine. (False: Link2: “NoteThe LabVIEW Run-Time Engine does not support automatic error handling.”)

b) Automatic Error Handling can be enabled and disabled programmatically. (My guess (with Link2 “Automatic Error Handling Property”) was “Yes”, but I had to learn here it isn’t.)

Answer is: c, d, e

rak84
Member

C,D,E

ThamS
Member

My Answer is B, C, D, E

C, D, E clear explained above.

 

B: Yes Automatic Error Handling can be change programmatically as long as the target VI is not running.

 

any argue?