Jump to content

Recommended Posts

Posted

Hi Goran - flying  the TBM9 v1.1.10 the other day I got a CAS LOW VACUUM message.  Emerg Procedure says to shut off/reset the bleed...but it didn't clear.  Postflight, couldn't find vacuum system in maintenance manager or in ECS diagram.  Curious to know what triggers the low vacuum message ?  Is there any way to clear this fault other than to start a new flight ?

Chuck O

Posted (edited)

Response from Saso (Who coded the TBM)

I tied that CAS message to the X-Plane vacuum pump system. But we never cause the system to fail, so something else must have caused it to fail. There's simply no code to write to the vacuum system fail dataref, so I know for sure it wasn't generated from our code.

 

I did a quick search through the code:

$ fgrep -Ir vacuum *
engine.c:    dr_t    vacuum_ratio;
engine.c:    fdr_find(&drs.vacuum_ratio, "sim/cockpit/misc/vacuum");
engine.c:    CAS_SELECT(dr_geti(&drs.vacuum_ratio) < VACUUM_MIN, CAS_VACUUM_LOW);
fail_mgr.c:    { "Engine", "Vacuum pump failure", XPFAIL("vacuum") }

The stuff in engine.c is simply the trigger for the CAS message - it looks at sim/cockpit/misc/vacuum and if it's low, it triggers the CAS message. The thing in fail_mgr.c is our custom failure control window (Flight > Edit Failures). That thing doesn't spontaneously generate failures, only on command by the user.

Edited by Goran_M
Posted

Thanks Goran -  It is a mystery  then.  The only thing I recall about that flight was that I let the engine run with the prop feathered in high idle for 10 minutes while waiting for my clearance.  It was long enough to trigger a text window hint to improve engine cooling by unfeathering.  The low vacuum CAS appeared during taxi out sometime shortly thereafter.  Perhaps doing that can somehow drop vacuum pressure and trigger the CAS ?  Cycling the bleed and shutting down the engine didn't clear it, but restarting X-Plane did.

Chuck

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...