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

From SoftMC-Wiki
Jump to: navigation, search
(this page in being built)
 
m
 
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:robot.VELOCITYROTVALUE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 40: Line 40:
 
* [[MC-Basic:robot.VELOCITYROT|robot.VELOCITYROT]]
 
* [[MC-Basic:robot.VELOCITYROT|robot.VELOCITYROT]]
 
* [[MC-Basic:robot.VELOCITYTRANS|robot.VELOCITYTRANS]]
 
* [[MC-Basic:robot.VELOCITYTRANS|robot.VELOCITYTRANS]]
* [[MC-Basic:robot.VELOCITYTRANS|robot.VELOCITYTRANS]]
+
* [[MC-Basic:robot.VELOCITYTRANSVALUE|robot.VELOCITYTRANSVALUE]]
  
  
 
}}
 
}}

Latest revision as of 06:42, 4 October 2018

Language: English

This query returns the rotational velocity value of the robot's tool tip, in degrees per second. this is a read-only value.

Short form

<ROBOT>.VELOCITYROTVALUE

Syntax

?<ROBOT>.VELOCITYROTVALUE

Availability

Since Version 4.3.x

Type

Double

Range

0.1to Maxdouble

Units

deg/sec

Scope

Configuration, Task, Terminal

Limitations

Read only

Examples

?puma.velocityrotvalue

See Also