PhaseIDParms2

The
PhaseIDParms2
item returns all parameters for the phase including the parameter limits high/low, high-high/low-low and high-high-high/low-low-low. If the phase is inactive there is no data returned.
This table shows the input and output formats for this item.
Input Format
Request:
PhaseIDParms2
PhaseID
is
ASCII - Integer, the unique Equipment ID corresponding to the phase.
Output Format
The PhaseIDParms2 item returns in this format:
<PhaseIDParms>
is
<NullList>
|
<PhaseParmList>
<PhaseParmList>
is
<ParmEntry>
|
<ParmEntry>
<PhaseParmList>
<ParmEntry>
is
<ParmName>
\t
<ParmType>
\t
<ParmScope>
\t
<Eus>
\t
<MaxValue>
\t
<MinValue>
\t
<Value>
\t
<HighHighHighLimit>
\t
<HighHighLimit>
\t
<HighLimit>
\t
<LowLimit>
\t
<LowLowLimit>
\t
<LowLowLowLimit>
where <ParmEntry> is:
Field Name
Format
Description
<ParmName>
ASCII - String
Name of parameter:
  • $BINDCONTAINER - for container only.
  • $BINDEQMODULE - for phase only.
<ParmType>
ASCII - Integer
Data type:
  • 1: Real
  • 2: Long integer
  • 3: String
  • 5: Enumeration
<ParmScope>
ASCII - Integer
Kind of parameter:
  • 1: Value
  • 2: UnAcked Prompt
  • 3: Deferred
  • 4: Static
  • 5: Material Data
<EUs>
ASCII - String
Engineering Units
IF <ParmType> = 5, then this is the enumeration set
IF <ParmType> = 3, then a space
<MaxValue>
ASCII - Integer
Maximum Value
Single space for strings and enumerations
<MinValue>
ASCII - String
Minimum Value
Single space for strings and enumerations
<Value>
ASCII - String
Current Value
???
represents an Unacknowledged Prompt
<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
This table shows an example of the return on this request.
Example:
A request on
object
.
GetItem(68Parms)
could return:
MATERIAL \t 5 \t 1 \t MATERIALS \t \t \t CREAM \t \t \t \t \t \t
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal