Page 1 of 1

Opencockpits Tiller script

Posted: Tue Feb 20, 2018 6:09 pm
by CAVENEY747
Has the script for the Opencockpits Tiller wheel been removed from the latest NGX
script as I can't find it?

Re: Opencockpits Tiller script

Posted: Tue Feb 20, 2018 7:16 pm
by mvr1918
Looks like you are right. Thanks for reporting.


The code is here. You just add it to you script after exporting the script you are using to txt file and recompile. Remember to make changes to Var number and Device number if necessary.

I add it in in the next update of the script.

Var 897, name tiller, Link USB_ANALOGIC, Device 36, Input 1, PosL 1, PosC 140, PosR 255
{
IF &tiller > 129
{
&tiller_offset = &tiller
}
IF &tiller < 127
{
&tiller_offset = &tiller
}
}
Var 0898, name tiller_offset, Link FSUIPC_OUT, Offset $3BC4, Length 2

Re: Opencockpits Tiller script

Posted: Wed Feb 21, 2018 5:46 pm
by CAVENEY747
Thanks for the quick reply.

Re: Opencockpits Tiller script

Posted: Thu Feb 22, 2018 4:52 pm
by mvr1918
I close this topic now