DeBesten / opentx

Automatically exported from code.google.com/p/opentx
0 stars 0 forks source link

Available of Warning for Potetiometer not beeing centered or "zero" #150

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Which board (stock / gruvin9x / sky9x / Taranis) are you using?

Stock 9xt

What is your openTx FW version?

actual Version 

What is your openTx EEPROM version?

also actual Version

What steps will reproduce the problem?

No steps, enhancement

What is the expected output? What do you see instead?

Please provide any additional information below.

Posiibilty to set a "Stick" Warning also for Potetiometers not centeret or not 
"zero" (on the left side)

Original issue reported on code.google.com by martinkr...@gmx.de on 26 Sep 2013 at 1:44

GoogleCodeExporter commented 8 years ago
It could be very nice to have "ONE" as a parameter of the additional AND in 
custom switches. With it there we will be able to set different preflight check 
alarms.

Original comment by mho...@gmail.com on 27 Sep 2013 at 1:44

GoogleCodeExporter commented 8 years ago
True!

Original comment by bson...@gmail.com on 27 Sep 2013 at 1:58

GoogleCodeExporter commented 8 years ago
Nice idea. Is it be possible akso on stock board?

Original comment by gbir...@gmail.com on 27 Sep 2013 at 5:42

GoogleCodeExporter commented 8 years ago
Merging it with 146 - It would be even better to not warn of center, but of 
either the last position or a preset one. 

Easy on ARM (store positions on power off), Stock either with a manual "Store" 
similar to the switch warning. We could store the position in just one byte, 
that will take care of the hysteresis that is required for repositioning 
anyway. 
So for ARM: one byte of EEPROM for the position, and two bits to turn the check 
off/last position/preset position  for each pot. 

For stock if implemented at all: One byte for position, one bit for check or no 
check (can't store last position automatically anyway)

Original comment by bernet.a...@gmail.com on 28 Sep 2013 at 6:46