LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to combine two VI?

Hi,

I am trying to combine two VI to bulid a Sport timing system. Multicompetitor Timing system 13-3-2012 C.vi  and Placing.VI.

Multicompetitor Timing system 13-3-2012 C.vi is to count the time of each competitor and their fouls.

Placing.VI is to show their placing after the race, e.g. 1st, 2nd ,3rd place...,6th place

but after i combine the placing.VI doesnt work.

and the placing.VI it can only show the time of the competitor complete the race ascendingly but it cant show their name eg.1st 00:00:12:995.

Do you guys have any idea to display the name and time from 1st place to 6th place ?

eg. 1st Competitor A 00:00:12:995

     2nd Competitor B 00:00:15:855

                    

0 Kudos
Message 1 of 2
(2,409 Views)

Hi Staffs,

 

I have attached a modified version of your code. This code takes the competitors name and the time from the Timing System and bundles them into a cluster. This cluster is then placed into an array, sorted and output. The resulting output is a cluster containing the competitors name and their time, all sorted into 1st or 2nd place order.

 

This method should give you a good starting point. You can add this for the other 4 competitors, and modify it so the correct timestamp is displayed.

 

Let me know if this helps you out.

 

Regards,

Ben B.

Applications Engineer
National Instruments UK & Ireland

"I've looked into the reset button, the science is impossible!"
0 Kudos
Message 2 of 2
(2,328 Views)