Power vs Speed


Introduction

The NXT built in rotation sensors and timers provide an ideal way to measure the effect of different power settings used in move blocks. Measuring rotations per second versus percent power allows us to obtain a useful characterization of motor performance.

Test Procedure

The Tribot, a three wheel vehicle, provided the test vehicle used to obtain the following test results. The Tribot has two drive wheels, with tires, connected directly the motor drive shafts, a third, castor wheel provides stability. The NXT, itself is used to time the completion of two rotations of the motors shafts. The following NXT-G program uses the loop counter, multiplied by ten, for a input to the move block wiring hub power input. Two timer blocks supply the "stop watch" function. The timer gets reset to zero, the motor turned on for two rotations, and then the timer block gets read. The value read from the timer, along with the power setting get displayed on the NXT LCD display. A NXT push-button provides a means of stepping through increasing power settings.

Results

Table 1 shows the time it takes to move two rotations for different power settings. The table lists the results for three trials of power settings ranging from 10 to 100 percent power. For each power setting three trials, or measurements, provides assurance that the data accurately represents real-life behavior. We would be concerned only if one of the measurements resulted in a radically different value than the other two trials. From the measured time it takes the motor shafts to turn two times use the following formula to calculate rotations per second

Rotations per second = 2 / time(in seconds)

For example, we notice at 50% power two rotations of the motor shafts takes an average of 2.425 seconds. (Note that the timer's 1 millisecond accuracy allows for three digits of accuracy behind the decimal point.) To calculate the rotations per second divide 2 by 2.425 seconds to get 0.825 rotations per second (RPS).

Table 1
Power
Setting
Time for 2 rotations
(seconds)
Average RPS
Trial 1Trial 2Trial 3
1017.35717.0000.118
205.5135.645.6955.6160.356
303.7523.7993.8313.7940.527
402.8052.842.8692.8380.705
502.42.4182.4582.4250.825
601.9952.0172.0552.0220.989
701.7591.7531.7671.7601.137
801.5651.5031.5211.5301.307
901.361.381.381.3731.456
1001.1871.2011.2091.1991.668

Charts 1 below shows average time for two rotations vs percent power plotted on an x-y graph. Similarly chart 2 shows rotations per second vs percent power.


Chart 1

Chart 2

Conclusion

The motors do, in fact appear to increase speed linearly with increased power. The above measurements apply for the torque profile of the motor shafts when loaded by the Tribot wheels and body. An interesting experiment would be to use a device or model that allows for a constant, settable torque on the motor shafts. Such an experiment would provide a much more complete characterization of the motors. The reader is referred to the references for other research in this area.

References