Difference between revisions of "MC-Basic:compTable.MINPOSITION"
m (Text replace - "<value>" to "<''value''>") |
m |
||
Line 6: | Line 6: | ||
<''comptablename''>.minposition[I] = <''value''> | <''comptablename''>.minposition[I] = <''value''> | ||
− | |||
|AVAILABILITY= | |AVAILABILITY= | ||
− | + | Versions 3.6.20 and higher | |
|DESCRIPTION= | |DESCRIPTION= | ||
− | This command defines the minimum position value for source axis | + | This command defines the minimum position value for source axis number I in the table. |
|TYPE= | |TYPE= | ||
− | <''value''> : | + | <''value''>: Double<br> |
− | + | I − Long | |
− | I | ||
|RANGE= | |RANGE= | ||
− | <''value''>: | + | <''value''>: ± MaxDouble<br> |
− | + | I: –1 to the number of axes in the table | |
− | I : | ||
|UNITS= | |UNITS= | ||
Line 34: | Line 31: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | The Comp table must not be in use (CompActive=0) | + | *The Comp table must not be in use (CompActive=0) |
− | + | *Minposition must be less then Maxposition | |
− | Minposition must be less then Maxposition | ||
|EXAMPLE= | |EXAMPLE= |
Revision as of 12:39, 20 March 2014
This command defines the minimum position value for source axis number I in the table.
Syntax
<comptablename>.minposition[I] = <value>
Availability
Versions 3.6.20 and higher
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