|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#4
|
|||||
|
|||||
|
Jnadke is right, there is a very noticable change in the power on the drills, enought that without this:
IF ( (HighGear=1) AND ( ChipDriveLeft > 127 )) THEN 'When in High and driving forward reduce Left Drill Power DrillDriveLeft=127+(((ChipDriveLeft-127) *9)/10) MIN 127 MAX 254 ELSE DrillDriveLeft=ChipDriveLeft ENDIF IF ( (HighGear=1) AND ( 127 > ChipDriveRight )) THEN 'When in High and driving reverse reduce Right Drill Power DrillDriveRight=127-(((127-ChipDriveRight) *9)/10) MIN 0 MAX 127 ELSE DrillDriveRight=ChipDriveRight ENDIF Our robot wouldn't track straight, next year we will try to make left @ right trun the same direction to get max power out without software limiting. |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Trade - have Bosch gearboxes, need motors | Andy Baker | Motors | 0 | 24-01-2003 08:32 |
| Bosch motors | archiver | 2001 | 1 | 23-06-2002 23:08 |
| Looking for practice motors & extra tape drive parts? | archiver | 2000 | 1 | 23-06-2002 22:54 |
| "Motors and Drive train edition" of Fresh From the Forum | Ken Leung | CD Forum Support | 6 | 29-01-2002 12:32 |
| Drill Motors | TF8 | Motors | 19 | 12-12-2001 13:13 |