04-25-2014 06:38 PM
04-26-2014 12:55 PM
Hideoutdoor a écrit :
Unlike straight line move there isn't a control for acceleration, velocity and etc... For contour move so I was wondering how you control the movement so that a stepper motor slows down near the set position listed in the table?
At the moment I'm trying to use 2-axis to draw a square but the next movement from the table starts before the previous motion slows down. So the square I get have fillet corners. I know it's impossible to have a perfect square because of inertia but is there a way to slow the the movement enough to reduce how quick the movement is between steps?
If you use NI-Motion assistant you can define velocity and acceleration for contour move. You will always have rounded corner with contour move because it uses cubic spline interpolation. In your case it is best to use linear moves, contour moves are useful when you can't define a move using linear and arc moves.
Ben64
04-26-2014 07:28 PM
04-26-2014 07:57 PM