Re: [Flightgear-devel] flaps

2006-05-09 Thread Ampere K. Hardraade
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 ? > >

Re: [Flightgear-devel] Flaps question

2006-05-08 Thread Lee Elliott
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

[Flightgear-devel] flaps

2006-05-08 Thread Justin Smithies
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

[Flightgear-devel] Flaps question

2006-05-08 Thread Justin Smithies
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

Re: [Flightgear-devel] Flaps and landing gear extend and retract with no power? OK to add voltage checks?

2006-03-06 Thread Lee Elliott
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

Re: [Flightgear-devel] Flaps and landing gear extend and retract with no power? OK to add voltage checks?

2006-03-06 Thread Dave Perry
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

Re: [Flightgear-devel] Flaps and landing gear extend and retract with no power? OK to add voltage checks?

2006-03-06 Thread David Megginson
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

Re: [Flightgear-devel] Flaps and landing gear extend and retract with no power? OK to add voltage checks?

2006-03-06 Thread AJ MacLeod
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

Re: [Flightgear-devel] Flaps and landing gear extend and retract with no power? OK to add voltage checks?

2006-03-05 Thread Andy Ross
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

Re: [Flightgear-devel] Flaps and landing gear extend and retract with no power? OK to add voltage checks?

2006-03-05 Thread Curtis L. Olson
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

[Flightgear-devel] Flaps and landing gear extend and retract with no power? OK to add voltage checks?

2006-03-05 Thread 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

[Flightgear-devel] Flaps/Gear/Load/Speed limits patch

2006-02-14 Thread Buchanan, Stuart
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