Ls PLC: Input Address: %IX1.1.9 I: Input, X: Boolean (On/Off), 1: Base Number, 1: Slot Number, 9: Order of Bits
Ls PLC: Input Address: %IX1.1.9 I: Input, X: Boolean (On/Off), 1: Base Number, 1: Slot Number, 9: Order of Bits
Ls PLC: Input Address: %IX1.1.9 I: Input, X: Boolean (On/Off), 1: Base Number, 1: Slot Number, 9: Order of Bits
Video 3-B
F4 (normally closed) – so if we change the value to “on” the motor will be off
Positive transition (sF1) will send momentary pulse to trigger the devices. To recognize this
pulse, we need set coils (not ordinary coils), these coils have flip flop and receive moment
stimulates and keep running continuously. ( so if we turn off the switch the set coil will keep
running). We should reset these types of coil to stop them:
Negative transition (sF2) (for example this wants to stop the motor).
Now we select a reset coil, (sF4) which is same motor as previous step.
Negative coil (F11) will stop when a trigger current is received.
Use normally closed or contact (C3) to define a parallel switch…
Video 3-C (Function blocks)
Click on function blocks(F10)
Difference between function and function blocks:
“Function blocks” will keep the values in memory even if PLC is turned down but functions
don’t have memory and won’t keep the values when PLC is off.
RS flip-flop: in this flip flop the priority is with reset bottom, it means if the start is on and we
trigger the reset the RS will accept the reset command.
Set and reset coil cannot be used with flip fop.