Insert function middle of code
Hi.
I want to insert a timer that Q will be enabled for a certain time, and then Q=0 after the set time (10 minutes), and has to be reset by IN=0.
Also, what is the easiest way to insert the timer or something middle of the code that is connected, ithout having to disconnect the line (and causing alot of problem since the pages moves around the controls then)?
There is 2 pumps that we need only to run max 10 minutes and has to be stopped.
In siemens i can just drag the control where i want, and it connects the in and outs and "cutting in" my control where i place it. I managed to google search how to do the CTRL-click on 2 ends to connect when they are unconnected.
I want to insert a timer that Q will be enabled for a certain time, and then Q=0 after the set time (10 minutes), and has to be reset by IN=0.
Also, what is the easiest way to insert the timer or something middle of the code that is connected, ithout having to disconnect the line (and causing alot of problem since the pages moves around the controls then)?
There is 2 pumps that we need only to run max 10 minutes and has to be stopped.
In siemens i can just drag the control where i want, and it connects the in and outs and "cutting in" my control where i place it. I managed to google search how to do the CTRL-click on 2 ends to connect when they are unconnected.
Answers
This can be achieved with Delay timer with Tof configured for 10 mts and true for immediate reset.
Pins you can connect graphically.
Pins you can connect graphically.
> "Also, what is the easiest way to insert the timer or something middle of the code that is connected, ithout having to disconnect the line (and causing alot of problem since the pages moves around the controls then)?"
The layout is controlled automatically. You have to just live with this.
You can make things a little easier by changing the page size to A3 and the font size to 7, which will keep more things on the same page. Right click in the top left of the page.
The layout is controlled automatically. You have to just live with this.
You can make things a little easier by changing the page size to A3 and the font size to 7, which will keep more things on the same page. Right click in the top left of the page.
Add new comment