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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<expression>''" to "<''expression''>")
m (Text replace - "<GROUP>" to "<''group''>")
Line 1: Line 1:
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<GROUP>.''JMax
+
''<''group''>.''JMax
  
 
|SYNTAX=
 
|SYNTAX=
''<GROUP>.''JerkMax = <''expression''><br>
+
''<''group''>.''JerkMax = <''expression''><br>
?''<GROUP>.''JerkMax
+
?''<''group''>.''JerkMax
  
 
|AVAILABILITY=
 
|AVAILABILITY=

Revision as of 16:33, 20 March 2014

Defines the maximum allowed jerk. If the trajectory generator issues a JERK command higher than JERKMAX, the system sets the value to JERKMAX and notifies you.

Short form

<group>.JMax

Syntax

<group>.JerkMax = <expression>
?<group>.JerkMax

Availability

All versions

Type

Double

Range

Greater than 0

Units

User axis jerk units

Default

50

Scope

Configuration, Task or Terminal

Limitations

JERKMAX has an effect only if SMOOTHFACTOR is set to -1. To set the value within a task, the group must be attached to that task (using the ATTACH command).

Examples

XyTable.JMax=1.2

See Also