Hide thumbs Also See for S7-1200:
Table of Contents
A recipe DB that contains a structure which is consistent with the CSV file data structure
must exist, before a recipe import operation is possible.
CSV file rules:
● The CSV file must be located in the root directory "Recipes" folder of internal load
● The name of the CSV file must match the name of the data block at the RECIPE_DB
● The first line (header) of the CSV file contains the name of the recipe components. The
● In each case the first value in each line of the CSV file is the index number of the recipe.
● The CSV file may not contain more recipe data records than provided for in the recipe
Table 8- 157 Values of ERROR and STATUS
ERROR
STATUS
(W#16#....)
0
0000
0
7000
0
7001
0
7002
1
8070
1
8090
1
8092
1
80C0
1
80C1
1
80B0
1
80B1
1
80B2
1
80B6
1
80D0 +n
1
80FF
S7-1200 Programmable controller
System Manual, 03/2014, A5E02486680-AG
memory or external load memory, if an optional external "program" memory card is
installed.
parameter.
first line is ignored during import. The names of the recipe components in the CSV file
and the data block are not reconciled during the import process.
The individual recipes are imported in the order of the index. For this, the index in the
CSV file has to be in ascending order and may contain no gaps (if this is not the case, the
error message 80B0 is output at the STATUS parameter).
data block. The maximum number of data records is indicated by the array limits in the
data block.
Description
No error
Call with no REQ edge: BUSY = 0, DONE = 0
First call with REQ edge (working): BUSY = 1, DONE = 0
N
call (working): BUSY = 1, DONE = 0
th
All instance memory is in use.
The file name contains invalid characters.
No matching CSV file found for the import. Possible cause: The name of the CSV file
does not match the name of the recipe DB.
CSV file is temporarily locked.
Data block is temporarily locked.
Numbering in the index of the CSV file is not continuous, not ascending or exceeds the
maximum number (array limit) in the data block.
Structure of the recipe data block and the CSV file do not match: The CSV file contains
too many fields.
Structure of the recipe data block and the CSV file do not match: The CSV file contains
too few fields.
Recipe DB attribute "Only store in load memory" is not enabled.
Structure of the recipe data block and the CSV file do not match: Data type in field n
does not match (n<=46).
Structure of the recipe data block and the CSV file do not match: Data type in field n
does not match (n>46).
Extended instructions
8.7 Recipes and Data logs
377
Table of Contents
loading

Table of Contents