Batch-specific data
Each control step may contain information specific to the batch currently running. The eProcedure Server will include in the control step batch-specific data at run-time by using the custom tag <sop>, for example <sop>BatchID</sop>. This tag tells the eProcedure Server to replace the text between the tags with the appropriate batch‑specific BatchID.
This list contains batch-specific information you can include in your control steps, including the required syntax:
Batch Data
<sop> BatchID </sop> | <sop> Cell </sop> |
<sop> Unit </sop> | <sop> Phase </sop> |
Parameter Data
<sop> parameter .name</sop> | <sop> parameter .lowlowlowlimit</sop> |
<sop> parameter .eu</sop> | <sop> parameter .lowlowlimit</sop> |
<sop> parameter .high</sop> | <sop> parameter .lowlimit</sop> |
<sop> parameter .low</sop> | <sop> parameter .highlimit</sop> |
<sop> parameter .type</sop> | <sop> parameter .highhighlimit</sop> |
<sop> parameter .value</sop> | <sop> parameter .highhighhighlimit</sop> |
<sop> parameter .default</sop> |
(where
parameter
is the name of a phase parameter in the equipment database)(If just the phase parameter name is provided then the parameter data defaults to parameter.Value)
Report Data
<sop> report .name</sop> | <sop> report .lowlowlowlimit</sop> |
<sop> report .eu</sop> | <sop> report .lowlowlimit</sop> |
<sop> report .type</sop> | <sop> report .lowlimit</sop> |
<sop> report .value</sop> | <sop>report.highlimit</sop> |
<sop> report .default</sop> | <sop> report .highhighlimit</sop |
<sop> report .highhighhighlimit</sop> |
(where
report
is the name of a phase report in the equipment database)(If just the phase report name is provided then the report data defaults to report.value)
Provide Feedback