
CHAPTER 2
MODULAR SERVO
Reference Manual
Description of the Toolbox Functions
33-008-2M5
2-35
SetDivider
Purpose:
Set the clock divider.
Synopsis
: es_call( 'SetDivider', Div )
Description:
The function sets an auxiliary clock of RTK. This function allows the
definition of a control period different from the value defined by the
SetSampleTime function. This clock can be used by control algorithms.
The Div argument must be a positive integer number.
See
:
GetDivider
Example
1: Set the control period 3 times longer than the sampling period.
es_call( 'SetDivider', 3 );
Example
2: Set the control period equal to the sampling period.
es_call( 'SetDivider', 1 );
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 ...