MC-Basic:cam.SLAVEDATA/zh-hans

From SoftMC-Wiki
< MC-Basic:cam.SLAVEDATA
Revision as of 01:41, 26 April 2017 by Chi (talk | contribs) (Created page with "{{Languages}} == 缩写 == Sdat == 格式 == ''<cam>.''SlaveData[<''index''>] = ''<value of data>''<br> ?<''cam''>.SlaveData[''<index''>] == 适用版本 == 所有版本 =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
语言: [[::MC-Basic:cam.SLAVEDATA|English]]  • [[::MC-Basic:cam.SLAVEDATA/zh-hans|中文(简体)‎]]

缩写

Sdat

格式

<cam>.SlaveData[<index>] = <value of data>

?<cam>.SlaveData[<index>]

适用版本

所有版本

描述

该属性用来访问从站数据中的离散元素。索引指定正在访问表中的哪个元素。 当表处于活动状态时,

可以更改凸轮表数据。 如果在设置值之前该表是单调的,则在设置该值时验证单调性。 如果由于更改

而导致表格不再单调,则表格被标记为非单调性。

类型

<index>: Long
<value of data>: Double

取值范围

<index>: 1 to MaxLong

单位

默认

使用范围

Configuration, Task or Terminal

限制

The value of a discrete element of data cannot be changed while the data structure is

being stored to a file. If the table is in use, and the new value would cause the table to

be non-monotonic, the new value is rejected.

例子

Cam1.SlaveData[3] = 57.5?

Set master data element number 3 in the table

参见