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

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:axis.CAMVALUE to MC-Basic:axis.CAMVALUE: Global renaming of Axystems: namespace into (Main):)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.CAMVALUE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 34: Line 35:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:cam.MASTERDATA|cam.MASTERDATA]]
+
* [[MC-Basic:cam.MASTERDATA|cam.MASTERDATA]]
  
  
 
}}
 
}}

Latest revision as of 09:39, 17 April 2017

Language: English  • 中文(简体)‎

This property is used to query the current value of the master data in the cam table. The current value of the master data in the table is the value being accessed at the time of the query.

Short form

<axis>.CVAL

Syntax

?<axis>.CamValue

Availability

All versions

Type

Double

Range

± MaxDouble

Scope

Configuration, Task or Terminal

Limitations

Read only

Examples

?Axis1.Cval

See Also