26.20.1 Operation - Importing and Exporting Enhanced Recipe Data

Import and export the display unit's enhanced recipe data with CSV files.

 

To import or export enhanced recipe data in the display unit, from the [Common Settings] menu select [Enhanced Recipe], select the [Import/Export on Display Unit] check box and set the [Data Storage] location.

Export

Store enhanced recipe data in the display unit's external storage as a CSV file.

  1. Attach external storage to the display unit.

  2. Write the ID of the recipe group you want to export to #H_RecipeGroupID.

  3. The group name of the selected enhanced recipe group is stored in #H_RecipeGroupName.

  4. Turn ON #H_RecipeControlCSVExport to start exporting. During export, Bit 4 in #H_RecipeProcessing turns ON.

  5. In the [Common Settings] menu's [Enhanced Recipe] screen, create the "Recipe" folder in external storage as defined in the [Data Storage] list, and create the defined CSV file. Once export is completed, #H_RecipeProcessing bit 4 turns OFF and bit 5 turns ON.
    The file name is as follows.
    For example, if #H_RecipeGroupName is "Branch A" and #H_RecipeGroupID is "1", the file name is "00001_Branch A.csv".

  6. Confirm #H_RecipeProcessing bit 5 turns ON and then turn OFF #H_RecipeControlCSVExport. Bit 5 for #H_RecipeProcessing automatically turns OFF.

Bit4: Exporting (automatically turns OFF when export finishes).

Bit5: Export finished (when #H_RecipeControlCSVExport switches to OFF, this automatically turns OFF)

Import

Load enhanced recipe data (CSV file) from external storage to the display unit.

  1. Attach external storage with the enhanced recipe data (CSV file) to the display unit. (Use the external storage from the [Common Settings] menu's [Enhanced Recipe] screen, in the [Data Storage] field.)

  2. Turn ON #H_RecipeControlCSVImport. During export, #H_RecipeProcessing bit 6 turns ON.

  3. Data in the CSV file is imported to the display unit, overwriting any existing enhanced recipe data.
    Once import is complete, #H_RecipeProcessing bit 6 turns OFF and bit 7 turns ON.

  4. Confirm bit 7 for #H_RecipeProcessing turns ON and then turn OFF #H_RecipeControlCSVImport. Bit 7 for #H_RecipeProcessing automatically turns OFF.

Bit6: Importing (automatically turns OFF when import finishes).

Bit7: Import finished (when #H_RecipeControlCSVImport switches to OFF, this automatically turns OFF)