PhaseIDParms

The
PhaseIDParms
item returns all parameters for the phase. If the phase is inactive there is no data returned.
This table shows the input and output formats for this item.
Input Format
Request:
PhaseIDParms
PhaseID
is
ASCII - Integer, the unique Equipment ID corresponding to the phase.
Output Format
The PhaseIDParms 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
where <ParmEntry> is:
Field Name
Format
Description
<ParmName>
ASCII - String
Name of parameter.
<ParmType>
ASCII - Integer
1: Real
2: Long Integer
3: String
5: Enumeration
<ParmScope>
ASCII - Integer
1: Value
2: UnAcked Prompt
3: Deferred Parameter
<EUs>
ASCII - String
Engineering units.
<MaxValue>
ASCII - String
Maximum value.
<MinValue>
ASCII - String
Minimum value.
<Value>
ASCII - String
Current value.
???
represents an Unacknowledged Prompt
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
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal