
CHAPTER 2
MODULAR SERVO
Reference Manual
Description of the Toolbox Functions
33-008-2M5
2-39
SetModelP
Purpose:
Set the parameters of the built-in mathematical model.
Synopsis
: Ret = es_call( 'SetModelP', par )
Description:
The function sets the parameters of the mathematical model. The
model is used by the internal system simulator and is given in the form of
the following linear equations:
x
Ax Bu
y Cx
=
+
=
where:
−
=
S
T
A
1
0
1
0
,
=
S
S
T
K
B
0
,
C
C
C
=
1
2
0
0
,
x
1
is angle of the DC motor shaft,
x
2
is angular velocity,
u
is input voltage,
y
1
,
y
2
are the outputs of the angle and velocity of the DC motor shaft.
The elements of the par vector are:
par( 1 ) is equal to
K
S
,
par( 2 ) is equal to
T
S
,
par( 3 ) is equal to
C
1
,
par( 4 ) is equal to
C
2
.
See
:
GetModelP, SetInitCond
Содержание 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 ...