Need some help about interlock in S7 GRAPH

tyobes

Member
Join Date
Apr 2017
Location
UK
Posts
3
Hello everyone



Sorry I'm new here and also I studying automation and I want some help in interlock in s7 graph, so my problem is I want to do conditional actions in a single STEP, as in this image

http://i.imgur.com/i4WnoQJ.png

I can do this if I have just one action, But in my case I have 4 actions and I need In one step doing 4 actions conditional, so there is my case

http://i.imgur.com/8RXNKNN.png

and want to execute OPEV12 if P1 is actived , OPEV72 if P7 is actived , OPEV102 if P10 is activated, OPEV42 if P4 is activated, I want to do this in one step with using INTERLOCK, and like the first picture. here are more details :

If P1 ON

P4ON

P7 ON

P10 ON

-------> execute this actions: OPEV 12 and OPEV72 and OPEV102 and OPEV42 at the same time

If P1 OFF , P4 ON , P7 OFF , P10 ON

-----> execute just OPEV42 and OPEV102

If P1 ON , P4 Off , P7 OFF , P10 OFF

-----> execute just OPEV12.

etc.... so I have a lot of cases depending to P1,P4,P7,P10, that why I prefer conditional actions (interlocks), I can use alternative branch but if I use alternative branch I must to do 16 alternative branchs !!

Awaiting your help



thanks :)
 
Last edited:

Similar Topics

Hello nice to meet you, im new in here, I'm currently trying to convert code written in STL for a S7-400 to SCL for an S7-1500, because when i run...
Replies
5
Views
267
Hello, I am programming in S7-1500, V17. I have some blocks from a drive manufacturer that are not compiling and giving me an error "Invalid...
Replies
2
Views
273
Hi all, I’m new to programming and want to write a simple routine. Push start button, turns on sensor. 2 second delay before anymore logic read...
Replies
1
Views
289
Hi guys, I have no experience when working with AllenBradley PLC, but I hope someone could clarify the result of multiplication shown in the...
Replies
14
Views
2,132
Back
Top Bottom