Difference between revisions of "MC-Basic:cam.PREVIOUS.NAME"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Read-Only" to "Read only")
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:cam.PREVIOUS.NAME}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 10: Line 11:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
This query is used to read the name of the CAM table that precedes the current CAM table.
+
This query is used to read the name of the cam table that precedes the current cam table.
  
 
|TYPE=
 
|TYPE=
Line 16: Line 17:
  
 
|RANGE=
 
|RANGE=
Existing CAM table
+
Existing cam table
  
 
|UNITS=
 
|UNITS=
Line 28: Line 29:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read only. The value returned from this query cannot be used in expressions.
+
*Read only.  
 +
*The value returned from this query cannot be used in expressions.
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 34: Line 36:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:cam.NEXT|cam.NEXT]]
+
* [[MC-Basic:cam.NEXT|cam.NEXT]]
* [[Axystems:MC-Basic:cam.PREVIOUS|cam.PREVIOUS]]
+
* [[MC-Basic:cam.PREVIOUS|cam.PREVIOUS]]
  
  
 
}}
 
}}

Latest revision as of 09:52, 25 April 2017

Language: English  • 中文(简体)‎

This query is used to read the name of the cam table that precedes the current cam table.

Short form

<cam>.Prev.Name

Syntax

?<cam>.Previous.Name

Availability

All versions

Range

Existing cam table

Scope

Configuration, Task or Terminal

Limitations

  • Read only.
  • The value returned from this query cannot be used in expressions.

Examples

?Cam1.prev.Name

See Also