MC-Basic:movingFrame.ArcPoint

From SoftMC-Wiki
Revision as of 09:43, 6 October 2015 by Miborich (talk | contribs) (Created page with "{{MC-Basic |SHORT FORM= |SYNTAX= < ''Moving Frame'' >.ArcPoint = <''position value''> |AVAILABILITY= Versions 4.0.26 and higher |DESCRIPTION= UpStream, ArcPoint and DownS...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

UpStream, ArcPoint and DownStream points define the main circle of the rotary conveyor.

The Upstream and DownStream pair of points separate the circle in two arcs. The ArcPoint defines the arc that will be actually used. The one to which the ArcPoint belongs will be the movement path, while its direction is determined by the UpStream - DownStream points pair, with motion starting from the UpStream point and ending at the DownStream. So the working window is always from UpStream to the DownStream moving through the ArcPoint regardless of the resulting angular direction (CW or CCW).

Syntax

< Moving Frame >.ArcPoint = <position value>

Availability

Versions 4.0.26 and higher

Type

Location

Units

According to the moving frame type

Scope

Task or Terminal

Limitations

Must be set before linking.

Examples

Common shared A as location of XYZR

Common shared B as location of XYZR

Common shared C as location of XYZR

CNV.ndof = 3

CNV.UpStream[1] = A

CNV.ArcPoint = B

CNV.DownStream[1] = C

See Also