Experiment No.
AIM: Introduction to FUJI PLC and its different models.
MATERIAL REQUIRED: PLC
Practical application of the Experiment
Expected outcome: To study the supply terminals, input/ output terminals, and SX programmer
software.
THEORY:
PLC stands for Programmable Logic Controller.
It is a solid-state industrial control device which receives signals from user supplied
control devices such as sensors and switches, implements them in a precise pattern
determine by ladder diagram stored in memory and provides output for control of
devices such as relays or motors.
It can be easily programmed or changed as per the application’s requirement.
PLC is the system that makes machinery and systems work automatically.
S.NO PARTICULARS RELAY LOGIC PLC LOGIC
1. MODIFICATION DIFFICULT EASY
2. FAULT FINDING DIFFICULT EASY
3. WIRING DIFFICULT EASY
4. OPERATIONAL SLOW FAST
SPEED
5. SPACE LARGE SMALL
6. MAINTANCE COST HIGH LOW
PLC APPLICATIONS:
CNC machines
Conveyors
Balancing
Welding
Robot production line
Experiment No.
Car parking
Manufacturing industries
BLOCK DIAGRAM OF PLC:
Figure 1.1 - Block Diagram of PLC
HOW TO SELECT PLC
STEP 1: SELECTING THE INPUTS
No. of inputs
Input type – NPN/PNP
Nature of input – Digital/Analog
Voltage rating of input
STEP 2: SELECTING THE OUTPUTS
No. of outputs
Nature of output – Digital/Analog
Voltage rating of output
STEP3: LENGTH OF PROGRAM
Length- Big/ Small
STEP 4: NATURE OF PROGRAM
Experiment No.
Different Models of FUJI PLC-
SPE PLC-
Figure 1.2 – SPE FUJI PLC
High speed processing
Many types of instructions
Communication and networking – RS232, RS485
SPF PLC-
Experiment No.
Figure 1.3– SPF FUJI PLC
High speed processing
Positioning function
Rich communication functions - RS232, RS485 and ethernet
Realizing servo system with 4 axes of 200kHz pulse output
SPH PLC-
Figure 1.4 – SPH FUJI PLC
Built in 32-bit high-speed processor
Various motion control realized with functional blocks
High speed processing
Experiment No.
PROCEDURE
PRECAUTIONS-
RESULT –Introduction to FUJI PLC and its different models including SX Programmer have
been studied.
Experiment No.
AIM: Exploration of Programming Software of Fuji Electric named "PLC-SX Programmer"
through performing ladder logic of an electrical circuit.
MATERIAL REQUIRED:
Practical application of the Experiment
Expected outcome: To study the SX programmer software and its different steps for setting PLC
communication.
CIRCUIT DIAGRAM:
Figure 2.1 - PLC Software – SX Programmer Standard
Figure 2.2 – Ladder Logic
PROCEDURE
Experiment No.
PRECAUTIONS-
RESULT – Get familiarized with the SX-Programmer standard software and ladder logic
working
Deviation Analysis: Expected Outcome vs. Experimental Outcome
S.No Expected Outcome Experimental Deviation
Outcome
1 The step-by-step approach to set
communication for PLC has been
completed.
2 The designed ladder logic program
has been burned in the PLC, and it
works for the designed electrical
circuit.
Experiment No.
AIM: Establishing and testing communication between a PLC (Programmable Logic Controller)
and a PC using USB to serial converter and communication cable.
MATERIAL REQUIRED
Practical application of the Experiment
Expected outcome: To build a communication between a PLC (Programmable Logic Controller)
and a PC using USB to serial converter
THEORY:
Steps for establishing Communication between PLC and PC-
Step 1- Install the drivers of USB to Serial converter.
Step 2-Connect the PLC with PC by the help of USB to serial converter and communication
cable.
Step3-Check the connection of PLC.
Step 4-Click on File then New Project and select the PLC model.
Figure 3.1: Select new project
Experiment No.
Figure 3.2: Select PLC
Figure 3.3: Make the program
Step 5- Make the Program
Step 6- Convert the program. If no error shows than continue else remove the error.
Step 7- Load the Program in the PLC
Experiment No.
Figure 3.4: Load program in PLC
Steps to test communication between PLC and PC-
1. Go to Online menu then click on Communication settings option.
2. Go to Settings option and select the communication port.
3. Click on communication test.
PROCEDURE –
PRECAUTIONS-
RESULT-Communication between PLC and PC has been established and tested.
Deviation Analysis: Expected Outcome vs. Experimental Outcome
S.No Expected Outcome Experimental Deviation
Outcome
1 The step-by-step approach to set
communication for PLC has been
completed.
2 The designed ladder logic program
has been burned in the PLC, and it
works for the designed electrical
circuit.
Experiment No.
AIM: To implement and electrical circuit using OUT programming command of PLC for
understanding latching and interlocking techniques
MATERIAL REQUIRED
Practical application of the Experiment
Expected outcome: To perform latching through designing a circuit for an electrical lamp to be
controlled by a push button ,relay and PLC.
Device a circuit X0.4 is ON, Y0.13 should be latched & when X0.2 is ON, Y0.41 should be
unlatched. (In this case consider X0.4 as NO Push Button & X0.2 as NC Push Button)
Sr. No. Address Device
1 X0.1 NO Push Button
2 X0.2 NC Push Button
3 Y0.41 Red Indicator
SOLUTION-
Figure 4.1: Latching circuit
PROCEDURE –
PRECAUTIONS-
RESULT- Latching circuits has been performed.
Experiment No.
Deviation Analysis: Expected Outcome vs. Experimental Outcome
S.No Expected Outcome Experimental Deviation
Outcome
1 When start push button is pressed
the relay gets on. And even if push
button is released the relay will
continue to on and lamp too.
2 When off push button is pressed the
relay gets off.
Experiment No.
AIM: To implement and electrical circuit using SET/RESET programming command of PLC for
understanding latching and interlocking techniques.
MATERIAL REQUIRED
Practical application of the Experiment
Expected outcome: To perform latching of an electrical circuit using through SET/RESET
programming command of PLC
Device a circuit when X0.0 is ON,Y0.40 should be latched & when X0.1 is ON,Y0.40
should be unlatched. (In this case consider X0.0 as NO Push Button & X0.1 as NC Push
Button)
Sr.No. Address Device
1 X0.0 NO Push Button
2 X0.1 NC Push Button
3 Y0.41 Red Indicator
SOLUTION-
Figure 4.2: Latching using SET/REST
PROCEDURE –
PRECAUTIONS-
Experiment No.
RESULT- Latching circuits has been performed using SET/RESET programming command of PLC
Deviation Analysis: Expected Outcome vs. Experimental Outcome
S.No Expected Outcome Experimental Deviation
Outcome
1 When start push button is pressed
the indicator gets on. And even if
push button is released the indicator
will continue to on and lamp too.
2 When off push button is pressed the
indicator gets off.