trying to examine an input

cliff t

Member
Join Date
May 2019
Location
Nevada
Posts
16
I am trying to examine a proximity sensor during acceleration: what I am trying to accomplish is "during acceleration if there is no change in state to the poximity sensor (either stays high or low depending on last cycle) then initiate shutdown. What I am currently getting is "as soon as acceleration starts shut down". I am not sure how to examine the state of the input for

"no change" and am wondering if anyone might have some insight as to how to accomplish this? I am using an EZ420 PLC/HMI Hopefully a screenshot of my current logic (reference rungs 7-12) is attached. Thanks in advance!

accel.JPG
 
Add before rung 7 if prox is made set a bit (say S250), or if not set S251

In rung 7 change the prox contact to if S250 and (not familiar with that PLC instruction set) falling edge trigger for prox, if so shutdown... and an or branch with if S251 and prox is made then shutdown
 
you need to incorporate some form of timer. either use S20 as a time test bit (check when acceleration is complete), or use a pair of timers. One timer for I16 "on" and another for I16 "off". If either timer times out, energize S210.
 

Similar Topics

I can't seem to get the Panel View Plus 7 standard edition to downgrade to V_11, when I check the AB downloads and compatibility websites for this...
Replies
1
Views
135
Hi I used to be able to launch PLCsim without any problem. Now it tells me " STEP 7 Professional Licence is required to simulate this PLC"...
Replies
15
Views
516
Hello! When trying to load the hardware configuration I get error 0050-133 2 2458, check the diagnostic buffer. When checking the buffer, it says...
Replies
4
Views
183
We have a keg check weigher that that lost a fight to a forklift. The scale was previously a Systec IT3000, which was the only PROFIBUS slave...
Replies
5
Views
671
Back
Top Bottom