02-02-2006 01:29 PM
02-02-2006 01:37 PM
Hi Kaspar,
I don't quite understand your problem, but could the "Concatenate Inputs" option on the Build Array help you? If not, post an example VI and explain the problem in a bit more detail and I'm sure I can help.
-D
02-02-2006 01:44 PM
02-02-2006 01:49 PM
02-02-2006 01:50 PM
Are you trying to combine the several booleans into a single boolean or a single number? If you're trying to combine them into a single number, then your Build Array to numeric conversion approach should work. If you want a single boolean, you should use the Compound Arithmetic function set to "AND" mode.
Again, a sample VI that more clearly illustrates your problem is worth a thousand words.
-D
02-02-2006 01:58 PM
02-02-2006 02:04 PM
02-02-2006 02:16 PM
02-02-2006 02:26 PM
02-02-2006 02:55 PM