When using the ‘Temperature of Motor’ block, at what ‘percentage’ values do the motors hit Level 1,2,3,4?
When using the temperature itself, then this is where the breaks in motor power occurred. How does each level correlate with a percentage instead?
////////////////////////////////////////////////////////
// Temperature of a Motor
// Level 1 - Temp greater than 55 deg C or 131 deg F - 50% Power
// Level 2 - Temp greater than 60 deg C or 140 deg F - 25% Power
// Level 3 - Temp greater than 65 deg C or 149 deg F - 12.5% Power
// Level 4 - Temp greater than 70 deg C or 158 deg F - 0% Power
////////////////////////////////////////////////////////
That looks correct, although power is hard to determine exactly. We limit current to 1.25A, that causes use of 25% in input power from battery (for a stalled motor), but I’ve never calculated what that would mean in terms of output power. Once you hit 70% of temperature limit, the motor probably doesn’t have too much practical use on a competition robot.
In text you can read temperature directly in deg C or deg F, not sure why the blocks team went with percentage.