Training PLC Level#3: Instructors Carlos Silva & Paul Davis Technical Support Group - Hmma 2012-01
Training PLC Level#3: Instructors Carlos Silva & Paul Davis Technical Support Group - Hmma 2012-01
NEW POSSIBILITIES
Instructors
Carlos Silva & Paul Davis
Technical Support Group – HMMA
2012-01
■ Agenda NEW THINKING. NEW POSSIBILITIES
Content
Before you Begin
About This Lab
Tool & Prerequisites
PLC Contrologix 5000 Version 13.04
Panel View Builder
Hands on Lab brief description
Hands on Lab#1 PLC3
Hands on Lab#2 PLC3
Hands on Lab#3 PLC3
Hands on Lab#4 PLC3
Hands on Lab 1: Mixer And Blender and Tank
Introduction the Lab – Mixer and Blender
PLC Tags to simulate Panel Builder Animation
PLC Software Create New Project
PLC Software Create Routine Mixer and Blender
Use JSR instruction – call PLC routine Mixer and Blender
How Implement PLC Instructions RSLogix 5000
Step#1 Logic to Open/Close Valve V1 – Make Up Valve
Mixer and Blender Download PLC Software
Use Panel View to Check PLC Software
Step#2 Implemented PLC Logic to temporize Agitator
Mixer and Blender Download PLC Software
Use Panel View to Check PLC Software
Step# 3 Logic to Open/Close Valve V2 – Drain Valve
Mixer and Blender Download PLC Software
Use Panel View to Check PLC Software
Formula to calculate Volume the Cylinder Tank in gallons
Implement PLC Software to calculate Volume the Tank
PLC Software to calculate Volume the Tank
■ Agenda NEW THINKING. NEW POSSIBILITIES
Push Stop Button Set Hmax = 6.0 and Radius = 2.0 and Check
calculations made by PLC Height, Volume
■ PLC Tags to simulate Panel Builder Animation NEW THINKING. NEW POSSIBILITIES
T1. timer
A1 Bool V1 Bool
Start Bool
H Real V Real
V2 Bool
3 Select Open
5
3
5
5
■ Use JSR instruction – call PLC routine Mixer and Blender NEW THINKING. NEW POSSIBILITIES
Type instructions
Or use Shortcut Keyboard Insert Key
Click Ok
■ Step#1 Logic to Open/Close Valve V1 – Make Up Valve NEW THINKING. NEW POSSIBILITIES
1
■ V1 Open Level <= 10%
Double Click : Mixer_and_Blender
■ V1 Close Level >= 80%
Station#1 192.168.0.111
Station#2 192.168.0.112
Station#3 192.168.0.113
Station#4 192.168.0.114
Station#5 192.168.0.115
■ Use Panel View to Check PLC Software NEW THINKING. NEW POSSIBILITIES
■ Instructions
■ Tag A1 (Bool-Controller) was already create
■ Use A1 To Start the Agitator
■ Set Timer 30 sec to Keep the Agitator Running
1 Step2 is made
2 Start Timer T1
3 T1.TT made
?
4 Set A1
Station#1 192.168.0.111
Station#2 192.168.0.112
Station#3 192.168.0.113
Station#4 192.168.0.114
Station#5 192.168.0.115
■ Use Panel View to Check PLC Software NEW THINKING. NEW POSSIBILITIES
■ Instructions
■ V2 Open Level >= 80%
■ V2 Close Level <= 10%
1 Step2 is made
2 Level >= 80% ?
3 Latch V2
4 Level <= 10%
5 Unlatch V2,Step1,Step2
Station#1 192.168.0.111
Station#2 192.168.0.112
Station#3 192.168.0.113
Station#4 192.168.0.114
Station#5 192.168.0.115
■ Use Panel View to Check PLC Software NEW THINKING. NEW POSSIBILITIES
R
6 ft
V = 3.14 * R² * H
H H = 6.0 ft / R = 3.0 ft
Level 0% 0.0 ft
0 ft
■ Implement PLC Software to calculate Volume the Tank NEW THINKING. NEW POSSIBILITIES
■ Instructions
■ Volume tag V Real already created
■ Height tag H Real Already created
?
■ PLC Software to calculate Volume the Tank NEW THINKING. NEW POSSIBILITIES
Station#1 192.168.0.111
Station#2 192.168.0.112
Station#3 192.168.0.113
Station#4 192.168.0.114
Station#5 192.168.0.115
■ Use Panel View to Check PLC Software NEW THINKING. NEW POSSIBILITIES
High Bool
P1 Bool
High_Slow Bool
Slow Bool
Down Bool
Low_Slow Bool
P0 Bool
Low Bool
3
5
5
■ Use JSR instruction – call PLC routine Elevator NEW THINKING. NEW POSSIBILITIES
?
Elevator Move Up Input Tags Output Tags
High Bool Up Bool
1 Elevator in Position 0 Low Switch Made
High_Slow Bool Down Bool
2 Panel Builder Push P1 Push P1
Low_Slow Bool Fast Bool
3 Elevator Move Up Fast Latch Tags Up, Fast
Low Bool Slow Bool
4 High_Slow switch is made High_Slow Switch Made
5 Elevator Move Up Slow Latch Tags Up, Slow, Unlatch Fast
6 High Switch is Made High_Switch made
7 Elevator Stop in Position 1 Unlatch Tags Up, Slow
■ Step#1 Implemented the PLC Logic to Move Elevator Up NEW THINKING. NEW POSSIBILITIES
Station#1 192.168.0.111
Station#2 192.168.0.112
Station#3 192.168.0.113
Station#4 192.168.0.114
Station#5 192.168.0.115
■ Use Panel View to Check PLC Software NEW THINKING. NEW POSSIBILITIES
1 Push Reset
1 L1 Green
2 Push #Key
3 Display#1 Loaded
4 L2 Green
5 Push #Key
6 Display#2 Loaded
7 L3 Green
8 Push #Key
9 Display#3 Loaded
10 Push Enter
■ PLC Tags to simulate Panel Builder Animation NEW THINKING. NEW POSSIBILITIES
K0 K1 K2 K3 K4 Bool
K5 K6 K7 K8 K9 Bool
Code_Ok Bool
?
■ Introduction the Lab – Traffic Control Lights NEW THINKING. NEW POSSIBILITIES
This Lab#4 will implement PLC Software for Traffic Control Lights
See the Steps Below: Off mode all Lights should be Off
1 Push Start Button
1 Lane B,C Red light On
1 Lane A,B,C Yellow Light Off
1 Lane B,C Green Light Off
2 Lane A Green Light On 30s
3 Lane A Green Light Off
3 Lane A Yellow Light On 5s
4 Lane A Yellow Light Off
4 Lane A Red Light On
4 Lane B Red Light Off
4 Lane B Green Light On 30s
5 Lane B Green Light Off
5 Lane B Yellow Light On5s
6 Lane B Yellow Light Off
6 Lane B Red Light On
6 Lane C Red Light Off
6 Lane C Green Light On 30s
7 Lane C Green Light Off
7 Lane C Yellow Light On5s
8 Lane C Yellow Light Off
8 Lane C Red Light On
9 Go to Step 2 Start Button set System ON / Stop Button Set System Off
■ PLC Tags to simulate Panel Builder Animation NEW THINKING. NEW POSSIBILITIES
A_Red B_Red
A_Yellow B_Yellow
A_Green B_Green
Bool
On Bool
C_Red
C_Yellow
Off Bool C_Green
TC Timer