Difference between revisions of "AXY:MC-Basic:group.TIMEDECELERATION"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "<GROUP>" to "<''group''>")
Line 40: Line 40:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:group.TIMEACCELERATION|group.TIMEACCELERATION]]
+
* [[MC-Basic:group.TIMEACCELERATION|group.TIMEACCELERATION]]
  
  
 
}}
 
}}

Revision as of 08:51, 22 May 2014

Defines the duration of the deceleration phase. This value is reached only if the other movement parameters cause it to occur. The maximum deceleration value is not exceeded.

A query of the property returns a numeric value, which is used in expressions. This value is the assigned value, not the actual value. When –1 is assigned, this property is ignored, and the defined deceleration is used. A value that is not an integer multiple of the SERCOS cycle time is rounded up to the nearest integer multiple value.

Short form

<group>.Tdec

Syntax

<group>.TimeDeceleration = <value>

?<group>.TimeDeceleration

Availability

All versions

Type

Double

Range

-1, 0 to MaxDouble

Units

Msec

Default

-1

Scope

Configuration, Task or Terminal

Examples

a1.TDec = 250                                ‘sets the deceleration time to 250 msec

?g1.TimeDeceleration

See Also