Changes between Initial Version and Version 1 of cv4400


Ignore:
Timestamp:
2013-09-19T10:12:12-04:00 (12 years ago)
Author:
warb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cv4400

    v1 v1  
     1[[TOC]]
     2
     3=== CV4400 ASR-9 ARTCC Converter, ASR-9 Formatter ===
     4
     5The CV4400 converts ASR-9 into CD format data.
     6
     7==== CV4400 formats ====
     8
     9CD2 full-scan,[[br]]
     10All ASR-9 native ASTRIX data is converted to CD format and provided at full ASR-9 scan rate.
     11
     12CD2 skip-scan,[[br]]All ASR-9 native ASTRIX data is converted to CD format and provided at 1/2 ASR-9 scan rate by "skipping a scan"
     13
     14
     15CD–ASR
     16
     17
     18
     19
     20
     21from FAA network you can get the user guide for ECG here; http://trac.tgf.tc.faa.gov/projects/tgf/attachment/wiki/EcgDocs/TI_6100.16A-ECG_UserManual20120302.pdf
     22
     23{{{
     24To address the incompatibilities between short-range radar and enroute surveillance data processing, and
     25to address usability of CV4400 format converter output data with DARC, the conversion function formally
     26done by CV4400 hardware is now a software function within ECG.
     27}}}
     28...
     29
     30This excerpt references a HOST/DARC configuration for ECG
     31{{{
     321. If a site utilizes a CV4400 converter, that converter is reprogrammed to provide CD2 full-scan data to ECG. The PIP then converts that data to CD2 skip-scan data for use by HCS. The BIP, however,
     33does not need to do any conversion since DARC can utilize CD2 full-scan data. Refer to Figure 3–302, CV4400 Conversion Enabled in PIP and Disabled in BIP (with CV4400 Hardware).
     34}}}
     35
     36RADAR sepadapt entry from c140un0
     37
     38{{{
     39 <CDRADAR
     40            DEVICE_NAME="PHL-3"
     41            LDA1="0x17A"
     42            PROCESSOR="zcyappipa"
     43            SLOT="3"
     44            PORT="1"
     45            RADAR_CHANNEL="3"
     46            RADAR_ID="11"
     47            SITE_NAME="PHL"
     48            RADAR_TCP="YES"
     49            INVERT="NORMAL"
     50            MULTICAST="DISABLED"
     51            PROTOCOL="ASR9_RADAR">
     52        </CDRADAR>
     53
     54{{{
     55   <Site
     56            SITE_NAME="PHL"
     57            RADAR_ID="11"
     58            CV4400="ENABLED"
     59            CV4400_RADAR_ID="11"
     60            CV4400_SCAN_TIME="4618"
     61            CV4400_TO_LAN="ENABLED">
     62        </Site>
     63}}}
     64
     65}}}
     66
     67'''PROTOCOL="ASR9_RADAR"'''
     68{{{
     69 ASR9_RADAR (ASR-9)
     70This is selected when the incoming data is from an ASR–9 short range radar that is delivering
     71CD–ASR format data to ECG. This protocol would typically only be selected when the ASR–9 radar
     72does not have CV4400 hardware filtering/formatting equipment (as with new ASR–9 radars).
     73
     74}}}
     75
     76
     77''' MULTICAST="DISABLED"'''
     78{{{
     79With ECG/DARC, this parameter is used to enable or disable the multicasting of radar data before the
     80data is processed by the CV4400 filtering/formatting function in ECG (RAPPI and DARC are multicast
     81users). If it is desired to multicast radar data to RAPPI and DARC prior to it being processed by the ECG
     82CV4400 filter, then the multicast parameter should be set to ENABLED for each radar device for which
     83multicast is desired. The default for multicast for the radar device is DISABLED.
     84}}}
     85
     86
     87'''INVERT="NORMAL"'''
     88{{{
     89This parameter is set according to the compatibility of the incoming data signal relative to MIL-STD-188.
     90If invert is set to INVERTED, then ECG software inverts the polarity, treating an incoming 0 (zero) as
     91a logical 1 (one) and a 1 (one) as a logical 0 (zero). If INVERT is set to NORMAL, then no inversion
     92is performed. The default ECG SCT setting is INVERTED. This parameter is set in the device details
     93window of the SCT.
     94Note:
     95This parameter may not need to be set to NORMAL for short range (ASR) radars that do not
     96send data in conformance with MIL-STD-188.
     97}}}