Motion Control and Motor Drives

cancel
Showing results for 
Search instead for 
Did you mean: 

I need help with motion control. I am programming in Visual Basic. I will need help with what parts I need to purchase from NI, along with help on the code.

I am using a Papst servo motor and I need to know where to start and what to purchase to get this motor to spin. I am using visual basic and in my program I calculate the direction and RPM's needed from the motor. It will spin anywhere from 1 to 10000 RPM's. It seems rather easy, but I have no idea on how to spin the motor at the specific RPM, and stop it with a command stop in the program. Please help.
0 Kudos
Message 1 of 3
(3,067 Views)
We really should know a little more about your intended uses for this system, but assuming you want to do relatively simple (or even not so simple!) motion, you'll need a few components...

A motion controller, such as the PCI-7342, can take your VB commands and turn them into the commands needed to "run" the motor. Next you'll need a drive, such as the MID-7342. This includes the servo amplifier that actually powers the motor. It also has connections to "pass through" the encoder signals from the motor back to the motion controller.

The above-named pieces assume one or two axes of motion. You'll also need a cable to connect the two (can't remember the model right now). You can use MAX to configure the motion controller, and there are just a few VB calls you
'll need to make using NI-Motion functions to define the motion and get it going.

Hope this helps!
0 Kudos
Message 2 of 3
(3,067 Views)
Big buy,

I would suggest a Motion controller card such as a 7344. it come in PCI, PXI, and FireWire form factors. you can use example code to have the motor spin at a specified velocity. We have some examples in VB. The motor will need a amplifier between the motor and the motion controller card. A MID-7652 would work.

A. Talley
0 Kudos
Message 3 of 3
(3,067 Views)