Plc

"Edge-triggered" simply means looking for the transition from OFF to ON (leading edge), or ON to OFF (trailing edge).

Let's see if I can 'draw' it...


LEADING TRAILING
EDGE EDGE
| |
V V

ON +--------------------+
| |
| |
OFF --------+ +-------------



beerchug

-Eric
 
Well drawn, Eric, but I might add something to your description for anyone who might need it. When a photoeye, prox, limit switch, etc. senses any object that moves past it, the sensor changes state at least twice, when the object first gets sensed (leading edge) and when the object is no longer being sensed (trailing edge). Applications may call for something to happen when the object first passes or when it clears the sensor.
Further, the state of the sensor could change from on to off, or off to on, depending on the sensor and how it's set up.
 
Rube said:
Further, the state of the sensor could change from on to off, or off to on, depending on the sensor and how it's set up.

Yes, that is very true. What Rube is saying is that it could also work like this:


LEADING TRAILING
EDGE EDGE
| |
V V

ON --------+ +-------------
| |
| |
OFF +--------------------+



beerchug

-Eric
 

Similar Topics

Hi all, looking to model old RR relays in PLC. Does anyone have any SPECIFIC examples on how to model a relay such as a polar relay, slow pickup...
Replies
0
Views
35
HelloI need software to download the program from PLC EH-A28DRP from an old machine whose manufacturer does not exist. It may be Ladder Editor for...
Replies
0
Views
28
HI everyone, i am new to Siemens plc programming and i am in need of some help. yesterday we had an S7-1200 CPU 1214C fail to turn on an output to...
Replies
7
Views
203
Hello, I have a Mitsubishi FX3G 14M PLC and a E615 HMI from Mitsubishi/Beijer. I'm using GXWorks 2 to do the programming and I have no problem...
Replies
4
Views
128
Hi, I'm trying to import a Rockwell/AB EDS to Beckhoff but I'm not sure how to import/install the EDS. It is a PowerFlex 525 EDS. Is there a way...
Replies
1
Views
99
Back
Top Bottom