07-05-2005 03:43 PM
07-05-2005 04:12 PM
07-05-2005 04:23 PM
I have a subVI that outputs a boolean array of buttons depending on the user input. I would like to know how to convey this information to the main vi into a case structure. unless there is an easier way to do this.
My subVI is a dialog asking the user what wire is being cut so I know what length of test to run. They click on the color, which is a button (4 in all). I made an array and that is how I am passing this to the main vi. When this information gets to the main vi to the case structure, the respective test is run. I appreciate any ideas.
07-05-2005 04:31 PM
07-05-2005 04:44 PM
07-06-2005 11:30 AM
07-06-2005 11:39 AM
No, all array elements are identical.
As an alternative, you could use a cluster of four individual booleans as a control, then convert it to an array (using cluster to array) for the logic.