04-22-2009 10:13 AM
I've fixed the problem, which was mainly due to confusion with the differences between wiring single ended and differential inputs. I'm now able to record 3 channels of data simultaneously. I can then import this into my main program, format it and view on pretty nicely on graphs so I'm very happy!
The only thing I would like to improve is the formatting of acceleration values. At the moment our accelerometer isn't giving a zero voltage output while at rest, rather it outputs around 0.635 volts. When plotting the graph the output then varies + or - 2.5 volts from this value. At the moment I'm just subtracting 0.635 volts from the recorded values before they are plotted, but I wondered if there is a neater way to go about forcing the results to zero?
I might have to incorporate some signal conditioning to clean up the results somewhat, but I'm sure there are good signal conditioning examples which I can work from.
Finally our PDA arrived today so I can get on with trying to port the program to run on that, and hopefully we can get a testing session organised to allow us to obtain some proper results!
04-22-2009 10:24 AM
Robbo13 wrote:At the moment our accelerometer isn't giving a zero voltage output while at rest, rather it outputs around 0.635 volts. When plotting the graph the output then varies + or - 2.5 volts from this value.
Is the 0.635V there when measured with a DMM, or only when you measure it using your DAQ? If it's there with a DMM, then it sounds like your device is not really giving 0V at rest, and I would check the sensor's documentation. If it's there when you measure it using your DAQ system, then you clearly have an offset voltage someplace. I would check the documentation for the specific DAQ device that you're using, as the docs typically cover these situations.
04-26-2009 09:09 AM
04-27-2009 10:19 AM