File tree 3 files changed +14
-4
lines changed
3 files changed +14
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -133,12 +133,22 @@ \section{PID-Regler \formelbuch{147}}
133
133
134
134
135
135
\subsection {PID-Regler \formelbuch {183/383} }
136
- \begin {tabular }{m{10cm}m{8cm}}
137
- \includegraphics [width=10cm]{./images/PID_Regler.png} &
136
+ \begin {tabular }{m{9cm}|m{10cm}}
137
+ \textbf {additive Form }(Parallelschaltung) & multiplikative Form (Serienschaltung) \\
138
+ \includegraphics [width=9cm]{./images/PID_Regler_add} &
139
+ \includegraphics [width = 7cm]{./images/PID_Regler_mul}
140
+ \\
141
+ {
142
+ \fbox {$ G_{PIDT_1}(s) = K_R \left (1 + \frac {1}{s T_N} + \frac {s T_V}{1+s T_C} \right )$ } \newline
143
+ $ e(t) = 1 (t) \rightarrow u(t) = K_R \left ( 1 + \frac {t}{T_N} + \frac {T_V}{T_C}e^{-\frac {t}{T_C}}\right )$
144
+ } &
138
145
{
139
- \fbox {$ G_{PID }(s) = K_R \left ( 1 + \ frac {1}{s T_N} + s T_V \right ) $ }
140
- \fbox { $ G_{PIDT_1}(s ) = K_R \left ( 1 + \frac {1}{s T_N} + \frac {s T_V}{1+s T_C} \ right )$ }
146
+ \fbox {$ G_{PIDT_1 }(s) = K_R \frac {1+sT_N }{s T_N} \frac {1 + s( T_V + T_C)}{1+s T_C} $ } \newline
147
+ $ e(t ) = 1 (t) \rightarrow u(t) = K_R \left [ 1 + \frac {T_V}{T_N} + \frac {t}{ T_N} + \left ( \ frac {T_V}{T_C}- \frac {T_V}{T_B} \ right )e^{- \frac {t}{T_C}} \right ] $
141
148
}
149
+ \\
150
+ \multicolumn {2}{c}{Praktisch ist: $ T_N \leq T_V > T_C$ }
151
+ \\
142
152
\end {tabular }
143
153
144
154
You can’t perform that action at this time.
0 commit comments