Allocate | Yes | Use this phase to allocate a shared resource. Typically, the shared resource is shared equipment, but it can be used as general locking. The Deallocate Phase should be used to release the shared resource and make it available to other allocation requests. A shared equipment unit is a Unit defined in the Production Equipment Model with the Shared property set to True. If set to True, then only shared equipment functionality applies. |
Deallocate | Yes | Use this phase to release the shared resource and make it available to other allocation requests. |
Document | Yes | Document Phases provides displaying documents to the end user when the phase is activated. This supports work instructions that include check boxes, entry fields, content driven by tag values, and content driven by a Phase. Videos can be played by using the HTML5 video element. Unlike images, videos are not embedded directly in the document. This is for two reasons including the size of video files and for best results a video streaming server should be used. |
Equipment | No, only used to create custom user-defined phases | A phase that can connect to equipment controls within the PLC and allow parameter values to flow bidirectionally.
This phase type can also use memory and reference tag types. |
E Signature
| Yes | Use this phase to add authorization challenges to a batch recipe. |
No Action | Yes | No-Action Phases are used to do nothing until the following transition evaluates to true. Evaluates conditions and releases allocations. |
Operation | Yes | The Operation within a Batch ISA88 framework is to provide a standard way of defining and controlling operations within Unit Procedures in batch processes. An Operation element is valid within a Unit Procedure. The phases associated to the Unit Procedure, via a Unit Class, is provided in the palette to be used in the Operation. See Batch Procedure Framework. |
Script | Yes | Supports custom Ignition scripts to be run on the Ignition server. Note that client-side scripts are set up in a tag change event. When the script is run, all input parameters of the Batch, Procedure, Unit Procedure, Operation and Script Phase are passed to the script function as a Python dictionary. When the script has successfully completed, all values returned by the script, as a Python dictionary, are assigned to the output parameters. |
Set Parameter | Yes | The Set Parameter Phase is used to set any parameter value within a recipe. |
Synchronize | Yes | Use to synchronize conditions for units when transferring material. Sync_Group with Transfer phases. Use with the transfer phases. |
Timer | Yes | Consists of a timer that can be used by the recipe. The duration can be specified in Days, Hours, Minutes, Seconds or any combination of them. A mode controls the action it must take in the event that the phase goes into the Held state and then is restarted. All timer phases will retain their current state in the event of a power outage. |
Transfer In | No, only used to create custom user-defined phases | Used to transfer materials from a unit with a Transfer Out phase. The Sync_Group parameter is the key for grouping units for material transfer. Set Value Source to Synchronization Manager on the on the receiving phase within a Sync Group of Synchronize Phases Use the transfer phases together. |
Transfer Out | No, only used to create custom user-defined phases | Used to transfer materials to a unit with a Transfer Out phase. The Sync_Group parameter is the key for grouping units for material transfer. |
User Message | Yes | Configures a message to display in the Message List. |
Value Prompt | Yes | Provides the batch operator a prompt to enter a value for a batch run. |