Search for question
Question

EST 3543: Programmable Logic Applications and Device Integration Lab Assignment #5 A) Conveyor Operation: Motor: The operation of the conveyor motor is controlled by a signal applied to its relay. The Motor will be energized when its relay receives a signal (the conveyor relay can also be switched from normally-open to normally-closed operation so that the Motor is de- energized when its relay receives a signal). The conveyor motor relay is connected to bit 0 of the Output module or O:0/0. Limit Switch: The Conveyor is installed with a limit switch to detect when parts arrive at the end of the belt. It is configured as a Normally-Open Limit Switch and connected to bit 0 of the Input module or 1:0/0. B) RSLogix Lab Assignment: Create a Program: Open RSLogix from the Windows Programs Menu by going to the Rockwell Software folder. From the File menu, choose New. The Select Processor Type dialog window appears. Choose the MicroLogix 1100 (Bul. 1763) processor (Series A if available). Name the processor LAB5_FML. Where FML are your first name, middle name, and last name initials respectively. In the Communications Settings section of the dialog window select the ‘AB_ETHIP-1' driver (if available). Click OK to create the program. Once the program file is created, you will see the Program Organizer pane on your left. The default configuration contains a three Program Files: SYS 0, SYS 1, LAD 2. Select LAD 2 to display the main ladder logic routine on the Main Window. Save your program in a new folder within My Documents. The .RSS extension will be automatically appended to the file name. Enter the Ladder Logic: - An END rung automatically appears as the only rung in the LAD 2 ladder logic window. Add a new rung by selecting the appropriate icon from the ‘User' instructions toolbar or by right-clicking on the END rung ID (0000) and selecting 'Insert Rung'. 1 Instructions (XIC, XIO, OTE, OTL, and OTU) can be inserted within the rung by selecting the appropriate icon from the 'User' or 'Bit' instructions toolbar or by right-clicking on the rung and selecting 'Insert' and choosing the instruction from the list. The instruction address is entered by typing it in place of the question mark (?) that appears on top of the instruction (i.e. 1:0/1 for terminal 1 of the input module). Enter a Description for the device the instruction is addressed to (i.e. input devices: NO LS, NO MC PB, NO SS. Output devices: Motor Relay, Red PL, Green PL, Blue PL.) Enter a Symbol for the device the instruction is addressed to (i.e. input devices: L_S, S_1, S_2, S_3, S_4. Output devices: M_R, L_1, L_2, L_3) Using symbols will allow to refer to the device later by its symbol rather than by its address. Program the devices using the following symbols, descriptions, and addresses: I/O Symbol Input L S Description NO LS Address I:0/0 Input S 1 NO MC PB I:0/1 Input S2 NO MC PB I:0/2 Input S 3 NO SS I:0/3 Input S 4 NO SS 1:0/4 Output MR Motor Relay 0:0/0 Output L 1 Red PL 0:0/1 Output L2 Green PL 0:0/2 Output L 3 Blue PL 0:0/3 - In this lab you will be automating the operation of the conveyor system. The program is required to operate as follows: The motor M_R is to be latched if pushbutton S_1 is activated and both switches S_3 and S_4 are ON. The motor M_R is to be unlatched if pushbutton S_2 is activated. If either switch S_3 or S_4 is turned OFF and ON while the motor M_R is activated, the motor must automatically stop and start without the need for button S_1 to be activated. When the limit switch L_S is activated the motor M_R must automatically stop and automatically start when L_S is deactivated. The red pilot light L_1 is to be energized when the conveyor motor is not running. The green pilot light L_2 is to be energized when the conveyor motor is running. The blue pilot light L_3 is to be energized when S_3 and S_4 are ON. 2 Download and Test the program (not possible when working remotely): - Double-Click on the 'Channel Configuration' item within the 'Controller' folder of the Program Organizer pane on the left. Select the 'Channel 1' tab and enter the correct controller IP address (168.254.224.XX) listed on the RSWho Window. Enter the appropriate Subnet Mask (255.255.0.0). Disable the 'BOOTP Enable' and ‘DHCP Enable' options and click OK. Save the RSS program file. From the 'Comms' menu select 'System Comms'. Select the appropriate controller under the 'AB ETHIP-1' driver and click 'Download'. Note: do not click ‘Upload' or your program will be replaced with the one currently in the controller memory. From the 'Comms' menu select Mode > Run. Your program is now running directly on the controller. With the help of the instructor, test your program by experimenting the different I/O alternatives. Back on your workstation, select Mode > Program and ‘Go Offline' from the 'Comms' menu. Save your work and submit your program file: - Save the RSS program file. Close and Exit RSLogix. Upload and submit your program file (LAB5_FML.RSS) on the corresponding Dropbox Online@DSC. 3


Most Viewed Questions Of PLC

