|
From: Ron H. <gs6...@gm...> - 2018-12-16 02:52:26
|
And another update to this:
I had the rudder pedals toe breaks set to invert - this does not work - no
animation, no brakes.
Unchecking invert now shows animation, but it is reversed - real pedals -
no brakes - FG animation brakes on/applied. pressing toe brakes on real
pedals - animation reversed and brakes are released.
here is the xml for the pedals. How and where are the factor and offset
calculations done? why .05 or -.05. I try to overwrite these values but
always is overwritten by FG.
<PropertyList>
<name type="string">T-Rudder</name>
<axis>
<desc type="string">Brake Right</desc>
<binding>
<command type="string">property-scale</command>
<property type="string">/controls/gear/brake-right</property>
<factor type="double">0.5</factor>
<offset type="double">1</offset>
</binding>
</axis>
<axis n="1">
<desc type="string">Brake Left</desc>
<binding>
<command type="string">property-scale</command>
<property type="string">/controls/gear/brake-left</property>
<factor type="double">0.5</factor>
<offset type="double">1</offset>
</binding>
</axis>
<axis n="2">
<desc type="string">Rudder</desc>
<binding>
<command type="string">property-scale</command>
<property type="string">/controls/flight/rudder</property>
<factor type="double">1</factor>
<offset type="double">0</offset>
</binding>
</axis>
</PropertyList>
On Sat, 15 Dec 2018 at 20:35, Ron Haertel <gs6...@gm...> wrote:
> Further analysis on this:
>
> using js-demo.exe I see my rudder pedals and the toe brakes go -1.0 to 0
> to +1.0 on both.
> Inside FG using the debug - Internal properties - controls/gear the values
> shown there are 0 and pressing the toe brakes results in a minus sign - no
> value. Is there a problem with the joystick input decoding.
> I then set the brakes-right or brakes left debug internal properties to .5
> or .75 and I see the toe brake animation set the toe brakes to a reasonable
> angle. Once I touch the toe brakes they go back to no deflection.
> Where should I look in the code for the joystick inputs getting values
> from the actual rudder pedal device?
>
> On Sat, 15 Dec 2018 at 15:55, Ron Haertel <gs6...@gm...> wrote:
>
>>
>> I have a thrustmaster joystick 16000 and the thrustmaster rudder pedals.
>> All work except for the toe brakes. I have set the t-rudder.xml to have
>> both left and right brakes (see other thread on duplicate row -
>> button-axis-config.xml). and rudder axis. The rudder works left and right,
>> however the toe brakes do not. no animation and no brake action. Anyone
>> suggest what to look at to troubleshoot this issue? Thanks.
>> --
>>
>> Ron
>>
>> Windows 10, VS2015, VS2017
>>
>> Ubuntu 18.04
>>
>
>
> --
>
> Ron
>
> Windows 10, VS2015, VS2017
>
> Ubuntu 18.04
>
--
Ron
Windows 10, VS2015, VS2017
Ubuntu 18.04
|