LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to assign values for boolean array in LabVIEW?

Solved!
Go to solution

I want assign values for boolean array.Iam not able to do that.For each boolen i want to assign each value.Plz help me......

            

0 Kudos
Message 1 of 7
(26,849 Views)

Hi agar,

 

values in an array are "assigned" by building an array (using BuildArray) or by replacing values in an existing array (ReplaceArraySubset)!

 

Good starting point could be this...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 7
(26,846 Views)

Hi

 

Can you explain a bit what exactly you want to do when you say assigning values to boolean array?

If i have understood correctly you can assign values by using build array or replace array subset function.

0 Kudos
Message 3 of 7
(26,845 Views)

Also,

Boolean Array.png


CLA CTAChampionI'm attending the GLA Summit!
Subscribe to the Test Automation user group: UK Test Automation Group
0 Kudos
Message 4 of 7
(26,839 Views)

If you want to assign the values manually as the program is running, use a boolean array control on the front panel.  The user can push the buttons.

 

Lynn

0 Kudos
Message 5 of 7
(26,820 Views)
Solution
Accepted by topic author $agar

Thank you sir...It worked.but i am stucked with other problem.i created a tab control of 4 pages.How is it possible to change the page of 1 tab to Page 2 then to page 3 etc using a boolen control?

0 Kudos
Message 6 of 7
(26,785 Views)

Hi

 

May be this VI will help you ....

 

 

0 Kudos
Message 7 of 7
(26,771 Views)