MiscSet2LevelLabels()
- Last UpdatedOct 29, 2018
- 1 minute read
This method sets the phase header labels on the Phases pane of the SFC to match the unit procedure names or the operation names depending on whether three or two recipe levels have been defined. The MiscGet2Levels method available with the Batch ActiveX Control is used to determine the number of recipe levels defined for the system and is required to automatically set the parameter within this method. If this method is not used and only two recipe levels are defined, the name of the hidden operation is displayed on the top of the Phases pane. In addition, if only two recipe levels are defined, the OperationsVisible property should be disabled.
For more information on the Batch ActiveX control, see Chapter 4, AVEVA Batch Management ActiveX Control.
Syntax
BatchSFCVar.MiscSet2LevelLabels (b2Levels)
Parameters
b2Levels
Data Type: Boolean
Flag to configure the control for two or three recipe levels:
True = Two recipe levels defined
False = Three recipe levels defined