k4kfh / ZephyrCab

Drive a model train with prototypical controls, realistic behavior, and simulated physics; uses JMRI's WebSockets interface for layout connection
http://k4kfh.github.io/ZephyrCab
GNU Affero General Public License v3.0
10 stars 4 forks source link

Ammeter #30

Closed k4kfh closed 7 years ago

k4kfh commented 7 years ago

It is theoretically possible to work backwards from tractive effort and obtain amps. I'm just putting this as an issue so I remember how, and so I can track my progress.

k4kfh commented 7 years ago

The ammeter is implemented, and it appears to work, however the numbers don't really move smoothly (especially from 0-10mph) so it would be very nice to have some kind of an animation library that would smooth out the changes.

k4kfh commented 7 years ago

I am closing this for now as the ammeter is functional, the number smoothing is just not done. That's easy enough to add later, however, and I have other things I need to focus on.