Difference between revisions of "MC-Basic:robot.VELOCITYMAXROT"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= <ROBOT>.vmrot |SYNTAX= <ROBOT>.vmrot=<''numeric expression''> |AVAILABILITY= Versions 4.2.x and higher |DESCRIPTION= Defines the maximum rotation veloc…')
 
m
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:robot.VELOCITYMAXROT}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 7: Line 8:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Versions 4.2.x and higher
+
Since Version 4.2.x
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Line 28: Line 29:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
R/W, Modal Only
+
Read/Write, Modal Only
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 34: Line 35:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:CIRCLE|CIRCLE]]
+
* [[MC-Basic:CIRCLE|CIRCLE]]
* [[Axystems:MC-Basic:MOVES|MOVES]]
+
* [[MC-Basic:MOVES|MOVES]]
  
  
 
}}
 
}}

Latest revision as of 02:56, 27 April 2017

Language: English  • 中文(简体)‎

Defines the maximum rotation velocity of the robot. Used for both VFROT and VROT. The value limits only the Cartesian motion interpolations (MOVES, CIRCLE). This parameter does not affect joint interpolated movements (MOVE).

Short form

<ROBOT>.vmrot

Syntax

<ROBOT>.vmrot=<numeric expression>

Availability

Since Version 4.2.x

Type

double

Range

0.1 to Maxdouble

Units

deg/sec

Default

4e3

Scope

Configuration, Task, Terminal

Limitations

Read/Write, Modal Only

Examples

vmrot = 6000

See Also