LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting arduino to LED matrix/array

NI has plenty of help documents on Project Explorer.  I recommend doing some research and reading.  Try the following link for instance.  An abundance of knowledge is available.  Look it up, learn, and I'll take a look later.

 

Project Explorer Chapter 2

Message 21 of 97
(1,606 Views)

Will send to you later tonight. Let me know if you have any questions or want me to explain the game we are trying to code better?

 

Thanks for taking the time help out.

0 Kudos
Message 22 of 97
(1,599 Views)

Is there anything else I can do to make sure you know what we are trying to code?

0 Kudos
Message 23 of 97
(1,589 Views)

i hope this help these are all the file for the project

0 Kudos
Message 24 of 97
(1,584 Views)

I tried to creat a project explorer hope this helps, let me know if it does not

Download All
0 Kudos
Message 25 of 97
(1,564 Views)

So here is the thing:

1. I sent the code of my mine two different ways one in zip folder and one in project explorer format both using version 2011

2. We are trying to play a game with our code, a lights guessing game

     a. In the game we are doing this:

         - having the user press play

         - all the lights should turn off then as the game is ready to be played

         - next the user will be prompted to guess which  1,2,3,4,or 5 of the lights that will turn on the breadboard, the user will click as many of the 5 light the user thinks will turn on

         - if the user wrong is it will prompted them to take another guess saying please try again, but without knowing which ones will turn

         - if correct a message of some sort should flash on the screen congragulations want to play again or quit the user and at the same time the correct lights will blink on the bread board

        - if user has used up his/her second chance but is still wrong a screen should come up saying Sorry you Lost or You Lost want to play again while correct lights blink on the bread board

3. We are trying to figure out how we can incorporate some cute buttons for the on white screen instead of the green buttons given to us

4. We want to include some sort of way to record stats like:

    a. number of games played

    b. number games won

    c. number of games lost

5. we have to use state machines and case structures along with some file i/o

 

** please use our code and try to work from there

let me know if you have any questions?  

 

 

0 Kudos
Message 26 of 97
(1,560 Views)

So here is the thing:

1. I sent the code of my mine two different ways one in zip folder and one in project explorer format both using version 2011

2. We are trying to play a game with our code, a lights guessing game

     a. In the game we are doing this:

         - having the user press play

         - all the lights should turn off then as the game is ready to be played

         - next the user will be prompted to guess which  1,2,3,4,or 5 of the lights that will turn on the breadboard, the user will click as many of the 5 light the user thinks will turn on

         - if the user wrong is it will prompted them to take another guess saying please try again, but without knowing which ones will turn

         - if correct a message of some sort should flash on the screen congragulations want to play again or quit the user and at the same time the correct lights will blink on the bread board

        - if user has used up his/her second chance but is still wrong a screen should come up saying Sorry you Lost or You Lost want to play again while correct lights blink on the bread board

3. We are trying to figure out how we can incorporate some cute buttons for the on white screen instead of the green buttons given to us

4. We want to include some sort of way to record stats like:

    a. number of games played

    b. number games won

    c. number of games lost

5. we have to use state machines and case structures along with some file i/o

 

** please use our code and try to work from there

let me know if you have any questions?  

 

 

0 Kudos
Message 27 of 97
(1,666 Views)

Just figured out i didnt send some stuff

0 Kudos
Message 28 of 97
(1,617 Views)

Hi, 

So I got the led lights to blink but now my game won't play can you help me?

0 Kudos
Message 29 of 97
(1,593 Views)

1. I do not see any way for the user to "Select lights on display..."

2. The constant boolean array in the Initialize state is empty.

3. I do not see any way to get to the Respond to Event or Analyze Data states.

 

Lynn

 

0 Kudos
Message 30 of 97
(1,583 Views)