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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m (correction)
Line 1: Line 1:
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
AXIS>.JAPERC>
+
<AXIS>.JAPERC
  
 
|SYNTAX=
 
|SYNTAX=
AXIS>.JAPERC=<''numericexpression''
+
<AXIS>.JAPERC=''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:JDPERC|JDPERC]]
+
* [[Axystems:MC-Basic:axis.JERKDECELERATIONPERCENTAGE|JERKDECELERATIONPERCENTAGE]]
  
  
 
}}
 
}}

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

Syntax

<AXIS>.JAPERC=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.japrec = 20

See Also