LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to address an cell in a boolean array

Hello
 
I am intersted in addessing a certain cell in a boolean array.
Suppose I have a boolean array called bArr which is of length 10 and contains  values  of { T,T,F,F,F,F,T,F,T,F }
and I want to send to an "AND" gate bArr[0] together with  "TRUE" constant.
How do I address the cell bArr[0] or any other cell in bArr ???
 
Lavi
 
P.S: I am using LabVIEW 8.0 
0 Kudos
Message 1 of 5
(3,018 Views)
Based on your previous question regarding Matlab, you need to spend some time reading and doing some of the LabVIEW tutorials. Your question is so fundamental that you need to take the time to do that yourself so you can be more productive. Hint: "Index Array".
Message 2 of 5
(3,011 Views)
Use the Index Array function from the Array pallette.
- Partha ( CLD until Oct 2027 🙂 )
Message 3 of 5
(3,000 Views)

Thanks for the hint

Lavi

0 Kudos
Message 4 of 5
(2,991 Views)

Hi Lavi,

You could ve easily given me 5 stars atleast ! Smiley Very Happy

- Partha ( CLD until Oct 2027 🙂 )
Message 5 of 5
(2,980 Views)