Difference between revisions of "MC-Basic:movingFrame.NUMBERDEGREESOFFREADOM"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:movingFrame.NUMBERDEGREESOFFREADOM to MC-Basic:movingFrame.NUMBERDEGREESOFFREADOM: Global renaming of Axystems: namespace into (Main):)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:movingFrame.NUMBERDEGREESOFFREADOM}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 36: Line 37:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:COMMON SHARED ... AS MOVING FRAME|COMMON SHARED ... AS MOVING FRAME]]
+
* [[MC-Basic:COMMON_SHARED_..._AS_MOVING_FRAME_OF_...|COMMON SHARED ... AS MOVING FRAME]]
  
  
 
}}
 
}}

Latest revision as of 08:27, 24 April 2017

Language: English  • 中文(简体)‎

Number of independent axes that built the given moving frame.

Short form

<Moving Frame>.ndof

Syntax

< Moving frame >.NumberDegreesOfFreedom

Availability

Versions 4.0.26 and higher

Type

Long

Range

1 to 6

Default

1

Scope

Task or Terminal

Limitations

Can not be more than the “size”, i.e. dimension of the moving frame robot type. Example XY – 2, XYZ – 3, XYZR – 4, …

Must be set before linking.

Examples

CNV.ndof = 3

See Also