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

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:axis.COMPENSATIONSOURCE to MC-Basic:axis.COMPENSATIONSOURCE: Global renaming of Axystems: namespace into (Main):)
Line 35: Line 35:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.MASTERSOURCE|axis.MASTERSOURCE]]
+
* [[MC-Basic:axis.MASTERSOURCE|axis.MASTERSOURCE]]
 
* [[MC-Basic:CompensationSource.Name|CompensationSource.Name]]
 
* [[MC-Basic:CompensationSource.Name|CompensationSource.Name]]
  
 
}}
 
}}

Revision as of 08:46, 22 May 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

Since Version 3.6.20

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