LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a Bracket

I am trying to build a race bracket that will follow the order of the attached picture. The picture and my code are for only 10 different contenders. Also attached is the text doc with the contenders initial qualifying times.

Here are the directions on how to run may code (to simulate the races I assigned random numbers to each contender):
Click:
1. Run race
2. Click next race
repeat until every one has raced
3. Click next round
repeat 1 and 2 until everyone has raced
4. Click next round
continue until the final race has been run

 

Thank You 

Download All
0 Kudos
Message 1 of 8
(4,290 Views)
 
Download All
0 Kudos
Message 2 of 8
(4,286 Views)

Hello,

 

I this just an announcement or are you having problems with your code? If you need help on a topic, please post your question.

 

Regards,

 

Anna K.

National Instruments
0 Kudos
Message 3 of 8
(4,226 Views)
Is there a way in labVIEW to create a Bracket so that the competitors follow the format of the picture that I posted? 
0 Kudos
Message 4 of 8
(4,185 Views)

you can use an event cass so that every time you hit the race button it will run the race and you can use string indicators to create a bracket look.

 

and than you can creat another event case so that when you press start a new race it jumps to the next two availible string indecators.

Harold Timmis
htimmis@fit.edu
Orlando,Fl
*Kudos always welcome:)
Message 5 of 8
(4,165 Views)
also instead of a array you could use a cluster and than convert it to an array when needed.
Harold Timmis
htimmis@fit.edu
Orlando,Fl
*Kudos always welcome:)
Message 6 of 8
(4,153 Views)
here is the cluster I created hope it helps
Harold Timmis
htimmis@fit.edu
Orlando,Fl
*Kudos always welcome:)
Message 7 of 8
(4,116 Views)

For this type of display...

 

 

 

... i would use a Picture Control. See this thread for examples of using the Pciture Control.

 

If you get this working please post an example. It would be a nice addition to our collection of Picture Control Examples.

 

Have fun!

 

Ben

 

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 8 of 8
(4,097 Views)