Difference between revisions of "MC-Basic:axis.DECELERATIONSTOP"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:axis.DECELERATIONSTOP to MC-Basic:axis.DECELERATIONSTOP: Global renaming of Axystems: namespace into (Main):)
Line 1: Line 1:
{{MC-Basic
+
{{Languages}}
|SHORT FORM=
+
== 缩写 ==
 
<''axis''>.DecStop
 
<''axis''>.DecStop
  
|SYNTAX=
+
== 格式 ==
 
<''axis''>.DecelerationStop = <''value''>
 
<''axis''>.DecelerationStop = <''value''>
  
|AVAILABILITY=
+
== 可用版本 ==
  
 +
== 描述 ==
 +
DecStop描述如果在的停止命令是DecStopOnPath类型时的停止减速。额外的使用是在进行任务结束操作时(如传送带跟踪开启时,slave = 0),系统内部停止进程。使用该值可以停止中断下一个事件,这些事件可以是单轴的运动,或者在Move或Cirlc中轴组的运动
  
|DESCRIPTION=
+
== 类型 ==
DecStop present the stopping deceleration in case of stop command from type DecStopOnPath. An additional use is done in internal system stopping procedure as when kill-task is operated (and slave=0 is given when conveyer tracking is on). This value is used when stop interrupts the next cases  -single axis movement,  or group movement from type Move or Circle.
 
 
 
|TYPE=
 
 
Double
 
Double
  
 
Read/Write
 
Read/Write
  
|RANGE=
+
== 取值范围 ==
 
0.01 to Max Double
 
0.01 to Max Double
  
|UNITS=
+
== 单位 ==
 
Acceleration user units
 
Acceleration user units
  
|DEFAULT=
+
== 默认 ==
 
1000
 
1000
  
|SCOPE=
+
== 使用范围 ==
 
Terminal or task
 
Terminal or task
  
|LIMITATIONS=
+
== 限制 ==
 
Modal Only.
 
Modal Only.
  
|EXAMPLE=
+
== 例子 ==
 
A1.DecStop = 1000
 
A1.DecStop = 1000
  
|SEE ALSO=
+
== 参见 ==
 
* [[MC-Basic:axis.ACCELERATION|axis.ACCELERATION]]
 
* [[MC-Basic:axis.ACCELERATION|axis.ACCELERATION]]
 
* [[MC-Basic:axis.ACCELERATIONMAX|axis.ACCELERATIONMAX]]
 
* [[MC-Basic:axis.ACCELERATIONMAX|axis.ACCELERATIONMAX]]
 
* [[MC-Basic:axis.DECELERATION|axis.DECELERATION]]
 
* [[MC-Basic:axis.DECELERATION|axis.DECELERATION]]
 
* [[MC-Basic:axis.DECELERATIONMAX|axis.DECELERATIONMAX]]
 
* [[MC-Basic:axis.DECELERATIONMAX|axis.DECELERATIONMAX]]
 
 
}}
 

Revision as of 08:38, 18 April 2017

Language: [[::MC-Basic:axis.DECELERATIONSTOP|English]]  • [[::MC-Basic:axis.DECELERATIONSTOP/zh-hans|中文(简体)‎]]

缩写

<axis>.DecStop

格式

<axis>.DecelerationStop = <value>

可用版本

描述

DecStop描述如果在的停止命令是DecStopOnPath类型时的停止减速。额外的使用是在进行任务结束操作时(如传送带跟踪开启时,slave = 0),系统内部停止进程。使用该值可以停止中断下一个事件,这些事件可以是单轴的运动,或者在Move或Cirlc中轴组的运动

类型

Double

Read/Write

取值范围

0.01 to Max Double

单位

Acceleration user units

默认

1000

使用范围

Terminal or task

限制

Modal Only.

例子

A1.DecStop = 1000

参见