From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Which DAQ do you suggest?

Solved!
Go to solution

Hi,

 

I posted few days ago about it, but i changed my concept.

I would like to create a real-time PID regulation in LabView. There is a hydraulic cylinder with a load cell in the end of the rod.

I would like  type the force value in LabView, for example: 10kN and via DAQ, i would like to do real-time PID regulation.

 

The load cell and the hydraulic pressure relief can also receive tension signal.

 

Which DAQ do you suggest? I guess I need an AIO DAQ, but there are so many.

 

Thanks!

 

0 Kudos
Message 1 of 13
(3,327 Views)
Solution
Accepted by topic author rinpocse91

I highly recommend you give your local NI representative a call and have a meeting with them.  Discuss all of your requirements with them and they can help you choose the hardware you need.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 13
(3,316 Views)

I don't know what you mean by a tension signal.  Are you talking about tension and compression in the load cell?

 

Load cells usually output a full bridge strain gage signal.  So you'd need a DAQ device that can supply excitation and read small millivolt level values.  A lot of pressure sensors are also using a strain gage bridge to read pressure.  So the same needs apply.

 

If you have a level of signal conditioning after those devices, then the strain gage bridge signal can be converted to either a voltage or current signal.  That opens up more possibillities for different DAQ devices.

 

What frequency do you need to read these signals?

0 Kudos
Message 3 of 13
(3,302 Views)

Sry, my english is not good 🙂

 

I mean the output signal from the load cell is voltage. I guess. Actually i do not understand it, because i dont see the output signal range.  So  I attached the load cell's sheet. maybe You can help me. 🙂

 

Thank you.

 

0 Kudos
Message 4 of 13
(3,289 Views)

It looks to me like a regular strain gage bridge based load cell.  It talks about the sensitivity being 2 mV/V and the bridge being 350 ohms.

0 Kudos
Message 5 of 13
(3,282 Views)
0 Kudos
Message 6 of 13
(3,275 Views)

Thanks your help!

 

So, there is a bridge based load cell. If I use Ni-simulated DAQmx,  in MAX i have to choose Analog input/bridge, or Voltage?

Thankyou.

0 Kudos
Message 7 of 13
(3,265 Views)

Analog input bridge (might be under "strain").

0 Kudos
Message 8 of 13
(3,247 Views)

yes, i found it, thanks.

 

But i have some new question. 🙂

 

in MAX, i create a new simulated DAQ,I choose, bridge/channel. I choose, mv/v and the others,thats ok. But what does "m" and "Vex value" mean? 

lab.jpg

 

Furthermore, how can i import this simulated DAQ to LAbView? If I go to labview and insert a DAQ, that is a new one daq, and not this one.

 

Khank you very much! I appreciate your helps!

0 Kudos
Message 9 of 13
(3,205 Views)

m means milli or 10e-3.  So you hav +25 millistrain to -25 millistrain.

 

Vex means Voltage-Excitation.

 

You create a task of whatever name you want that shows up in Data Neighborhood.

 

Later when you get the real device, create another task.  Use the new taskname in your code.

Or delete the old task and create the new real task with the same name and you shouldn't have to change the task in your LV code.

0 Kudos
Message 10 of 13
(3,203 Views)