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

From SoftMC-Wiki
Jump to: navigation, search
 
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:cam.NEXT}}
== 缩写 ==
+
{{MC-Basic
 +
|SHORT FORM=
  
== 格式 ==
+
 
 +
|SYNTAX=
 
<''cam''>.Next = <''cam''>
 
<''cam''>.Next = <''cam''>
  
== 适用版本 ==
+
|AVAILABILITY=
所有版本
+
All versions
  
== 描述 ==
+
|DESCRIPTION=
此属性用于标识当前凸轮表之后的凸轮表。
+
This property is used to identify the cam table that comes after 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.
  
== 例子 ==
+
|EXAMPLE=
 
Cam1.Next = Cam2
 
Cam1.Next = Cam2
  
== 参见 ==
+
|SEE ALSO=
 
* [[MC-Basic:cam.NEXT.NAME|cam.NEXT.NAME]]
 
* [[MC-Basic:cam.NEXT.NAME|cam.NEXT.NAME]]
 
* [[MC-Basic:cam.PREVIOUS|cam.PREVIOUS]]
 
* [[MC-Basic:cam.PREVIOUS|cam.PREVIOUS]]
 +
 +
 +
}}

Latest revision as of 08:51, 23 February 2018

Language: English  • 中文(简体)‎

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

Syntax

<cam>.Next = <cam>

Availability

All versions

Type

CAM

Range

Existing cam table

Scope

Configuration, Task or Terminal

Limitations

Cam table cannot be in use.

Examples

Cam1.Next = Cam2

See Also