
CHAPTER 2
MODULAR SERVO
Reference Manual
Description of the Toolbox Functions
33-008-2M5
2-25
acquisition channel may contain position or velocity data the PID
controller may be used to stabilise the position or the velocity.
The state feedback controller uses the data available in the first input
channel of the data acquisition buffer as position of the motor shaft, the
data available in the second channel of the data acquisition buffer as the
velocity of the shaft and the data available in the third channel as the
reference value.
The time optimal controller interprets the data in the internal buffer in the
same way as the state feedback controller does.
See
:
GetAlgNo, GetP, GetPW, SetP, SetPW
Example
1: Activate the internal excitation source and generate a triangle control
signal. Start an open-loop experiment.
es_call( 'SetAlgNo', 0 );
% stop previous
% experiment
es_call( 'SetPW', [ 2 5 1 -0.7 0.5] );
% set triangle excitation
% for horizontal
% position
es_call( 'SetAlgNo', 1 );
% start experiment
es_call( 'GetAlgNo' )
ans =
1
Содержание 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 ...