Hi vanna,
Races have a different iteration minute for a simple pratical reason: at the iteration minute, the game engine computes all boats next position. This takes a bit of time for the cpu of the server to calculate, especially when boats are sailing in the orange cells, because the calculation has to test if the boats run aground, and if yes, where, and compute also the place where the boat should be stopped.
With our server (called Nestor) this take a few seconds, sometimes 5, somtimes 7 on races where the boats are close to the rocks (like the Mediterranean Tour Leg 2 with around 100 boats.
If we had 10 races of this kind running on the same iteration, in some cases, some boats position would not have been calculated the minute just after the iteration minute (7 second * 10 races -> 70 seconds). This is not that much important; the most important is that all boats positions are computed before the next iteration minute.
Having a different iteration minute for most races releive the pressure on the server, then it's running smoother.
Hope this is clear enough, ask if not.
About starting time:
Let's say a race has the iteration minute on minute 5.
The race isstarting at 19h55. The next boats position calculation occurs at 20h05.
So you can set a sail and validate a heading up to 20h04m 59s. The boat should start.
If between 19h55 and 20h04 59s, you set a sail and a heading, and some scheduler points, your boat position will be computed according to his settings.
More glenerally, on a same race with the iteration minute set to 5, if for example at 22h44, you set some scheduler points for 22h36, 22h38 and 22h44; this scheduler points will be taken into account in the computation at 20h55.
Last about starting settings:
All boats are bring back to start the day the race starts, at 18h00. The sail setting is set to anchor and the heading setting is set the same fo all boats. The scheduler points and waypoints are deleted. The only thing that is not reset I think is the autoheading.
So you can start setting a sail and a heading just after 18h00. However, it's best to wait for 18h30 when the new wind forecast is available. That how most people handle their start: the make their settings when they have time between 18h30 and 20h00.
It's not a good idea to wait up to between 19h5x and 20h00 (x = iteration minute) because you may be confused by the winds parameters display (might be a bug there).
When making your settings and schedule points before 19h5x, be sure to set the winds forecast selector to +12h to have the right wind that the game engine will use at start.
Same, ask if not clear enough.
Wish you some very good starts. Once you have understood it, it appears very simple

.