MC-Basic:compTable.MAXPOSITION/zh-hans

From SoftMC-Wiki
< MC-Basic:compTable.MAXPOSITION
Revision as of 06:30, 3 May 2017 by Chi (talk | contribs) (Created page with "{{Languages}} == 缩写 == == 格式 == <''comptablename''>.maxposition[I] = <''value''> == 适用版本 == 从版本3.6.20起 == 描述 == 此命令定义表中源轴号I...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
语言: English  • 中文(简体)‎

缩写

格式

<comptablename>.maxposition[I] = <value>

适用版本

从版本3.6.20起

描述

此命令定义表中源轴号I的最大位置值。

类型

<value>: Double
I: Long

使用范围

<value>:  ± MaxDouble
I : 表中的轴数

单位

默认

使用范围

Task and Terminal

限制

  • 补偿表不得使用 (CompActive=0)
  • Maxposition必须高于Minposition

例子

Comp1.maxposition[2] = 4.5

参见