Phase Logic programming model
This sequence describes the programming model that the phase logic typically needs to follow:
- Prepare for request (set reports, for example).
- (optional) Set any request parameters.
- Set the request.
- Wait for the Process Complete (.PC) bit to be set to one.TIP:Allowing the phase logic to transition the phase to a terminal state (STOPPED, ABORTED, COMPLETE) without first verifying that the Process Complete (.PC) bit has been set to1(one) by theFactoryTalk BatchServer can result in future executions of the phase logic receiving faulty parameter data and can also result in the phase logic failing to release needed equipment.
Provide Feedback