LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SEPARATE ARRAY TO INDIVIDUAL BITS

HELLO,

ENCLOSED IS MY VI.
I WOULD LIKE TO KNOW HOW TO SEPARATE THE FOLLOWING BOOLEAN ARRAY INDIVIDUAL BIT (0-7). THE WAY IT IS IN THE EXAMPLE VI IS A CLUSTER OF BOOLEAN ELEMENTS (0-7). I WANT TO SEPARATE THEM INDIVIDUALLY.

tHANKS IN ADVANCE!

FRED
0 Kudos
Message 1 of 6
(3,096 Views)
Post the VI in LabVIEW version 7 so you can get more help form members or you can post an image for the code (print screen , paint bruch)
-----------------------------
Ayman Mohammad Metwally
Automation Engineer
Egypt - Cairo
0 Kudos
Message 2 of 6
(3,091 Views)
SORRY,

ENCLOSED IS 7.0 VERSION OF VI

THANKS!
0 Kudos
Message 3 of 6
(3,087 Views)
To get individual elements of a cluster, you use the Unbundle or Unbundle by Name function. You could also use the Index Array function and skip the Array to Cluster function.
0 Kudos
Message 4 of 6
(3,089 Views)
Are you sure you that your last VI is in ver.7 not 7.1 ??!!
-----------------------------
Ayman Mohammad Metwally
Automation Engineer
Egypt - Cairo
0 Kudos
Message 5 of 6
(3,075 Views)
I agree with Dennis that it is not worth making a cluster if an array serves the purpose (Here, all elements are of identical type!). You can even customize the control so it looks exactly the same as your grouped boolean+decoration and thus duplicates your design when placed into an array container. In the attached quick modification (LabVIEW 7.1), you can select which boolean (1..8) to display on the right using a vertical slide. Modify as needed.

(Btw, your second attachment attempt is still in LabVIEW 7.1).
0 Kudos
Message 6 of 6
(3,067 Views)