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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ?<''axis''>.CompPositionCommand |AVAILABILITY= Versions 3.6.20 and higher |DESCRIPTION= Defines which of the: PCMD/COMPPCMD/PFB/COMPFB/PEXT o…')
 
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.COMPENSATIONSOURCE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 7: Line 8:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Versions 3.6.20 and higher
+
Since Version 3.6.20
  
 
|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 28: Line 29:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
 
+
{{Note|
 +
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=
Line 34: Line 36:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:MASTERSOURCE|MASTERSOURCE]]
+
* [[MC-Basic:axis.MASTERSOURCE|axis.MASTERSOURCE]]
 
+
* [[MC-Basic:CompensationSource.Name|CompensationSource.Name]]
  
 
}}
 
}}

Latest revision as of 02:09, 18 April 2017

Language: English  • 中文(简体)‎

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