LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to connect an "or" to a "select"

i want to connect an "or" to a select funktion (to the s port). But i get an error message:
"you have connected an array data type to its element data type"
But why? The "or" funktion give out true or false, or? And the select funktion need such a type as input, or?
thanks
Marco
0 Kudos
Message 1 of 5
(2,411 Views)
Please notice that - like many other LabVIEW functions - the Or will adapt to the datatype connected to its inputs.




I guess that you have connected an array to at least on of the inputs and therefore the output will also be of that type.
Depending on what you are trying to do, the Or Array Elements function may be used.

Feel free to post back if you need further help.

Message Edité par JB le 05-10-2007 07:53 AM

Message Edité par JB le 05-10-2007 07:53 AM

0 Kudos
Message 2 of 5
(2,407 Views)

hi, simply right-click on the OR and select the "compare aggregates" options. This way you will get a sclar value as output.

Good luck

0 Kudos
Message 3 of 5
(2,375 Views)
Sorry Damiano but this option is only available for some comparison functions ! Search the LV help for "aggregates".
0 Kudos
Message 4 of 5
(2,364 Views)
now it works. i use the or arry element - thank you much
0 Kudos
Message 5 of 5
(2,356 Views)