<%@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) %>
 

J.P. Instruments - SlimLine Miniature Gauges
J.P. Instruments manufactures the following Slim-Line independent gauges:
slimstack.jpg OAT
Volt Meter
Oil Temperature
RPM Tachometer
Manifold Pressure
Fuel Pressure
Oil Pressure
TIT
tach.jpg

JPI Slimline Tachometer

These gauges all have bright red easy to read illuminated displays and can be purchased separately, or in clusters, depending on your specific needs.

  • The DIGITAL QUARTZ TACHOMETER is FAA approved, has an accuracy of +/- RPM, and updates two times per second. This gauge is safe because it does not attach to the mag "P" lead.
  • The MANIFOLD PRESSURE gauge has an overboost alarm, resolution of 0.1 inches of Hg for precision power setting.
  • RPM and MANIFOLD PRESSURE gauges can be fitted for a 3" hole.
  • The VOLT AMP gauge has a discharge alarm and 0.1 Volt or amp resolution. The Oil and Fuel Pressure gauges have under pressure alarms as well as resolution to 1.0 PSI.
  • The OIL, TIT and EGT TEMPERATURE gauges all have high limit alarms and resolution to one degree.
  • These gauges are designed to save panel space and provide you with the accurate information you need to keep flying safely.
© 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 %>