07-13-2007 01:12 AM
07-16-2007 01:29 PM
Hello Joaquin,
Please post DAQ questions here. It helps our community find information faster and easier.
There is actually a great Dev Zone article here, that explains how to measure a LVDT using NI-Products. There is a section in this document for connecting the LVDT to a SCXI-1540. The SCXI-1540 has the signal conditioning built-in for reading data from a LVDT.
You could just use a shipping example that would read differential data continuously. You can use a DAQ Assistant within a while loop for a simple and easy solution. Once you have acquired the voltages, the data would need to be converted into linear distance.
07-17-2007 05:57 AM
Hi Rob
Thanks for the information.
I made this little program. I want to modify it to measure speed or even acceleration. It is possible?
Thanks again
07-18-2007 11:16 AM
Hello Joaquin,
I would suggest using a DAQ Assistant. (Functions Palette >> Measurements I/O >> DAQmx – Data Acquisition >> DAQ Assistant) It is very similar to creating a task in Measurement & Automation Explorer. Once you are able to get your DAQ Assistant setup correctly, you can then convert that Express VI into DAQmx code. (Right-click on the DAQ Assistant and select Generate NI-DAQmx Code)