Difference between revisions of "MC-Basic:group.CIRCLETYPE"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "<GROUP>" to "<''group''>")
(AXY: new links)
 
(12 intermediate revisions by 3 users not shown)
Line 10: Line 10:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Returns the current or interrupted circle type. The system supports two different options of defining a circular path. One using circle center and the arc angle (old SSMC) and the other using three circle points.<br>
+
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>
+
:0 = angle + center<br>
       1 = point  + center<br>
+
:1 = point  + center<br>
       -1 = the motion is not circle
+
:-1 = the motion is not circle
  
Data Type           Long
+
Data Type: Long
  
 
|TYPE=
 
|TYPE=
Line 21: Line 21:
  
 
|RANGE=
 
|RANGE=
-1¸1
+
-1, 1
  
 
|UNITS=
 
|UNITS=
  
 
Non-Volatile        No
 
  
 
|DEFAULT=
 
|DEFAULT=
Line 32: Line 30:
  
 
|SCOPE=
 
|SCOPE=
Config, task, Terminal
+
Config, Task, Terminal
  
Write Access       Read Only, Modal Only
 
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Valid for groups only.
+
*Valid for groups only
 +
*Read only
 +
*Modal only
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 43: Line 42:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:group.CIRCLECENTER|group.CIRCLECENTER]]
+
* [[MC-Basic:group.CIRCLEPLANE|group.CIRCLEPLANE]]
* [[Axystems:MC-Basic:group.ANGLE|group.ANGLE]]
+
* [[MC-Basic:group.CIRCLECENTER|group.CIRCLECENTER]]
* [[Axystems:MC-Basic:group.CIRCLEPOINTERROR! REFERENCE SOURCE NOT FOUND.|group.CIRCLEPOINTERROR! REFERENCE SOURCE NOT FOUND.]]
+
* [[MC-Basic:group.ANGLE|group.ANGLE]]
* [[Axystems:MC-Basic:CIRCLEgroup.DEST|CIRCLEgroup.DEST]]
+
* [[MC-Basic:group.CIRCLEPOINT|group.CIRCLEPOINT]]
 +
* [[MC-Basic:element.DEST|DEST]]
  
  
 
}}
 
}}

Latest revision as of 10:31, 13 September 2017

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

Data Type: Long

Syntax

<group>.ctype

Availability

All versions

Range

-1, 1

Default

0

Scope

Config, Task, Terminal

Limitations

  • Valid for groups only
  • Read only
  • Modal only

Examples

?g1.ctype

See Also