PLC - asynchrone timers op 1 signaal

@4lloyd
Ik probeer het signaal in mijn programma op te splitsen om verschillende timers te laten lopen. Anders stuurt de tweede cilinder maar de helft van de KitKats van de baan. Het programma ziet er als volgt uit, zoals het nu is loopt het of beide signalen tegelijk door of hij breekt het signaal voor de timer gaat lopen.

I think the problem is in network 5 with the “info_aanstuur”.Cylinder_Input_2_A variable. You set this value in the top part. After this variable is set the part below it will be processed. This is because the PLC program will always run from top to bottom. The and (&) block sees a true variable and will also run the code after it. Therefor both signals will be active.

This can be solved by changing the “info_aanstuur”.Cylinder_Input_2_A variable in a network after it and not in the same.

A small note: please write your questions and responses in English as requested by Thijs. This will allow international students to understand the question and answer if they have the same problem in the future.

Never mind, i’ve solved it by adding a pulse generator