In normal operation, the oFlipFlop Object evaluates the oLogic Object that the Input1 and Input2 properties point to and perform a standard flip-flop function based on their values once every Object List Loop. To perform the flip-flop function the value of Input1 is evaluated first. If Input1 is 1, the Result property is set to 1. If Input1 is 0 then Input2 is evaluated. If Input2 is 1, then the Result property is cleared to 0. If Input2 is 0, then no changes are made. If the property option "C" is used, then the operation is modified so that this function only occurs once each time an oLogic Object transitions. |