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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m (corrected see also)
Line 1: Line 1:
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
<       GROUP>.JDPERC>
+
<GROUP>.JDPERC
  
 
|SYNTAX=
 
|SYNTAX=
<              GROUP>.JDPERC=<''numericexpression''
+
<GROUP>.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:group.JERKACCELERATIONPERCENTAGE|group.JERKACCELERATIONPERCENTAGE]]
  
  
 
}}
 
}}

Revision as of 07:22, 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

<GROUP>.JDPERC

Syntax

<GROUP>.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

Delta.jdprec = 20

See Also