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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 1: Line 1:
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.AbsEn
+
<''axis''>.AbsEn
  
 
|SYNTAX=
 
|SYNTAX=
''<axis>''.AbsEnable = ''<value>''<br>
+
<''axis''>.AbsEnable = <''value''><br>
  
? ''<axis>''.AbsEn
+
? <''axis''>.AbsEn
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 12: Line 12:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
The flag allows or prohibits the axis absolute motion .
+
The flag allows or prohibits the axis absolute motion.
  
 
|TYPE=
 
|TYPE=

Revision as of 13:49, 16 March 2014

The flag allows or prohibits the axis absolute motion.

Short form

<axis>.AbsEn

Syntax

<axis>.AbsEnable = <value>

? <axis>.AbsEn

Availability

All versions

Type

Long

Range

0 (OFF)

1 (ON)

Default

1 for Absolute motion

Scope

Configuration, Task or Terminal

Limitations

Modal Only

Examples

Axis1.AbsEn = 1

?Axis1.AbsEnable

Move Axis1 100 absolute = True

See Also