Difference between revisions of "MC-Basic:cam.PREVIOUS"
Line 1: | Line 1: | ||
− | {{Languages}} | + | {{Languages|MC-Basic:cam.PREVIOUS}} |
− | + | {{MC-Basic | |
+ | |SHORT FORM= | ||
Prev | Prev | ||
− | + | |SYNTAX= | |
<''cam''>.prev = <''cam''> | <''cam''>.prev = <''cam''> | ||
− | + | |AVAILABILITY= | |
− | + | All versions | |
− | + | |DESCRIPTION= | |
− | + | This property is used to identify the cam table that precedes the current cam table. | |
− | + | |TYPE= | |
CAM | CAM | ||
− | + | |RANGE= | |
− | + | Existing cam table | |
− | + | |UNITS= | |
− | |||
− | = | + | |DEFAULT= |
+ | |||
+ | |||
+ | |SCOPE= | ||
Configuration, Task or Terminal | Configuration, Task or Terminal | ||
− | + | |LIMITATIONS= | |
Cam table cannot be in use. | Cam table cannot be in use. | ||
− | + | |EXAMPLE= | |
Cam1.Prev = Cam2 | Cam1.Prev = Cam2 | ||
− | + | |SEE ALSO= | |
* [[MC-Basic:cam.NEXT|cam.NEXT]] | * [[MC-Basic:cam.NEXT|cam.NEXT]] | ||
* [[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