MC-Basic:compTable.MINPOSITION

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= <''comptablename''>.minposition[I] = <''value''> Availability         Versions 3.6.20 and higher |AVAILABILITY= |DESCRIPTION= This …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

See Also