Motion Control and Motor Drives

cancel
Showing results for 
Search instead for 
Did you mean: 

VFD - New Project, Need Hardware

Hi All,

 

I usually post more on the software boards,but had a new project coming up that I'm not very familiar with the hardware.  Was hoping to get an idea of what all it might require.

 

We're looking to start testing generators at my work, that will be driven by a motor.  The motor will need to be able to run in multiple frequencies to test the generator output.  The generator will also need a load to output to.

 

So aside from purely academic position control applications, I've not used NI's motion control hardware.

 

Since we're starting from scratch, we have the option of using a variable frequency drive and variable power supply (for field excitation) of our choice.  I tend to prefer hardware made by NI since it integrates so easily to the software.

 

Anyone had any experience with NI products that could accomplishthe VFD portion of this?

LV7.1, LV8.5, LV2014/15/16
0 Kudos
Message 1 of 3
(4,074 Views)

Hi leachdor,

 

NI doesn't provide VFDs, but regardless of which product you are selecting, there should be almost in all cases a way to interface the VFD to NI software. If the drive provides a +/- 10 V command input, you could use an NI-Motion board like the PCI-7344, which provides a very easy to use API. For this approach you will need a quadrature encoder feedback signal from your motor or an emulated quadrature feedback signal from the drive for the case, that the motor uses a different feedback device.

 

If the drive controls the motor's velocity by itself, for you application it could be even sufficient to use a simple multifunction DAQ device with an analog output to send an analog velocity setpoint to the drive. In this case you may want to measure the motor's velocity with the DAQ device to know, when the motor has reached the desired velocity.

 

Most VFDs provide fieldbus interfaces like CANOpen, Profibus or Ethercat. From a software point of view it's typically a bit harder to integrate these interfaces, as you need to learn about the command set of the VFD and the specific requirements of the specific fieldbus, but it's definitely possible to use these interfaces, too.

 

If you have already a specific drive in your mind, please post a link to the datasheet here and I will try to give you some advice about integrating this drive into an NI software environment.

 

Kind regards,

Jochen Klier

National Instruments

 

Message 2 of 3
(4,065 Views)

I recently created a LabVIEW VFD driver for a Yaskawa A1000 through Ethernet/IP. Was very easy to control and communicate with.

 

http://decibel.ni.com/content/docs/DOC-10161 

Message 3 of 3
(4,038 Views)