User Manual

20
TASCAM DR-10X
Making settings using a text file
When this unit is turned on, it automatically reads a settings file (text format)
stored on the microSD card and applies its menu item settings.
NOTE
After applying the settings, the settings file is deleted.
Settings file
File name: DR-10_SysPara.txt
File storage location: The settings file is placed in the root directory of the
microSD card.
Settings file format explanation
The order that settings are notated does not matter.
There is no need to notate all the settings. You can notate only the settings that
you want to set.
NOTE
If there is an error in notation, that setting will not be applied to the unit.
8
Tag definition
<dr10_syspara> (required)
These are tags that identify setting statements. All setting elements must be
written between <dr10_syspara> and </dr10_syspara> tags.
<mic_gain>
This indicates the Menu Screen
MIC GAIN
setting. Notate it as "ext", "low",
"mid" or "hi".
Example: <mic_gain>mid</mic_gain>
<low_cut>
This indicates the Menu Screen
LOW CUT
setting. Notate it as "off" or "on".
Example: <low_cut>off</low_cut>
<limiter>
This indicates the Menu Screen
LIMITER
setting. Notate it as "off" or "on".
Example: <limiter>off</limiter>
<auto_level>
This indicates the Menu Screen
AUTO LEVEL
setting. Notate it as "off" or "on".
Example: <auto_level>off</auto_level>
<dual_rec>
This indicates the Menu Screen
DUAL REC MODE
setting. Notate it as "off" or
"on".
Example: <dual_rec>off</dual_rec>
<time_track_inc>
This indicates the Menu Screen
TIME TRK INC
setting. Notate it as "off" or
"on".
Example: <time_track_inc>off</time_track_inc>
<auto_pwr_save>
This indicates the Menu Screen
AUTO PWR SAVE
setting. Notate it as "off" or
"on".
Example: <auto_pwr_save>on</auto_pwr_save>
<file_name_type>
This indicates the Menu Screen
FILE NAME TYP
setting. Notate it as "word"
or "date".
Example: <file_name_type>date</file_name_type>
<file_name>
This indicates the Menu Screen
FILE NAME
setting. Use 6 characters to set
the file name.
Example: <file_name>DR0000</file_name>
<battery_type>
This indicates the Menu Screen
BATTERY TYPE
setting. Notate it as "alkali",
"ni-mh" or "lithium".
Example: <battery_type>alkali</battery_type>
<date>
This indicates the Menu Screen
DATE/TIME
date setting, which is used for
the built-in clock. Notate it with 10 half-width (ordinary) characters including
hyphens in a “YYYY-MM-DD” format.
Example: <date>2014-08-27</date>
<time>
This indicates the Menu Screen
DATE/TIME
time setting, which is used for the
built-in clock. Notate it with 8 half-width (ordinary) characters including colons
in a “HH:MM:SS” format using 24-hour time.