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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Languages|MC-Basic:robot.VELOCITYTRANSFEEDBACKVALUE}} {{MC-Basic |SHORT FORM= <ROBOT>.vtfbk |SYNTAX= <''ROBOT''>.VelocityTransFeedbackValue |AVAILABILITY= 0.4.20.4 |DESC...")
 
Line 2: Line 2:
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
<ROBOT>.vtfbk
+
<''ROBOT''>.vtfbk
  
 
|SYNTAX=
 
|SYNTAX=

Revision as of 10:43, 1 June 2020

Language: English

Returns the magnitude of the feedback linear velocity of the robot's TCP. This property is equivalent to taking the norm of the first three components of VELOCITYFEEDBACKCARTESIAN.

Short form

<ROBOT>.vtfbk

Syntax

<ROBOT>.VelocityTransFeedbackValue

Availability

0.4.20.4

Type

LOCATION

Range

0 to MaxDouble

Units

mm/sec

Scope

Task or Terminal

Limitations

Read only

Examples

?Scara.vtfbk

See Also