MC-Basic:axis.POSITIONMAXENABLE

From SoftMC-Wiki
Revision as of 08:47, 22 May 2014 by Miborich (talk | contribs) (Miborich moved page Axystems:MC-Basic:axis.POSITIONMAXENABLE to MC-Basic:axis.POSITIONMAXENABLE: Global renaming of Axystems: namespace into (Main):)
Jump to: navigation, search

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