LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Control System for a Windtunnel

Solved!
Go to solution

My project is to implement a control system for a wind tunnel

- Labview 2014 to do user interface and control system

- 2 load cells to gauge Lift and Drag.

- a Linear Servo to change vertical elevation of the object.

- 2 amplifier circuits to increase voltage of load cells for reading.

This is all to be control by a USB 6008 board. Current problems stem from the linear servo which needs a PWM signal to control position. To contol it we need a variable duty cycle with about 500 Hz and 5V.

Linear Servo - https://www.servocity.com/hdls-6-50-12v 

 

My question is can USB 6008 do a PWM signals? If yes can it also preform all these other tasks? If Not what Board could do this at a budget of close to $800

0 Kudos
Message 1 of 6
(3,302 Views)

I assume this is a "real project" and that the data from the Wind Tunnel might be important.  So whether or not the USB-6008 can handle the PWM or not (have you read the manual?), why would you use a Legacy device when NI has come out with the 6001, faster, more bits of A/D, etc.?  It may even be less expensive ...

 

Bob Schor

0 Kudos
Message 2 of 6
(3,277 Views)
Solution
Accepted by topic author ByInspection

For servo you need PWM signal changing from 1 ms to 2 ms. 6008 can not do it. The first usb that can is 6210, it fits the budget (654).

It also has analog outputs, 125 kS/s/ch with 2 active channels, 16 bit should be enough

Having something like Arduino to position servo and 6008 to read position will be a cheaper (if analog speed, resolution enough) but more time consuming solution, depends on your experience and exact task.

Message 3 of 6
(3,275 Views)

If you knew analog ICs, you'd find the "timerblox pwm"; http://www.linear.com/product/LTC6992-1  This would take up one analog out of the 6008 and convert it to PWM...  I've done PWM with 8 channels using a 6009 - at 10 Hz through.

Message 4 of 6
(3,223 Views)

Thanks for your replies!

I neglected to mention a couple of things about the project

-We are doing data aquisition by saving lift and drag to an excel file.

-We what to control wind speed which needs voltage of 0 to 10V

 

I have been looking at the 6210 and it seems to have just about all the qualities I desire, with one exception. It does not have any analog out ports. We want to have a virtual potentiometer to control wind speed, but the only way I know how to do that in LabVIEW is with a DAQ Assists Voltage output which is connected to an analogy out port. Do you know of any ways to do this from a digital port?

 

Also the Arduino is a good idea and one that worked, but we are only allowed National Instrument devices for the control systems.

 

0 Kudos
Message 5 of 6
(3,193 Views)
Solution
Accepted by topic author ByInspection

Hello ByInspection

 

Have you checked the USB 6212?

http://www.ni.com/en-us/support/model.usb-6212.html

 

That one includes 2 AO.

 

Diego H

National Instruments.

0 Kudos
Message 6 of 6
(3,162 Views)