Results 1 to 14 of 14

Thread: Here's one for the gauge gurus...

  1. #1
    Members + Drzook's Avatar
    Join Date
    Jun 2005
    Location
    Michigan
    Age
    41
    Posts
    589

    Here's one for the gauge gurus...

    Good evening all (or morning as the case may be),
    I am trying to find a decent tachometer for my Cessna 404 Titan. Now don't get me wrong, the stockers aren't too bad (cessna_182.rpm.1 and cessna_182.rpm.2 respectively) but I found a really cool tach that has a working hourmeter (cessna182rg!Tachometer). Problem is that is seems to be set for engine #1 only. How does one set a copy for engine #2? Is it just a matter of renaming to something like cessna182rg2!Tachometer or is it a much more involved procedure? Thanks in advance.

  2. #2
    Retired SOH Admin OBIO's Avatar
    Join Date
    Mar 2007
    Location
    OHIO
    Age
    44
    Posts
    7,647
    Is it an xlm based gauge or a .gau gauge? I know nothing about .gau gauges, and almost next to nothing about XLM gauges, but I have managed to tweak a few XLM gauges to new uses.

    OBIO

  3. #3
    Members + Drzook's Avatar
    Join Date
    Jun 2005
    Location
    Michigan
    Age
    41
    Posts
    589
    I don't believe it's XML; there is no XML file to tweak. The gauge was cessna182rg.gau

  4. #4
    Sim Junkie MaddogK's Avatar
    Join Date
    May 2007
    Location
    Chicago, Il. U.S.A.(GMT-6) KMDW
    Age
    49
    Posts
    1,261
    IIRC you can extract the gauge from the GAU file with panel studio, then edit the extracted XML file to your needs. Funny tho is that most RPM gauges I've seen display prop RPM and not engine RPM.
    "May fortune favor the foolish"
    MaddogK

  5. #5
    Members + Drzook's Avatar
    Join Date
    Jun 2005
    Location
    Michigan
    Age
    41
    Posts
    589
    Umm....I don't have Panel Studio. Any other alternatives?
    I also noticed most tachs do prop rpm; I think it's because most GA engines don't have a gearbox to the prop; more of a direct connection from the crankshaft to the prop. There are a few out there that are geared (the Cessna Titan and Golden Eagle come to mind) and at some point I knew how to set that up in the cfg file but that knowledge has long gone.

  6. #6
    SOH Mod Lionheart's Avatar
    Join Date
    Jul 2005
    Location
    The land where dust is manufactured and people are high temp tested!
    Age
    51
    Posts
    11,786
    I have some bad news for you.

    The engine time 'memory' has only one slot, and with that you can only use one engine. The time is kept similarly to how a Log book entry is kept. It forms in a file in the aircrafts data folder on the HD, (I forget exactly where, but where aircraft times and data are saved, I think in the classic 'My Documents' zone). FS was wired for only one 'time slot' save-file option per plane.

    I found this out the hard way, as I wanted an airframe 'total time' HOBBS, and an engine TT HOBBS also. But you cannot have more then one. You can fake a second, by simply having two, label each different, but they will record the same for each other. This might work for you, since you would usually fly with both engines and no one would know the better but you.

    We tried other avenues to get this to work including a C++ gauge, but it just wouldnt work. I often wonder though if that will be broken, that barrier. It possibly could be with FSX in the 'Sim Connect' system, where you can have outside programs running and interact/sync with your plane.



    Bill
    Humble Poly bender and warrior of Vertices

    <a href=http://www.prepar3d.com target=_blank rel=nofollow>http://www.prepar3d.com</a>

    iMac 24" Alum UniBody; Intel Core Duo 2.80 GHz;
    ATI Radeon HT 2600 XT; 1TB drive; 4 Gigs DDR Ram;
    Apple juice plasma injection system.

  7. #7
    Retired SOH Admin OBIO's Avatar
    Join Date
    Mar 2007
    Location
    OHIO
    Age
    44
    Posts
    7,647
    I went looking through my Gauges folder....don't know where I got them....but I have Cessna182.rpm.1 through rmp.4. I haven't tried them to see if they actually read 4 different rpms...but I will and will let you know. And they have the egg timer thing on them.

    OBIO

  8. #8
    I've never seen a set of hour meters that kept seperate engine hours either (as Bill mentioned). If doubled up on the panel (or more) they seem to only do a singular total time in unison.

    What is odd though, the actual hours each engine is operated are recorded by FS in the FS9 cfg area.
    C:\Documents and Settings\Your User Name\Application Data\Microsoft\FS9\AIRCRAFT

    Open the aircraft folder from the above string, select a plane, and open the state.CFG with notepad. Inside you will find that multi engined aircraft have the hours recorded per engine.

    Example of my FDG2_B_17F Early aircraft:

    [engine.0]
    accumulated_time=7.012553
    [engine.1]
    accumulated_time=6.891966
    [engine.2]
    accumulated_time=6.891444
    [engine.3]
    accumulated_time=7.016496
    [FltSim.0]
    atc_id=124485


    Interesting that this code hasn't been cracked to date for multiple Hobbs gauges.


    As far as multiple RPM gauges, if you vary the rpm's per engine with seperate throttle adjustments, they do read per the amount of throttle applied.
    Brent aka "dogknot"

  9. #9
    Quote Originally Posted by OBIO View Post
    I went looking through my Gauges folder....don't know where I got them....but I have Cessna182.rpm.1 through rmp.4. I haven't tried them to see if they actually read 4 different rpms...but I will and will let you know. And they have the egg timer thing on them.

    OBIO
    A quick search of the FS Disk directory shows these 4 gauges to be FS default gauges. And the big shocker is a right click on the gauge name, properties/Version/Product Name comes up Microsoft Flight Simulator 98.
    Brent aka "dogknot"

  10. #10
    Retired SOH Admin OBIO's Avatar
    Join Date
    Mar 2007
    Location
    OHIO
    Age
    44
    Posts
    7,647
    I tested the gauges I mentioned in my previous post....they do register seperate prop RPMs but they do not have working egg timers on them.

    OBIO

  11. #11
    Senior Administrator Willy's Avatar
    Join Date
    Sep 2001
    Location
    West Tennessee, near KTGC
    Age
    56
    Posts
    8,651
    I don't know if it's any help but the FSD Cessna 337 load manager program will track hours on each engine, but the hobbs meter in the aircraft only tracks aircraft hours.
    Propliner = Proper Airliner

  12. #12
    Members + Drzook's Avatar
    Join Date
    Jun 2005
    Location
    Michigan
    Age
    41
    Posts
    589
    Quote Originally Posted by Lionheart View Post
    I have some bad news for you.

    The engine time 'memory' has only one slot, and with that you can only use one engine. The time is kept similarly to how a Log book entry is kept. It forms in a file in the aircrafts data folder on the HD, (I forget exactly where, but where aircraft times and data are saved, I think in the classic 'My Documents' zone). FS was wired for only one 'time slot' save-file option per plane.

    I found this out the hard way, as I wanted an airframe 'total time' HOBBS, and an engine TT HOBBS also. But you cannot have more then one. You can fake a second, by simply having two, label each different, but they will record the same for each other. This might work for you, since you would usually fly with both engines and no one would know the better but you.

    We tried other avenues to get this to work including a C++ gauge, but it just wouldnt work. I often wonder though if that will be broken, that barrier. It possibly could be with FSX in the 'Sim Connect' system, where you can have outside programs running and interact/sync with your plane.



    Bill
    Oh well I kind of figured as such. Still it is kind of odd that no one set up multiple tachs with working hourmeters; the technology seems to be there; just have tach.2 linked with the second engine info in that one file that Dogknot mentioned.
    Thanks guys for your input on this. I'll probably go with the two identical tachs as mentioned at least until something better comes up. One more thing I found interesting: when engine 1 goes out so does most of my gauges; it's like the generator is linked with engine one. Is this standard in all aircraft? Just wondering at this point.

  13. #13
    It may depend on this statement in the Electrical section:

    engine_generator_map =1, 1, 0, 0
    Milton
    Dash 7, Aero Commanders, Howard 500, D18S, Spartan Executive, A-26B, Beech XA38 (Grizzly), DH-80A Puss Moth, F7F-1,-3,-3N, AT-11, the "Grumman Seven", Avia Series

    Website has been discontinued

  14. #14
    SOH Mod Lionheart's Avatar
    Join Date
    Jul 2005
    Location
    The land where dust is manufactured and people are high temp tested!
    Age
    51
    Posts
    11,786
    Thanks Brent and all for the info on multiple HOBBS. That is really good to know. I'll have to copy/paste/store that info for future use.



    Bill
    Humble Poly bender and warrior of Vertices

    <a href=http://www.prepar3d.com target=_blank rel=nofollow>http://www.prepar3d.com</a>

    iMac 24" Alum UniBody; Intel Core Duo 2.80 GHz;
    ATI Radeon HT 2600 XT; 1TB drive; 4 Gigs DDR Ram;
    Apple juice plasma injection system.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. One for the scenery gurus
    By rdaniell in forum FS 2002/2004 General Discussion
    Replies: 34
    Last Post: January 10th, 2012, 12:34
  2. One for the Effects 'Gurus'.....
    By phrog_phixer in forum CFS3 General Discussion
    Replies: 7
    Last Post: July 14th, 2011, 13:23
  3. calling gauge gurus
    By jeansy in forum FSX General Discussion
    Replies: 3
    Last Post: July 6th, 2011, 17:50
  4. Help scenery gurus....
    By popsaka in forum CFS3 General Discussion
    Replies: 9
    Last Post: May 8th, 2011, 22:45
  5. Gauge Gurus ?
    By sc7500 in forum CFS2 General Discussion
    Replies: 5
    Last Post: March 22nd, 2010, 21:11

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Avsim - Flightsim - SimFlight - Simviation - iflyonline - CFS IP - Quarter Moon Saloon - Com-Central