Include a control step verification signature
You can require a control step verification signature using a specific signature template. You can add a step verification signature to any control step that must be signed off before recipe execution continues. The signature must be complete before recipe execution continues. Signature templates are defined in the FactoryTalk Batch Equipment Editor.
- Open or create a blank instruction file. (See the Create a blank instruction file topic for more information.)
- Place the cursor within a control step (HTML <form> tag)
- Enter <sop>VERIFICATIONSIG=SignatureTemplate</sop>The code for the example manual instruction is:<form>Press OK to proceed.<sop>VERIFICATIONSIG=SignatureTemplate</sop></form>(Where SignatureTemplate is the name of the desired signature template to use from the FactoryTalk Batch Equipment Editor.
Provide Feedback