03-15-2012 06:18 AM
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
03-22-2012 09:56 AM
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,