Some issue with Pot S2

Post Reply
JoeBuster
Posts: 6
Joined: Sat Jan 31, 2015 6:58 am
Country: -

Some issue with Pot S2

Post by JoeBuster »

Hy guys, i have some issue with the S2 Pot with detent.

I would like to set some sounds tor three of the Pot positions.

- first sound at 100
- second sound at 0
- an third sound at -100

100 und -100 is not the Problem. The big problem is zero. I calibrated the Pot several times. The 100 Point is 988 µs, the zero Point ist 1478 µs and the -100 is 2012 µs.

If i turn the pot from left to right the center sound does not work - but if i turn the pot back from right to left, the center sound works, because from this direction i touch the center value of 1500 µs. The problem is that the center is not 1500 µS from both direction.

Any idea what i can do? For the function of this pot it`s not importend that the center position will fit (the pot is for gimbal use only), but for playing the center sound it is importand.

Any ideas how i can program this in the custom switch menue of the taranis / companion?

Thanks for your suggestion

Joe
Last edited by JoeBuster on Tue Mar 03, 2015 11:21 am, edited 1 time in total.

User avatar
MikeB
9x Developer
Posts: 17993
Joined: Tue Dec 27, 2011 1:24 pm
Country: -
Location: Poole, Dorset, UK

Re: Some issue with Pot S2

Post by MikeB »

In the radio setup, is the S2 set as "Pot with Detent" ?

Mike.
erskyTx/er9x developer
The difficult we do immediately,
The impossible takes a little longer!
JoeBuster
Posts: 6
Joined: Sat Jan 31, 2015 6:58 am
Country: -

Re: Some issue with Pot S2

Post by JoeBuster »

Yes it is.
User avatar
Kilrah
Posts: 11109
Joined: Sat Feb 18, 2012 6:56 pm
Country: Switzerland

Re: Some issue with Pot S2

Post by Kilrah »

The pot is likely sloppy then. Can you compare with S1?
User avatar
MikeB
9x Developer
Posts: 17993
Joined: Tue Dec 27, 2011 1:24 pm
Country: -
Location: Poole, Dorset, UK

Re: Some issue with Pot S2

Post by MikeB »

Go to the ANALOG INPUTS screen. With the pot at the centre detent, what are the two values beside A6:?

Mike.
erskyTx/er9x developer
The difficult we do immediately,
The impossible takes a little longer!

JoeBuster
Posts: 6
Joined: Sat Jan 31, 2015 6:58 am
Country: -

Re: Some issue with Pot S2

Post by JoeBuster »

@ Kilrah

S1 is not possible anymore because i changed this Pot to the six position switch :)

@ MikeB

A6 = turning from LEFT to RIGHT LEFT = -100 (hex 0000) // Center = -4 (hex 03CE) // RIGHT = 100 (hex 07FE)

A6 = turning from RIGHT to LEFT LEFT = -100 (hex 0000) // Center = 0 (hex 0400) // RIGHT = 100 (hex 07FE)
User avatar
MikeB
9x Developer
Posts: 17993
Joined: Tue Dec 27, 2011 1:24 pm
Country: -
Location: Poole, Dorset, UK

Re: Some issue with Pot S2

Post by MikeB »

Clearly the pot doesn't centre mechanically the same from the two different directions.

Mike.
erskyTx/er9x developer
The difficult we do immediately,
The impossible takes a little longer!
JoeBuster
Posts: 6
Joined: Sat Jan 31, 2015 6:58 am
Country: -

Re: Some issue with Pot S2

Post by JoeBuster »

"Clearly the pot doesn't centre mechanically the same from the two different directions."

With other words, the Pot is broken and must replace?
Helle
Posts: 577
Joined: Sat Jul 21, 2012 7:08 am
Country: -

Re: Some issue with Pot S2

Post by Helle »

Hy Joe
you will never reach exakt 0.000 with a Poti to select something

you can´t select an anlog poti like this one
L1 a=x s2 0

you have to select it with a small hyteresis funktion like this one
L1 a~x S2 0

or with a bigger hyteresis like this
L1 a<x S2 +5
L2 a>x S2 -5
L3 AND L1 L2

Same effekt with +/-5
L1 |a|<x S2 5
but only 1 Log Switch


the other endpoints are easyer
L4 a>x S2 97
L5 a<x S2 -97


and you can select at German "Mittelstellungspieps" for S2



Helle
Last edited by Helle on Wed Mar 04, 2015 11:51 am, edited 1 time in total.
User avatar
jhsa
Posts: 19480
Joined: Tue Dec 27, 2011 5:13 pm
Country: Germany

Re: Some issue with Pot S2

Post by jhsa »

Helle wrote:
or with a bigger hyteresis like this
L1 a<x S2 +5
L2 a>x S2 -5
L3 AND L1 L2
Don't you have a |a|<x in openTX?

L1 |a|<x S2 5

L1 will be ON between -5 and +5. And you use only one logical switch..

João
My er9x/Ersky9x/eepskye Video Tutorials
https://www.youtube.com/playlist?list=PL5uJhoD7sAKidZmkhMpYpp_qcuIqJXhb9

Donate to Er9x/Ersky9x:
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YHX43JR3J7XGW

Post Reply

Return to “openTx for FrSky radios”