-
14
pages
-
English
-
Documents
Description
ELECTRICAL ENGINEERING TECHNOLOGY PROGRAM EET 433 – CONTROL SYSTEMS ANALYSIS AND DESIGN LABORATORY EXPERIENCES PROGRAM CC TUTORIAL The following are few of the most used functions in Program CC that will get you started with this powerful simulation tool. Program CC is based on entering a series of commands in the active line of the command window that opens by default. In order to use each one of these functions at their full potential, you need to read the help online, tutorials and demos. This is just an abbreviated version of few of these commands. We can always find additional help on any function by typing help name_of_function from the command line Don’t forget to save your work periodically!! 1.- ENTERING A TRANSFER FUNCTION ALL transfer functions in CC require a name. For example, g, or g1 or g2, etc… 1.1 Transfer functions can be entered as algebraic expressions. To enter the following transfer function: 10(s+1) g(s) = ----------------- s(s^2 +2s +100) You need to type: CC>g=10*(s+1)/(s*(s^2+2*s+100)) After typing CC>g The screen will display: 10(s+1) g(s) = ———— s(s^2 +2s +100) 1.2 Entering a transfer function using the menu To enter the previous transfer function, type: CC>enter The following window will appear in the screen: From this window you can enter each one of the polynomials in the numerator and ...
-
Publié par
-
Langue
English