Question: Problem No . 2 : ( 3 5 pts . ) please create using RSlogix Design a PLC ladder logic program to control the operation
Problem No: pts please create using RSlogix
Design a PLC ladder logic program to control the operation of an automatic mixing
process using the following sequence:
A solenoid valve, VALVEIN automatically allows fluid in the mixing tank
seconds after a level switch, LEVELEMPTY, detects when the tank is
empty.
VALVEIN is automatically deenergized as soon as a level switch,
LEVELFULL, detects when the tank is full.
A mixer MOTOR is automatically energized for seconds after the tank is
full.
After the second mixing period the mixer MOTOR is automatically shut
down.
A second solenoid valve, VALVEOUT, is energized to drain the tank
immediately after the MOTOR shuts down.
VALVEOUT is automatically deenergized as soon as the level switch,
LEVELEMPTY, detects when the tank is empty. The filling process must
start over at this point.
A master switch, ONOFF, is used to manually turn off the solenoid valves
and the mixer.
Hint: LatchUnlatch both valves and motor with intermediate bits.
Program ONOFF on bit of the input module.
Program LEVELEMPTY on bit of the input module.
Program LEVELFULL on bit of the input module.
Program MOTOR on bit of the output module.
Program VALVEIN on bit of the output module.
Program VALVEOUT on bit of the output module.
Problem No: pts
Design a PLC ladder logic program to control the operation of an alarm system using the
following sequence:
An ALARM must be energized and stay energized latched when a limit
SWITCH is activated once or when a motion SENSOR is activated three
times within a space of seconds.
The ALARM can only be deenergized unlatched by pushing a hidden
normallyopen momentarycontact BUTTON.
Hint: latch the timer with a sensor activation and use a countup instruction to
count the number of sensor activations. Reset the count and unlatch the timer
if the timer is done.
Program SWITCH, SENSOR, and BUTTON using bits and of the
input module respectively.
Program ALARM using bit of the output module.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
