PLC Tutorials

One Shot Rising and One Shot Falling Instructions in PLC

To study the working of One Shot Rising (OSR) and One Shot Falling (OSF) functions in Allen Bradley programmable logic controllers (PLC).

One Shot Rising and One Shot Falling Instructions

In the above instruction block of One shot Rising (OSR) or One shot falling (OSF),

There are two Variables,

Storage Bit: This bit is to store the status of input.

Output Bit: This bit store the value when it executes the function of Block

One Shot Rising (OSR)

One shot rising is similar to ONS except the storage and output bits. It gives single pulse at the time of going ON condition. Storage bit stores the status of input.

Output bit stores the status of function performed by the block.

One Shot Falling (OSF)

One shot falling gives single pulse at the time of going input’s OFF condition  which is connected to it. Storage bit stores the status of input. Output bit stores the status of function performed by the block.

PLC Program using OSR and OSF

Ladder Logic Explanation

RUNG 0000

Input 1 (I:0/0) is connected to OSR block. When input is turned ON, Storage bit (B3:0/0) turns 1 and output bit (B3:0/1) turns “1” for a second and goes to “0” again.

RUNG 0001

Input 2 (I:0/1) is connected to OSF block. When input is turned ON, Storage bit (B3:0/2) turns 1 and output bit (B3:0/3) remains “0”.When Input turns OFF, Output bit turns “1” for a second and goes to “0” along with storage bit.

Conclusion

We can use this example program to understand the working of one shot rising (OSR) and one shot falling (OSF) function in Allen Bradley programmable logic controllers (PLC).

Author : Hema Sundaresan

If you liked this article, then please subscribe to our YouTube Channel for PLC and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

ON Delay Timer using PLC

OFF Delay Timer using PLC

Retentive ON Delay Timer

Lamp Control using PLC 

Features of SCADA systems

You've successfully subscribed !
Share

Recent Articles

  • PLC Tutorials

Shutter Door Control using Motor and Limit Switches

 In this article, we are going to discuss about shutter door control using induction motor…

5 days ago
  • Electrical Basics

Electrical Drives – Modes, Types, Speed Control Applications

Electrical Drives control the motion of electric motors. Motion control is required in industrial and…

5 days ago
  • PLC Tutorials

PLC Ladder Logic Design: Control 3 Motors with Toggle Switch

PLC ladder logic design to control 3 motors with toggle switch and explain the program…

3 weeks ago
  • PLC Tutorials

VFD Simulator Download – Free Yaskawa V1000 Software

VFD simulator download: Master the online tool from the Yaskawa V1000 & programming software for…

5 days ago
  • PLC Tutorials

Conveyor Sorting Machine PLC Program with Calculation Function

The conveyor sorting machine is widely used in the packing industries using the PLC program…

1 week ago
  • PLC Tutorials

Example of Flip-Flop PLC Program for Lamps Application

Learn the example of flip-flop PLC program for lamps application using the ladder logic to…

1 week ago