Question: ` ` ` plaintext Line 1 : Counter 1 : Counts boxes ( Trigger on sensor 1 ) Flag 1 : Set when Counter 1

```plaintext
Line 1:
Counter1: Counts boxes (Trigger on sensor 1)
Flag1: Set when Counter1=5
Line 2:
Counter2: Counts boxes (Trigger on sensor 2)
Flag2: Set when Counter2=5
Line 3:
Counter3: Counts boxes (Trigger on sensor 3)
Flag3: Set when Counter3=5
Sequence Control:
Priority Logic to check Flag1, Flag2, Flag3
Shaft Control:
If Flag1 AND not (Flag2 OR Flag3)=> Open Shaft1, Start Timer1(6 sec)
If Flag2 AND not (Flag1 OR Flag3)=> Open Shaft2, Start Timer2(6 sec)
If Flag3 AND not (Flag1 OR Flag2)=> Open Shaft3, Start Timer3(6 sec)
Reset:
Timer1 expires => Close Shaft1, Reset Counter1, Reset Flag1
Timer2 expires => Close Shaft2, Reset Counter2, Reset Flag2
Timer3 expires => Close Shaft3, Reset Counter3, Reset Flag3
```
Implementation in LOGO! Soft Comfort
1. Create Counters
- Create three counters and link them to the respective input sensors.
2. Create Flags
- Use compare blocks to set flags when counters reach 5.
3. Sequence Logic
- Implement priority logic using AND, OR, and NOT gates to ensure only one shaft operates at a time.
4. Timers
- Use on-delay timers to keep the shafts open for 6 seconds.
5. Output Control
- Link the timer outputs to the respective shaft control relays.
Alternative: Using Other PLCs
If Siemens LOGO! PLC does not meet your requirements due to complexity or speed, consider using more advanced PLCs such as Siemens S7-1200 or Allen-Bradley MicroLogix which offer more flexibility and faster processing capabilities.
Explanation
- Ensure the sensors and actuators are properly synchronized with the PLC inputs and outputs.
- Fine-tune the timers and logic to match the speed of your conveyor system.
- Test the system thoroughly to handle edge cases, such as all lines reaching 5 boxes simultaneously.
By following this approach, you can ensure smooth and efficient control of your conveyor system using Siemens LOGO! PLC or other suitable PLCs.
UPDATE is it possible for you to show me in circuit block diagramm? i need only one picture where its fully done

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!