Need help!
Vcom is working great but the track rotator is not working for me.
This is the part in the setup.dat
// track rotator
rotate{
    races_per_track=3; // races before changing track
    //races_per_track=2-5; // min 2 and max 5
    randomize=2; // 0=in order, 1=randomize, 2=randomize, not same track(entry) twice
    track{
        id=FE1; // FE Gold
        qual=3; // minutes before the first race
        laps=4; // race laps
        bias=1; // bias used in randomizing new track (0=not used)
        wind=0; // 0=no wind, 1=light wind, 2=strong wind
        weather=1; // 1=day/brigh clear, 2=evening/cloudy, 3=dusk (usually)
        cars=UF1;
        mustpit=0;
    }
    track{
        id=Fe6; // AS Club
        qual=3; // minutes before the first race
        laps=4; // race laps
        bias=2; // bias used in randomizing new track (0=not used)
        wind=1; // 0=no wind, 1=light wind, 2=strong wind
        weather=1; // 1=day/brigh clear, 2=evening/cloudy, 3=dusk (usually)
        cars=UF1;
        mustpit=0;
    }
    track{
        id=as1; // FE Gold
        qual=3; // minutes before the first race
        laps=4; // race laps
        bias=3; // bias used in randomizing new track (0=not used)
        wind=0; // 0=no wind, 1=light wind, 2=strong wind
        weather=1; // 1=day/brigh clear, 2=evening/cloudy, 3=dusk (usually)
        cars=XFG;
        mustpit=0;
    }
}
is there something wrong?
greets Jos