Herunterladen Inhalt Inhalt Diese Seite drucken

Operation Pid_Compact - Siemens SIMATIC S7-1200 Systemhandbuch

Automatisierungssystem
Vorschau ausblenden Andere Handbücher für SIMATIC S7-1200:
Inhaltsverzeichnis

Werbung

102BTechnologieanweisungen
9.2 PID-Regelung
9.2.2

Operation PID_Compact

Der PID-Regler berechnet den Ausgangswert für die Anweisung PID_Compact anhand
folgender Formel.
y = K
y
w
K
p
T
1
T
D
Tabelle 9- 13 Anweisung PID_Compact
KOP/FUP
STEP 7 erstellt das Technologieobjekt und den Instanz-DB automatisch, wenn Sie die Anweisung einfügen. Der
1
Instanz-DB enthält die Parameter des Technologieobjekts.
Im SCL-Beispiel ist "PID_Compact_1" der Name des Instanz-DBs.
2
352
1
[
(b · w - x) +
p
T
· s
I
Ausgangswert
Sollwert
Proportionale Verstärkung
(P-Anteil)
Integralzeit
(I-Anteil)
Differentialzeit
(D-Anteil)
SCL
"PID_Compact_1"(
Setpoint:=_real_in_,
Input:=_real_in_,
Input_PER:=_word_in_,
ManualEnable:=_bool_in_,
ManualValue:=_real_in_,
Reset:=_bool_in_,
ScaledInput=>_real_out_,
Output=>_real_out_,
Output_PER=>_word_out_,
Output_PWM=>_bool_out_,
SetpointLimit_H=>_bool_out_,
SetpointLimit_L=>_bool_out_,
InputWarning_H=>_bool_out_,
InputWarning_L=>_bool_out_,
State=>_int_out_,
Error=>_dword_out_);
T
· s
D
(w - x) +
(c · w - x)
a · T
· s + 1
D
x
s
a
b
c
]
Prozesswert
Laplace-Operator
Koeffizient für den Differenzierverzug
(D-Anteil)
Gewichtung des Proportionalanteils
(P-Anteil)
Gewichtung des Differentialanteils
(D-Anteil)
Beschreibung
PID_Compact bietet einen PID-Regler mit
Selbsteinstellung für den Automatik- und
Handbetrieb. PID_Compact ist ein PIDT1-
Regler mit Anti-Windup und Gewichtung
des P- und D-Anteils.
S7-1200 Automatisierungssystem
Systemhandbuch, 11/2011, A5E02486681-05

Quicklinks ausblenden:

Werbung

Inhaltsverzeichnis
loading

Inhaltsverzeichnis