06-17-2010 08:17 AM
Hello all,
It's me again. I need help, as always (I'm a begginer with labview and I'm trying to learn by myself).
I got a problem with a software I need to develop for my work: I'm trying to acquire data (vibration) from an accelerometer in order to determine the vibration frequency of an object. Here is the deal: I put my accelerometer on the objet I want to determine the vibration frequency then I excite manually the objet by hitting it and ideally, I record the wave once I hit the objet for a certain period.
My question is then: how can I do that, especially the part about recording from the moment I hit the object for a certain period. For the record, I use a NI USB-9234 with a USB-9162 carrier.
After some digging, I wanted to use a trigger function, the source for the start analog edge would be then the same that the physical channel recorded with a trigger level defined. But, first of all, I don't know if that kind of manipulation is possible. And second of all, apparently, if my USB-9234 card is in a USB carrier, it can not be triggered in hardware (I found this information on the forum). So is that true ? And if so, what can I do to meet the requirements for my software ? I heard about using a software to acquire data over a period of time then parse the desired signal in post processing...
If someboy can help me, that would me mucho appreciated!
Thanks in advance anyway for any answer.
Cheers
06-17-2010 09:48 AM
Two many messages on this forum!
One hour after writing my message, it is already in page 2!
Just a litte meesage so my message can be seen by a lot of people...
06-18-2010 12:01 AM
No one ? :mansad:
06-21-2010 10:31 AM
Hi,
Unfortunately, you are right: USB-9234 does not support analog or digital hardware trigger.
So you will have to perform a software triggered finite acquisition (for example an acquisition that starts when you press on a button of the front panel) and then do some signal processing on the acquired data to remove the part with no useful data.
Or you can buy a another chassis / module to be able to perform the hardware trigger.
For additionnal information, please read:
http://digital.ni.com/public.nsf/allkb/4859504F14AF68DB8625721100640F26?OpenDocument
You might find some useful information on this other forum:
Best regards,