03-31-2014 08:25 AM
Dear All,
In my application i want to get vibration data with respect to each pulse of rotational speed signal(From Speed sensor - encoder), Iam using NI 4472 PCI card. Is there any way to synchronise this rotation speed signal with respect to vibration data...
Reagrds,
Vijay
03-31-2014 05:35 PM
Vijay,
What are you currently using to measure the encoder? Is it an analog or digital encoder? Are there any other cards in your system?
There are many ways to synchronize these measurements, however depending on your setup we will be better able to recommend a solution for you.
Best Regards,
04-01-2014 12:23 AM
Dear Mr J Newk,
From encoder iam getting digital 5V pulse, SO i want to synchronise vibration data with this encoder pulse signal. Each encoder pulse i need one data of vibration(Connected in AI signal). No ther NI PCI card in my PC, I have only NI PCI 4472.
Is there any way to connect this Encoder digital signal to NI PCI 4472 ???..
Pls guide me how to synchronise this digital pulse and vibration data(Analog signal) in NI PCI 4472..
Regards,
Vijay
04-01-2014 10:40 AM - last edited on 05-06-2024 10:46 AM by Content Cleaner
Hi Vijay,
It is possible to import a digital tach signal into your 4472, however this card was not designed for tachometer readings and it will take a siginificant amount of post processing to convert the digital signal to encoder position measurements.
This white paper is a pretty good overview of encoder measurement systems: https://www.ni.com/en/support/documentation/supplemental/21/using-quadrature-encoders-with-e-series-... as you can see generally we use counters to perform encoder measurements, the 4472 is designed specifically for analog input and as such does not have counters onboard.
To use this card you will essentially have to have software decode this signal from the analog reading to position.
Alternatively, using a Multifunction DAQ device and a RTSI cable, you can utilize the built in functionality of the boards to take the encoder measurement and share a sample clock between the two devices using the RTSI cable, which will allow the analog input and encoder readings to be taken at the same time.
If your PC has open PCIe slots I suggest this board: https://www.ni.com/en-us/shop/model/pcie-6320.html
and a RTSI cable https://www.ni.com/en-us/support/model.rtsi-cable.html
You will then be able to use this guide here: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x1riCAA&l=en-US to setup the encoder measurements.
I hope that helps,