Has the script for the Opencockpits Tiller wheel been removed from the latest NGX
script as I can't find it?
Opencockpits Tiller script
-
- Posts: 37
- Joined: Sat Apr 02, 2016 1:43 pm
- Location: Scotland
Re: Opencockpits Tiller script
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
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
-
- Posts: 37
- Joined: Sat Apr 02, 2016 1:43 pm
- Location: Scotland
Re: Opencockpits Tiller script
Thanks for the quick reply.
Re: Opencockpits Tiller script
I close this topic now