174
Recipes Section 8-5
Words for Controlling
Recipes
Contents of Word n
Contents of Words n+1 to n+3
Bit
Word
1514131211109876543210
n
Error Flag
Deletion Completed Flag
Read Completed Flag
Write Completed Flag
Delete Recipe Bit
Read (PLC to PT)
Write (PT to PLC)
n+1 File Number (0 to 99 hex)
n+2 File Number (0 to 99 hex)
n+3 Error Code
Bit Item Description Type
0 Write Bit
(PT to PLC)
Turn ON this bit to write values set in
a recipe file from the PT to the PLC.
The Write Completed Flag will turn
OFF when this bit turns OFF.
Turn ON the opera-
tion bit.
1 Read Bit
(PLC to PT)
Turn ON this bit to read values set in
a recipe file from the PLC to the PT.
The Read Completed Flag will turn
OFF when this bit turns OFF.
2 Delete Recipe
Bit
Turn ON this bit to delete a specified
recipe file. The Deletion Completed
Flag will turn OFF when this bit turns
OFF.
8 Write Com-
pleted Flag
Operation Completed Flag It will then turn ON
when the recipe file
data has been writ-
ten.
9 Read Com-
pleted Flag
This bit will then turn ON when the
recipe file data has been read.
10 Deletion Com-
pleted Flag
This bit will then turn ON when the
recipe file data has been deleted.
15 Error Flag This flag will turn ON if an error
occurs during data transfer. If the
write, read, or deletion is performed
normally, the Error Flag will turn OFF.
Word Item Description
n+1 File number Specify the number of the recipe file to read or write.
n+2 Block number Specify the number of blocks to read or write.
n+3 Error Code An error code will be written here if an error occurs during
data transfer.
0: Normal
ON: The specified file does not exist.
2: The specified block does not exist.
3: Recipe data cannot be written because memory is full.
If the write, read, or deletion is performed normally, the
Error Code will be 0000 hex.