MC-Basic:axis.TorqueLimitVelocityMax/zh-hans

From SoftMC-Wiki
< MC-Basic:axis.TorqueLimitVelocityMax
Revision as of 09:08, 21 April 2017 by Chi (talk | contribs) (Created page with "{{Languages}} == 缩写 == <''axis''>.TlimVmax == 格式 == ?<''axis''>.TlimVmax <''axis''>.TlimVmax = <''value''> == 可用版本 == 从版本4.9.10起 == 描述 == Set...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
语言: [[::MC-Basic:axis.TorqueLimitVelocityMax|English]]  • [[::MC-Basic:axis.TorqueLimitVelocityMax/zh-hans|中文(简体)‎]]

缩写

<axis>.TlimVmax

格式

?<axis>.TlimVmax

<axis>.TlimVmax = <value>

可用版本

从版本4.9.10起

描述

Sets the motor torque characteristics. The highest torque that can be applied to the motor at Vmax.


Axystems;Motor Torque-Velocity Characteristics.png


类型

Double

取值范围

单位

Nm, N

默认

10000

使用范围

Task or Terminal

限制

例子

with AX1

Vmax = 350
Tmax = 150
VlimTmax = 300
TlimVmax = 100

end with

参见