468 Rockwell Automation Publication 1756-RM006K-EN-P - November 2018
Use the Detach from Equipment Sequence (SDET) instruction to relinquish
ownership of an Equipment Sequence. After a program executes an SDET
instruction, the program no longer owns the Equipment Sequence. The
Equipment Sequence is then available for ownership by another program or by
FactoryTalk Batch software. Use the SDET instruction only if the program
previously took ownership of an Equipment Sequence through an Attach to
Equipment Sequence (SATT) instruction.
Available Languages
Ladder diagram
Function Block
This instruction is not available in Function Block.
Structured text
SDET(SequenceName)
Operands
The SDET instruction uses the following operand.
Operand Type Format Description
Sequence Name Sequence name of the Equipment
Sequence
Equipment Sequence for which you want to
relinquish ownership.
Affects Math Status Flags
No
Major/Minor Faults
The SDET instruction cannot trigger a fault, so there are no fault conditions for
this instruction.
Execution
Ladder Diagram
Condition Action Taken
Prescan The rung-condition-out is set to false.
Sequence (SDET)