MC-Basic:axis.COMPENSATIONSOURCE

From SoftMC-Wiki
Revision as of 10:50, 8 November 2011 by Miborich (talk | contribs) (Added mastersource link and limitation note)
Jump to: navigation, search

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