11: SD M
EMORY
C
ARD
11-36 FC6A S
ERIES
MICROS
MART
U
SER
’
S
M
ANUAL
FC9Y-B1722
autoexec.ini File Format
The autoexec file is made up of the following three sections.
The keys and parameters are described for each section.
If there is no key or if the specified parameter is not applicable, the default value is used for operation.
■ [COMMON_SETTING] section keys and parameters
■ [PROGRAM_DOWNLOAD] section keys and parameters
Section Description
[COMMON_SETTING] The section that describes the autoexec.ini file action.
[PROGRAM_DOWNLOAD] The section that describes the operation when downloading data from the SD memory card.
[PROGRAM_UPLOAD] The section that describes the operation when uploading data to the SD memory card.
Key Description Parameter Default Value
loading_direction Specifies the autoexec file action.
none No download or upload is performed.
none
download
A download is performed from the SD
memory card according to the
[PROGRAM_DOWNLOAD] section.
upload
An upload is performed to the SD memory
card according to the [PROGRAM_UPLOAD]
section.
Key Description Parameter Default Value
src_file
Specifies the file name of the ZLD file
that will be downloaded from the SD
memory card.
Specify the name of a ZLD file in the \FCDATA01\PROGRAM\
folder.
The file name is enclosed in quotation marks (" ").
The file name is a maximum of 128 characters.
However, when downloading the CPU module system
software, output is turned off regardless of this option's
setting.
"download.zld"
auto_start
Specifies the operation status after the
download is executed.
true Set to run after the download is executed.
false
false Set to stop after the download is executed.
clear_data
Specifies whether or not to clear all
device data including keep data after
the user program download is
executed.
The data that will be cleared is inputs,
outputs, internal relays, shift registers,
data registers, timer current values,
and counter current values.
Timer present values, counter preset
values, special internal relays, and
special data registers will not be
cleared.
true
Clears all device data including keep data
after the download is executed.
false
false
Does not clear all device data including keep
data after the download is executed.
clear_error
Specifies whether or not to clear error
information after the download is
executed.
true
Clears error information after the download is
executed.
false
false
Does not clear error information after the
download is executed.
auto_upload
Specifies whether or not to use the
auto upload function when there is no
ZLD file.
true
If the ZLD file specified by src_file does not
exist, an upload is executed instead of a
download. The file name of the ZLD file to
upload is specified by src_file.
false
false
If the ZLD file specified by src_file does not
exist, a download is not executed.
keep_output
Specifies whether or not to keep
output while the user program is
downloading.
true Keeps output while executing the download.
false
false
Does not keep output while executing the
download.