Difference between revisions of "MC-Basic:robot.ACCELERATIONMAXTRANS"
(Created page with '{{MC-Basic |SHORT FORM= <ROBOT>.amtran |SYNTAX= <ROBOT>.amtran=<''numeric expression''> |AVAILABILITY= |DESCRIPTION= Defines the maximum translation acceleration of the robot…') |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:robot.ACCELERATIONMAXTRANS}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 28: | Line 29: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | + | Read/Write, Modal Only | |
|EXAMPLE= | |EXAMPLE= | ||
Line 34: | Line 35: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:CIRCLE|CIRCLE]] |
− | * [[ | + | * [[MC-Basic:MOVES|MOVES]] |
}} | }} |
Latest revision as of 01:31, 28 April 2017
Language: | English • 中文(简体) |
---|
Defines the maximum translation acceleration of the robot. Used for both ATRAN and DTRAN. The value limits the Cartesina motion interpolations only (MOVES, CIRCLE). This parameter does not affect joint interpolated movements (MOVE).
Short form
<ROBOT>.amtran
Syntax
<ROBOT>.amtran=<numeric expression>
Type
Double
Range
0.1 to Maxdouble
Units
mm/sec2
Default
1e5
Scope
Configuration, Task, Terminal
Limitations
Read/Write, Modal Only
Examples
amtran = 6000