LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create a vi that initializes an array of 10 false Boolean elements. Using a timed loop, at an interval of 1 second, set to true one element at a time (keep the rest false) in sequence. Display the results in an array of LED indicators in real time.

Sounds like homework.

Also, please put the question in the question rather than the title in future.

A suitable title might have been something like "Rotate true boolean through array".

 

What have you tried so far? Have you looked at the learning materials at learnni.com? Are you familiar with other programming languages?


GCentral
0 Kudos
Message 2 of 5
(2,607 Views)

@Amir991 wrote:

hi

so far i have only work led boolean led and button. 

i will try the like you suggested.

 

thanks



So far you've only done a boolean array.  Not even a button.

 

Sit down and write out in simple pseudocode the steps your program must take.

Look at the palettes to determine which functions and structures would help.  Especially a loop and also the array pallete.

Start coding.

 

I would recommend you learn more about LabVIEW from here. How to Learn LV

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

Thanks

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