Industrial Electronics Courses

PLC Labs


PLC Lab #1

Follow the instructor's directions in class to open and run the Rockwell software for programming PLC's. Using the Logix 500 software, program and download the programs from text book page 83, examples 4-1 through 4-9.


PLC Lab #2

In your programming Activites manual, page 73, program # 1- # 10 of figure 5-12. Have the Instructor sign off # 4 & # 10.


PLC Lab #3

In your programming Activites manual, page 57-58, do Problems #1 - #7. Have the Instructor sign off when completed.


PLC Lab #4

In your text book, pages 89-90, problem #2. Draw the logic gates and the Boolean equation, draw the ladder logic programs, and turn in the drawings for grading next week. Program all 6 ladder logic diagrams into the micrologix 1000 using Logix 500. Have the Instructor sign off when completed.


PLC Lab #5

In your programming Activities manual, page 59, problems #10- 11- 12 & 13. Draw the ladder logic programs, and turn in the drawings for grading next week. Program all ladder logic diagrams into the micrologix 1000 using Rockwell Logix 500 software. Have the Instructor sign off when completed.


PLC Lab #6

In your text book, pages 118- 119, problems #2, 3, & 4. Draw the ladder logic programs as necessary for each problem, and program them into the PLC. Have the Instructor check off and sign # 4 when completed. Turn in the Drawings for grading next week.



PLC Lab #7

In your text book, pages 160-161, problems #1, 2, 3, & 4. Draw the ladder logic programs as necessary for each problem, and program them into the PLC. Have the Instructor check off and sign # 4 when completed.



PLC Lab #8

In your text book, pages 161-162, problems #6,7,8,9. Draw the ladder logic programs as necessary for each problem, and program them into the PLC. Have the Instructor check off and sign each lab when completed.



PLC Lab #9

In your text book, page 182. Fig 7-23 and page 186 Fig 7-28. Draw the ladder logic programs as necessary for each problem, and program them into the PLC. Have the Instructor check off and sign each lab when completed.


PLC Lab #10

In your text book, page 194. Fig 7-36. Draw the ladder logic programs as necessary for each problem, and program them into the PLC. Have the Instructor check off and sign this lab when completed.


Use this list of I/O addresses:
Stop I:0/5
Start I:0/0
Hint: use a control relay CR1 with address B3:0/1
(maybe even 2 relays, if you need one to help you reset the program?)
Empty level sensor I:0/6
Full level sensor I:0/7
solenoid A O:0/0
solenoid B O:0/1
mixing motor O:0/2

PLC Lab #11

Enter documentation and labeling into your PLC program that you developed for lab #10.


PLC Lab #12

Develop the program from the requirements of problem #13 on page 195 of your text book. Draw the ladder diagram and enter into the PLC and check operation. Enter documentation and labeling into your PLC program that you developed for this lab.


PLC Lab #13

Develop the program from the requirements of problem #14 on page 195 of your text book. Draw the ladder diagram and enter into the PLC and check operation. Enter documentation and labeling into your PLC program that you developed for this lab.


PLC Lab #14

Develop the program from the requirements of figure 8-22 on page 212 of your text book. use a pre-set of 5 on each counter. There should be a total of 2 pushbuttons in this program, one for a reset. Draw the ladder diagram and enter into the PLC and check operation. Enter documentation and labeling into your PLC program that you developed for this lab.


PLC Lab #15

Develop the program from the requirements of figure 8-24 on page 213 of your text book. Draw the ladder diagram and enter into the PLC and check operation. Enter documentation and labeling into your PLC program that you developed for this lab.


PLC Lab #16

Develop the program from the requirements of figure 8-28 on page 216 of your text book. Draw the ladder diagram and enter into the PLC and check operation. Enter documentation and labeling into your PLC program that you developed for this lab.


PLC Lab #17

Develop the program from the requirements of problem #4 on page 222 of your text book. Draw the ladder diagram and enter into the PLC and check operation. Enter documentation and labeling into your PLC program that you developed for this lab.


