02-20-2012 10:00 AM
02-20-2012 10:48 AM
Yes. Wire all the error clusters. When you want to take an action on an error, wire the error cluster wire to the selector inpput of a case structure. Inside the Error case, take what action you need.
Lynn
02-20-2012 10:52 AM
02-20-2012 10:53 AM
02-20-2012 10:54 AM
use the "bundle by name" function to set the individual elements of the error cluster to the values you want.
02-20-2012 02:33 PM
You shuold probably start with the on-line tutorials for Getting Started with LV. Those may help with some of these basic questions.
If you drop an error in cluster onto the front panel, then you get a terminal as in my image on the block diagram. The default value of the error cluster is no error. As Greg said, use Bundle by Name to insert the values you want. You can clear errors (but not eliminate the cause!) by wiring default values to the bundle node.
Look at the LV help for lots of information on errors and how to handle them.
Lynn
02-20-2012 02:40 PM