On Monday 08 May 2006 15:22, Justin Smithies wrote:
>
>
> How do i get around that without changing the controls.nas script as other
> aircraft might need the 3 equal steps .
> I just want mine to have 7 steps we ll in fact if i may go a little further
> could i have the following positions ?
>
>
On Monday 08 May 2006 19:46, Justin Smithies wrote:
> Hi all,
> I have a quick question that someone is bound to
> know the answer to.
>
> On my aircraft model i need the flaps to step through 7
> positions. But i noticed that the nasal script "controls.nas"
> is hard coded to 3 equal pos
Hi all,
I have a quick question that someone is bound to know the answer to.
On my aircraft model i need the flaps to step through 7 positions.
But i noticed that the nasal script "controls.nas" is hard coded to 3 equal
positions only.
How do i get around that without changing the cont
Hi all,
I have a quick question that someone is bound to know the answer to.
On my aircraft model i need the flaps to step through 7 positions.
But i noticed that the nasal script "controls.nas" is hard coded to 3 equal
positions only.
How do i get around that without changing the cont
On Sunday 05 March 2006 22:38, Andy Ross wrote:
> Dave Perry wrote:
> > I would like to add a voltage check before moving the flaps
> > or landing gear in data/Nasal/controls.nas. The proposed
> > changes are underlined.
>
> Adding aircraft-specific code to the generic control mappings
> is a bad
AJ MacLeod wrote:
On Sunday 05 March 2006 00:41, Dave Perry wrote:
I would like to add a voltage check before moving the flaps or landing
gear in data/Nasal/controls.nas. The proposed changes are underlined.
Since the pa24-250 configs and nasal switches check for voltage for all
On 04/03/06, Dave Perry <[EMAIL PROTECTED]> wrote:
> I would like to add a voltage check before moving the flaps or landing
> gear in data/Nasal/controls.nas.
My Warrior has manual flaps activated by a giant metal bar between the
seats, similar to a parking brake in a car -- I think that's true o
On Sunday 05 March 2006 00:41, Dave Perry wrote:
> I would like to add a voltage check before moving the flaps or landing
> gear in data/Nasal/controls.nas. The proposed changes are underlined.
> Since the pa24-250 configs and nasal switches check for voltage for all
> the other electrical device
Dave Perry wrote:
> I would like to add a voltage check before moving the flaps or
> landing gear in data/Nasal/controls.nas. The proposed changes are
> underlined.
Adding aircraft-specific code to the generic control mappings is a bad
idea; that file is for Nasal code that is globally useful for
Dave Perry wrote:
I would like to add a voltage check before moving the flaps or landing
gear in data/Nasal/controls.nas. The proposed changes are underlined.
flapsDown = func {
if(arg[0] == 0) { return; }
_if(getprop("/systems/electrical/outputs/flaps") < 8.0) {return; }
# Dave Perry
I would like to add a voltage check before moving the flaps or landing
gear in data/Nasal/controls.nas. The proposed changes are underlined.
flapsDown = func {
if(arg[0] == 0) { return; }
_if(getprop("/systems/electrical/outputs/flaps") < 8.0) {return; }
# Dave Perry added a check for vo
Hi All,
A patch to the Nasal limits code is available from
http://www.nanjika.co.uk/flightgear/limits2.tar.gz.
It consists of
- An improved limits.nas file using property listeners and the new Nasal
display code instead of timers and the original C-based display.
- Support for multiple flap limit
12 matches
Mail list logo