Difference between revisions of "MC-Basic:axis.POSITIONMAXENABLE"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<expression>''" to "<''expression''>")
Line 18: Line 18:
 
|RANGE=
 
|RANGE=
 
0 (OFF)<br>
 
0 (OFF)<br>
 
 
1 (ON)
 
1 (ON)
  
Line 25: Line 24:
  
 
|DEFAULT=
 
|DEFAULT=
0 (Disable)
+
0 (Disabled)
  
 
|SCOPE=
 
|SCOPE=

Revision as of 09:57, 19 March 2014

This property is used to enable or disable the upper position limit.

Short form

<axis>.PMaxEn

Syntax

<axis>.PositionMaxEnable = <expression>
?<axis>.PositionMaxEnable

Availability

All versions

Type

Long

Range

0 (OFF)
1 (ON)

Default

0 (Disabled)

Scope

Configuration, Task or Terminal

Limitations

To set the value within a task, the axis must be attached to that task (using the ATTACH command).

Examples

Xaxis.PMaxEn = 1

See Also