home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug133.arc / PCBDESGN.ARC / CDES2.DOC < prev    next >
Text File  |  1988-02-29  |  2KB  |  52 lines

  1. .OP
  2. ..NO PAGE NUMBERING.
  3. .PO1
  4. ..PAGE OFFSET POSITION 1.
  5. .PL70
  6. ..PAGE LENGTH 70 LINES.
  7. ..PAGE WIDTH 75 COLUMNS
  8.                    ELECTRONIC CIRCUIT DIAGRAM PROCESSOR.
  9.                      ORIGINALLY WRITTEN BY H.SAVILLE.
  10.                           MODIFYED BY BEE MODEM.
  11.  
  12.     As my alias suggests,  this program  was  written for  the MicroBee
  13. series  of computers.  This program  requires the  Premium Series operating
  14. system, but it is easily modifyed to run on the older operating systems.
  15. The following changes must  be made  in order for  it to  run on  the older
  16. operating system.
  17. Edit line 1060 & change 'DRIVE [A,B,L,M]' TO 'DRIVE [A,B,C]'
  18. Edit line 1080 & change DRIVES l,m & L,M to c & C, delete extra 'OR D0$=" "'s
  19. Edit line 2000 & make the same changes as line 1060
  20. Edit line 2020 & make the same changes as line 1080
  21.  
  22.                             PROGRAM OPERATION.
  23. OPENING MENU.
  24. S-SYMBOL.   This command allows you to start drawing the circuit.
  25. T-TEXT.     This command allows you to enter text on the diagram.
  26. H-HELP.     This will display the symbols and their corresponding letters.
  27. D-DELETE.   This will remove the help display.
  28. L-LOAD.     This command does as it says - loads a drawing off disk.
  29. P-DUMP.     This will change menus.  The new menu displays these commands:-
  30. SECONDARY MENU.
  31. 1-SAVE.     This command does as it says - saves a drawing to disk.
  32. 2-PRINT.    This will dump the drawing to the PARALLEL printer.
  33. 3-MAIN MENU This command returns you to the main menu.
  34.  
  35.                             MOVEMENT COMMANDS.
  36.  
  37. At present these are the movement commands (^ means hold control key)
  38. ^\ = cursor RIGHT.
  39. ^@ = cursor LEFT.
  40. ^Q = cursor UP.
  41. ^Z = cursor DOWN.
  42. Pressing the ESCAPE key will terminate any mode.
  43. The DELETE and BACKAPACE keys operate normally in all modes but the space
  44. bar only works in text mode.  A space can be acheived in  symbol mode  by
  45. holding the SHIFT KEY and pressing the DELETE key.
  46. --------------------------------------------------------------------------
  47. If you find any errors, could you please leave me a message or create a 
  48. NON-document file with WORDSTAR and upload it to :-
  49. THE ELECTRONIC CROSSOVER.
  50. (03) 367-5816.
  51.  
  52.