Do the space differences matter here?
Tested today. Speed pot, no affect.
Full speed even when set low.
And turn left/right no affect.
Tested today. Speed pot, no affect.
Full speed even when set low.
And turn left/right no affect.
Drives the same. Sounds terrible.
IF (Damping > 20) THEN
Damping = 20
END IF
0 makes no logical sense, but if I recall correctly the script is written so that it does the same as 1 which should actually be the same as what you had before, so I don't understand why it makes it sluggish - each (analog) stick reading is immediately processed and sent on without any averaging.
Brake1Pin = 7 'digital output pin 7
Brake2Pin = 8 'digital output pin 8
SpeedPotPin = 5 'Analog input number in Roboteq setup.
LeftCurrentSensorPin = 7 'Analog input number.
RightCurrentSensorPin = 8 'Analog input number.
AlarmPin = 6 'Digital output number in roboteq setup used for low voltage alarm.
Brake2Pin = 0 'Digital pin number
'ignore small changes to avoid brake clicking and motor judder if motor milliohms set high
'and make sure if stick has been centered BrakeDelay msec that physically jostling the chair
'can't release the brakes
BrakesSet = ((GetValue (_DIGOUT) AND BrakesMask)=0)
IF (abs(oldThrottle-Throttle) <= 3) OR (BrakesSet = TRUE) THEN
Throttle = oldThrottle
END IF
IF (abs(oldSteering-Steering) <= 3) OR (BrakesSet = TRUE) THEN
Steering = oldSteering
END IF'WILL and JOHN: I don't know what pins you are using for brakes, set here to silly numbers to allow compilation
Brake1Pin = 101 'digital output pin ??
Brake2Pin = 0 'digital output pin, 0 of only 1 brake pin used (oops, says "of", but should say "if")
Brake2Pin = 1 ' = your pin numberBrake1Pin = 1
Brake2Pin = 0 'both brakes controlled by one pin
Williamclark77 wrote:Goose, you really should make your bolt retractable like I did on my Permobile. That alone makes a HUGE difference. I destroyed so many water hoses, air hoses, door thresholds, etc that I lost count before I did.
It's already dark here and I haven't taken any pictures yet. I will tomorrow evening when I get home from work. You could build it at the Asylum, minus the 3d printed parts. It doesn't affect putting the driver's seat in. I do have to remove the hooks to use my Permobile, but that takes less than 20 seconds. They stick up too high (for now, i have a way around it when I get time). Two pins and done.
I still have not tried the script revision. Lack of time and been using the chair for too much.
Speaking of, I did flip this passed weekend. Just because you can hop up onto a stack of boards about 12" high doesn't mean you should just because a camera is going. Embarrassing.
Return to Everything Powerchair
Users browsing this forum: jehan, LROBBINS, shirley_hkg and 507 guests