home *** CD-ROM | disk | FTP | other *** search
/ PC Electronics for your PC / pcelectronics.bin / Elec_dos / SYSAN01 / SYSTHLP.ENG < prev    next >
Text File  |  1995-11-27  |  4KB  |  92 lines

  1.                     *** SYSTEM DATA ***
  2. Directly after the system data are inputed, one way or the other,
  3. poles, zeros, gains, numerator  and denominator polynomials and for
  4. discrete systems the sample time, are assigned to determined vari-
  5. ables. These variables, and therewith the data, are available in the
  6. whole program. The system to which these data belong, is the active
  7. system. When the next system is made active, the former system is
  8. stored on a page in the scratch pad. The scratch pad has 5 of these
  9. pages. When the 6th system is offered to the scratch pad, the system
  10. that was input first is deleted and therefore lost. You may leaf
  11. through the scratch pad with <PageDown>. With <Enter> you may
  12. activate the visible system, which is then removed from the scratch
  13. pad. The up till then active system is written to the scratch pad.
  14. To distinguish between systems on the scratch pad we may give them a
  15. name.
  16. Systems used in the program part MATRIX are represented by their
  17. state equations. However these systems also have poles, zeros and
  18. polynomials. These poles, zeros and polynomials are either active
  19. or written on the scratch pad. Every scratch pad page therefore has
  20. 4 subpages for 4 different sets of state equations of the same
  21. system. The subpages can only be made visible in the MATRIX program
  22. part.
  23.  
  24. Page arrangement of the scratch pad
  25. ───────────────────────────────────
  26.     poles and zeros   state equations
  27.          ┌──────────┐    ┌────────┐
  28.          │   name   │    │ name.1 │
  29.          │          ├────┤ ┌──────┴─┐
  30.          │          │    │ │ name.2 │
  31.          │          │    │ │ ┌──────┴─┐
  32.          │          │    └─┤ │ name.3 │
  33.          └─────┬────┘      │ │ ┌──────┴─┐
  34.                │           └─┤ │ name.4 │
  35.                │             │ │        │
  36.                v             └─┤        │
  37.               5 X              │        │
  38.                                └────────┘
  39. 
  40. Save
  41. ────
  42. System data can be stored in a permanent file by pressing F2. This
  43. applies to the system data poles, zeros, gains, sampling time and
  44. polynomials. State data are stored under the MATRIX program. The
  45. data files with poles, zeros, gains and polynomials automatically
  46. have the extension .DFL. You must choose the main part of the file
  47. name. With <Alt-D> you may select another directory for your *.DFL
  48. files. The directory selection remains the same for subsequent *.DFL
  49. file operations, until you select another directory.
  50.  
  51.  
  52.  
  53.  
  54. 
  55. Change
  56. ──────
  57. With F6 you may change data of the active system. The system order
  58. cannot be changed. Also systems on the scratch pad cannot be chan-
  59. ged. Press F6 and in the lower right corner of the screen a menu
  60. will appear. Select whether you want changes in poles and zeros, or
  61. in the polynomials, or (for analog systems only) in the corner
  62. frequencies of the Bode plot. After the selection the data are
  63. shown. You may select the variable you want to change with the arrow
  64. keys. The new value is typed in and is terminated with <Enter>. As
  65. soon as a change has happened, the system has no name. You may then
  66. enter a new name. When all the changes are input, you return to
  67. the active screen with F6. The system that was active before the 
  68. change is written to the scratch pad.
  69. In the poles and zeros presentation you cannot change from real
  70. poles and zeros to complex ones. The other way round can be done
  71. in 2 steps: first you make the imaginary parts zero, then you return
  72. to the active screen, then you select change again and you give the
  73. real parts the desired values. The same procedure applies to the
  74. corner-frequencies presentation although there you must start by
  75. making the damping factor one.
  76. 
  77. Delete
  78. ──────
  79. A not-active system may be deleted from the scratch pad. Select the
  80. system by paging (<PageDown>) and press <Del>. The program asks if
  81. you really want to delete the system. If so you answer with <Y>.
  82. After that the system is deleted from the scratch pad and its place
  83. becomes available for another system.
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.