X-Virus-Scanned: clean according to Sophos on Logan.com From: "Stephen Izett" Received: from mail-pg0-f53.google.com ([74.125.83.53] verified) by logan.com (CommuniGate Pro SMTP 6.2c3) with ESMTPS id 9952463 for flyrotary@lancaironline.net; Thu, 27 Jul 2017 19:39:17 -0400 Received-SPF: pass receiver=logan.com; client-ip=74.125.83.53; envelope-from=steveize@gmail.com Received: by mail-pg0-f53.google.com with SMTP id 123so103803152pgj.1 for ; Thu, 27 Jul 2017 16:39:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:content-transfer-encoding:mime-version:subject:date:references :to:in-reply-to:message-id; bh=42qOel9SoL8PF/+X/slNhbKrpD3Ny9A81BWK6eHYYNU=; b=I8HGODqX++OBJjZRL5bh6iR6c3fo+5Hg9UcTTdNKiCmY5Mb2uMaf9844kLXnUAczi9 xfVR9s9N7/0T0z6tGTkmyOE8AC+hIBljDR43bOZkZK2iRZgezd2A5tpK8WcsmWZ5UIwl 1PJKRPdXUO1WHLQIsdSCHPwU6VlkJhx4n/wmY4k5XJtK0kNu2UcH/7EogiBvsxOeHxm1 oEgI7EUtlIlShFHi/k/kJkulfB/Huv3R8Dr+AjpgyZ0GsdD1GmG+DPUOVHVAw9cT1xHi GRJ25kq18NvLSe7lbmIBdyU6M7SudoP8srRWgR8MF7/3PltrN0MqYMPetIHQhHdm9iw1 XvVA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:content-transfer-encoding:mime-version :subject:date:references:to:in-reply-to:message-id; bh=42qOel9SoL8PF/+X/slNhbKrpD3Ny9A81BWK6eHYYNU=; b=swngph3YMnqnZGQiJX881jQOMqXhdltqhc1LaAY0WH5Ex3FeXKei4EVk8QV34PqkCF 1STRiNvNloR6li3Bqh0yIG5XN/Ajn1YECMhqUm4zGkYNedAN1bPTcm6iQGVsKFP91/KU REMbqjOCdBywJUU2PtWelJ5SG0zYxASLYMk0scCg0YUBE6QsR1WE0aGXKYyEjaeVI++L e4DlQnaBZ+Dgv/PEvPAUPDSBlvHHyQkD0Un0/RuYOVamFbtCu42p6aFqnC7kDTPj1uIU v6R0xwb0Zv3iDZGLbfNq4fCBr64CXimjORa8kFfbY87gl5v43CpSKaC9TYUlnNo+bTQ0 gKRA== X-Gm-Message-State: AIVw1106+NNhjEnwKBmeIyN5Pp56pVeD1J6Zit9dePI9hg/71FvWBjq6 c4KKsjWIqgn4chG5WDw= X-Received: by 10.99.0.209 with SMTP id 200mr5543018pga.138.1501198740057; Thu, 27 Jul 2017 16:39:00 -0700 (PDT) Return-Path: Received: from [10.1.1.22] (106-68-117-221.dyn.iinet.net.au. [106.68.117.221]) by smtp.gmail.com with ESMTPSA id f74sm22870664pfk.131.2017.07.27.16.38.57 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Jul 2017 16:38:59 -0700 (PDT) X-Google-Original-From: Stephen Izett Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: [FlyRotary] Re: fuel consumption gauge Date: Fri, 28 Jul 2017 07:38:54 +0800 References: To: Rotary motors in aircraft In-Reply-To: Message-Id: <2AADFF0A-4C38-4562-AA05-038995B0CB7A@icloud.com> X-Mailer: Apple Mail (2.3273) Thanks very much Steve Your reminding me of reality. Even small projects can take so long to = get finished! I=E2=80=99ve often tried to save money and its cost so much more time = and money than I thought. Cheers Steve Izett > On 27 Jul 2017, at 11:38 pm, Steven W. Boese = wrote: >=20 > Steve, > I used the Texas Instruments Launchpad development kit for the fuel = flow device. The programming board and two imbedded microprocessors = cost $5.00 at the time. The software was downloaded at no cost. = Additional hardware was needed but the cost was minimal. >=20 > The flow vs. time characteristic for the fuel injectors is linear with = a non-zero intercept. This can be used in the microprocessor = calculation. Different sized primary and secondary injectors can be = accommodated by using the corresponding characteristics. The fuel flow = indicated by a simple conversion of pulse width to voltage will be most = accurate only at the condition under which the calibration was developed = although the result may very well serve your purpose. >=20 > I scaled the variables so as to use integer arithmetic with the = MSP430G2211 and MSP430G2231 chips that came with the Launchpad kit. The = device I built indicates RPM, staging condition, fuel flow rate, and = fuel remaining in each of my two wing tanks. >=20 > The requirements for building an accurate and dependable instrument = can be avoided by installing the single flow sensor connected to your = Dynon. It just depends on what you want to spend your time and effort = on. >=20 > Steve Boese >=20 >> On Jul 26, 2017, at 10:43 PM, Stephen Izett = wrote: >>=20 >> Thanks Steve >> Rather than reroute the fuel lines I think I=E2=80=99ll build a = little processor and measure pulse widths and rpm and create a pulse = stream fr the dynon to read. >> Any hints on anything to watch out for in coding? >> Cheers >>=20 >> Steve >>=20 >>> On 27 Jul 2017, at 12:39 pm, Steven W. Boese = wrote: >>>=20 >>> Steve, >>>=20 >>> I have a single flow sensor installed in a dead headed configuration = as Charlie described as well as a flow indicator/accumulator of my own = design based on the primary and secondary injector signals. They are = both consistent and accurate. >>>=20 >>> Steve Boese >>>=20 >>>> On Jul 26, 2017, at 8:26 PM, steve Izett = wrote: >>>>=20 >>>> Thanks Charlie >>>> Appreciate the info re position of regulator. >>>> Steve Izett >>>>> On 27 Jul 2017, at 10:08 am, Charlie England = wrote: >>>>>=20 >>>>> On 7/26/2017 4:58 PM, Neil Unger wrote: >>>>>> Gents, Is anyone aware of a fuel consumption gauge that will = give fuel consumption in real time? I can get one that has two flow = meters but that makes installation complicated and not really cost = effective. I am looking for something that works off the injectors. As = usual it has to be "tweaked" with actual fuel usage. Did not Tracy have = such a system? Neil. >>>>>>=20 >>>>>>=20 >>>>>> --=20 >>>>>> Homepage: http://www.flyrotary.com/ >>>>>> Archive and UnSub: = http://mail.lancaironline.net:81/lists/flyrotary/List.html >>>>> Just about any fuel flow instrument will work, if you design the = fuel architecture to allow it. If you place the regulator & its bypass = prior to the flow sensor & injectors, you only need one sensor. The fuel = 'dead heads' at the injectors, so it's always at full system pressure, = and in the unlikely event that there is vapor in the lines, it's = immediately blown through the injectors. It's how virtually every car is = set up these days. It's being done in a/c, too. I'm pretty sure that = Tracy has this fuel delivery architecture in the RV-8 3-rotor. >>>>>=20 >>>>> If you're patient, you can find Flowscan sensors & various brands = of totalizers on Ebay for very good prices. >>>>>=20 >>>>> Charlie >>>>>=20 >>>>> --- >>>>> This email has been checked for viruses by Avast antivirus = software. >>>>> https://www.avast.com/antivirus >>>>>=20 >>>>>=20 >>>>> -- >>>>> Homepage: http://www.flyrotary.com/ >>>>> Archive and UnSub: = http://mail.lancaironline.net:81/lists/flyrotary/List.html >>>>=20 >>>>=20 >>>> -- >>>> Homepage: http://www.flyrotary.com/ >>>> Archive and UnSub: = http://mail.lancaironline.net:81/lists/flyrotary/List.html >>>=20 >>> -- >>> Homepage: http://www.flyrotary.com/ >>> Archive and UnSub: = http://mail.lancaironline.net:81/lists/flyrotary/List.html >>=20 >>=20 >> -- >> Homepage: http://www.flyrotary.com/ >> Archive and UnSub: = http://mail.lancaironline.net:81/lists/flyrotary/List.html > =20 > -- > Homepage: http://www.flyrotary.com/ > Archive and UnSub: = http://mail.lancaironline.net:81/lists/flyrotary/List.html