I know how the SSD Hand throttles operate has been covered before, but in my testing I have discovered something you may be interested in?
First a recap on how they operate.
The throttle itself is a variable resistor (value 5K ohms) This is connected in series with the Lane Change switch and the Brake switch. These switches are normally closed completing the circuit. When you press the lane Change switch it brings into circuit an 8.2K resistor, and the Brake brings in an 18K resistor.
The resistance the Powerbase sees is the total of all three. So at half throttle with LC & Brake pressed this is 2.5K + 8.2K + 18K =28.7K.
The Powerbase is now able to work out what to do. It has an A-D converter and changes these resistances into Digital values. These are then sent out to the tracks as a Byte of data and the car knows what to do.
The throttle part of the Data has 6 bits (representing 64 different throttle settings)
In HEX this represented as 3F,
which is Max Throttle.
Bit 7 (Hex 40) tells the car to change lanes.
Bit 8 (Hex 80) tells the car to brake.
If you have Bond's program you can see these values in the watch window.
So concentrating on the hand throttle, we need a 3F one
otherwise we wont get Max Throttle.
I have 6 throttles, 2 from the original set, 2 bought with Audis, and 2 bought of ebay.
Measuring the resistace at the plug at Max Throttle they vary from 4.6K (Hex 3A or 59 out of 64) to at worst 4.0K (Hex 35 or 54 out of 64). We need 5K to get Max Power.
When this data gets to the car it is converted into Pulse Width Modulation, to control the motor speed. Motor speed is not controlled by varying the voltage, but by varying the amount of time that it is pulsed on for.
At Zero throttle there are no pulses and at max throttle power is on permanently.
My throttle that only gets to Hex 35 puts the motor on for 4/5 of the time and off for 1/5 of the time.
So what can we do about this?
I am not sure.
Squeezing harder does not work and if you disassemble the throttle and move by hand the slider up the track a bit more you cannot increase the resistance.
The obvious thing would be to put another resistor in series. However this would create another problem, the car starts to move when the resistance gets to 0.3K, so if we tweaked to get Max throttle we would mess up Min Throttle.
So sorry to raise a problem and then not have a solution. You could of course sort the throttles and pair them with cars to even out some performance differences.
Would be interested to hear what values other people have and of any proposed solutions.
Sorry this was a bit long winded but I'm trying to get out of mowing the lawn.
Richard
First a recap on how they operate.
The throttle itself is a variable resistor (value 5K ohms) This is connected in series with the Lane Change switch and the Brake switch. These switches are normally closed completing the circuit. When you press the lane Change switch it brings into circuit an 8.2K resistor, and the Brake brings in an 18K resistor.
The resistance the Powerbase sees is the total of all three. So at half throttle with LC & Brake pressed this is 2.5K + 8.2K + 18K =28.7K.
The Powerbase is now able to work out what to do. It has an A-D converter and changes these resistances into Digital values. These are then sent out to the tracks as a Byte of data and the car knows what to do.
The throttle part of the Data has 6 bits (representing 64 different throttle settings)
In HEX this represented as 3F,

Bit 7 (Hex 40) tells the car to change lanes.
Bit 8 (Hex 80) tells the car to brake.
If you have Bond's program you can see these values in the watch window.
So concentrating on the hand throttle, we need a 3F one

I have 6 throttles, 2 from the original set, 2 bought with Audis, and 2 bought of ebay.
Measuring the resistace at the plug at Max Throttle they vary from 4.6K (Hex 3A or 59 out of 64) to at worst 4.0K (Hex 35 or 54 out of 64). We need 5K to get Max Power.
When this data gets to the car it is converted into Pulse Width Modulation, to control the motor speed. Motor speed is not controlled by varying the voltage, but by varying the amount of time that it is pulsed on for.
At Zero throttle there are no pulses and at max throttle power is on permanently.
My throttle that only gets to Hex 35 puts the motor on for 4/5 of the time and off for 1/5 of the time.
So what can we do about this?
I am not sure.

Squeezing harder does not work and if you disassemble the throttle and move by hand the slider up the track a bit more you cannot increase the resistance.
The obvious thing would be to put another resistor in series. However this would create another problem, the car starts to move when the resistance gets to 0.3K, so if we tweaked to get Max throttle we would mess up Min Throttle.
So sorry to raise a problem and then not have a solution. You could of course sort the throttles and pair them with cars to even out some performance differences.
Would be interested to hear what values other people have and of any proposed solutions.
Sorry this was a bit long winded but I'm trying to get out of mowing the lawn.

Richard