Difference between revisions of "AXY:MC-Basic:axis.JERKDECELERATIONPERCENTAGE"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m (corrected layout)
Line 1: Line 1:
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
<        AXIS>.JDPERC>
+
<AXIS>.JDPERC
  
 
|SYNTAX=
 
|SYNTAX=
<               AXIS>.JDPERC=<''numericexpression''
+
<AXIS>.JDPERC=''numericexpression''
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 10: Line 10:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Definesthe percentage scale for which the actual jerk will be reducedform its given value (Jerk, Jtran, Jrot) and applied inacceleration phase.
+
Defines the percentage scale for which the actual jerk will be reduced form its given value (Jerk, Jtran, Jrot) and applied in acceleration phase.
  
 
|TYPE=
 
|TYPE=
Line 34: Line 34:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:JAPERC|JAPERC]]
+
* [[Axystems:MC-Basic:axis.JERKACCELERATIONPERCENTAGE|JERKACCELERATIONPERCENTAGE]]
  
  
 
}}
 
}}

Revision as of 07:08, 28 April 2011

Defines the percentage scale for which the actual jerk will be reduced form its given value (Jerk, Jtran, Jrot) and applied in acceleration phase.

Short form

<AXIS>.JDPERC

Syntax

<AXIS>.JDPERC=numericexpression

Availability

Versions AMCS 0.4.4.x and higher

Type

double

Range

0.1-100

Units

%

Default

100

Scope

Task, Terminal

Limitations

Modal/Nodal, Read/Write

Examples

A1.jdprec = 20

See Also