PLC Lab Manual Delta 2018
PLC Lab Manual Delta 2018
Instruction Manual
The program uses a set of logical instructions that drives the outputs based on the inputs.
The outputs are connected to the devices that need to be controlled. There are two basic types of
Programmable Logic Controllers: a single box type and a modular or rack type. The box type is
smaller and used for simpler control situations. It is supplied as an integral compact package,
compete with power supply, processor, memory and input output units. Some of the most basic
of theses only have 4 outputs. They typically can have from 4 to 40 inputs and outputs.
A PLC has four major internal components. The CPU contains the microprocessor,
registers, control clock and various other processing units. The memory contains user’s Some
memory is ROM (read only memory) wish gives permanent storage for the operations system
and fixed data for the CPU. Other memory is RAM (random access memory) which stores data
for the user’s program. Often some of the PLC’s RAM has battery backups so that if the PLC’s
power is unexpectedly turned off it can resume normal operation when the power is restored by
referring to the battery backed bits. The inputs and outputs provides the interface between the
system and the outside world. [52] The PLC’s program is stored on EEPROM (electrically
erasable programmable read-only memory) that is a permanent part of the PLC. As memory
costs drop new types of memory such as flash are being used.
Inputs to, and outputs from, a PLC are necessary to monitor and control a process. Both inputs
and outputs can be categorized into two basic types: logical or continuous. Consider the example
of a light bulb. If it can only be turned on or off, it is logical control. If the light can be dimmed
to different levels, it is continuous. Continuous values seem more intuitive, but logical values are
preferred because they allow more certainty, and simplify control. As a result most controls
applications (and PLCs) use logical inputs and outputs for most applications
BLOCK EXPALNATIONS
DELTA PLC
AC & DC SOURCE
It contains an MCB with Indicator .MCB used to turn on the trainer supply and indicator will
show the trainer on/off status. 24V DC inputs two nos. are available for digital output operations
Kit contains five digital inputs with five red indicators. For
patching Five Red connectors are used. Kit also contains Five outputs with red indicators.PLC
Outputs will patch with Digital outputs for displaying plc outs. Plc inputs will patch with digital
inputs for input display.
PROXIMITY SENSOR
Analog inputs sources voltage and current inputs are given. Voltage input is 0 to 10V and
current input is from 0 to 20mA.
There are four analog inputs. First two are voltage inputs and next two are current inputs.
PLC ANALOG OUTPUTS
There are four analog outputs. First two are voltage outputs and next two are current outputs.
BUZZER
It will indicate digital output.12 v buzzer is used here. Logic 1 will turn on buzzer and logic zero
will turn off buzzer.buzzer output is beep sound.
DC LAMP
It indicate digital output.24V lamp is used here. logic 1 will turn on the lamp and logic zero will
turn off the lamp
DC MOTOR
It will indicate analog output.12v motor is used in the trainer kit .it will run at suitable input
condition
CONTACTOR RELAY
24V Relay used for AC ON/OFF applications like 230V lamp. It has two NC and NO contacts.
DELTA PLC EXPERIMENTS
EXPERIMENT 01
AIM
To study about the programming of the PLC using Ladder Diagram, Buzzer is ON when Switch
is ON, and Buzzer is OFF when switch is OFF.
MATERIALS REQUIRED
PROCEDURE
1, Connect PLC with PC with RS232 or RS485 cable. Turn on Trainer kit.
2. Open WPL SOFT software, Give Program Title, select Device SV2, Select Communication
setting as RS232(COM PORT No.) , Give File Name and press OK.
7. For result, Select Input Switch, Right click, select SET ON then Output ON, select SET OFF
CONDITION TABLE
SWITCH BUZZER
ON ON
OFF OFF
RESULT
Studied about the programming of the PLC using Ladder Diagram, Buzzer is ON when Switch is
ON, and Buzzer is OFF when switch is OFF.
EXPERIEMENT 02
AIM
To study about the programming of the PLC using Ladder Diagram, Switch is ON Then Buzzer
is OFF, and Switch is OFF Then Buzzer is ON.
MATERIALS REQUIRED
PROCEDURE
1, Connect PLC with PC with RS232 or RS485 cable. Turn on Trainer kit.
2. Open WPL SOFT software, Give Program Title, select Device SV2, Select Communication
setting as RS232(COM PORT No.) , Give File Name and press OK.
7. For result, Select Input Switch, Right click, select SET ON then Output ON, select SET OFF
CONDITION TABLE
SWITCH BUZZER
ON OFF
OFF ON
RESULT
Studied about the programming of the PLC using Ladder Diagram, Switch is ON Then Buzzer is
OFF, and Switch is OFF Then Buzzer is ON.
EXPERIEMENT 03
AIM
To study about the programming of the PLC using Ladder Diagram, Switch is ON Then Lamp is
ON, and Switch is OFF Then Lamp is OFF.
PROCEDURE
1, Connect PLC with PC with RS232 or RS485 cable. Turn on Trainer kit.
2. Open WPL SOFT software, Give Program Title, select Device SV2, Select Communication
Setting as RS232(COM PORT No.) , Give File Name and press OK.
7. For result, Select Input Switch, Right click , select SET ON then Output ON, select SET OFF Then
Output OFF.
CONDITION TABLE
SWITCH LAMP
ON ON
OFF ON
RESULT
Studied about the programming of the PLC using Ladder Diagram, Switch is ON Then Lamp is
ON, and Switch is OFF Then Lamp is OFF.
\
EXPERIEMENT 04
AIM
To study about the programming of the PLC using Ladder Diagram, Switch1 is ON Then Lamp
is ON, and Switch2 is ON Then Lamp is OFF.
PROCEDURE
1, Connect PLC with PC with RS232 or RS485 cable. Turn on Trainer kit.
2. Open WPL SOFT software, Give Program Title, select Device SV2, Select Communication
Setting as RS232(COM PORT No.) , Give File Name and press OK.
7. For result, Select Input Switch, Right click , select SET ON then Buzzer ON, select SET OFF Then
Lamp OFF.
CONDITION TABLE
ON OFF ON
ON ON OFF
RESULT
Studied about the programming of the PLC using Ladder Diagram, Switch is ON Then Lamp is
ON, and Switch is OFF Then Lamp is OFF.
EXPERIEMENT 05
AIM
To study about the programming of the PLC using Ladder Diagram, when Switch is ON, After
10 seconds Buzzer will ON.
PROCEDURE
1, 1, Connect PLC with PC with RS232 or RS485 cable. Turn on Trainer kit..
2. Open WPL SOFT software, Give Program Title, and select Device SV2, Select
Communication Setting as RS232 (COM PORT No.) , Give File Name and press OK.
3. Construct the Ladder Diagram .Follow Software programming procedure.
7. For result, Select Input Switch, Right click , select SET ON then Output ON, select SET OFF Then
Output OFF.
RESULT
Studied about the programming of the PLC using Ladder Diagram, when Switch is ON, After 10
seconds Buzzer will ON.
EXPERIEMENT 06
AIM
To study about the programming of the PLC using Ladder Diagram, when Switch is ON, Buzzer
ON after 10 seconds Buzzer will OFF.
PROCEDURE
1, Connect PLC with PC with RS232 or RS485 cable. Turn on Trainer kit.
2. Open WPL SOFT software, Give Program Title, and select Device SV2, Select
Communication Setting as RS232 (COM PORT No.) , Give File Name and press OK.
3. Construct the Ladder Diagram .Follow Software programming procedure.
7. For result, Select Input Switch, Right click , select SET ON then Output ON, select SET OFF Then
Output OFF.
RESULT
Studied about the programming of the PLC using Ladder Diagram when Switch is ON, Buzzer
ON after 10 seconds Buzzer will OFF.
EXPERIEMENT 07
AIM
To study about the programming of the PLC using Ladder Diagram, when Switch is ON, lamp
ON after 10 pulses .Reset lamp with another switch.
PROCEDURE
1, 1, Connect PLC with PC with RS232 or RS485 cable. Turn on Trainer kit.
2. Open WPL SOFT software, Give Program Title, and select Device SV2, Select
Communication Setting as RS232 (COM PORT No.) , Give File Name and press OK.
7. For result, Select Input Switch, Right click , select SET ON then Output ON, select SET OFF Then
Output OFF.
RESULT
Studied about the programming of the PLC using Ladder Diagram when Switch is ON, when
Switch is ON, Buzzer is ON after 10 pulses.
EXPERIEMENT 8
AIM
To study about the programming of the PLC using Ladder Diagram, when Switch1 is ON,
Motor ON , after some time Lamp will glow, then after sometime Buzzer will be ON at the
same time motor will get OFF.
1, Connect PLC with PC with RS232 or RS485 cable. Turn on Trainer kit.
2. Open WPL SOFT software, Give Program Title, and select Device SV2, Select
Communication Setting as RS232 (COM PORT No.) , Give File Name and press OK.
7. For result, set input switch 1 to ON and when Switch1 is ON, Motor ON , after some time Lamp
will glow, then after sometime Buzzer will be ON at the same time motor will get OFF.
RESULT
Studied about the programming of the PLC using Ladder Diagram for Sequential control using
Motor, Lamp and Buzzer.
PLC PROGRAMMING PROCEDURE
1) Double click “WPL SOFT2.41”,following window will come.
2) Then Give ” program title”, select device “SV2”, Select Communication setting as”
RS232(COM PORT No.)” , give” File Name” on given window and press OK.
3) Ladder Diagram window is come and place the symbols on it.
5) Click the each component to place in the ladder diagram. First Click on input switch, following
window came, give “Device Name”,” Device Number”, and “Comment”. Press OK.
6) Repeat the procedure with output function then ladder diagram came as like.
7) Compile it, then ladder diagram with end block came with compilation completion message
8) Go to Communication Settings ,Select “Transfer Setup” following Window will come
9) Select Communication Mode as “ PC=>PLC”. Press OK, Warning window come. select YES,
Then Confirm Window Came, Press YES, program will downloaded to PLC.
10) Press Go Online, Following Window came.
11. Right click on input Switch, select SET ON to activate input .Output will
Activated. Select SET OFF to deactivated Input. Output will Deactivated.
--> compile
--> online
AIM
To study about the programming of the PLC using Ladder Diagram, when Switch1 is ON,
Motor ON , when Switch2 is ON motor will get OFF.
LADDER DIAGRAM
PROCEDURE
1, Connect PLC with PC with RS232 or RS485 cable. Turn on Trainer kit.
2. Open WPL SOFT software, Give Program Title, and select Device SV2, Select
Communication Setting as RS232 (COM PORT No.) , Give File Name and press OK.
7. For result, set input switch 1 to ON and when Switch1 is ON, Motor ON and when Switch2 is
ON, motor will get OFF.
RESULT
Studied about the programming of the PLC using Ladder Diagram for Start and Stop of the
motor.
EXPERIMENT 10
AIM
(i) When switch is ON, motor will get ON after preset time delay.
(ii) When switch is ON, motor will get ON, after preset time delay will get OFF
LADDER DIAGRAM
ON DELAY
OFF DELAY
PROCEDURE
1, Connect PLC with PC with RS232 or RS485 cable. Turn on Trainer kit.
2. Open WPL SOFT software, Give Program Title, and select Device SV2, Select
Communication Setting as RS232 (COM PORT No.) , Give File Name and press OK.
7. For result,
When switch is ON, motor will get ON after preset time delay.
When switch is ON, motor will get ON, after preset time delay will get OFF
EXPERIMENT 11
AIM
To program the PLC to indicate the running & stop of motor with lamp and buzzer.
MATERIALS REQUIRED
LADDER DIAGRAM
PROCEDURE
1, Connect PLC with PC with RS232 or RS485 cable. Turn on Trainer kit.
2. Open WPL SOFT software, Give Program Title, and select Device SV2, Select
Communication Setting as RS232 (COM PORT No.) , Give File Name and press OK.
Result:
When Switch1 is pressed Motor and Lamp will get ON. After some time, Buzzer will get ON. At the
same time, motor and lamp will get OFF.
EXPERIMENT 12
AIM
To study about the programming of the PLC using Ladder Diagram, when Switch1 is ON, motor
will rotate in Forward direction and when Switch2 is ON, motor will rotate in Reverse direction.
LADDER DIAGRAM
PROCEDURE
1, Connect PLC with PC with RS232 or RS485 cable. Turn on Trainer kit.
2. Open WPL SOFT software, Give Program Title, and select Device SV2, Select
Communication Setting as RS232 (COM PORT No.) , Give File Name and press OK.
Result:
When Switch1 is ON, motor will rotate in Forward direction and when Switch2 is ON, motor
will rotate in Reverse direction.