home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / TRAX.ZIP / PADS2PCB.DOC < prev    next >
Text File  |  1991-03-13  |  2KB  |  66 lines

  1. DOCUMENT FILE FOR PADS2PCB.EXE  Version 1.00
  2.  
  3. (c) 1991  PROTEL TECHNOLOGY PTY LTD
  4.  
  5.  
  6.  
  7. 1. How to Run Pads2Pcb
  8. ----------------------
  9. This program translates PADS-PCB ASCII format files to Autotrax format files.
  10.  
  11. The following files are included with this program:
  12.  
  13.      PADS2PCB.EXE   the file translator program
  14.      PADS2PCB.MNU   menu/strings file for PADS2PCB
  15.      PADS2PCB.DAT   data file for PADS2PCB
  16.  
  17.  
  18. It can be run from the command line :
  19.  
  20.        pads2pcb <PADS-PCB File> <Autotrax File> [/q]
  21.  
  22. where /q puts the program into quiet mode, ie. no feedback.
  23.  
  24. If no filenames are provided the program will prompt for them.
  25.  
  26.  
  27.  
  28. 2. The Default File
  29. -------------------
  30. A default file with level correspondence is optional. If one exists it should
  31. be in the following format :
  32.  
  33. <PADS-PCB Level>   <Autotrax Level>
  34.  
  35. The Pads-Pcb level is an integer 0-30.
  36. The Autotrax Level is a string. It can be one of the following :
  37.  
  38.     TopLayer
  39.     MidLayer1
  40.     MidLayer2
  41.     MidLayer3
  42.     MidLayer4
  43.     BottomLayer
  44.     TopOverlay
  45.     BottomOverlay
  46.     GroundLayer
  47.     PowerLayer
  48.     BoardLayer
  49.     KeepOutLayer
  50.     MultiLayer
  51.  
  52.  
  53.  
  54. 3. The Conversion Process
  55. -------------------------
  56. In the conversion process, the following should be noted :
  57. (1) As yet the Netlist conversion has not been incorporated into this program.
  58.     It is still in 2net.exe.
  59. (2) OddShape and Annular Pads are converted to Round Pads of  the  same  size.
  60. (3) Arcs in Autotrax can only be quadrants, so arcs  in  PADS-PCB  files  are
  61.     rounded to nearest 90 degrees.
  62.  
  63.  
  64.  
  65. (rev 3.91)
  66. (end)