ProcedureIDDevLimits
The
ProcedureIDDevLimits
item returns recipe and report parameter limits for a procedure.This table shows the input and output formats for this item.
Input Format | Request: ProcedureIDDevLimits | ||
ProcedureID | is | ASCII - String, the unique path to the recipe step. This path begins with the CreateID . Use BLCreateID_x item to retrieve the CreateID . | |
Procedure Level | is | CreateID | |
Unit Procedure Level | is | CreateID \t UnitProcedureName | |
Operation Level | is | CreateID \t UnitProcedureName \t OperationName | |
Output Format | <ProcIDDev
Limits> | is | <ElemList> |
where <ElemList> is: | |||
<ElemList> | is | <RegularStep> \crlf <RegularStep> | |
<RegularStep> | is | <Name> \t <ParmLimitList> \t <RptLimitList> | |
Field Name | Format | Description | |
<Name> | ASCII - Integer | Step name For example: PHASE1:1 | |
where <ParamLimitList> is: | |||
<ParamLimitList> | is | $PARM \t <ParameterLimits> \t $END | |
<ParameterLimits> | is | <NullParmList> | <PList> | |
<NullParmList> | is | <sp> | |
<PList> | is | <ParameterLimit> | <ParameterLimits> \t <PList> | |
<ParameterLimit> | is | <ParamName> \t <VerificationMethod> \t <HighHighHighLimit> \t <HighHighLimit> \t <HighLimit> \t <LowLimit> \t <LowLowLimit> \t <LowLowLowLimit> | |
where <ParameterLimit> is: | |||
Field Name | Format | Description | |
<ParmName> | ASCII - String | Parameter name. | |
<Verification
Method> | ASCII - Integer | Parameter verification method:
| |
<HighHighHigh
Limit> | ASCII - Integer | High-High-High Limit | |
<HighHighLimit> | ASCII - Integer | High-High Limit | |
<HighLimit> | ASCII - Integer | High Limit | |
<LowLimit> | ASCII - Integer | Low Limit | |
<LowLowLimit> | ASCII - Integer | Low-Low Limit | |
<LowLowLow
Limit> | ASCII - Integer | Low-Low-Low Limit | |
where <RptLimitList> is: | |||
<RptLimitList> | is | $REPORT \t <ReportLimits> \t$END | |
<ReportLimits> | is | <NullRptList> | <RPList> | |
<NullRptList> | is | <sp> | |
<RPList> | is | <ReportLimit> | <ReportLimit> \t <RPList> | |
<ReportLimit> | is | <ReportName> \t <VerificationMethod> \t <HighHighHighLimit> \t <HighHighLimit> \t <HighLimit> \t <LowLimit> \t <LowLowLimit> \t <LowLowLowLimit> | |
where <ReportLimit> is: | |||
Field Name | Format | Description | |
<ReportName> | ASCII - String | Report name. | |
<Verification
Method> | ASCII - Integer | Parameter verification method:
| |
<HighHighHigh
Limit> | ASCII - Integer | High-High-High Limit | |
<HighHighLimit> | ASCII - Integer | High-High Limit | |
<HighLimit> | ASCII - Integer | High Limit | |
<LowLimit> | ASCII - Integer | Low Limit | |
<LowLowLimit> | ASCII - Integer | Low-Low Limit | |
<LowLowLow
Limit> | ASCII - Integer | Low-Low-Low Limit |
Provide Feedback