Hello emc-developers,
I was digging into an issue for SCARA Robot controlled by EMC2. That is,
the angular acceleration for the first 2 joints is way too larger than the
one
set by its configuration file. After carefully analyzing the dumped trace,
I found it might be caused by misleading trajectory planning results.
I then found an interesting issue for the trajectory planner, i.e. it might
not
be 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.
Is my understanding for above statement correct?
Yishin
------------------------------------------------------------------------------
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