DELIVERABLES: List all inputs and outputs for this industrial automation process. Use CADe software to create the schematic diagram for this process. Use LOGO! Softcomfort to create a ladder diagram that controls the overall process. 1. 2. 3. 4. Explore the potential implications of sensor failures within the system and propose effective measures to mitigate these failures. Additionally, address how redundancy or monitoring could be implemented to ensure continued operational reliability. 5. How does the system distinguish between a momentary fluctuation in water levels and a sustained rise that requires shutter activation? 6. What are the maintenance and calibration requirements for the water level sensors, and how frequently should they be inspected or serviced?/nTASK OVERVIEW: Dam Shutter Control System dam shutters control using Programmable Logic Controllers (PLC), the main objective is to efficiently control water levels in a dam. The system manages three threshold values, two motors for opening shutters to release excess water, and includes light indicators for status feedback. Additionally, an emergency stop button ensures safety and reliability in the industrial automation process. Inside the dam, water accumulates, and the system operates as follows: when the water level reaches the first sensor and the second sensor remains uncovered, a green indicator light illuminates, signifying that the water level is within safe limits. If the water rises to cover the second sensor, it signals the controller to activate a three-phase motor, which, in turn, opens the first dam shutter, enabling controlled water release. As the water level exceeds the acceptable range, the green light turns off. If the water level is between the first and second sensors, a yellow indicator light comes on to indicate that the water level falls within this intermediate range. When the water level surpasses the second sensor, a red indicator light activates, drawing attention to the elevated water level. In addition to these features, a time-sensitive mechanism has been integrated. If the water level transitions from the first sensor to the second sensor within a span of 10 minutes, both shutters will automatically open to expedite the water release process, ensuring effective dam management. If the water continues to rise and covers the third sensor, a second three-phase motor initiates the opening of another shutter, triggering an alarm system. The alarm only ceases when the water level falls below the third sensor. Both motors operate in reverse to close the shutters when the water level returns to the acceptable range, between the first and second sensors.


P3-3. Draw a ladder diagram that will cause the output, pneumatic solenoid PS6124, to be ON when both push button switches PB6121 and PB6122 are closed (pushed), and either limit switch LS6123 is open or limit switch LS6125 is closed. Do this problem for the ControlLogix, MicroLogix, SLC-500, S7,Modicon Unity and/or GE PLCs. For the GE PLC, use (1) I/O Variable and/or (ii) CPU Memory addressing. Show only the I/O address with the ladder contacts/coils. a) For a ControlLogix processor, the input/output devices are wired to: PS6124: Output module, chassis 'REM_2', slot 5, channel 12 PB6121: Input module, local chassis, slot 0, channel 7 PB6122: Input module, local chassis, slot 0, channel 8 LS6123: Input module, chassis 'REM_2', slot 4, channel 5 LS6125: Input module, chassis 'REM_3', slot 7, channel 0


4. (15 points) Based on the PLC input/output diagrams shown below, draw PLC ladder logic diagrams. Input A Input B Output Y Input A Input B High Low- High Low. High Low- Output Y High Low High Low High Low


P5-14. Develop a ladder logic program to handle a low bunker alarm for a coal-fired power plant coal bunker. The devices are shown in Figure P5.14. Normal sequence of events: Coal bunker 2 becomes low for 3 seconds (BUNK2_LLEV turns off for 3 sec.) which causes • BUNK2_LLMP starts flashing (1 sec. on, I sec. off) • ALARM HORN sounds (turns on).


