SlideShare a Scribd company logo
1 of 30
PLC programming for
applications and
maintenance
By
Dr. Palitha Dassanayake
Content
 Programming a simple application
 Faultfinding and maintenance
 Programming application for
sequential operations
 Another program application
Constructing a PLC Program
Methodology in programming a PLC are given as
follows.
 
2.Write down or draw the requirements, logics or/and sequences 
in an understandable format using pseudocodes, flowcharts or 
UML (in some special cases). This may be skipped for smaller tasks,
 but essential when that the task becomes large or complicated. 
However, it is good practice to conduct this step to avoid unnecessary 
logical errors. 
1. Identify the requirements or logical sequences that are
going to be handled by a PLC.
Draw the necessary tables or maps to illustrate the PLC
ogic that match with the requirement, but independent
om the language code (ladder, logo or statement list)
4. Connect the PLC to the system to be controlled and to the 
computer that PLC is going to get programmed 
 Identify the input and output cables that are connected in 
der to program.
6. Write the PLC program according to step 3 using the identified 
inputs/outputs in step 5. 
7. See the possibilities of improving the program 
8. Validate the program before the actual run. This may be achieved 
through a simulation facilitated in the software or using a virtual 
model using bulb and switches 
 Check the program. Remove the connection from the computer 
necessary. It  may be conducted part by part in a large application. 
lso, when the program is run for the first time, required safety 
ecautions must be made before hand in order to avoid any damages
ue to logical errors.
0.Remove the connection from the computer if that has not been 
one and use the PLC for the application.
Example
A1
Is
C1
C2
 Fig:Two views of the system 
Is-Inductive
sensor
A1-Pneumatic Actuator
C1-Collector
C2-Collector
Gear
Box
 motor-m
item
Os-Optical sensor
A0
A0
1. When Os detects an item, it should be pushed by A0 and conveyor
         should start moving 
2.      If the item is metal, it has to be identified by Is.  
3.       Metal items are to be pushed by A1 and collected in C1.  
4.      Non-metal items are to be collected at the end of the belt to C2  
5. If an item is in process, even if Os detects an item, it should not be
    pushed by A1 until the previous item is fully processed.  
