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):)
Line 34: Line 34:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:cam.MASTERDATA|cam.MASTERDATA]]
+
* [[MC-Basic:cam.MASTERDATA|cam.MASTERDATA]]
  
  
 
}}
 
}}

Revision as of 08:49, 22 May 2014

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