Difference between revisions of "Trajectory planner"

From Granite Devices Knowledge Wiki
Jump to: navigation, search
[checked revision][checked revision]
(When to use)
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
  
 
Following example illustrates a case where user setpoint changes instantly, and causes trajectory planner to generate acceleration & velocity limited motion.
 
Following example illustrates a case where user setpoint changes instantly, and causes trajectory planner to generate acceleration & velocity limited motion.
{{picturebox|Trajectory planner.svg|caption=Signal change inside Trajectory planner}}
+
{{picturebox|Trajectory planner.svg|caption=Signal change inside Trajectory planner during typical point-to-point operation}}
  
 
Trajectory planner has no limit of how often setpoint may be changed. It is possible to give new setpoint even when motion has not reached it's target position, and output motion still follows the given speed limits.
 
Trajectory planner has no limit of how often setpoint may be changed. It is possible to give new setpoint even when motion has not reached it's target position, and output motion still follows the given speed limits.
Line 17: Line 17:
 
*Simple velocity control tasks (such as spindle)
 
*Simple velocity control tasks (such as spindle)
 
*Velocity limiting for safety reasons on all position & velocity control mode applications
 
*Velocity limiting for safety reasons on all position & velocity control mode applications
 +
**Additional velocity safety limits may be also used, such as {{param|FEV}} and {{param|FVT}}
  
 
===When to avoid===
 
===When to avoid===
Line 24: Line 25:
  
 
To prevent trajectory planner from distorting or causing lag in such systems, it can be effectively disabled by setting {{param|CAL}} to maximum value. Velocity limit may be still used for safety reasons as it will not alter the signal unless setpoint velocity exceeds the {{param|CVL}} limit.
 
To prevent trajectory planner from distorting or causing lag in such systems, it can be effectively disabled by setting {{param|CAL}} to maximum value. Velocity limit may be still used for safety reasons as it will not alter the signal unless setpoint velocity exceeds the {{param|CVL}} limit.
 +
 +
== Extending CAL and CVL parameter range ==
 +
Especially when using high resolution feedback devices, one may hit the maximum settable range of CAL and CVL parameters.
 +
 +
Due to [[Signal path of motor drive|the structure of signal path of drive]], effective scale of these parameters depend on parameter {{Param|DIV}}. In other words, adjusting DIV will give different sensitivity to velocity and acceleration limits.
 +
 +
To extend range, use smaller DIV value. It's worth noting that if one adjusts only DIV, then setpoint scaling changes unless also {{Param|MUL}} is adusted proportionally.
 +
 +
{{Info|Example: default MUL & DIV values are 50 and 50. In order to increase acceleration and velocity range by 10 times, set MUL & DIV to 5 & 5.}}
  
 
==See also==
 
==See also==

Latest revision as of 11:47, 9 February 2017

Trajectory planner in GD drives is an internal function to produce smooth acceleration and velocity trajectories based on user input, that may be just a rapid setpoint value change. The main purpose of trajectory planner is to allow creating simple point-to-point motion with minimal complexity from the controller.

Operation[edit | edit source]

Trajectory planner has two main parameters which define the motion profile limits:

  • Velocity limitCVL
  • Acceleration limitCAL

Following example illustrates a case where user setpoint changes instantly, and causes trajectory planner to generate acceleration & velocity limited motion.

Trajectory planner.svg

Signal change inside Trajectory planner during typical point-to-point operation

Trajectory planner has no limit of how often setpoint may be changed. It is possible to give new setpoint even when motion has not reached it's target position, and output motion still follows the given speed limits.

Application[edit | edit source]

When to use[edit | edit source]

Trajectory planner is mostly used in following cases:

  • Point-to-point positon control (controller gives just target position and let drive to perform the motion)
  • Simple velocity control tasks (such as spindle)
  • Velocity limiting for safety reasons on all position & velocity control mode applications
    • Additional velocity safety limits may be also used, such as Over speed faultFEV and Velocity tracking error thresholdFVT

When to avoid[edit | edit source]

As trajectory planner causes limited rate of change, it is not desirable in applications that demand high bandwidth position or velocity control such as:

  • Dual-loop feedback position control, or any system where setpoint of drive is output of another closed loop system
  • Systems where external motion controller takes care of acceleration limit calculation and trajectory generation

To prevent trajectory planner from distorting or causing lag in such systems, it can be effectively disabled by setting Acceleration limitCAL to maximum value. Velocity limit may be still used for safety reasons as it will not alter the signal unless setpoint velocity exceeds the Velocity limitCVL limit.

Extending CAL and CVL parameter range[edit | edit source]

Especially when using high resolution feedback devices, one may hit the maximum settable range of CAL and CVL parameters.

Due to the structure of signal path of drive, effective scale of these parameters depend on parameter Setpoint dividerDIV. In other words, adjusting DIV will give different sensitivity to velocity and acceleration limits.

To extend range, use smaller DIV value. It's worth noting that if one adjusts only DIV, then setpoint scaling changes unless also Setpoint multiplierMUL is adusted proportionally.

See also[edit | edit source]