The X16-1E is a hardware update to the X16-1D. Priced at only $89, the X16-1E is a very economical data logger packed with exceptional features. The X16-1E implements a digital 3-axis 16g accelerometer with user selectable sample rates up to 400Hz. This simple device stores precisely timed acceleration data on a microSD flash card. Just plug it into a PC, and the X16-1E mounts as a USB Mass Storage Device similar to a USB flash drive. Data is stored in plain text Comma Separated Values (.csv) files, ready to be imported into any spreadsheet, word processor, or end user application. The X16-1E options are easily set up using a simple text based configuration file. The X16-1E operates from a replaceable AA type alkaline battery (ANSI type 15A or IEC type LR6). Read more about our data logger product-line features.
Buy On AmazonFor more details, specifications, and how to use the X16-1E, please refer to the user manual (.pdf). The user manual includes an example data file and instructions for converting the data and time stamps.
The X16-1E logger is configured using a simple text file called config.txt located on the microSD card. Below is an example:
;Example X16-1E config file ;set sample rate ;available rates 12, 25, 50, 100, 200, 400 samplerate = 100 ;record constantly deadband = 0 deadbandtimeout = 0 ;set file size to 15 minutes of data samplesperfile = 90000 ;set status indicator brightness statusindicators = high ;rebootOnDisconnect ;see X16-1E user manual for other config options
Data is stored to simple text formatted .csv type files, which are easily imported into any spreadsheet or analysis software (Matlab, Octave, R, etc). Below is a example data file:
;Title, http://www.gcdataconcepts.com, X16-1E, ADXL345 ;Version, 1110, Build date, Dec 30 2015, SN:CCDC4016131F31B ;Start_time, 2022-01-04, 10:25:14.000 ;Temperature, -999.00, deg C, Vbat, 1444, mv ;SampleRate, 100,Hz ;Deadband, 0, counts ;DeadbandTimeout, 0,sec ;Headers, time,Ax,Ay,Az 0.003,799,650,-1773 0.013,805,661,-1808 0.023,766,687,-1844 0.033,790,670,-1818 0.042,801,663,-1808 0.052,769,657,-1786 0.062,790,683,-1795 0.072,813,719,-1853 0.081,824,670,-1784