Difference between revisions of "MC-Basic:COMPSET"
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:COMPSET}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 43: | Line 44: | ||
|SEE ALSO= | |SEE ALSO= | ||
* [[MC-Basic:COMMON SHARED ... AS COMP|COMMON SHARED comp_name AS COMP]] | * [[MC-Basic:COMMON SHARED ... AS COMP|COMMON SHARED comp_name AS COMP]] | ||
− | * [[ | + | * [[MC-Basic:axis.COMPPOSITIONCOMMAND|axis.COMPPOSITIONCOMMAND]] |
+ | * [[MC-Basic:axis.COMPPOSITIONFEEDBACK|axis.COMPPOSITIONFEEDBACK]] | ||
+ | * [[MC-Basic:compTable.MINPOSITION|compTable.MINPOSITION]] | ||
+ | * [[MC-Basic:compTable.MAXPOSITION|compTable.MAXPOSITION]] | ||
+ | * [[MC-Basic:compTable.TARGETDATA|compTable.TARGETDATA]] | ||
+ | * [[MC-Basic:compTable.SOURCEDATA|compTable.SOURCEDATA]] | ||
+ | * [[MC-Basic:compTable.DIRECTION|compTable.DIRECTION]] | ||
+ | * [[MC-Basic:compTable.COMPACTIVE|compTable.CompActive]] | ||
+ | * [[MC-Basic:CREATECOMP|CREATECOMP]] | ||
+ | * [[MC-Basic:LOADCOMPDATA|LOADCOMPDATA]] | ||
+ | * [[MC-Basic:COMPSET|COMPSET]] | ||
+ | * [[MC-Basic:STORECOMPDATA|STORECOMPDATA]] | ||
}} | }} |
Latest revision as of 06:01, 3 May 2017
Language: | English • 中文(简体) |
---|
This command defines the comp table source and target axes.
<comptablename> is the predefined comp variable
<A1…An> defines the source axes.
<A1`…An`>defines the target axes respectively.
Syntax
CompSet <comptablename> <A1 … An> on <A1` … An`>
Availability
Since Version 3.6.20
Type
<A1,A2,…An>: Long
Range
<A1`,A2`,….An` >: 2 to MaxLong
Scope
Task and Terminal
Limitations
The Comp table must not be in use (CompActive=0)
Examples
CompSet Comp1 A1, A3, A4 on A2, A6, A5
(Will set sources A1 A3 A4 and targets A2 A6 A5 respectively)