Introduction Learning Outcomes - EAT240 - Automation for Manufacturing Coursework Assignment Control System for Mixing Tanks This coursework exercise will provide you with the opportunity to demonstrate the skills you will develop throughout the module. Specifically, the following learning outcomes will be assessed: LO2 - Design integrated automated systems using controllers, sensors, and actuators. LO4 - Design and implement an automated system to solve a range of problems including the control of common actuators. LO5 - Design and test typical programming solutions for use with automation systems. Practical Design Exercise The assessment is a practical design exercise worth 50% of the module mark. You will be required to work individually to develop a control system for an industrial application. Scenario, Scenario - A manufacturing company has recently installed a new paint line. The paint line (see figure 1) can mix different colours of specialist paint to a set temperature. After the mixing process has been completed the tank will empty to fill a batch of tins. The completed batch will then be transferred to a labelling process before final transfer to a warehouse, ready to be shipped to the customer. Task - Your company has been contacted to tender for the control system for the paint mixing and packaging line. The project manager has decided to utilise your skillset and you have been tasked with individually designing a PLC program for the machine that as a minimum meets the basic system requirements. As part of the tender process, you must submit the appropriate documentation to an industrial standard, including sequential flow charts, machine drawings and PLC programs. Note: Please note all work should be completed on an individual basis and you will need to carry out a face-to-face demonstration of your finished programme in order to complete the assessment. Task 1 - System Control, The system shown in figure 1 is to be controlled by the PLC. The PLC will perform the following functions using the sequences and basic requirements listed below, Sequence 1 – (Paint A) is heated to a temperature of 30 degrees and mixed for a 2-minute cycle. Sequence 2 – (Paint B) is heated to a temperature of 60 degrees and mixed for a 5-minute cycle time. A) - Basic System Program Requirements (to be used as guidance), Step 1 - Upon activation of the system ready push Button, the system will be made ready to use - only if the conveyor, heating elements and mixing tanks are switched off. This will also be indicated by a red "System ready" light. The system must have an emergency stop to shut down the full system. Note: Emergency stop should stop the full system from working until reset. Step 2 - When the "system ready" light is on, the process will start after a 10 second delay when selected by the machine operator and the conveyor will then move the empty tins to the appropriate filling station. Step 3 - Once the batch of tins is present at the filling stations and the low-level sensor is activated, the fill pumps are energised to allow the filling of tank A or B until the high-level sensor is activated. Step 4 - When the tanks are full, the mixing and heating cycle will start. After the mixing cycle is complete, there will be a delay for 5 seconds to allow the paint to settle and then the tank will empty until low level sensor is activated and the batch is complete. Note - You must ensure that if there is a loss of power the mixing cycle does not exceed the paint cycle time. Step 5- Once the batch has been completed, energise conveyor motor and transfer to the warehouse process. Note: The number of batches must be counted in and out of the warehouse location and once 50 batches have been made, the program will prevent the operator from making any more, until the system has been reset. EAT240 PLC Design Notes (20 Marks) The customer has asked for a comprehensive a set of design notes for the PLC program based on the required functionality described above. This may include: ● Flowchart or Sequential Function Chart 1/0 list Variable list Comments on the purpose of each rung Pneumatic/Hydraulic Drawings PLC/HMI Program (20 Marks) You will create your PLC program individually using your design notes. You can refer to the to the following documentation which is available through the CCW software and on Rockwell Automation website (details in the lab guides): ● CCW programming manual Micro820 hardware manual CCW quick start guide Actuator/Sensor Evaluation and Selection (10 Marks) Based on your experience of developing the PLC Program consider how the machine could be improved, you may wish to consider performance, efficiency, reliability, or maintainability as part of your assessment. You should refer to the actuators and sensors which are used and choose at least 2 actuators and sensors that could be used to improve the system, providing a description and evaluation of each type. You will present a brief (max 4 pages) report which summarises the evaluation, supported by appropriate references to your earlier work and any relevant technical documentation. Engagement with Lab Sessions While there are a number of elements to this assessment much of the work is based on the activities that you will carry out online and during the laboratory sessions. Therefore, if you engage with these activities you will greatly enhance your chances of achieving a good mark. After each session you should try to think about how the material covered could contribute to the assignment and make a note of this to support the design exercise. The laboratory sessions will involve the use of the Rockwell Micro 820 PLC. Any submission for alternative devices e.g. Arduino will not be accepted. Importance of Design One of the most important themes in this module is the importance of design. It is important, therefore, that you allow adequate time to design your program. If you fail to do so you will not only jeopardise the design elements of the coursework, but you will also make it extremely difficult to score well for the coding activities. Avoiding Accusations of Plagiarism Any code you write must be entirely your own. You may bring listings into the coding sessions but if these have been sourced from another source e.g. a text book or the internet, then this must be fully acknowledged using comments which clearly and unambiguously identify the extent of the code involved (e.g. by labelling the start and end of the section in question) and the source. You should also ensure that all work in the written submissions is your own and correctly referenced. Where you draw on references you should ensure that you clearly explain their relevance to your own work. If you are unsure on the correct way to reference any material, please ask or refer to the guidance available via the University Library Website: http://library.sunderland.ac.uk/find-resources/referencing/ Presentation of Work Presentation of work is of critical importance. The elements being submitted electronically should be typed and clearly formatted making appropriate use of headings and subheadings. Your design notes for the PLC program may be handwritten or typed but MUST be clear and legible.


