LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to highlight a Boolean constant in 3D array

Solved!
Go to solution

NewBooleans.pngbasically i want create a 3D array using boolean constant wchich is similar to left side of the pic how can i create such current array.and am using labview of 2011 version,suggest me some help

0 Kudos
Message 1 of 9
(3,401 Views)

Your question is not clear at all. Your topic says you want to highlight a Boolean. What does that mean? Your text says two different things. You say you want to createa  3D array using a Boolean constant. What does that mean? Are you asking how to create a 3D array on the block diagram, or are you tying to Build an Array from a single Boolean constant. Then you say you want to make it similar to the left side of the pic. Similar how? Do you want the old look of the Booleans, or something else.

 

Bottom line: I have no idea what you are asking.

0 Kudos
Message 2 of 9
(3,397 Views)

To create an array diagram constant of any type or dimension, you first place an empty array container, then you drop the desired element in it (a boolean diagram constant in this particular case).

 

To make it 3 dimensional, you simply drag the lower edge of the index display and resize it so three indices show. Voila!

( you can also "right-click..add dimension" twice (right-click the frame or index, not an element)),

 

You can resize the array container at will, which does not change the size of the array. To make an array of a particular size, you need to click the highest element and it and all lower elements will light up. Is that what you mean by "highlight"?

 

Both the left and right side in the picture are 2D arrays, the difference is only cosmetic. If you have LabVIEW 2011, the boolean constant will always look like the right side, because my idea got implemented (the one where you found that image in the first place!)

0 Kudos
Message 3 of 9
(3,387 Views)

i want to create a 3D array using a boolean constant.how can i do that

0 Kudos
Message 4 of 9
(3,373 Views)

nw i want create the array which is on left side, so how can do that

0 Kudos
Message 5 of 9
(3,372 Views)

It is still not clear what you want to do.

 

altenbach told you how to create a 3D array: Pop up on the index display and Add Dimension two times or expand the index display with the selection tool (arrow cursor).

 

If you want the old style Tf or tF image for the boolean constants, I do not think there is any way to do that in the newer versions of LV.

 

Lynn

0 Kudos
Message 6 of 9
(3,368 Views)

@arvi wrote:

i want to create a 3D array using a boolean constant.how can i do that


Did you even read my post???


@arvi wrote:

nw i want create the array which is on left side, so how can do that


And I want one with yellow a purple polka dots, but it probably won't happen! Both are functionally equivalent. The left side is the old style and the right side is the new style. If you try to duplicate old code seen in an image elsewhere, you should have no problems translating how it should look in the new style.

0 Kudos
Message 7 of 9
(3,363 Views)
Solution
Accepted by topic author arvi

It should also be mentioned that creating arrays is covered in the LabVIEW Help and in the LabVIEW tutorials.

 

To learn more about LabVIEW it is recommended that you go through the introduction material, tutorial(s), and other material in the NI Developer Zone's Learning Center which provides links to other materials and other tutorials. There are also several Technical Resources. You can also take the online courses for free.

 

A search on the NI site would also yield this page: http://www.ni.com/white-paper/7571/en

0 Kudos
Message 8 of 9
(3,353 Views)

@altenbach wrote:

 

To make it 3 dimensional, you simply drag the lower edge of the index display and resize it so three indices show. Voila!

( you can also "right-click..add dimension" twice (right-click the frame or index, not an element)),

 



I did not know that.  Thanks!  I learned something new today.  I thought you always had to use the right click menu to add or remove dimensions.

0 Kudos
Message 9 of 9
(3,333 Views)