Positive edge contact

manin

Member
Join Date
Jan 2015
Location
Athens
Posts
37
Hello, I wish everyone the best for the new year.

I am working with FATEK and winproladder.
I want to build a project that has 8 DI and 1 DO. At least the part I have the problem.
All input through OR connection trigger the output.
My problem is that through HMI the user must have the opportunity to turn off the output (siren), even if the problem is not solve.
And then if another problem comes up (another DI) output must be enabled again the siren again.
I am trying to manage this with positive edge contacts. In winproladder they are called TU contact.
The point that I don't understand is that a TU contact triggers (for example) a counter, but not an output coil.
Am I missing something?
Thanks in advance :)
 
If I am understanding your question you are saying that your input that you have set to a positive edge contact will make a counter count up, but will not make an output coil turn on?

Positive edge instructions are momentary. Usually for a single scan. A counter instruction only needs a momentary true signal to count once. But an output coil, depending on what instruction type you are using, may need a maintained instruction to remain true.

It is possible that your output coil is turning on, but only for the duration of a single PLC scan (maybe something along the lines of 1-4 milliseconds).

If you search the forums here, you can usually find good examples of a "toggle" or "flip flop" logic that will make things turn on/off using multiple presses of a single button. If you post some sections of your code in question, people here will help you understand what is happening.
 
Thank you!!!
Yes you understood what am I saying..
And you solved my problem..
I used (S) in output and worked...Mind stucked...
You are right about search, but there is one problem here...
Sometimes you don't know which words to use for searching :)...

Thanks anyway !!!
 

Similar Topics

Hello I have got a problem with positive edge from "system clock memory byte" in Tia Portal. I would like to change byte"system clock memory"...
Replies
27
Views
3,607
Can anyone see why i am not getting an output on this? it is detecting a rising edge and saying that it is true but going any further to the...
Replies
5
Views
2,403
I am using Portal for the first time and I am simply trying to do a one shot. My code wasn't working so I made a new network with all new tags so...
Replies
7
Views
2,530
How to make in STL(S7-300) potivite or negative bridge. I want to start pump only on positive edge of the bit "start_pump"
Replies
7
Views
4,299
Dear all, What is the name of the function used for positive edge detection in Step7 SCL ?? Thank you
Replies
8
Views
13,079
Back
Top Bottom