MC-Basic:axis.MAXOFFSET/zh-hans

From SoftMC-Wiki
< MC-Basic:axis.MAXOFFSET
Revision as of 01:54, 20 April 2017 by Chi (talk | contribs) (Created page with "{{Languages}} == 缩写 == <''axis''>.MOffset == 格式 == <''axis''>.MaximumOffset =<''numeric expression''> == 可用版本 == 从版本3.6.20起 == 描述 == <font color...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
语言: English  • 中文(简体)‎

缩写

<axis>.MOffset

格式

<axis>.MaximumOffset =<numeric expression>

可用版本

从版本3.6.20起

描述

返回Phaser进程的最大值。 它返回当前添加的绝对值,而不是已执行的Phaser命令的所有偏移量的总和。

类型

Double

取值范围

Mindouble to Maxdouble

单位

主轴位置单位

默认

0

使用范围

Configuration, Task, Terminal

限制

轴必须是从动轴,每次从动轴断开时,重置值。

例子

A1.mastersource = a2.pcmd

A1.slave = CAM

Phase a1 10  ratio = 1

?A1.MaxOffset

参见