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

From SoftMC-Wiki
Jump to: navigation, search
(Added mastersource link and limitation note)
Line 10: Line 10:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Defines which of the: PCMD/COMPPCMD/PFB/COMPFB/PEXT of the axis values will be taken as a source value in compensation interpolation
+
Defines which PCMD/COMPPCMD/PFB/COMPFB/PEXT of the axis values will be taken as a source value in compensation interpolation.
  
 
|TYPE=
 
|TYPE=
Line 29: Line 29:
 
|LIMITATIONS=
 
|LIMITATIONS=
 
{{Note|  
 
{{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.}}
+
This query is a non-defined expression, and therefore cannot be used as a string. To get the compensation name as a string, use [[axis.CompensationSource.Name|axis.CompensationSource.Name]] query.}}
  
 
|EXAMPLE=
 
|EXAMPLE=

Revision as of 15:54, 17 March 2014

Defines which 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, and therefore cannot 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