Start -No item Os=0
Os=1 A0 should be ejected provided no other item is in process
If the item is metal, it is sensed by Is.
If Is=1 item is metal, this should be remembered
If Is had been 1 it has to pushed by A1 after a time interval
If the item is not metal, it should not be pushed and collected at
the end. The time required to travel is also required.
Amplifier
Electro-pneumatic
valve
PLC
Operating
Voltage –24 v
I0.1
I0.0
Q0.0
Q0.1
I s-
C
C2
Gear
Box
m
Os
If output the sensor
is in mv
A/C motor
RelayA0
Q0.2
Electro-pneumatic
valve
A1
Os - I0.0
Is - I0.1
A1 - Q0.0
M - Q0.1
A0 - Q0.2
Input-output connections
M0.0 - An item is in process
M0.1- The item is Metallic
0.3 sec time is required for a pneumatic actuator to activate
Operation Time(s)
Activate A0 0
Near A1 10
End of the belt 15
Start -No item Os=0
Os=1 A0 should be ejected provided no other item is in process
Time=0.3 sec
T33 Q0.2
R
M0.0
S
Q0.2 T33
30+
IN
PT
TON
Q
ET
I0.0 M0.0 Q0.2
S
If the item is metal, it is sensed by Is.
If Is=1 item is metal, this should be remembered
I0.1 M0.1
S
If Is had been 1 it has to pushed by A1 after a time interval
T37 T34
30+
IN
PT
TOF
Q
ET
T34
T34 Q0.0M0.1
M0.0 T37
100+
IN
PT
TON
Q
ET
T37
If the item is not metal, it should not be pushed and collected at
the end. The time required to travel is also required.
You must reset already set items once the process is completed
M0.0 T38
150+
IN
PT
TON
Q
ET
T38
Q0.0
T38
M0.1
R
M0.0
R
Fault in a system
System is not working at all
1. Check whether PLC is in the run mode
Stop mode, change
Error Mode, Restart PLC again error go to Step 2
2. Check inputs
No input working check input power supply, connections etc
Some inputs not working, check the connected wires, sensors or switches
and interfaces
All inputs working go to Step 3
3. Check outputs
Check the outputs in the order it should work
Check the LED of the PLC, if it is working find the fault in the connection or device
No LED output is on, down load the program
Communication with PLC is not possible replace PLC
After downloading the programming Not working replace PLC
Faults and causes
Os Fault A0 –Not work and Motor not work
Is Fault A1-Not work
Motor Fault Motor not work
A0 Fault A0 Not Work
A1 Fault A1 Not Work
Sensor Faults Nothing Work
Pneumatic problem A0 and A1 Not work
PLC Fault Nothing Work
Fault Finding
A/C Motor is not working, but the pneumatic actuator A0 pushes
the item into conveyor
Check the output of the PLC connected to the relay of the PLC
That is Q 0.1 if it is on (LED on) fault is from that point
If it is off (Generally not possible)
check the program or check all sensors
Pneumatic Actuator A0 is not working, but the A/C motor is working
Check the output of the PLC connected to the electro-pneumatic valve
of the PLC That is Q 0.2 if it is on (LED on) fault is from that point
If it is off, Place a metal onto the conveyor and check A1 is working
A1 Not working Pneumatic problem
A1 is working (Generally not possible)
check the program or check all sensors
Fault Finding Contd.
A0 and A/C Motor is working, but the pneumatic actuator A1 does
not sort items
Check the output of the PLC connected to the electro-pneumatic valve
of the PLC That is Q 0.0 if it is on (LED on) fault is from that point
If it is off, check the sensor Is
Working generally not possible
check the program or check all sensors or sensor Is
System is not working at all
Check electrical connections, check sensor failure,
No program in PLC
Pneumatic failure+ Motor is not working
PLC is at fault
Setting and Resetting a Memory
I0.0 M0.0
S
I0.1 M0.0
R
Another method with one ladder
I0.0
M0.0
I0.1 M0.0
Cylinders are in the
original position
A
B
C
D
Cylinder 2
X2
Cylinder 1
X1
A
B
C
D
Cylinder 2
X2
Cylinder 1
X1
A
B
C
D
Cylinder 1
X1
Cylinder 2
X2
Cylinders are in the
original position
A
B
C
D
Cylinder 1
X1
Cylinder 2
X2
Cylinders are in the
original position
A
B
C
D
Cylinder 2
X2
Cylinder 1
X1
=1 =1
Cylinders are in the
original position
A
B
C
D
Cylinder 2
X2
Cylinder 1
X1
=0 =1
ABC
Pneumatic
Actuator
ProductProductProductProduct
Product
Product
ABC
Pneumatic
Actuator
Product
A=0 B=0 C=0
Product
A=1 B=0 C=0
Product
Time 1 sec after C=1
Product
A=1 B=1 C=0
If short when B=1 A=0
Product
A=0 B=1 C=1
If long when C=1 A=1
Product
Time 1.3 sec after C=1
If the product is long or short
A B M0.0
S
T34
M0.1
100+
IN
PT
TON
Q
ET
T33
30+
IN
PT
TOF
Q
ET
34T T33
M0.1
S
M0.0
A C
C
PLC programming using S7 Version
apT33 T34
M0.0
R
T33 T34 M0.1
R
C
END

More Related Content

What's hot

Programmable Logic Controls training day 2
Programmable Logic Controls training day 2Programmable Logic Controls training day 2
Programmable Logic Controls training day 2Malinga Ephraim
 
Risks of funcional safety with es short
Risks of funcional safety with es shortRisks of funcional safety with es short
Risks of funcional safety with es shortGerhardSchilling2
 
Risks of funcional safety v2.1
Risks of funcional safety v2.1Risks of funcional safety v2.1
Risks of funcional safety v2.1VisioneerUG
 
Programmable Logic Controls training day 1
Programmable Logic Controls training day 1Programmable Logic Controls training day 1
Programmable Logic Controls training day 1Malinga Ephraim
 
