S5 pos edge detection

Join Date
Apr 2003
Location
Belgium
Posts
434
Hello,

I'm strugling with an positive edge detection on an Siemens S5 PLC.

I know how it should be programmed in ladder but how do you draw it in the step 5 software?


I 0.0 F0.0 F1.0
I---II--------I/I-----()--I
I F0.1
I---------()--I



But there is, if I recall correct, an instruction that uses the # symbol.

Anyone
 
Try the following F0.1 is the positive edge detection for I0.0

seg 1

A I0.0
AN F0.0
= F0.1
****
seg 2

A I0.0
= F0.0
***
seg 3 (etc)
 
Another way is as follows...

SEG 1
A I0.0
AN F0.1
= F0.0
A F0.0
S F0.1
AN I0.0
R F0.1
NOP 0
***

The above will convert back to ladder

The (#) in ladder is usually F9?
 
Thank you all,

But my input signal is inverterd

Can I invert the I0.0?

an i0.0
an f0.1
= f0.0
a f 0.0
s f0.1
a i0.0
r f0.1
nop 0
***
 

Similar Topics

I have a machine which is undergoing upgradation. As part of the process two SEW drives are being replaced., existing Gen B with new Gen C. The...
Replies
3
Views
197
Hello, I'm trying to test Acopos multi using Automation Studio. Ready LED is green blinking, how can i know what error of Acopos on Automation...
Replies
1
Views
131
Hello all, i am new to the servo drive and this brand also. i installed the automation studio v4.12. i have to configure drive with plc B and R...
Replies
0
Views
367
hi goodday to all, i have acopos 1320 as below title my acopos not driven a servo motor,. please help me,.
Replies
0
Views
442
Hello, Does anybody have experience with ACOPOS drives? One of the machines at my plant uses B&R system with three ACOPOS 1016 drives. All three...
Replies
1
Views
1,446
Back
Top Bottom