
CHAPTER 2
MODULAR SERVO
Reference Manual
Description of the Toolbox Functions
2-40
33-008-2M5
SetP
Purpose:
Set the parameters of the controller.
Synopsis
: es_call( 'SetP', Par )
Description:
The function is called to set parameters of the controller. Next, the
number of the algorithm should be selected (SetAlgNo). The selected
algorithm will be activated with the pre-set parameters. The function SetP
can be used for all control algorithms. The controller parameters have the
following meaning:
•
for algorithm number 0 (set control value to zero):
the parameters are not required,
•
for algorithm number 1 (open-loop control):
see function SetPW detailed description,
•
for algorithm number 2 (PID controller) the control value is calculated
due to the following algorithm:
ε
n
n
n
Ch
Ch
=
−
3
1
,
I
T
n
k
k
n
=
=
∑
0
1
*
ε
,
if I
Isat then I
Isat
n
n
(
)
>
=
,
if I
Isat then I
Isat
n
n
(
)
< −
= −
,
U
Kp
Ki I
Kd
T
n
n
n
n
n
=
+
+
−
−
*
*
*
ε
ε ε
1
0
,
if U
U
thenU
U
n
n
(
max)
max
>
=
,
if U
U
thenU
U
n
n
(
max)
max
< −
= −
,
where:
Содержание MS150
Страница 1: ...MS150 Modular Servo Workshop Reference Manual 33 008 2M5 ...
Страница 3: ...Notes ...
Страница 7: ...MODULAR SERVO Reference Manual Contents TOC 2 33 008 2M5 Notes ...
Страница 10: ...CHAPTER 1 MODULAR SERVO Reference Manual Introduction 33 008 2M5 1 3 ...
Страница 24: ...CHAPTER 2 MODULAR SERVO Reference Manual Description of the Toolbox Functions 33 008 2M5 2 13 ...
Страница 77: ...CHAPTER 4 MODULAR SERVO Reference Manual Quick Reference Table 4 4 33 008 2M5 Notes ...