<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim rsSwiperSub Dim rsSwiperSub_numRows Set rsSwiperSub = Server.CreateObject("ADODB.Recordset") rsSwiperSub.ActiveConnection = MM_dbase1_STRING rsSwiperSub.Source = "SELECT * FROM QueryProductDetails" rsSwiperSub.CursorType = 0 rsSwiperSub.CursorLocation = 2 rsSwiperSub.LockType = 1 rsSwiperSub.Open() rsSwiperSub_numRows = 0 %> <% Dim rsSwiperMain Dim rsSwiperMain_numRows Set rsSwiperMain = Server.CreateObject("ADODB.Recordset") rsSwiperMain.ActiveConnection = MM_dbase1_STRING rsSwiperMain.Source = "SELECT * FROM QueryDistinctCategory" rsSwiperMain.CursorType = 0 rsSwiperMain.CursorLocation = 2 rsSwiperMain.LockType = 1 rsSwiperMain.Open() rsSwiperMain_numRows = 0 %> <% Dim localTime Dim localTime_numRows Set localTime = Server.CreateObject("ADODB.Recordset") localTime.ActiveConnection = MM_dbase1_STRING localTime.Source = "SELECT * FROM QueryTimeDate" localTime.CursorType = 0 localTime.CursorLocation = 2 localTime.LockType = 1 localTime.Open() localTime_numRows = 0 %> <% Dim productInfo__MMColParam productInfo__MMColParam = "1" If (Request.QueryString("productInfoID") <> "") Then productInfo__MMColParam = Request.QueryString("productInfoID") End If %> <% Dim productInfo Dim productInfo_numRows Set productInfo = Server.CreateObject("ADODB.Recordset") productInfo.ActiveConnection = MM_dbase1_STRING productInfo.Source = "SELECT * FROM QueryProductInfo WHERE productInfoID = " + Replace(productInfo__MMColParam, "'", "''") + "" productInfo.CursorType = 0 productInfo.CursorLocation = 2 productInfo.LockType = 1 productInfo.Open() productInfo_numRows = 0 %> Global Aviation
Global Aviation Support Pty. Ltd
Sunshine Coast Airport, Queensland, Australia
Tel: 07 5448 8877 Fax: 07 5448 8866
Email:
Local Time - <%= DoDateTime((localTime.Fields.Item("Time").Value), 4, 1033) %>, <%= DoDateTime((localTime.Fields.Item("Date").Value), 1, 1033) %>
 

  Electronics International
Fuel Level Instruments
FL-2 fuel level instrument Available in US gallons, litres or pounds

FL-2C, -2R and -2RH: The FL-2C, FL-2R and FL-2RH are fuel level instruments featuring dual 90 degree analog displays and a digital display.

The two analog displays provide the primary indication of the fuel level for the left and right wing tanks and the digital display provides a method of monitoring the fuel levels in 1 gallon increments.

The digital display may be programmed to display in gallons, British gallons, pounds or liters.

Once the FL-2 is installed in the aircraft it is calibrated to the aircraft fuel tanks and sensors by filling the tanks in two-gallon increments. This mapping of the tanks removes any non-linearity in the tanks and sensors.

FL-2 Warnings: 1/4 Tank Difference, 1/4 Tank Warning (Yellow LED) and 1/8 Tank Low Fuel Warning (Red LED).

FL-2 Specifications: 2 1/4" Mount, 3.65" Depth, 10 Oz. Unit, Viewable in direct sunlight, Backlit, Operates from 7.5 to 35 volts at .3 amps.

FL-2C: The FL-2C was designed to be used with E.I.'s 2' to 12' Capacitive Fuel Level Probes (P-300C). A P-300C/4 Module must be used for probes 2' to 4'.

FL-2R: The FL-2R was designed to be used with Stewart Warner's resistive fuel level sensors (F-385-CP05). The fuel level sensor's resistance must decrease as fuel is added to the tank and the maximum resistance must be between 90 and 270 ohms.

FL-2RH: The FL-2RH was designed to be used with fuel level sensors that increase in resistance as fuel is added to the tank (90 to 270 ohms maximum resistance).

FL-1C, FL-1R or FL-1RH: The FL-1 was designed to be used with a single fuel tank. The instrument features a 210 degree analog display and a digital display.

© 1999-2004, Global Aviation Support Pty Ltd
<% rsSwiperSub.Close() Set rsSwiperSub = Nothing %> <% rsSwiperMain.Close() Set rsSwiperMain = Nothing %> <% localTime.Close() Set localTime = Nothing %> <% productInfo.Close() Set productInfo = Nothing %>