Statement list s5 to s7 200

stevefoes

Member
Join Date
Dec 2005
Location
christchurch
Posts
9
Trying to change this code but the last statement does not work.

A i0.3
an f60.3
=f60.4

a i0.3
=f60.3

a f60.4
s f10.0

i think this is the set bit f10.0 when f60.4 is on. S7 200 software does not like "s" as stl . What is the solution?
 
A i0.3
an f60.3
=f60.4

a i0.3
=f60.3

this is rising front edge detection. You can write this in that way

i0.3 m60.3
-||-|P|-(S)


in S7-200. It should work.

Or if You prefer you can write in 3 networks

Regards,
Mitko
 
Last edited:

Similar Topics

Attached is a portion of a program I am trying to decipher. The original program was in Italian and I converted it to English. I have limited...
Replies
6
Views
2,549
Kindly assist with the meaning of the following functions calls: CALL FC 122 IN0 :=P#DB121.DBX 336.0 IN30 :=DB121 IN31...
Replies
9
Views
3,288
Hi All, I have a task to decipher a calculation done by one of our S7 PLC's onsite. The problem being that its in statement list, and this...
Replies
4
Views
1,854
How do I? "LVA_SW1_SPD_REMOTE" "LVB_SW1_SPD_REMOTE" JC If first line is =1 or second line =1 Jump _003: \used to stl
Replies
3
Views
1,368
Hi, New to forum and desperate to find the answer to my problem ,I can't work out how to do this been on this all night and I'm getting very...
Replies
3
Views
2,137
Back
Top Bottom