Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 2

== Batch Mixing with 2 pumps ==

The design of program to meet the following requirements:

• When the Start switch is pressed the indicator light “RUN” located on the control

panel will be on indicating that the system is in operation.

• When the water reaches high level, the pump is to be shut-off and the control panels

“FULL” light is blinking.

• The filling operation is to halt immediately if the stop switch is pressed. “RUN”

indicator light will be off.

• Pump 1 will stop automatically after operating for 5 sec. (the high level is not yet

reached)

• Pump 2 starts operating immediately after pump 1 had stopped. It will stop once the

mixture reaches high level.

• Then the mixer starts operating for 8 sec before stopping.


Design the PLC program based on the following diagram:

Instruction:

• You need to separate between input(s) and output(s) of the system given.

• Use internal bit in the data link table.

• Use area 1 to communicate between Master PLC and Slave PLC. For example

CIO 30.

• Use area 2 to transfer the value of timer from Master PLC to Slave PLC. Create

new section to display timer value. Display timer value pump 1 and mixer motor. For example

D200.

• After complete all requirement, insert new section in Master PLC. Put the name of

the section as Slave_OK. Insert new section in Slave PLC and put the name of the section as

Slave_PLC_status.(Hint: Use internal bit in area 1 to complete this requirement).

You might also like