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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:cam.PREVIOUS}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 4: Line 5:
  
 
|SYNTAX=
 
|SYNTAX=
''<cam>''.prev = ''<cam>''
+
<''cam''>.prev = <''cam''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 10: Line 11:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
This property is used to identify the CAM table that precedes the current CAM table.
+
This property is used to identify 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=
CAM table cannot be in use.
+
Cam table cannot be in use.
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 34: Line 35:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:cam.NEXT|cam.NEXT]]
+
* [[MC-Basic:cam.NEXT|cam.NEXT]]
* [[Axystems:MC-Basic:cam.PREVIOUS.NAME|cam.PREVIOUS.NAME]]
+
* [[MC-Basic:cam.PREVIOUS.NAME|cam.PREVIOUS.NAME]]
  
  
 
}}
 
}}

Latest revision as of 08:53, 23 February 2018

Language: English  • 中文(简体)‎

This property is used to identify the cam table that precedes the current cam table.

Short form

Prev

Syntax

<cam>.prev = <cam>

Availability

All versions

Type

CAM

Range

Existing cam table

Scope

Configuration, Task or Terminal

Limitations

Cam table cannot be in use.

Examples

Cam1.Prev = Cam2

See Also