Emile666 / stc1000_stm8

STC1000p for the STM8 microcontroller (HW version WR-032)
GNU General Public License v3.0
45 stars 10 forks source link

/set/sp does not actually effect the conroller loop #8

Closed owenduffy closed 5 years ago

owenduffy commented 5 years ago

It seems that using the menu to set SP in th mode does does not actually set the SP, though it stores it.

The only way I found to fully set a SP is to make a profile with SP0 what I desire, and dh0=0, and it immediately expires and passes the SP into the th mode, and the controller works as it should.

I thought from the docco that I could ignore prfofiles and simply set th run mode, ts=0 to disable PID, and SP etc for the working 'single stage' operation.

Owen

owenduffy commented 5 years ago

False alarm.... apologies. It turned out the DATA tab was not loading properly, so it was not intialising EEPROM correctly. Seems ok after making sure it does load EEPROM.