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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.CAMVALUE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.CVAL
+
<''axis''>.CVAL
  
 
|SYNTAX=
 
|SYNTAX=
?''<axis>''.CamValue
+
?<''axis''>.CamValue
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 10: Line 11:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
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.
+
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.
  
 
|TYPE=
 
|TYPE=
Line 16: Line 17:
  
 
|RANGE=
 
|RANGE=
+/- MaxDouble
+
± MaxDouble
  
 
|UNITS=
 
|UNITS=
Line 28: Line 29:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only
+
Read only
  
 
|EXAMPLE=
 
|EXAMPLE=
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