Control Signals
- Last UpdatedNov 20, 2024
- 2 minute read
Using the default TagMap file, all control signals are sent by AVEVA Batch Management with Foxboro DCS components directly to II0007 of the corresponding phase block. The PHASE_EXEC sequence block (located immediately following the unit block in every compound) then performs the required control operations on the particular sequence block.
# Tag Map
# Revison History
# csz8/10/95 Initial Release
#csz10/2/95 Changed two stings to integers
#csz10/23/95 Changed data types for BATCH_MODE and
# 240STATUS
#csz2/22/96 Added Unit Status Tag Extensions and STATE
#
# PHASE CONTROL/STATUS PARAMETER EXTENSIONS (Discrete)
# START SENT TO PHASE BOCK CONTROL WORD
STARTI10007 7
# HOLD SENT TO PHASE BLOCK CONTROL WORD
HOLDI10007 1
# RESTART SENT TO PHASE BLOCK CONTROL WORD
RESTARTI10007 2
# ABORT SENT TO PHASE BLOCK CONTROL WORD
ABORTI10007 3
# RESET SENT TO PHASE BLOCK CONTROL WORD
RESETI10007 8
#
READYI10008 1
HELDI10008 2
RUNI10008 3
DONEI10008 4
ABORTEDI10008 5
INTERLOCKEDI10008 6
#
# EQUIPMENT SYSTEM TAG EXTENSIONS (String)
# CAMPAIGN_ID
# LOT_ID
BATCH_IDSN0010
RECIPE_NAMESN0009
# RECIPE_ID
# BATCH_SIZE
BATCH STATUSI1003
BATCH MODESN0007
STATUSI10004
ALLOCATIONSN0008
# LAST_RECIPE_ID
# AVAILABILITY
# UNIT_STATE
#
# UNIT CONTROL TAG EXTENSIONS (Discrete)
UNIT_HOLDI10007 1
UNIT_RESTARTI10007 2
UNIT_ABORTI10007 3
#
# UNIT STATUS TAG EXTENSIONS (Discrete)
Equipment system tag extensions correspond to batch information that is downloaded to unit blocks when the corresponding unit is allocated to any batch. All items are downloaded from AVEVA Batch Management with Foxboro DCS components to the corresponding unit blocks, except for STATUS, which is read (checked) by AVEVA Batch Management with Foxboro DCS components for an acceptable status value before AVEVA Batch Management with Foxboro DCS components allocates the corresponding unit.
Note: When Batch Manager is started, AVEVA Batch Management with Foxboro DCS components downloads the STATUS word with the model default status value (Batch Manager Environment parameter). With this parameter enabled, sequence logic code should continually update the STATUS word to ensure the value does not represent an undesirable status.
The unit control tag extensions correspond to batch HOLD, RESTART, and ABORT control signals that are sent by AVEVA Batch Management with Foxboro DCS components to the corresponding unit blocks. As a default configuration, the PHASE_EXEC block is configured to process these signals.
CAMPAIGN_ID and LOT_ID are not included as defaults to conserve string allocations; however, they can be reconfigured for inclusion. All unit control tag extensions must be included in the II000n word (the default is II0007) for compatibility with PHASE_EXEC functionality.