11/9/2021 9:22 PM | |
Joined: 10/14/2021 Last visit: 9/23/2024 Posts: 6 Rating: (0) |
Good evening ! I would like to appeal to the forum participants with a request to help correct the program! Logo! OBA6 12 / 24RC, Logosoft7, Automatic gate project, it is not possible to make protection: when the gate opens (or closes), an opposite blocking is required, when any of the buttons is touched, the gate must stop. Project details: Inputs: i1 open button, i2 close button, i3 limit switch open, i4 limit switch closed, i5 safety sensor, i6 additional stop button Outputs: Q1 gate relay open, Q2 barely close the gate, Q3 Safety light, Q4 buzzer , B009 forgot to close the gate - it will close itself. I ask if anyone has the opportunity to suggest how to correctly implement this blocking, please help me, I was tormented. Also welcome general configuration hints, I apologize for the translation, Thank you! Attachmentсхема ворот на форум.zip (823 Downloads) |
Last edited by: zigzac at: 11/09/2021 21:25:36Last edited by: zigzac at: 11/09/2021 21:27:04Last edited by: zigzac at: 11/09/2021 21:27:33Last edited by: zigzac at: 11/09/2021 21:42:18 |
|
11/10/2021 12:59 PM | |
Joined: 6/19/2019 Last visit: 10/29/2024 Posts: 705 Rating: (76) |
Hello zigzac, Here is your modified program when opening or closing gates and press any button it will stop, again short press it will move again also I modified your I5 signal when closing gates and safety sensor was trigered it will stop closing but then safety sensor not trigered after your time (2 s) it will start closing automaticaly AttachmentGate.zip (823 Downloads) |
This contribution was helpful to1 thankful Users |
9/1/2024 7:12 PM | |
Joined: 10/14/2021 Last visit: 9/23/2024 Posts: 6 Rating: (0) |
Hello everyone! I wanted to ask for help from the respected forum members. I ask for help in making changes to the program, specifically the problem is that when the sash is closed, if you press the close button again, the sash continues to close, the same with the open button, if the sash is fully open, then pressing the open button again opens the open gate, maybe someone can help change it, I'm exhausted and can't do it myself. I use : LOGO SOFT COMFORT V8.3 --- LOGO 230 RC OBA6 : Connection : I1 -open button, I2-close button, I3-open limit switch, I4-closed limit switch, I5-sensor, I6- stop Q1 relay open, Q2 relay close, Q3 signal lamp, Q4 buzzer. Sorry for my English, I don't speak it well.I would be grateful for any advice or help.
AttachmentGate1.zip (273 Downloads) |
9/3/2024 5:44 PM | |
Joined: 10/14/2021 Last visit: 9/23/2024 Posts: 6 Rating: (0) |
I assembled my gates myself three years ago, time passed, and I don’t remember anything, so I asked for help. |
9/3/2024 10:34 PM | |
Joined: 6/11/2019 Last visit: 11/13/2024 Posts: 2315 Rating: (102) |
Hello zigzac, It is understandable that even the programmer can no longer see through such chaos after three years. Therefore, always document everything precisely and make it clear. The program also has a fundamental error. Signals from a limit switch must always be present continuously. They must not be evaluated as a pulse. In addition, all switches and buttons that switch something off must always be designed as openers (NO). This ensures that the system is switched off if the line is interrupted. The reverse also applies to switching on. Switches and buttons that switch something on must always be designed as makers (NC). I have recreated the program from your program and taking the aspects mentioned into account. However, it is not clear to me whether switching off should also be done via direction buttons. If not, switch the connection to the "Trg" input from B003 and B004 to the "S" input. Regards, Ella_68 (translated with google) AttachmentGate2.zip (303 Downloads) |
This contribution was helpful to2 thankful Users |
Follow us on