Difference between revisions of "MC-Basic:compTable.MAXPOSITION"
(added xreference) |
m |
||
Line 40: | Line 40: | ||
* [[MC-Basic:compTable.MINPOSITION|compTable.MINPOSITION]] | * [[MC-Basic:compTable.MINPOSITION|compTable.MINPOSITION]] | ||
* [[MC-Basic:compTable.MAXPOSITION|compTable.MAXPOSITION]] | * [[MC-Basic:compTable.MAXPOSITION|compTable.MAXPOSITION]] | ||
+ | * [[MC-Basic:compTable.DIRECTION|compTable.DIRECTION]] | ||
* [[MC-Basic:COMPSET|COMPSET]] | * [[MC-Basic:COMPSET|COMPSET]] | ||
* [[MC-Basic:CREATECOMP|CREATECOMP]] | * [[MC-Basic:CREATECOMP|CREATECOMP]] |
Revision as of 14:54, 23 November 2016
This command defines the maximum position value for source axis number I in the table.
Syntax
<comptablename>.maxposition[I] = <value>
Availability
Since Version 3.6.20
Type
<value>: Double
I: Long
Range
<value>: ± MaxDouble
I : The number of axis in the table
Scope
Task and Terminal
Limitations
- The Comp table must not be in use (CompActive=0)
- Maxposition must be above Minposition
Examples
Comp1.maxposition[2] = 4.5