Difference between revisions of "MC-Basic:axis.COMPENSATIONSOURCE"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
(Added mastersource link and limitation note)
Line 28: Line 28:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
 
+
{{Note|
 +
This query is a non defined expression so it can't be used as a string. To get the compensation name as a string use [[axis.CompensationSource.Name|axis.CompensationSource.Name]] query.}}
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 34: Line 35:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:MASTERSOURCE|MASTERSOURCE]]
+
* [[Axystems:MC-Basic:axis.MASTERSOURCE|axis.MASTERSOURCE]]
 
+
* [[Axystems:MC-Basic:CompensationSource.Name|CompensationSource.Name]]
  
 
}}
 
}}

Revision as of 10:50, 8 November 2011

Defines which of the: PCMD/COMPPCMD/PFB/COMPFB/PEXT of the axis values will be taken as a source value in compensation interpolation

Syntax

?<axis>.CompPositionCommand

Availability

Versions 3.6.20 and higher

Default

PCMD

Scope

Task and Terminal

Limitations

NOTE-Info.svgNOTE
This query is a non defined expression so it can't be used as a string. To get the compensation name as a string use axis.CompensationSource.Name query.

Examples

A1.CompensationSource = A1.PCMD

See Also