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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "+/- " to "± ")
m (Text replace - "<value>" to "<''value''>")
Line 4: Line 4:
  
 
|SYNTAX=
 
|SYNTAX=
<comp table name>.maxposition[I] = <value>
+
<comp table name>.maxposition[I] = <''value''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 19: Line 19:
  
 
|TYPE=
 
|TYPE=
<value> :     Double
+
<''value''> :     Double
  
 
I :                 Long
 
I :                 Long
  
 
|RANGE=
 
|RANGE=
<value>:  ± MaxDouble
+
<''value''>:  ± MaxDouble
  
 
I  :                the number of axis in the table
 
I  :                the number of axis in the table

Revision as of 11:48, 19 March 2014

This command defines the maximum position value for source axis number I in the table.

Syntax

<comp table name>.maxposition[I] = <value>

Availability

Versions 3.6.20 and higher

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