Sign in to follow this  
Followers 0
ashraf

Discrete signal to continously

3 posts in this topic

Hello , every one 

Can I take pulse signal from proximity sensor converting it to continuous signal 

While pulse come contious signal exsit when no pulse signal come contious signal disappear 

In omron plc 

Share this post


Link to post
Share on other sites

You could use a SET instruction triggered by your prox input to turn on your continuous signal.  You can then have a timer using a not of your prox signal.  Use the timer output to trigger a RSET instruction.  You can use the timer time to adjust when you want the continuous signal to go off after there is no prox input.

Code.JPG

Edited by Webbs

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