Set up general recipe properties (General tab)
On the
General
tab, give the recipe file a unique runtime name, and specify Status tag, Percent complete tag, and Write the runtime recipe name to a tag after download.Options
- Runtime recipe nameType a unique, user-friendly name for the recipe file. This is the name the recipe selector will use at runtime. (This string does not allow runtime language switching.)
- Status tagClick theBrowsebutton to open theTag Browserand specify a tag to be used as the status tag. Alternatively, you can enter a tag string if you are sure of the tag name and address.
- Percent complete tagClick theBrowsebutton to open theTag Browserand specify a tag to be used as the percent complete tag. Alternatively, you can enter a tag string if you are sure of the tag name and address.The recipe system writes to this tag during any recipe operation to show what percent of ingredients currently being processed have been completed.
- Write the runtime recipe name to a tag after downloadClick theBrowsebutton to open theTag Browserand specify a string tag to write the runtime recipe name and unit name to after download. Alternatively, you can manually enter the string tag if you are sure of the tag name and address.The recipe system writes the runtime recipe name to this tag after downloading the recipe. You can show the runtime recipe name on a graphic display using this tag.
Status tag
The status tag shows the results of recipe download and upload operations:
Operation | Status | Tag set to (dec) | Tag set to (hex) |
---|---|---|---|
Download | start | 1 | 0x01 |
successful | 2 | 0x02 | |
with errors | 4 | 0x04 | |
Upload | start | 17 | 0x011 |
successful | 18 | 0x012 | |
with errors | 20 | 0x014 | |
Upload and create | start | 33 | 0x021 |
successful | 34 | 0x022 | |
with errors | 36 | 0x024 | |
Delete | start | 65 | 0x41 |
successful | 66 | 0x42 | |
with errors | 68 | 0x44 | |
Rename | start | 129 | 0x81 |
successful | 130 | 0x82 | |
with errors | 132 | 0x84 | |
Restore | start | 257 | 0x101 |
successful | 258 | 0x102 | |
with errors | 260 | 0x104 | |
Save | start | 513 | 0x201 |
successful | 514 | 0x202 | |
with errors | 516 | 0x204 |
Provide Feedback