FYP. Automation Of Box Filling Machine Using PLC 2
FYP. Automation Of Box Filling Machine Using PLC 2FYP. Automation Of Box Filling Machine Using PLC 2
FYP. Automation Of Box Filling Machine Using PLC 2HANAN BIN AHMED
 
รายงานการทำ Lab วันที่ 10 ธันวาคม
รายงานการทำ Lab วันที่ 10 ธันวาคมรายงานการทำ Lab วันที่ 10 ธันวาคม
รายงานการทำ Lab วันที่ 10 ธันวาคมChetoss Retos
 

What's hot (8)

Programmable Logic Controls training day 2
Programmable Logic Controls training day 2Programmable Logic Controls training day 2
Programmable Logic Controls training day 2
 
Risks of funcional safety with es short
Risks of funcional safety with es shortRisks of funcional safety with es short
Risks of funcional safety with es short
 
Risks of funcional safety v2.1
Risks of funcional safety v2.1Risks of funcional safety v2.1
Risks of funcional safety v2.1
 
Programmable Logic Controls training day 1
Programmable Logic Controls training day 1Programmable Logic Controls training day 1
Programmable Logic Controls training day 1
 
6 Month Industrial Automation Training
6 Month Industrial Automation Training6 Month Industrial Automation Training
6 Month Industrial Automation Training
 
FYP. Automation Of Box Filling Machine Using PLC 2
FYP. Automation Of Box Filling Machine Using PLC 2FYP. Automation Of Box Filling Machine Using PLC 2
FYP. Automation Of Box Filling Machine Using PLC 2
 
Plc & scada Training Report
Plc & scada Training ReportPlc & scada Training Report
Plc & scada Training Report
 
รายงานการทำ Lab วันที่ 10 ธันวาคม
รายงานการทำ Lab วันที่ 10 ธันวาคมรายงานการทำ Lab วันที่ 10 ธันวาคม
รายงานการทำ Lab วันที่ 10 ธันวาคม
 

Viewers also liked

Plc Siemens Training Notes
Plc Siemens Training NotesPlc Siemens Training Notes
Plc Siemens Training Notesplc_course
 
PLC and SCADA training.
PLC and SCADA training.PLC and SCADA training.
PLC and SCADA training.Ishank Ranjan
 
Basics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADABasics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADAIndira Kundu
 
Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...
Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...
Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...sunny katyara
 
Exp 3 (1)3. To Formulate YBUS Matrix By Singular Transformation.
Exp 3 (1)3.	To Formulate YBUS Matrix By Singular Transformation.Exp 3 (1)3.	To Formulate YBUS Matrix By Singular Transformation.
Exp 3 (1)3. To Formulate YBUS Matrix By Singular Transformation.Shweta Yadav
 
Plc programming with fbd
Plc programming with fbdPlc programming with fbd
Plc programming with fbddodikyuniar
 
NUMERICAL METHODS WITH MATLAB : bisection,mueller's,newton-raphson,false poin...
NUMERICAL METHODS WITH MATLAB : bisection,mueller's,newton-raphson,false poin...NUMERICAL METHODS WITH MATLAB : bisection,mueller's,newton-raphson,false poin...
NUMERICAL METHODS WITH MATLAB : bisection,mueller's,newton-raphson,false poin...Parhamsagharchi
 
Aula#01 s7 200
Aula#01 s7 200Aula#01 s7 200
Aula#01 s7 200Schields
 
Plc and relay system used in ntpc
Plc and relay system used in ntpcPlc and relay system used in ntpc
Plc and relay system used in ntpcTushar Kalwani
 
Plc systems-e xercise
Plc systems-e xercisePlc systems-e xercise
Plc systems-e xerciseLê Gia
 
Exp 5 (1)5. Newton Raphson load flow analysis Matlab Software
Exp 5 (1)5.	Newton Raphson load flow analysis Matlab SoftwareExp 5 (1)5.	Newton Raphson load flow analysis Matlab Software
Exp 5 (1)5. Newton Raphson load flow analysis Matlab SoftwareShweta Yadav
 
Automationcontrol7
Automationcontrol7Automationcontrol7
Automationcontrol7liyanagek
 
