03-27-2016 11:04 AM
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?
Solved! Go to Solution.
03-27-2016 11:53 AM
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.)