Difference between revisions of "MC-Basic:compTable.MAXPOSITION"

From SoftMC-Wiki
Jump to: navigation, search
m
m (Text replace - "Versions 3.6.20 and higher" to "Since Version 3.6.20")
Line 7: Line 7:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Versions 3.6.20 and higher
+
Since Version 3.6.20
  
 
|DESCRIPTION=
 
|DESCRIPTION=

Revision as of 13:57, 20 March 2014

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

See Also