The basics of plc technology
The basics of plc technologyThe basics of plc technology
The basics of plc technologysakshij91
 
Power System Simulation Lab (Formation of Y-Bus & Z-Bus Matrix)
Power System Simulation Lab (Formation of Y-Bus  & Z-Bus Matrix)Power System Simulation Lab (Formation of Y-Bus  & Z-Bus Matrix)
Power System Simulation Lab (Formation of Y-Bus & Z-Bus Matrix)Mathankumar S
 

Viewers also liked (20)

Plc Siemens Training Notes
Plc Siemens Training NotesPlc Siemens Training Notes
Plc Siemens Training Notes
 
Omron plc training
Omron plc trainingOmron plc training
Omron plc training
 
PLC and SCADA training.
PLC and SCADA training.PLC and SCADA training.
PLC and SCADA training.
 
ppt on PLC
ppt on PLCppt on PLC
ppt on PLC
 
Basics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADABasics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADA
 
Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...
Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...
Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...
 
Exp 3 (1)3. To Formulate YBUS Matrix By Singular Transformation.
Exp 3 (1)3.	To Formulate YBUS Matrix By Singular Transformation.Exp 3 (1)3.	To Formulate YBUS Matrix By Singular Transformation.
Exp 3 (1)3. To Formulate YBUS Matrix By Singular Transformation.
 
Plc programming with fbd
Plc programming with fbdPlc programming with fbd
Plc programming with fbd
 
NUMERICAL METHODS WITH MATLAB : bisection,mueller's,newton-raphson,false poin...
NUMERICAL METHODS WITH MATLAB : bisection,mueller's,newton-raphson,false poin...NUMERICAL METHODS WITH MATLAB : bisection,mueller's,newton-raphson,false poin...
NUMERICAL METHODS WITH MATLAB : bisection,mueller's,newton-raphson,false poin...
 
Aula#01 s7 200
Aula#01 s7 200Aula#01 s7 200
Aula#01 s7 200
 
Plc and relay system used in ntpc
Plc and relay system used in ntpcPlc and relay system used in ntpc
Plc and relay system used in ntpc
 
Plc systems-e xercise
Plc systems-e xercisePlc systems-e xercise
Plc systems-e xercise
 
Exp 5 (1)5. Newton Raphson load flow analysis Matlab Software
Exp 5 (1)5.	Newton Raphson load flow analysis Matlab SoftwareExp 5 (1)5.	Newton Raphson load flow analysis Matlab Software
Exp 5 (1)5. Newton Raphson load flow analysis Matlab Software
 
Automationcontrol7
Automationcontrol7Automationcontrol7
Automationcontrol7
 
The basics of plc technology
The basics of plc technologyThe basics of plc technology
The basics of plc technology
 
Plc
PlcPlc
Plc
 
Plc Basics
Plc BasicsPlc Basics
Plc Basics
 
Power System Simulation Lab (Formation of Y-Bus & Z-Bus Matrix)
Power System Simulation Lab (Formation of Y-Bus  & Z-Bus Matrix)Power System Simulation Lab (Formation of Y-Bus  & Z-Bus Matrix)
Power System Simulation Lab (Formation of Y-Bus & Z-Bus Matrix)
 
S7 200 s
S7 200 sS7 200 s
S7 200 s
 
PLC
PLCPLC
PLC
 

Similar to Automationcontrol4

Plc documentation final
Plc documentation finalPlc documentation final
Plc documentation finalSonu Kumar
 
Troubleshooting in plc
Troubleshooting in plcTroubleshooting in plc
Troubleshooting in plcNisarg Naik
 
R22EM807_PAVAN.D_PLC.pptx
R22EM807_PAVAN.D_PLC.pptxR22EM807_PAVAN.D_PLC.pptx
R22EM807_PAVAN.D_PLC.pptxBCGowtham1
 
DIAGNOSING FAULTS AND DEFECTS OF CONTROL MODULES.pptx
DIAGNOSING FAULTS AND DEFECTS OF CONTROL MODULES.pptxDIAGNOSING FAULTS AND DEFECTS OF CONTROL MODULES.pptx
DIAGNOSING FAULTS AND DEFECTS OF CONTROL MODULES.pptxAllan Gilbert Jain
 
