home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / HAM / VESTER_A.ZIP / NEWINFO.TXT < prev    next >
Text File  |  1993-09-18  |  12KB  |  238 lines

  1.  
  2.  
  3.  
  4.  
  5.               
  6.  
  7.  
  8.                               NEWINFO.TXT
  9.  
  10.                This  describes some of the latest third  generation  
  11.           WEFAX  programs  I have created. They all  use  the  same 
  12.           simple clipper interface described in September 1991 QST. 
  13.           They differ from the 2nd generation in having cleaner map 
  14.           and  satpix rendition, easier user interface,  and  rela-
  15.           tively little dependence on processor speed. It is  aimed 
  16.           at  the 286 and up IBM clone. Like all the previous  pro-
  17.           grams  you must activate GWBASIC from DOS and  then  load 
  18.           the program. Or you can make a batch file like this:
  19.  
  20.                          wm.bat (a one line batch file)
  21.  
  22.                               gwbasic.exe wxmap.bas
  23.  
  24.           which  will start the WXMAP program from the DOS line  by 
  25.           just keying WM. Since there are a lot of laptops now with 
  26.           a  640x480  VGA screen with 16 or more gray  shades,  the 
  27.           satpix  program,  WXPIX, is configured  specifically  for 
  28.           that.  It also will work with any VGA or EGA  screen  and 
  29.           will  provide false colors with a color screen.  The  map 
  30.           program,  WXMAP,  works within the 640k  computer  normal 
  31.           operating  space,  but the WXPIX  program  requires  more 
  32.           memory so you must create a RAMDISK so you can access the 
  33.           higher  memory.  This is done by adding a  line  to  your 
  34.           machine's CONFIG.SYS . For a machine with 2 mb. of  memo-
  35.           ry, add:
  36.  
  37.                     device=c:\dos\ramdrive.sys 1024 512 64 /e
  38.  
  39.           If you have 4 mb. then use:
  40.  
  41.                     device=c:\dos\ramdrive.sys 3072 512 64 /e
  42.  
  43.           Some  later versions of DOS may use a slightly  different 
  44.           format to form a RAMDISK, so check your DOS book.
  45.  
  46.                While  the earlier programs required you to POKE  in 
  47.           modifications to the program to adapt it to your machine, 
  48.           we  have  simplified  that by just  cataloguing  all  the 
  49.           choices in a SYSTEM CONFIGURATION list which is contained 
  50.           in the last lines of the program. Typically, you LOAD the 
  51.           program  and LIST 1000-2000 to see this list. If you  are 
  52.           using  the COM1 port and your RAMDISK is labelled  D:  it 
  53.           will probably work as is. The Gross Timer number, GT, may 
  54.           have to be lowered a small amount to get line SYNC. After 
  55.           you have some map or satpix copy, you can then adjust the 
  56.           Line Timing, LT, to exactly square the picture (if neces-
  57.           sary). After you have settled on a working configuration, 
  58.           just SAVE (ie,hit F4) the program under  it's same  name. 
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.           Note  that you can change the CONFIGURATION list  without 
  66.           saving  it and see how it works. When you return to  BASIC 
  67.           the modified program is still loaded so you type F1  (ie, 
  68.           LIST)  1000-2000 and make further mods and RUN  (ie,  hit 
  69.           F2)  another map again until you are satisfied. THEN  you 
  70.           can SAVE the new configuration.
  71.  
  72.           WXMAP.BAS 
  73.  
  74.                This uses EASICGAB.ASM, EASIVGAB.ASM,  EASIATTB.ASM,  
  75.           and  SAVEB.ASM  machine language  programs, so  they  all 
  76.           must  be in the same directory as WXMAP.BAS. This  program 
  77.           is hi-resolution with each line divided into 960  pixels. 
  78.           Since only 640 pixels/line can be seen at a time, it  has 
  79.           provisions  for scrolling  across the map field. You  can 
  80.           shrink the map in CGA mode to see a larger piece. You can 
  81.           SAVE the map to any designated disk for later viewing  or 
  82.           printing  or  you can print it out immediately.  You  can 
  83.           schedule  it to copy a map anytime in the next  24  hours 
  84.           (sked  time  entered  in 24 hour time)  with  or  without 
  85.           initial  synchronizing. You can watch the map  being  re-
  86.           ceived,  so adjusting  the tuning for best  reception  is 
  87.           easy.  Satpix  are copied with this program in  only  two 
  88.           shades--black and white. It only uses a modest amount  of 
  89.           memory  but has hi resolution. A suffix is  automatically 
  90.           added to any SAVEd file to tag which screen format it was 
  91.           recorded in (VGA, CGA, etc).
  92.  
  93.           SEEMAP.BAS
  94.  
  95.                This  uses SEEB.ASM  machine language to  implement. 
  96.           It detects the  file name suffix designator and adapts to 
  97.           the format used to record the map you are trying to  see. 
  98.           As  in WXMAP, you can scroll the map to put the  starting 
  99.           point for printing in the upper left corner of the screen 
  100.           and hit P lightly (only once) to start printing. When you 
  101.           have as much map as you want, hit any key to stop  print-
  102.           ing.  The  printer  finishes it's current  3  pass  cycle 
  103.           before it actually stops.
  104.  
  105.           MAPSKED.BAS
  106.  
  107.                This  uses  the same machine  language  programs  as 
  108.           WXMAP.BAS. It can be scheduled to copy up to 5 maps  over 
  109.           the next 24 hours, each map being automatically SAVEd  to 
  110.           whatever  disk  you specify (in Path part of  File  Name) 
  111.           under 5 different file names. When you have time, you can 
  112.           review  them with SEEMAP and choose to Print  the   file, 
  113.           retain  the file or, discard the file.  All times are  in 
  114.           24  hour format. Remember to set your computer  clock  on 
  115.           time. Typically you set the sked turn-on time a minute or 
  116.           two  early  and  call for SYNChronizing  to  account  for 
  117.           schedule  slop at the transmitting end. If you  miss  the 
  118.           SYNC  period,  the next map with a SYNC  period  will  be 
  119.           copied.
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.           WXPIX.BAS
  128.  
  129.                This   program   uses  3VGA.ASM,   VU960A.ASM,   and 
  130.           SAVEPIX.ASM machine language programs. It copies satpix's 
  131.           and also maps in 16 shades of gray (or 16 colors). It  is 
  132.           960  pixel hi resolution and you can see ground  features 
  133.           with  proper sun angles. The visual photo's have a  black 
  134.           sky  background and the IR photos have a white  sky  back-
  135.           ground.  In gray shades, black is hot and white is  cold. 
  136.           The higher the cloud, the whiter it shows on IR. You  can 
  137.           always  hit H key to Halt copying whenever you wish.  The 
  138.           screen   gives  a rolling display of the last  480  lines 
  139.           sent. After picture is first copied hit Q or V to  switch 
  140.           to a viewing and scrolling mode. You can position whatev-
  141.           er  part  of the pix you want to SAVE to the  upper  left 
  142.           corner of the screen and SAVE all of the subsequent lines 
  143.           or perhaps only one screen full (ie, 480 lines) or  maybe 
  144.           one  screen full in the Shrink mode (960 lines). The  pix 
  145.           can be S(hrunk) by hitting S and then eXpanded by  keying 
  146.           X.  Since you are generally only interested in a  portion  
  147.           of  the picture, you can include the DATE/TIME as a  file 
  148.           name---for  example  a pix at 1230Z on May  31  might  be 
  149.           given file name 31MY1230. This eliminates having to store 
  150.           the pix header and saves storage memory. These pix  files 
  151.           can be compressed also to further reduce storage  memory. 
  152.           While  64  shades are available in some of  the  previous 
  153.           programs,  16 shades suffices for most purposes and  uses 
  154.           half  the memory. Note that you can also copy MAPS in  16 
  155.           shades  and they will be somewhat more readable  in  poor 
  156.           conditions than the WXMAP Black/White maps. This  program 
  157.           also will work on any VGA machine since 16 color  640x480 
  158.           is  identical  on all  machines. The SVGA cards  are  not 
  159.           standardized at all.
  160.                If you copy a map with this program and want to save 
  161.           it  on  paper  instead of saving it in a  file,  you  can 
  162.           scroll the upper left corner where you want to start  and 
  163.           tap P to print it. Be sure your printer is turned on with 
  164.           paper in it. The printed map will be the same quality  as 
  165.           from  WXMAP.  Printing  can also be  initiated  from  the 
  166.           SEEPIX program below.  
  167.  
  168.           SEEPIX.BAS
  169.  
  170.                This  uses VU960A.ASM machine language  program.  It 
  171.           has several color palettes available including grays. You 
  172.           can  even create your own palette. LOAD the  program  and 
  173.           LIST 97-120 to see the #1 palette along with instructions 
  174.           for  changing it. If you  find one you like  just  reSAVE 
  175.           the  program.  This is a simple program,  so  LIST  (then 
  176.           ENTER) it and study the lines. You can find the line with 
  177.           the  Default file name and change it to your own  RAMDISK 
  178.           designator, for example.
  179.  
  180.           TX16.BAS
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.                This  program transmits any 16 shade picture or  map 
  189.           copied  with program WXPIX.BAS. It uses machine  language 
  190.           program TX16.ASM. Hardware connections to the transmitter 
  191.           are described on the opening screen. While an inexpensive 
  192.           transformer is mentioned there, any isolation transformer 
  193.           will work. I actually use my fone patch as isolation  and  
  194.           just feed the capacitive coupled output from pins 7 and 5 
  195.           of  the 9-pin serial port directly into the terminals  of 
  196.           the patch where the fone line  normally connects.
  197.                Like WXPIX.BAS, this program has a SYSTEM CONFIGURA-
  198.           TION  located  at lines 1000 to 2000. You just  LOAD  the 
  199.           program  and  LIST 1000-2000. The values for all  of  the 
  200.           items has already been determined in WXPIX so just trans-
  201.           fer  them  to  this program and reSAVE it  with  the  new 
  202.           values.  Be  sure  to get the values for LT  and  for  GT 
  203.           determined  carefully in WXPIX to get perfectly  vertical 
  204.           pictures without any sync breaklocks.
  205.                The picture file, FILENAME.960, must be converted to 
  206.           the  proper  format  and transferred to  the  RAMDISK  as 
  207.           PIX.WX  before  the transmission can begin.  The  program 
  208.           960TOTX.BAS  (with associated 960TOTX.ASM) does this  for 
  209.           you.
  210.  
  211.           CTX16.BAS
  212.  
  213.                This is a combined file conversion and  transmission 
  214.           program. It uses  both 960TOTX.ASM and TX16.ASM. It  will 
  215.           generally  be the program to use. The  separate  programs 
  216.           are  more  convenient for a single floppy  drive  machine 
  217.           where the pix files are stored on floppies. 
  218.  
  219.                I  have 3rd generation SVGA 64 shade WEFAX  programs 
  220.           now but they are included in a package that copies  Color 
  221.           SSTV  (with  the same simple clipper interface  shown  in 
  222.           September  1991  QST) and the whole package  is  not  yet 
  223.           ready for distribution.
  224.  
  225.           COMMENTS
  226.  
  227.                As with the previous programs we have developed, you 
  228.           can freely make copies for others to use, but ONLY if  no 
  229.           charge is made for the copies. This is NOT shareware,  so 
  230.           please do not send any money.
  231.  
  232.                                              Have fun,
  233.                                              Ben--K3BC
  234.           September 18,1993
  235.             
  236.  
  237.  
  238.