Feature Requests item #2894111, was opened at 2009-11-08 20:20
Message generated for change (Tracker Item Submitted) made by yishin_li
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=356744&aid=2894111&group_id=6744

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: EMC2 Task Controller
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Yi-Shin Li (yishin_li)
Assigned to: Nobody/Anonymous (nobody)
Summary:  calculate ACC and VEL for non-trivial kins (emccanon.cc)

Initial Comment:
Current trajectory planner is not suitable for any machines with non-trivial 
kinematics. Please take a look for the following code at 
getStraightAcceleration() on emccanon.cc:

    tx = dx? (dx / FROM_EXT_LEN(AXIS_MAX_ACCELERATION[0])): 0.0;

For non-trivial kinematic machines, such as SCARA, the dx is contributed by 
several joints other than AXIS_0. However, the above code assume that it only 
depends on AXIS_0, which is not true for those machines. Therefore, the 
calculated accel/velocity for trajectory planner may be incorrect.

This is the comment from Alex Joni:
There are some problems in the current version of emc2, that joints (motors) 
and axes (carthesian directions) are mixed in a couple of places. There is 
ongoing work (on the joints_axes3 branch) to fix this. But it's a lot of work 
(in a lot of layers and places), so there is no fixed timeline when it will be 
useable.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=356744&aid=2894111&group_id=6744

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to