Include batch-specific data

When adding Batch data to control steps, proper naming conventions must be used to allow the eProcedure Server to replace the tagged string with the correct recipe data. (See Batch-specific data section for a complete list of the Batch specific data items that can be included in a control step.)
To include batch-specific data:
Open or create a blank manual instruction file. (See the Create a blank instruction file topic for more information.)
  1. Place the cursor within the control step where recipe data will display.
  2. Using the correct naming conventions, enter the batch specific data item.
Examples:
To display the Unit to the operator at run-time, enter
<sop>UNIT</sop>.
To display the value of a parameter named ADD_AMOUNT, enter <sop>ADD_AMOUNT.value</sop>.
The code for the example manual instruction is:
<form>
Prepare <sop>UNIT</sop> for delivery of <sop>ADD_AMOUNT</sop>&nbsp;<sop>ADD_AMOUNT.eu</sop> of Egg.
<br /><br />
Press OK to proceed.
</form>
<form>
Begin charging <sop>ADD_AMOUNT</sop>&nbsp; <sop>ADD_AMOUNT.eu</sop> of Egg into <sop>UNIT</sop>.
<br /><br />
Press OK when complete.
</form>
ePro_instructions_fp_batchspdata_B16
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal