More changes to DMOC and MOTORCONTROLLER
by jrickard 11 years 4 days
More changes to DMOC and MOTORCONTROLLER

Added function to DMOC motorcontroller to print transmitted CAN to
serial portindebug.
Clean up and test functions in MotorController.
Added some limits in ichip for gauge display.
362157c2
Merge pull request #66 from jrickard/WIP
by Collin Kidder 11 years 4 days
Merge pull request #66 from jrickard/WIP

Lots of fixes to web page. Additional Variables.
57f4d441
Lots of MotorController
by jrickard 11 years 5 days
Lots of MotorController

Promoted Operation State (enable/disable) and gears (forward/reverse)
to parent MotorController and eliminated them in childs DMOC645 and Coda

added code for a reverse input that will put the device in reverse

Added code for an enable input that can be used to put a device into
disabled state

added brakelight output to turn on brakelights during regen.

added a reverse light output to activate reverse lights when were in
reverse gear.
b01a258b
Fixed Operating Time and Web Page Variable Display
by jrickard 11 years 6 days
Fixed Operating Time and Web Page Variable Display

Web page would often not load until a change was made in serial port.
Operating time was not displaying. Lots of little fixes.
Changed torqueRequested in CodaMotorController to NOT include the
offset. Need to do this in DMOC Motor Controller as well. This is
because the offsets, which we were taking out in ICHIP are different
between the two, and likely from one inverter to the next.
502868db
Fixed enableIn and revLight persistence
by jrickard 11 years 6 days
b2d19e4f
runto -
by jrickard 11 years 6 days
96a76319
Incorporated code to support new WEB Interface
by jrickard 11 years 6 days
ba80f1be
Merge pull request #1 from collin80/WIP
by Jack Rickard 11 years 6 days
Merge pull request #1 from collin80/WIP

Wip
0faf9eb3
Added a line of output to Coda driver to show that...
by Collin Kidder 11 years 6 days
Added a line of output to Coda driver to show that it is enabled and starting up.
d7571ae0
Fix to not return a disabled device from DeviceMan...
by Collin Kidder 11 years 6 days
Fix to not return a disabled device from DeviceManager::getDeviceByType
f9b11dda
Report a bug