Extra D2D Frames and OTR RPG Long List

                         By Xiangbao Jing

                         Updated on  02/09/06

In the OB7, we changed the load max-frames of the IGC to 64 and made the radar One Time Request RPG select list as unlimited long.
 

1.0 Extra D2D Frames(DCS3276)

The AWIPS max-frames is 32, and it was hard coded at many places in the IGC and some applications. From the OB7, we changed the max-frames to 64, removed the hard codes, changed the fixed load pie cursor(pie1, to pie32) architecture to variable (pie1, pie2, pie3,...pieN),made the max-frames configurable from the ws.config(inside 64 frames at the user level) or IGC_Type.H(More the 64 frames at the developer level, may  need change the frame GUI too), and changed the frame counts GUI in the fxa.
Gerry did some job in the OB6 for 48 frames in the stand alone IGC mode and got some performance test data, Which looks OK.
I the frame counts GUI, the frame number intervals are,
      Interval        Range                      Usage
      1                   1 to 12                     very often
      2                   13 to 32                   less often
      4                    > 32                        not often
The ignored frame number(less or not often used) in the first level menu, like the 13, 15, 17,...63, can be selected in the second level menus.




Configuration
Changed files
CursorMgr.C
CursorMgr.H
DisplayMgr.C
DisplayMgr.H
DisplayPanel.C
FrameSeq.C
IGC_Types.H
frame-count.tcl
keypressHandler.C
and ws.config.

Issues

New GUI After Review




2.0 OTR RPG Long Select List(DR16664)

The OTR RPG list may be as long as 150 ~ 160 for some sites. Now we use the OTR RPG unlimited multi-levels menu to support the long list.
The "unlimited" is just for the remote radar only, but the local radar which is still limited under 38. Because none can reach to such big number, usually  it is 1~5. Below picture is a simulation of 160 radars including 3 local radars.






Changed file
rpg-select.tcl