08-13-2009 09:44 AM
Hello, I have a vi that works fine except for the error handling. The vi was made in Labview 7.0. Could anybody tell me what the problem is?
Nevica
Solved! Go to Solution.
08-13-2009 09:46 AM
If you have anything, which in this case is an error cluster, that reads from a case structure,
there must be a value in every case.
In your -1, default, case you do not have anything leading to the error cluster.