Difference between revisions of "AXY:MC-Basic:axis.CURRENTABSOLUTE"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m (Text replace - "''<axis>''" to "<''axis''>")
Line 1: Line 1:
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.CAbs
+
<''axis''>.CAbs
  
 
|SYNTAX=
 
|SYNTAX=
? ''<axis>''.CurrentAbsolute
+
? <''axis''>.CurrentAbsolute
  
 
|AVAILABILITY=
 
|AVAILABILITY=

Revision as of 17:35, 16 March 2014

Returns the absolute property of the currently executing  motion

Short form

<axis>.CAbs

Syntax

? <axis>.CurrentAbsolute

Availability

All versions

Type

Long

Range

0 (OFF)

1 (ON)

Default

0 to Incremental commands

Scope

Configuration, Task or Terminal

Limitations

Read-Only

Examples

?Xaxis.CAbsolute

See Also