03-07-2015 06:43 AM
hi
my project is to calculate the displacement or strain of cantilever beam by using a piezoelectric sensor, i am using DAQ 9215 to acquire signal .
i need to convert the voltage from the pzt sensor to strain or displacement is their any way to do that in labview software
03-07-2015 08:46 AM
03-07-2015 08:46 AM
03-07-2015 03:01 PM
To add to Mike's questions, are you using the 9215 in a cRIO or cDAQ chassis? If you are using the 9215 in a cDAQ chassis and you find that there is a direct conversion from Volts to strain then you can use DAQmx scales.
http://digital.ni.com/public.nsf/allkb/0464919A11C092E386256D800079C3BB
But like Mike said, measuring strain can be very tricky sometimes so it would help to know what sensor and signal conditioning you are using.
03-08-2015 06:07 AM
thanks for replay
i bound the quickpack pzt sensor to the flexiable cantilever beam at the fixed end and i have pzt actuators at the fixed end but in the other side
my application is using pid controller ( active vibration control ) and i need to convert the voltage signal from the pzt sensor to strain or dispacement
i have no problem about the control only i want to convert the pzt sensor signal to strain or dispacement
03-09-2015 09:44 AM
I know the hardware setup seems irrelevant because you already have it working, but what hardware you're using determines what software tools are available to you.
You can either use a DAQmx task to convert from volts to strain, or the datasheet for your device will have a formula or curve you'll have to implement.