MC-Basic:element.ACCELERATIONFACTOR/zh-hans

From SoftMC-Wiki
< MC-Basic:element.ACCELERATIONFACTOR
Revision as of 02:30, 1 September 2017 by Chi (talk | contribs) (Created page with "{{Languages}} == 缩写 == <''element''>.Afac == 格式 == <''element''>.AccelerationFactor = <''expression''><br> ?<''element''>.AccelerationFactor == 适用版本 == 所...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
语言: [[::MC-Basic:element.ACCELERATIONFACTOR|English]]  • [[::MC-Basic:element.ACCELERATIONFACTOR/zh-hans|中文(简体)‎]]

缩写

<element>.Afac

格式

<element>.AccelerationFactor = <expression>

?<element>.AccelerationFactor

适用版本

所有版本

描述

This property specifies the conversion factor between the user’s acceleration units and the internal units [counts per msec2]. The <element>.ACCELERATIONFACTOR must contain the conversion factor for both the position dimension and the time dimension.

类型

Double

取值范围

Greater than zero

单位

默认

Axis = 71.5828
This value is suitable for working in units of RPM/second with resolver feedback.

Group = 65536/6e7 (=1.092e-3).
This value is suitable for working in units of position units per minute per second


使用范围

Configuration, Task or Terminal.

限制

Cannot be changed while axis is enabled or while axis is set up as a Master axis.

To set the value within a task, the axis must be attached to that task (using the ATTACH command).

例子

Axis
A1.Afac = A1.Pfac / (1000 * 1000)                  ‘Position units per second squared
A1.Afac = Xaxis.VelocityFactor / 1000         ‘Velocity units per second


Group
G1.Afac = 1 / (60000 * 1000) ‘work in per-minute-per-second
G1.Afac = 1 / (1000 * 1000) ‘work in per-second-squared

参考


}}