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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= ''<axis>''.PMaxEn |SYNTAX= ''<axis>''.PositionMaxEnable = ''<expression>''<br> ?''<axis>''.PositionMaxEnable |AVAILABILITY= All versions |DESCRIPTION= …')
 
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.POSITIONMAXENABLE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.PMaxEn
+
<''axis''>.PMaxEn
  
 
|SYNTAX=
 
|SYNTAX=
''<axis>''.PositionMaxEnable = ''<expression>''<br>
+
<''axis''>.PositionMaxEnable = <''expression''><br>
?''<axis>''.PositionMaxEnable
+
?<''axis''>.PositionMaxEnable
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 18: Line 19:
 
|RANGE=
 
|RANGE=
 
0 (OFF)<br>
 
0 (OFF)<br>
 
 
1 (ON)
 
1 (ON)
  
Line 25: Line 25:
  
 
|DEFAULT=
 
|DEFAULT=
0 (Disable)
+
0 (Disabled)
  
 
|SCOPE=
 
|SCOPE=
Line 37: Line 37:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:ATTACH|ATTACH]]
+
* [[MC-Basic:ATTACH|ATTACH]]
* [[Axystems:MC-Basic:axis.POSITIONMAX|axis.POSITIONMAX]]
+
* [[MC-Basic:axis.POSITIONMAX|axis.POSITIONMAX]]
  
  
 
}}
 
}}

Latest revision as of 07:37, 20 April 2017

Language: English  • 中文(简体)‎

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