MC-Basic:axis.POSITIONMINENABLE

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= ''<axis>''.PMinEn |SYNTAX= ''<axis>''.PositionMinEnable = ''<expression>''<br> ? ''<axis>''.PositionMinEnable |AVAILABILITY= All versions |DESCRIPTION=…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

Short form

<axis>.PMinEn

Syntax

<axis>.PositionMinEnable = <expression>
? <axis>.PositionMinEnable

Availability

All versions

Type

Long

Range

0 (OFF)

1 (ON)

Default

0 (Disable)

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.PMinEn = 1

See Also