Bac 1-11 APU problem

Classic British Flight Sim forum.
Support for Maltby/Piper FS models & other Classic British freeware.

Moderators: Guru's, The Ministry

User avatar
TSR2
The Ministry
Posts: 15693
Joined: 17 Jun 2004, 14:32
Location: North Tyneside, UK
Contact:

Re: Bac 1-11 APU problem

Post by TSR2 »

Ah, your right. I'd been using an old work around process to start them (its been a while since I'd started her up from cold so forgot all about it)

the work around is...

1. Start Master to Start
2. Engine 1 to START & Motor until RPM reaches 1%
3. Start Master Off until RPM reaches 4%
4. Start Master on
Engine should the spool up and repeat for engine 2

But hopefully that code will do the trick as it seems to do what Fraser was saying above.
Ben.:tunes:

ImageImageImage

PilotGuy815
Chipmunk
Chipmunk
Posts: 18
Joined: 15 Oct 2012, 23:10

Re: Bac 1-11 APU problem

Post by PilotGuy815 »

I think I have made a code that works. I'm having saving issues, but while I troubleshoot that; do you XML Xperts think that this will work?

Code: Select all

<Gauge Name="Starter APU" Version="1.0">
   <Element>
     <Select>
        <Value>(L:DM STARTER 3,number) if{ (A:Circuit general panel on, bool) (A:Eng3 N2 RPM, percent) 22 < && if{ 0 (>K:TOGGLE_STARTER3) 0 (>K:THROTTLE3_CUT) } els{ (L:DM STARTER 3,number) -- (>L:DM STARTER 3,number) 0 (>K:MIXTURE3_INCR) } } (L:DM STARTER 3,number) 0 != (A:General eng3 starter, bool) ||</Value>
        <Case Value="1">
           <Image Name="APU_STARTER_ON.bmp" ImageSizes="36,35"/>
        </Case>
        <Case Value="0">
           <Image Name="APU_STARTER_OFF.bmp" ImageSizes="36,35"/>
        </Case>
     </Select>
   </Element>

   <Mouse>
     <Area Left="0" Top="0" Right="28" Bottom=31">
        <Tooltip>Push to Start</Tooltip>
        <Cursor Type="Hand"/>
        <Click>(A:GENERAL ENG3 FUEL VALVE,bool) !
                if{ 1 (>K:TOGGLE_FUEL_VALVE_ENG3) } (L:DM STARTER 3,number) 0 > (A:GENERAL ENG3 FUEL VALVE, bool) ||

                  if{ 0 (>L:DM STARTER 3,number) (A:GENERAL ENG3 FUEL VALVE, bool)

                    if{ 0 (>K:TOGGLE_FUEL_VALVE_ENG3)} }
                      els{ (L:APU_CONTROL,number) 0 >

               if{ 5 (>L:DM STARTER 3,number) 0 (>K:MIXTURE2_RICH) } } }</Click>
   </Mouse>
</Gauge>
Last edited by PilotGuy815 on 19 Oct 2012, 02:05, edited 1 time in total.

User avatar
TSR2
The Ministry
Posts: 15693
Joined: 17 Jun 2004, 14:32
Location: North Tyneside, UK
Contact:

Re: Bac 1-11 APU problem

Post by TSR2 »

I'm no expert, but Fraser is an XML guru, hopefully he'll drop by soon. It looks ok to me :)
Ben.:tunes:

ImageImageImage

PilotGuy815
Chipmunk
Chipmunk
Posts: 18
Joined: 15 Oct 2012, 23:10

Re: Bac 1-11 APU problem

Post by PilotGuy815 »

It didn't work, now the APU doesn't even display "Start."

PilotGuy815
Chipmunk
Chipmunk
Posts: 18
Joined: 15 Oct 2012, 23:10

Re: Bac 1-11 APU problem

Post by PilotGuy815 »

We need you Fraser, I am out of ideas!

User avatar
Viscount Cornbank
The Gurus
Posts: 1117
Joined: 29 Jun 2004, 12:29
Location: Cornbank House, rural Scotland

Re: Bac 1-11 APU problem

Post by Viscount Cornbank »

David has created much localised coding throughout, as I would have done, and therefore
there is a serious risk that altering one part may break something else, so I don't want to interfere
with it ;)

cheers

Fraser
Image

PilotGuy815
Chipmunk
Chipmunk
Posts: 18
Joined: 15 Oct 2012, 23:10

Re: Bac 1-11 APU problem

Post by PilotGuy815 »

I've backed up my files. I have nothing to lose. Do you know what makes the original code not work in FSX?

User avatar
Garry Russell
The Ministry
Posts: 27180
Joined: 29 Jan 2005, 00:53
Location: On the other side of the wall

Re: Bac 1-11 APU problem

Post by Garry Russell »

The referred to special coding throughout the model is something compiled into the model or in the .cab, often a combination of both...it is not user editable.

As Fraser says, changing one things breaks something else, almost guaranteed :worried:
Garry

Image

"In the world of virtual reality things are not always what they seem."

User avatar
DaveB
The Ministry
Posts: 30457
Joined: 17 Jun 2004, 20:46
Location: Pelsall, West Mids, UK
Contact:

Re: Bac 1-11 APU problem

Post by DaveB »

I know that from experience and the older the code, the bigger the break can be in the newer sim :lol:

ATB
DaveB B)smk
ImageImage
Old sailors never die.. they just smell that way!

PilotGuy815
Chipmunk
Chipmunk
Posts: 18
Joined: 15 Oct 2012, 23:10

Re: Bac 1-11 APU problem

Post by PilotGuy815 »

But the XML in the cab file was what I was editing. Those are completely user editable. I guess you are right about editing one and breaking another though. I'll just have to wait until someone else, payware or freeware, develops one that works in FSX.

Post Reply