PLC Ladder Logic Report
PLC Ladder Logic Report
Objective:
To automate a batch filling system using a pump and flowmeter, filling the tank up to 90% capacity
Components Used:
PUMP 1 (O:2/1)
FLOW 1 (I:1/5)
Input that receives pulses from a flow sensor, each pulse representing a unit of flow.
Counter (C5:0)
- Preset: 285
Output that lights up once the tank reaches 90% capacity (based on preset counter value).
Additional Information:
We were required to fill the tank up to 90% capacity. To achieve this, we first ran the system
manually and observed how many pulses were generated by the flow sensor at exactly 90% fill
level. Based on the observation, we determined that 285 pulses correspond to 90% of the tank
volume. This value was then used as the preset for the counter in the PLC program.