I'm looking for the average times for different race distances for an inplay automation bot Im working on.
If anybody knows where i can get this it would be great!
For example: 5f race takes 30 seconds to complete, a 2m 4f takes 3 mins 30 seconds
Im just looking for this so that i can work out when to arm the bot in different race types
Cheers
Race Length Timings
- VesPacelli
- Posts: 8
- Joined: Sat Jun 06, 2015 8:15 pm
Hello,
This topic viewtopic.php?f=52&t=11627 has a spreadsheet that you can download which will help you, it has the standard times for GB, IRE, FRA and UAE
This topic viewtopic.php?f=52&t=11627 has a spreadsheet that you can download which will help you, it has the standard times for GB, IRE, FRA and UAE
As promised, a copy of my distance flags building block with a small example of its usage. This file basically has AVERAGE timings for all main distances for the 50% and 90% mark of the race. this means that we can use a single rule to cover any distance required as the signal (percentcomplete) is fired at a different time in each different race length.
Here's how this signal is used inside a simple implementation:
Anyway, file attached, have a play.
Here's how this signal is used inside a simple implementation:
Anyway, file attached, have a play.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 88
- Joined: Tue May 01, 2018 1:33 pm
Brilliant!! Thanks Jimibt!jimibt wrote: ↑Fri May 10, 2019 10:46 amAs promised, a copy of my distance flags building block with a small example of its usage. This file basically has AVERAGE timings for all main distances for the 50% and 90% mark of the race. this means that we can use a single rule to cover any distance required as the signal (percentcomplete) is fired at a different time in each different race length.
Here's how this signal is used inside a simple implementation:
distance-percentage.PNG
Anyway, file attached, have a play.
-
- Posts: 88
- Joined: Tue May 01, 2018 1:33 pm
Thanks VesPacelli!VesPacelli wrote: ↑Thu May 09, 2019 6:39 pmHello,
This topic viewtopic.php?f=52&t=11627 has a spreadsheet that you can download which will help you, it has the standard times for GB, IRE, FRA and UAE