Difference between revisions of "MC-Basic:group.CIRCLETYPE"
m (Text replace - "<GROUP>" to "<''group''>") |
m |
||
Line 10: | Line 10: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | Returns the current or interrupted circle type. The system supports two | + | Returns the current or interrupted circle type. The system supports two methods of defining a circular path. One uses the circle center and the arc angle, and the other uses three circle points.<br> |
− | + | :0 = angle + center<br> | |
− | + | :1 = point + center<br> | |
− | + | :-1 = the motion is not circle | |
− | + | |DATA TYPE= | |
+ | Long | ||
|TYPE= | |TYPE= |
Revision as of 13:38, 23 March 2014
Returns the current or interrupted circle type. The system supports two methods of defining a circular path. One uses the circle center and the arc angle, and the other uses three circle points.
- 0 = angle + center
- 1 = point + center
- -1 = the motion is not circle
Syntax
<group>.ctype
Availability
All versions
Range
-1¸1
Units
Non-Volatile No
Default
0
Scope
Config, task, Terminal
Write Access Read Only, Modal Only
Limitations
Valid for groups only.
Examples
?g1.ctype