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

From SoftMC-Wiki
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:axis.DECELERATIONSTOP}}
== 缩写 ==
+
{{MC-Basic
<''axis''>.DecStop
+
|SHORT FORM=
 +
''<''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=
* [[AXY:MC-Basic:axis.ACCELERATION|axis.ACCELERATION]]
+
* [[MC-Basic:element.ACCELERATION|axis.ACCELERATION]]
 
* [[Category talk:MC-Basic:axis.ACCELERATIONMAX|axis.ACCELERATIONMAX]]
 
* [[Category talk:MC-Basic:axis.ACCELERATIONMAX|axis.ACCELERATIONMAX]]
* [[AXY:MC-Basic:axis.DECELERATION|axis.DECELERATION]]
+
* [[MC-Basic:element.DECELERATION|axis.DECELERATION]]
* [[AXY:MC-Basic:axis.DECELERATIONMAX|axis.DECELERATIONMAX]]
+
* [[MC-Basic:element.DECELERATIONMAX|axis.DECELERATIONMAX]]
 +
}}

Latest revision as of 08:45, 16 July 2018

Language: English  • 中文(简体)‎

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.

Short form

<axis>.DecStop

Syntax

<axis>.DecelerationStop = <value>

Type

Double

Read/Write

Range

0.01 to Max Double

Units

Acceleration user units

Default

1000

Scope

Terminal or task

Limitations

Modal Only.

Examples

A1.DecStop = 1000

See Also