Introduction Learning Outcomes - EAT240 - Automation for Manufacturing Coursework Assignment Control System for Mixing Tanks This coursework exercise will provide you with the opportunity to demonstrate the skills you will develop throughout the module. Specifically, the following learning outcomes will be assessed: LO2 - Design integrated automated systems using controllers, sensors, and actuators. LO4 - Design and implement an automated system to solve a range of problems including the control of common actuators. LO5 - Design and test typical programming solutions for use with automation systems. Practical Design Exercise The assessment is a practical design exercise worth 50% of the module mark. You will be required to work individually to develop a control system for an industrial application. Scenario, Scenario - A manufacturing company has recently installed a new paint line. The paint line (see figure 1) can mix different colours of specialist paint to a set temperature. After the mixing process has been completed the tank will empty to fill a batch of tins. The completed batch will then be transferred to a labelling process before final transfer to a warehouse, ready to be shipped to the customer. Task - Your company has been contacted to tender for the control system for the paint mixing and packaging line. The project manager has decided to utilise your skillset and you have been tasked with individually designing a PLC program for the machine that as a minimum meets the basic system requirements. As part of the tender process, you must submit the appropriate documentation to an industrial standard, including sequential flow charts, machine drawings and PLC programs. Note: Please note all work should be completed on an individual basis and you will need to carry out a face-to-face demonstration of your finished programme in order to complete the assessment. Task 1 - System Control, The system shown in figure 1 is to be controlled by the PLC. The PLC will perform the following functions using the sequences and basic requirements listed below, Sequence 1 – (Paint A) is heated to a temperature of 30 degrees and mixed for a 2-minute cycle. Sequence 2 – (Paint B) is heated to a temperature of 60 degrees and mixed for a 5-minute cycle time. A) - Basic System Program Requirements (to be used as guidance), Step 1 - Upon activation of the system ready push Button, the system will be made ready to use - only if the conveyor, heating elements and mixing tanks are switched off. This will also be indicated by a red "System ready" light. The system must have an emergency stop to shut down the full system. Note: Emergency stop should stop the full system from working until reset. Step 2 - When the "system ready" light is on, the process will start after a 10 second delay when selected by the machine operator and the conveyor will then move the empty tins to the appropriate filling station. Step 3 - Once the batch of tins is present at the filling stations and the low-level sensor is activated, the fill pumps are energised to allow the filling of tank A or B until the high-level sensor is activated. Step 4 - When the tanks are full, the mixing and heating cycle will start. After the mixing cycle is complete, there will be a delay for 5 seconds to allow the paint to settle and then the tank will empty until low level sensor is activated and the batch is complete. Note - You must ensure that if there is a loss of power the mixing cycle does not exceed the paint cycle time. Step 5- Once the batch has been completed, energise conveyor motor and transfer to the warehouse process. Note: The number of batches must be counted in and out of the warehouse location and once 50 batches have been made, the program will prevent the operator from making any more, until the system has been reset. EAT240 PLC Design Notes (20 Marks) The customer has asked for a comprehensive a set of design notes for the PLC program based on the required functionality described above. This may include: ● Flowchart or Sequential Function Chart 1/0 list Variable list Comments on the purpose of each rung Pneumatic/Hydraulic Drawings PLC/HMI Program (20 Marks) You will create your PLC program individually using your design notes. You can refer to the to the following documentation which is available through the CCW software and on Rockwell Automation website (details in the lab guides): ● CCW programming manual Micro820 hardware manual CCW quick start guide Actuator/Sensor Evaluation and Selection (10 Marks) Based on your experience of developing the PLC Program consider how the machine could be improved, you may wish to consider performance, efficiency, reliability, or maintainability as part of your assessment. You should refer to the actuators and sensors which are used and choose at least 2 actuators and sensors that could be used to improve the system, providing a description and evaluation of each type. You will present a brief (max 4 pages) report which summarises the evaluation, supported by appropriate references to your earlier work and any relevant technical documentation. Engagement with Lab Sessions While there are a number of elements to this assessment much of the work is based on the activities that you will carry out online and during the laboratory sessions. Therefore, if you engage with these activities you will greatly enhance your chances of achieving a good mark. After each session you should try to think about how the material covered could contribute to the assignment and make a note of this to support the design exercise. The laboratory sessions will involve the use of the Rockwell Micro 820 PLC. Any submission for alternative devices e.g. Arduino will not be accepted. Importance of Design One of the most important themes in this module is the importance of design. It is important, therefore, that you allow adequate time to design your program. If you fail to do so you will not only jeopardise the design elements of the coursework, but you will also make it extremely difficult to score well for the coding activities. Avoiding Accusations of Plagiarism Any code you write must be entirely your own. You may bring listings into the coding sessions but if these have been sourced from another source e.g. a text book or the internet, then this must be fully acknowledged using comments which clearly and unambiguously identify the extent of the code involved (e.g. by labelling the start and end of the section in question) and the source. You should also ensure that all work in the written submissions is your own and correctly referenced. Where you draw on references you should ensure that you clearly explain their relevance to your own work. If you are unsure on the correct way to reference any material, please ask or refer to the guidance available via the University Library Website: http://library.sunderland.ac.uk/find-resources/referencing/ Presentation of Work Presentation of work is of critical importance. The elements being submitted electronically should be typed and clearly formatted making appropriate use of headings and subheadings. Your design notes for the PLC program may be handwritten or typed but MUST be clear and legible.