triffid / FiveD_on_Arduino

Rewrite of reprap mendel firmware
http://forums.reprap.org/read.php?147,33082
GNU General Public License v2.0
30 stars 12 forks source link

Optimize heating algorithms automatically #6

Open Traumflug opened 14 years ago

Traumflug commented 14 years ago

In conjunction with http://github.com/triffid/FiveD_on_Arduino/issues#issue/5 , FiveD on Arduino could observe behaviour of the heating elements, calculate optimized parameters for the regulating algorithm and use that.

triffid commented 14 years ago

A PID tuning block could be fun.. wikipedia lists a few tuning algorithms I think. We would need to make sure it doesn't run automatically because having hand-tuned settings overwritten leads to face stabbing.. maybe an M-code to start it up, then save to the runtime variables so user can experiment before comitting to eeprom?

Traumflug commented 14 years ago

Oh, I forgot to mention I put these two feature requests in on behalf of Peer Janssen to encourage him to start with this. I have other plans for myself.