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

IC-A200 VHF air band receiver
a200.jpg

Easy-to-see function display
All important information is provided in extra-large characters for easy viewing, day or night. Effective viewing angle increases side visibility making the IC-A200 easier to read.
At all times, the USE and STBY (standby) window frequencies simultaneously appear on a large function display.

Illuminated switches and function display
Switches and the function display are illuminated for night flying. Illumination dims and brightens in synchronicity with the aircraft panel.

Simple to operate
The automatic squelch function eliminates the need to make inconvenient squelch adjustments.
All required functions are activated with a minimum number of switches and controls.

Specifications:
General:
Frequency coverage: 118.0~136.975 MHz
Mode: AM (6K00A3E)
Number of memory channels: 9
Tuning steps: 25kHz, 50kHz or 1MHz
Antenna impedance: 50 ohms
Power supply requirement: 13.8 V DC ±15% (negative ground)
Current drain (at 13.8 V DC): Transmit 2.6A
Receive (squelched) 320mA
Receive (max. audio output) 600mA
Usable temperature range: -20°C~+55°C
Frequency stability: ±0.0015% (-20°C~+55°C)
Dimensions: 160(W) x 34(H) x 271(D) in
(projections not included)
Weight: 1.1 kg; 2.4 lb
Transmitter:
Output power: 7 W (carrier power)
Microphone impedance: 600 ohms
Receiver:
Receive system: Double-conversion superheterodyne
Intermediate frequencies: 1st 32.445MHz; 2nd 455kHz
Sensitivity: 2µV for 6 dB S/N
(with 1kHz, 30% modulation)
Spurious rejection: -80dB
Audio output power: 5W with a 4 ohms load
100mW with a 500 ohms load
All stated specifications are approximate and subject to change without notice or obligation.

© 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 %>