![Gulf Coast Data Concepts X16-5 User Manual Download Page 18](http://html1.mh-extra.com/html/gulf-coast-data-concepts/x16-5/x16-5_user-manual_2278694018.webp)
2.7
Example Configuration Files
2.7.1 Example A
The following configuration records data at 100 hertz. Deadband and deadbandtimeout are set to zero
so the logger will record constantly at the set sample rate. Each data file is 90,000 lines long, which is
15 minutes of data. The status indicators are set to high brightness. The logger is activated with the
on/off button (notice “rebootondisconnect” is not active).
2.7.2 Example B
The deadband and dwell settings configure the device to record at least 5 seconds of data when a
change greater than 0.1g is detected. The deadbandtimeout setting forces a sample write every hour.
Gulf Coast Data Concepts
Page 15
X16-5, Rev New
Figure 15: Configuration File Example A
;Example X16-5 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
A wakeUpTime event is triggered upon the first time the logger is turned on, regardless of
the clock time. After this event completes, the logger will record data at the times specified
by the wakeUpTime option.
Figure 16: Configuration File Example B
; Example X16-5 Config file
; set to 25Hz
samplerate = 25
; trigger at 0.1g
deadband = 205
; record 5 seconds of data
dwell = 125
;force a write every hour
deadbandtimeout = 3600
; set file length
samplesperfile = 30000
; LEDs on
statusindicators = normal