SATYAM_VERMA_PLC_REPORT.docx.pptx
SATYAM_VERMA_PLC_REPORT.docx.pptxSATYAM_VERMA_PLC_REPORT.docx.pptx
SATYAM_VERMA_PLC_REPORT.docx.pptxsatyamVerma186725
 
EEP301: Ca06 sample
EEP301: Ca06 sampleEEP301: Ca06 sample
EEP301: Ca06 sampleUmang Gupta
 
Plc example presentation
Plc example presentationPlc example presentation
Plc example presentationRoshit Kadiru
 
Parking Control System using PLC
Parking Control System using PLCParking Control System using PLC
Parking Control System using PLCZunAib Ali
 
Getting started with PLCs
Getting started with PLCsGetting started with PLCs
Getting started with PLCsplc_course
 
Programmable Logic Controller
Programmable Logic ControllerProgrammable Logic Controller
Programmable Logic ControllerHimshekhar Das
 
Automationcontrol1
Automationcontrol1Automationcontrol1
Automationcontrol1liyanagek
 
Automationcontrol1cp
Automationcontrol1cpAutomationcontrol1cp
Automationcontrol1cpliyanagek
 

Similar to Automationcontrol4 (20)

Plc documentation final
Plc documentation finalPlc documentation final
Plc documentation final
 
Troubleshooting in plc
Troubleshooting in plcTroubleshooting in plc
Troubleshooting in plc
 
Automation21
Automation21Automation21
Automation21
 
R22EM807_PAVAN.D_PLC.pptx
R22EM807_PAVAN.D_PLC.pptxR22EM807_PAVAN.D_PLC.pptx
R22EM807_PAVAN.D_PLC.pptx
 
DIAGNOSING FAULTS AND DEFECTS OF CONTROL MODULES.pptx
DIAGNOSING FAULTS AND DEFECTS OF CONTROL MODULES.pptxDIAGNOSING FAULTS AND DEFECTS OF CONTROL MODULES.pptx
DIAGNOSING FAULTS AND DEFECTS OF CONTROL MODULES.pptx
 
documentation (1)
documentation (1)documentation (1)
documentation (1)
 
PLC.pdf
PLC.pdfPLC.pdf
PLC.pdf
 
SATYAM_VERMA_PLC_REPORT.docx.pptx
SATYAM_VERMA_PLC_REPORT.docx.pptxSATYAM_VERMA_PLC_REPORT.docx.pptx
SATYAM_VERMA_PLC_REPORT.docx.pptx
 
EEP301: Ca06 sample
EEP301: Ca06 sampleEEP301: Ca06 sample
EEP301: Ca06 sample
 
Plc example presentation
Plc example presentationPlc example presentation
Plc example presentation
 
Plc basic
Plc basicPlc basic
Plc basic
 
Parking Control System using PLC
Parking Control System using PLCParking Control System using PLC
Parking Control System using PLC
 
Plc
PlcPlc
Plc
 
Getting started with PLCs
Getting started with PLCsGetting started with PLCs
Getting started with PLCs
 
Industrial Automation Using PLC.
Industrial Automation Using PLC.Industrial Automation Using PLC.
Industrial Automation Using PLC.
 
Handbook Of PLC EMERSON EDUARDO RODRIGUES
Handbook Of PLC EMERSON EDUARDO RODRIGUESHandbook Of PLC EMERSON EDUARDO RODRIGUES
Handbook Of PLC EMERSON EDUARDO RODRIGUES
 
Programmable Logic Controller
Programmable Logic ControllerProgrammable Logic Controller
Programmable Logic Controller
 
Automationcontrol1
Automationcontrol1Automationcontrol1
Automationcontrol1
 
PLC 4.docx
PLC 4.docxPLC 4.docx
PLC 4.docx
 
Automationcontrol1cp
Automationcontrol1cpAutomationcontrol1cp
Automationcontrol1cp
 

Recently uploaded

Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterMateoGardella
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 

Recently uploaded (20)

Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 

Automationcontrol4