12-25-2012 01:43 AM
Hello everybody in NI discussion forums,
We want to interface NI CompactDAQ WiFi chasis with NI 9205 data acqusition unit in order to record data from ADXL335 accelerometer sensor into PC for further process. Could you anybody please guide us whether it is possible or not? If yes how is the possible solution?
Best regards
Anam
01-23-2013 01:01 PM
I've nevered used the ADXL335 but taking a quick look at the specs it seams like it simply outputs an analog signal for each axis. The NI cDAQ 9191 is compatible with the NI-9205 so that shouldn't be a problem either. So it looks like the combination should work just fine.
There are plenty of DAQmx shipping examples on how to aquire analog data. You should probably start with one of those and edit it to fit exacly what you want to do.
Cheers,
Brian A
R & D Product Support Engineer | WSN/Network DAQ/Academic
National Instruments
01-23-2013 07:52 PM
Hello Brian,
Thank you very much for you suggestion.