Create an EnableInFalse routine
Create and enable an EnableInFalse routine for the definition of an Add-On Instruction to have the EnableInFalse routine execute when the rung condition is false (0) or the EnableIn parameter of the Add-On Instruction is false. An EnableInFalse routine is used as scan false logic when the EnableInFalse routine is output instruction in a Ladder routine. For example, use scan false to place OTEs in the de-energized state when the preceding rung conditions are false. Use EnableInFalse in an Add-On Instruction to define the behavior of false conditions.
When an Add-On Instruction executes in the false condition and the Add-On Instruction has an EnableInFalse routine defined and enabled, data of any required parameters passes. Values pass to the Input parameters and out of Output parameters from their arguments in the instruction call.
If the EnableInFalse routine is disabled for an Add-On Instruction that is in the false condition, values pass to any required Input parameters in ladder logic.
To create an EnableInFalse routine
- On the explorerLibrary.
- InLibrary, double-click the Add-On Instruction.
- In the definition of the Add-On Instruction underEnableFalse, selectCreate EnableInFalse routine.TIP: If an EnableInFalse routine exists for the Add-On Instruction, selectDelete EnableInFalse routineto delete the routine before creating a routine.
- InCreate EnableInFalsecomplete:
- Description. Enter a description of what the routine performs in the logic.
- Routine Type. The Ladder Diagram type is read-only.
- SelectCreate. InLibrary,EnableInFalseappears under the Add-On Instruction.
- To edit the routine, inLibrary, expand the Add-On Instruction and double-clickEnableInFalse.
Provide Feedback