LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error in terminal of a shared variable

Solved!
Go to solution

I read in the Labview help that the "Error In" input of a shared variable provides "standard error in" functionality. What I am unclear about is that if an error occured before this shared variable, will this cause the shared variable to NOT to do what it is supposed to do? If an error is passed to the "Error In" input, will the shared variable node still read/write as normally?

0 Kudos
Message 1 of 2
(2,655 Views)
Solution
Accepted by topic author AuZn

No.  Standard Error functionality means that when an error is passed in, the node will not execute.

 

(You can check this yourself by writing a simple VI.)

0 Kudos
Message 2 of 2
(2,635 Views)