Difference between revisions of "MC-Basic:compTable.MINPOSITION"
m (Text replace - "Versions 3.6.20 and higher" to "Since Version 3.6.20") |
|||
Line 38: | Line 38: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:compTable.MAXPOSITION|compTable.MAXPOSITION]] |
}} | }} |
Revision as of 08:49, 22 May 2014
This command defines the minimum position value for source axis number I in the table.
Syntax
<comptablename>.minposition[I] = <value>
Availability
Since Version 3.6.20
Type
<value>: Double
I − Long
Range
<value>: ± MaxDouble
I: -1 to the number of axes in the table
Scope
Task and Terminal
Limitations
- The Comp table must not be in use (CompActive=0)
- Minposition must be less then Maxposition
Examples
Comp1.minposition[2] = 1.32