Manual
Publication LOGIX-UM001B-EN-P - April 2010 105
PHASE Data Type Appendix B
see if the equipment phase is in the stopped
state
Stopped BOOL Read–only
see if the equipment phase is in the aborted
state
Aborted BOOL Read–only
use one member to monitor the substate of an
equipment phase
Substate DINT Read–only
For this substate Use this bit
Pausing 0
Paused 1
AutoPause 2
see if the equipment phase is in the pausing
substate
Pausing BOOL Read–only
see if the equipment phase is in the paused
substate
Paused BOOL Read–only
see if the equipment phase is in the
auto pause substate
AutoPause BOOL Read–only
use an integer value or the bits of an integer to
sequence through a series of steps
StepIndex DINT • To initialize the StepIndex value, use the
configuration properties for the
equipment phase.
• To advance to the next step, use logic
such as an MOV, MUL, or := to increment
the StepIndex value.
flag a specific exception for an equipment
phase (fault, failure, off-normal condition, and
so forth.)
Failure DINT To Use
set a Failure value PFL instruction
clear the Failure value PCLF instruction
find the unit ID of an equipment phase UnitID DINT FactoryTalk Batch software sets this value.
monitor the ownership of an equipment phase Owner DINT Read–only
see if an external request is in process via a
PXRQ instruction
PendingRequest DINT • Read–only
• Each bit = the state of a specific request,
starting with bit 0. The bits are in the
order shown by the request-specific
members below.
see if a Download Input Parameters request is
in process via a PXRQ instruction
DownloadInputParameters BOOL Read–only
see if a Download Input Parameters Subset
request is in process via a PXRQ instruction
DownloadInputParameters
Subset
BOOL Read–only
see if a Upload Output Parameters request is
in process via a PXRQ instruction
UploadOutputParameters BOOL Read–only
see if a Upload Output Parameters Subset
request is in process via a PXRQ instruction
UploadOutputParameters
Subset
BOOL Read–only
see if a Download Output Parameter Limits
request is in process via a PXRQ instruction
DownloadOutput
ParameterLimits
BOOL Read–only
see if an Acquire Resources request is in
process via a PXRQ instruction
AcquireResources BOOL Read–only
If you want to Then check this
member
Data type Notes