Sign in to follow this  
Followers 0
valerianlin

OMRON Input Pulse to SET Instruction

2 posts in this topic

Hi all,

I am fairly new to PLC programming, and just have a simple program regarding an unlatching input. In the picture below, I have STARTCOIL going to the set instruction for a single acting cylinder, LOCATOR_F. My problem is that once the STARTCOIL is actuated, it stays on, and I cannnot use the RSET instruction on LOCATOR_F.

How would I modify the program to make the STARTCOIL pulse once to set the  SET bit, but after that, there is no powerflow through STARTCOIL. In short, I'd like to stimulate a non-latching push button.

I would appreciate any help.

Thank You

Share this post


Link to post
Share on other sites

Try using the @SET instruction. That will be a single program cycle SET.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0