
CHAPTER 2
MODULAR SERVO
Reference Manual
Description of the Toolbox Functions
33-008-2M5
2-17
GetPW
Purpose:
Get the parameters of the internal excitation source.
Synopsis
: Par = es_call( 'GetPW' )
Description:
The function returns the vector containing the parameters of the
internal signal generator currently active in the RTK. The vector contains
20 elements. The set of parameters is common for all shapes of signal
waves, but only some values are used by the currently active excitation
source. The internal excitation source may be used as:
•
a source of control value for the DC motor in the open-loop mode,
•
a source of reference angle in the closed-loop mode.
See
:
SetPW
Example
:
Set and read the parameters of the internal excitation source.
Par = zeros( 1, 20 );
Par( 1 : 5 ) = [ 1 -1.2 4.66 0 7 ];
es_call( 'SetPW', Par);
Par = es_call( 'GetPW' )
Par =
1 -1.2 4.66 0 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Summary of Contents for MS150
Page 1: ...MS150 Modular Servo Workshop Reference Manual 33 008 2M5 ...
Page 3: ...Notes ...
Page 7: ...MODULAR SERVO Reference Manual Contents TOC 2 33 008 2M5 Notes ...
Page 10: ...CHAPTER 1 MODULAR SERVO Reference Manual Introduction 33 008 2M5 1 3 ...
Page 24: ...CHAPTER 2 MODULAR SERVO Reference Manual Description of the Toolbox Functions 33 008 2M5 2 13 ...
Page 77: ...CHAPTER 4 MODULAR SERVO Reference Manual Quick Reference Table 4 4 33 008 2M5 Notes ...