The manual of PCI-7344 mentions about by setting blend factor to -1 to get smooth motion path.
I have tried, but the outcome always changes the sharp corners into round corners with excessive r
values. If I set the blend factor to 0 or larger values, the sharp corners reserve, but it seems that we have lost the capability by keeping the velocity value and without the hasel to decelerate and accelerate all the time for continuous motions.
Furthermore, if the consecutive path lengths are comparatively short, it is very easy to
get "blend motion is issued at in-appropriate time" error from the motion control card.
The way that I use the blend motion is as follow:
load target positions
flex_start
flex_check_for_blend_com
plete
Is there any way that we could test and make sure that the motion command buffer is not full?
How should I do to prevent the error when using flex_blend?
How could I do to get sharper corners when setting the blend factor to -1?