Host Engineering Forum

General Category => General Discussion => Topic started by: maciek on March 21, 2020, 11:49:05 PM

Title: motion control
Post by: maciek on March 21, 2020, 11:49:05 PM
how would i go about making motion profile for a circle if i had 2 axis control. I got some old junk parts ball screws slides and stepper motors thought it would be fun to make something from it
Title: Re: motion control
Post by: Controls Guy on March 22, 2020, 12:46:30 AM
X and y velocities (and positions in fact) should both be sine waves, offset in phase by 90 degrees.
Title: Re: motion control
Post by: BobO on March 22, 2020, 06:28:15 AM
Use a virtual axis to drive two physical axes via AXCAM instructions. The cam profiles are the sin and cos of the drive axis. It?s conceptually easy, but a little tricky in practice.
Title: Re: motion control
Post by: Garyhlucas on March 22, 2020, 01:23:35 PM
Getting ready to write my first BRX motion control program for a drilling machine. Fortunately only 2 axis. Position in X then drill in Z about 35 times. I need to figure out how to make multiple programs for different products. Maybe a recipe in C-more? Or just an HMI page reading & writing positions to multiple memory blocks.