
CHAPTER 2
MODULAR SERVO
Reference Manual
Description of the Toolbox Functions
2-46
33-008-2M5
Par(2)
Par(4)
Par(3)
+1
-1
0
time [s]
Level
Figure 2-5: Random excitation.
See
:
GetPW, SetAlgNo
Example
:
Set the internal excitation source to generate a sinusoidal wave: period
equals to 4 seconds, minimum value is -0.3, maximum value is 0.9.
Par = es_call( 'GetPW' );
Par( 1 : 4 ) = [ 3 4 -0.3 0.9 ];
es_call( 'SetPW', Par);
es_call( 'GetPW' )
ans =
3 4 -0.3 0.9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
es_call( 'SetAlgNo', 1 );
% Open-loop control
Содержание 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 ...