PLC Lab #18

Develop the program from the requirements of problem # 5 on page 223 of your text book. Draw the ladder diagram and enter into the PLC and check operation. Enter documentation and labeling into your PLC program that you developed for this lab.


PLC Lab #19

Develop the program from the requirements of problem #6 on page 223 of your text book. Draw the ladder diagram and enter into the PLC and check operation. Enter documentation and labeling into your PLC program that you developed for this lab.


PLC Lab #20

Develop the program from the requirements of problem #8 on page 224 of your text book. Draw the ladder diagram and enter into the PLC and check operation. Enter documentation and labeling into your PLC program that you developed for this lab.



PLC Lab #21

For this lab, you are to design a program that will run a 24 hour clock on the micrologix 500 PLC, using Logix 500 programming software. Your clock will be used to turn on a light at a specific time, and turn the light off after a definite interval. The accumulated values entered into the timers and counters that you use will read out the actual time in military format. set your clock so that the actual time is used, and program the light to be turned on at exactly 11:20 AM and to turn off at exactly 12:50 PM. Turn on a second light at 12:40 PM and off at 1:15 PM. (You may need to study data comparision instructions in order to make this circuit operate correctly)

Enter documentation and labeling into your PLC program that you developed for this lab.

PLC Lab #22

A sequencer can be used to energize outputs in "steps". The steps in the sequencer can be event driven (by a transition of an input from off- to- on, for instance) or timer driven. Research the information on sequencers in chapter 12 of the text book, and look at the instruction set help information in the Logix 500 software. Then develop a time driven output sequencer to control a set of traffic lights. Use the following output designations:

North red: output 0
North yellow: output 1
North green: output 2
east/west red: output 3
east/west yellow: output 4
east/west green: output 5

Use a 3 second green light, a 2 second yellow light on each intersection. Red will be at least 3 seconds, possibly longer if necessary to accomodate other light minimum times. The sequence will be: both reds on for 2 seconds, one green on, the other remains red. The green turns to yellow while opposite remains red. Both reds for 2 seconds, then opposite green on, etc.

A selector switch will start and stop the traffic light. Once started, it will continue to sequence until the selector switch is turned off.

Enter documentation and labeling into your PLC program that you developed for this lab.


PLC Lab #23

For this lab, you are to design a program to control a milling operation. The Milling machine has 2 heads- one for milling, one for cutting key-ways. You are to design controls that will provide for the following:

A master on- off power switch which will provide power to a control relay and light a pilot light to indicate that power is on.

Require a delay of 5 seconds after turning on the power switch before any other operation can take place

A switch that will automatically rotate the two heads to switch their positions (1 head in use will be positioned above the work table, the other in an un-used position) a limit switch will indicate if key way punch is in position, a second limit switch will indicate if milling head is in position. Do not allow a head to operate if it is not in position above the table. Neither head can be allowed to operate until 5 seconds after it reaches the "over the table" position.

The milling head will have a forward and reverse switch and an on-off switch. There must be a 5 second delay between reversing the motor. Be sure to interlock the forward and reverse magnetic starters.

The Key Way machine will have an on-off switch. Provide a counter that will count the operations of the key way milling machine, and light a maintenance required light after 20 strokes.

design a time of day clock that will disable all operations after 5 PM until 7 AM the following day.

Enter documentation and labeling into your PLC program that you developed for this lab.


PLC Lab #24

In this lab, you will make use of data manipulation instructions. Add to the previous lab the necessary logic to allow the operator to over-ride the night time lock-out by entering a code. the code should be removed when the machine is turned off, once again disabling the machine during night time hours. (Hint: You might use a pushbutton to enter the code into the accumulated value of a counter, move that value into a memory register via a second switch. Use data comparision instructions to determine if the proper number was entered. Be sure to clear the register when the machine is shut down.)

Enter documentation and labeling into your PLC program that you developed for this lab.




Student Resources Start Page

Send EMail to Steve Arne (steve@education4electricians.com)