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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= < ''Moving Frame'' >.Mastersource = <''list of elements''> |AVAILABILITY= Versions 4.0.26 and higher |DESCRIPTION= Setting the sources of the…')
 
 
(4 intermediate revisions by 2 users not shown)
Line 42: Line 42:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:movingFrameNUMBERDEGREESOFFREADOM|movingFrameNUMBERDEGREESOFFREADOM]]
+
* [[MC-Basic:movingFrame.NUMBERDEGREESOFFREADOM|movingFrame.NUMBERDEGREESOFFREADOM]]
  
  
 
}}
 
}}
 +
 +
[[Category:Motion:MovingFrame]]

Latest revision as of 09:18, 22 May 2014

Setting the sources of the Moving-Frame. Can be every type of position input of the element – position command, position feedback, counts or position external. In case of external devices, a routine will be provided to link the external position to user C-code.

The order of the external sources must correspond to degrees of freedom of the moving frame, it is the user’s responsibility to enter the proper sources order.

Syntax

< Moving Frame >.Mastersource = <list of elements>

Availability

Versions 4.0.26 and higher

Range

1 to 6 elements , according to NDOF

Scope

Task or Terminal

Limitations

Must be set before linking.

Examples

CNV.ndof = 3

CNV.MasterSource= a1.pcmd , a2.pfb,a3.pext

CNV.MasterSource= SCARA2.pfb

? CNV.MasterSource

See Also