EasyManua.ls Logo

Galil Motion Control DMC-4123 - Page 227

Galil Motion Control DMC-4123
237 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Setting Peak and Continuous Torque Limits
TK and TL Commands:
The peak and continuous torque limits can be set through the TK and TL commands respectively. The controller will
command the torque signal (TT) up to the value specified by TK for a maximum of one second, as shown in Figure
A4.2. It will then limit the torque to the value specified by TL. The more time the controller commands the torque
below TL, the longer it will command it to TK when necessary. The DMC code example below exhibits the behavior
of TT being limited by TL and TK, as shown in Figure A4.2.
#TK;
'Begin Program
MO;
'Disable all axes
TLA = 5;
'Set maximum continuous torque limit of 5 V
TKA = 9.9982;
'Set maximum peak torque limit of 9.9982 V
SHA;
'Enable A axis
OFA = 9.9982;
'Command torque signal to 9.9982 V
EN;
'End Program
A6 – AMP-43640 (-D3640) ▫ 221 DMC-41x3 User Manual
Figure A6.3: Peak Current Operation

Table of Contents