LEARNING ACTIVITY PACKET MECHATRONICS MULTIPLE STATION CONTROL B72001-AA10UEN

Size: px
Start display at page:

Download "LEARNING ACTIVITY PACKET MECHATRONICS MULTIPLE STATION CONTROL B72001-AA10UEN"

Transcription

1 MECHATRONICS LEARNING ACTIVITY PACKET MULTIPLE CONTROL B72001-AA10UEN

2 LEARNING ACTIVITY PACKET 10 MULTIPLE CONTROL INTRODUCTION To manufacture most products requires a number of steps that have to be performed. Often multiple machines or stations are positioned in series with each other. In an automated environment, each machine must be able to signal to the next machine when parts are available. This LAP review one type of communication called discrete I/O handshaking. It examines how handshaking works, some programming examples, and some examples of how handshaking is used. ITEM NEEDED Amatrol Supplied 2 or more of the following Mechatronics stations: 87-MS1 Pick and Place Feeding 87-MS2 Gauging 87-MS3 Indexing 87-MS4 Sorting and Queuing 87-MS5 Assembly 87-MS6 Torquing 87-MS7 Parts Storage 870-PS7313-AAU, 870-PS7314-AAU, or 870-PS7315-AAU Mechatronics Learning System for Siemens S one per station Siemens S70300 Programming Cable Siemens Step 7 Programming Software School Supplied Computer with Windows XP Operating System FIRST EDITION, LAP 10, REV. C Amatrol, AMNET, CIMSOFT, MCL, MINI-CIM, IST, ITC, VEST, and Technovate are trademarks or registered trademarks of Amatrol, Inc. All other brand and product names are trademarks or registered trademarks of their respective companies. Copyright 2014, 2012, 2011 by AMATROL, INC. All rights Reserved. No part of this publication may be reproduced, translated, or transmitted in any form or by any means, electronic, optical, mechanical, or magnetic, including but not limited to photographing, photocopying, recording or any information storage and retrieval system, without written permission of the copyright owner. Amatrol,Inc., 2400 Centennial Blvd., Jeffersonville, IN USA, Ph , FAX B72001-AA10UEN MULTIPLE CONTROL 2

3 TABLE OF CONTENTS SEGMENT 1 DISCRETE I/O HANDSHAKING OBJECTIVE 1 Describe the function of discrete I/O handshaking OBJECTIVE 2 Describe how to connect PLC discrete I/O handshaking lines OBJECTIVE 3 Describe the operation of a PLC program that uses discrete I/O handshaking SKILL 1 Design a PLC program to use discrete I/O handshaking SEGMENT 2 SYSTEM STARTUP/ HALT OBJECTIVE 4 Describe the operation of a PLC program that uses discrete I/O handshaking for multiple station startup SKILL 2 Design a PLC program to use discrete I/O handshaking for multiple station startup OBJECTIVE 5 Describe the operation of a PLC program that uses discrete I/O handshaking for a multiple station halt SKILL 3 Design a PLC program to use discrete I/O handshaking for a multiple station halt SEGMENT 3 SYSTEM / RESET OBJECTIVE 6 Describe the operation of a multiple station emergency stop circuit OBJECTIVE 7 Describe the operation of a PLC program that uses discrete I/O handshaking for a multiple station cycle stop SKILL 4 Design a PLC program to use discrete I/O handshaking for a multiple station cycle stop OBJECTIVE 8 Describe the operation of a PLC program that uses discrete I/O handshaking for multiple station reset SKILL 5 Design a PLC program to use discrete I/O handshaking for a multiple station reset SEGMENT 4 FMS PROGRAMMING OBJECTIVE 9 Describe the operation of a PLC program that uses discrete I/O handshaking for multiple station FMS SKILL 6 Design a PLC program to use discrete I/O handshaking for multiple station FMS OBJECTIVE 10 Describe the operation of a PLC program that uses discrete I/O handshaking for multiple station quantity production SKILL 7 Modify a PLC program to use discrete I/O handshaking for multiple station quantity production B72001-AA10UEN MULTIPLE CONTROL 3

4 SEGMENT 1 DISCRETE I/O HANDSHAKING OBJECTIVE 1 DESCRIBE THE FUNCTION OF DISCRETE I/O HANDSHAKING Multiple stations are often used to manufacture a product, with each station performing a different step of the manufacturing process. In order to safely and effectively transfer the parts from one station to another, the stations typically use some form of communication, such as Ethernet, Profibus, or discrete I/O handshaking. Discrete handshaking involves connecting discrete inputs and outputs between the stations and using the on/off signals to indicate when it is safe to perform a given operation. This type of communication typically is used for fairly short distance (less than 50 feet) communications. Figure 1 shows the connections for a basic handshaking system using a discrete I/O signal. When the Station A completes its operation on a part it turns on an output to signal Station B that it can begin its operation by transporting the part away from Station A. HANDSHAKING SIGNAL PLC IN OUT PLC IN OUT A PART CONVEYOR B Figure 1. Handshake Connection B72001-AA10UEN MULTIPLE CONTROL 4

5 In most applications, there is also a second handshake signal that allows the downstream station to communicate back to the upstream station that it is ready to receive the part. This assures that parts do not get fed into the downstream station before it is ready. This signal connects an output of the downstream station to an input of the upstream station. Once the part is fed to the next station, the transfer hardware on the upstream station (cylinder, pick and place module) moves to a safe position and then sends a signal to the downstream station that it is clear. This signal tells the downstream station that it can safely start its sequence. HANDSHAKE SIGNAL DOWNSTREAM TO UPSTREAM PLC IN OUT PLC IN OUT UPSTREAM CONVEYOR DOWNSTREAM Figure 2. 2-Way Handshake Communication Figure 3 shows how additional lines are added for a third station. PLC IN OUT PLC IN OUT PLC IN OUT A CONVEYOR B CONVEYOR C Figure 3. Handshaking with Three Stations B72001-AA10UEN MULTIPLE CONTROL 5

6 OBJECTIVE 2 DESCRIBE HOW TO CONNECT PLC DISCRETE I/O HANDSHAKING LINES Wiring handshake lines between PLC discrete I/O is done using a standard method of interfacing controllers. If each station uses a PLC with the same types of input and output modules, such as the same current and voltage level, the interfacing is straightforward. Figure 4 shows a typical wiring scheme used in PLC handshaking. The handshaking output lines from the first PLC connect to the downstream station s PLC inputs. In the example in figure 4, Station B (the downstream station) communicates to Station A (the upstream station) through two I/O terminals. The handshaking input 3 on Station A is connected to output 5 on Station B and output 7 on Station A is connected to input 1 on Station B. A IN ON - READY TO RECEIVE PART FROM A B OUT 24 VDC VDC TO PREVIOUS 8 OUT 5 ON - PART READY FOR B IN 24 VDC VDC TO NEXT 3 4 Figure 4. Wiring Scheme for I/O Handshaking B72001-AA10UEN MULTIPLE CONTROL 6

7 Station A processes parts and passes them on to Station B. However, Station A cannot pass a part on to Station B if it is busy. When Station B is ready for a part, it sets its output 5 high, which turns on Station A s input 3. This tells Station A that it can safely pass on the part. Depending on the operation of the stations, more handshaking signals may be required for the system to function properly. For example, in figure 5 Station A can set output 8 high when it detects parts made of metal. This turns on Station B s input 1, which can use this information for assembly or processing operations. Station B can then turn on output 6. This turns on Station A s input 4, which may increment a counter keeping track of the number of completed products. The figure does not show power wiring to improve clarity. A IN B READY TO RECEIVE PART INCREMENT COUNTER B OUT OUT SPARE IN METAL PART Figure 5. Example of Handshaking Diagram for Two Stations B72001-AA10UEN MULTIPLE CONTROL 7

8 OBJECTIVE 3 DESCRIBE THE OPERATION OF A PLC PROGRAM THAT USES DISCRETE I/O HANDSHAKING PLC programs that use discrete I/O handshaking include bits within the logic to turn the handshake signals on or off given the state (true or false) of the rung. The first station often turns on a handshaking output, which turns on a handshaking input in the next station and causes some action to take place. If the handshaking signal is to be passed to all connected stations, then the second station will use the handshaking input to trigger a handshaking output to the next station. This process will continue to the last station. There are certain considerations to make when inserting handshaking bits into the program. First, look at the process and determine at what point in the sequence the first station sends the handshake signal to the next station. For example, one assembly station may queue parts for another assembly station. That station will hold the parts and check its handshaking input. Once the input goes high, indicating the assembly line is ready for a part, the station releases a part to assembly station #2 and waits to get another signal. ROBOT ASSEMBLY #1 HANDSHAKING SIGNAL TO PREVIOUS IS HIGH PICK AND PLACE ASSEMBLY #2 QUEUE PART Figure 6. Determine if Next Station is Ready B72001-AA10UEN MULTIPLE CONTROL 8

9 Another important consideration is to ensure that any station transferring parts to another station is clear of the production process on the downstream station before it begins processing the part. If the downstream station begins its process as soon as its sensors see the part, it is possible that the two stations components will crash and cause damage to the equipment. This may not always be an issue, as some working components may never interfere with each other. That is why it is important to evaluate each handshaking scenario carefully. Figure 7 shows a pick and place unit (station A) that feeds a station with a traverse axis and carriage (station B). Station A places the part on station B. If station B is programmed to move the part as soon as its part present sensor sees it, the part will collide with the gripper, damaging it and possibly the z-axis cylinder of the pick and place unit. The better solution is for the carriage on station B to move after its part present sensor is on AND it receives a clear handshaking signal from station A. PICK AND PLACE TRAVERSE WITH CARRIAGE A B Figure 7. Collisions May be Possible B72001-AA10UEN MULTIPLE CONTROL 9

10 Figure 8 shows portions of programs for two PLC s communicating with each other using I/O handshaking. Station A processes a part and then places it on a fixture on Station B. After Station A has dropped off the part and moves clear of Station B, it sets handshake station clear output high. This causes Station B s handshake previous station clear input to go high indicating Station A is clear or out of the way. This makes Station B s start rung true, which enables it to begin processing the part. A PROGRAM CLEAR ìpickup Retractedî ìlinear Retractedî CLEAR TO NEXT ìvacuum Offî "Station Clear Bit" CLEAR BIT "Station Clear Bit" "Handshake -Station Clear" CLEAR H.S. SIGNAL B PROGRAM START RUNG ìstart PBî ìhalt Bitî ìslide EOT Beginningî ìh.s.-prev Station Clearî ìslide Forward Bit 1î ìslide Forward Bit 1î ìpart Raise Bit 1î T2 SP PREVIOUS CLEAR BIT Figure 8. Discrete I/O Handshaking B72001-AA10UEN MULTIPLE CONTROL 10

11 SKILL 1 DESIGN A PLC PROGRAM TO USE DISCRETE I/O HANDSHAKING Procedure Overview In this procedure, you will connect multiple stations together to run portions of the process. In the last portion of the skill, you will connect all of the stations together and run the entire process. 1. Locate the mechatronics system. 2. Figure 9 shows the nine station combinations considered to be complete systems. Keep in mind that stations can only be connected to the stations listed next to them in the chart. COMBINATIONS Pick and Place Gauging Feeding 2 Pick and Place Feeding Gauging Parts Storage 3 Pick and Place Gauging Indexing Feeding 4 Pick and Place Feeding Gauging Indexing Parts Storage 5 Pick and Place Feeding Gauging Indexing Assembly 6 Pick and Place Feeding Gauging Sorting and Queuing Assembly 7 Pick and Place Feeding Gauging Indexing Assembly Parts Storage 8 Pick and Place Feeding 9 Pick and Place Feeding 10 Pick and Place Feeding Gauging Indexing Sorting and Queuing Gauging Indexing Sorting and Queuing Gauging Indexing Sorting and Queuing Assembly Assembly Parts Storage Assembly Torquing Parts Storage Figure 9. Station Combinations B72001-AA10UEN MULTIPLE CONTROL 11

12 3. Select two stations to connect and use for the first part of this skill. 4. Review figure 10 to see if you need to make any mechanical adjustments for your station combinations. The seven stations typically are mechanically adjusted to work with a specific upstream or downstream station. If you run the stations in any order besides that listed in row 9 of figure 9, then some mechanical adjustments will have to be made in order for the parts to transfer smoothly. FIRST SECOND ADJUSTMENTS REQUIRED Gauging Parts Storage The power slide will have to be loosened and moved toward the Gauging station so that the grippers can pick up the part. Then, once that is set, the location tabs on top of the slide will have to be readjusted so that the gripper stops in line with the storage bays. Gauging Sort and Queuing The traverse will have to be loosened and moved away from the Sorting and Queuing station about 1/2 inch to prevent the conveyor from rubbing on the traverse frame. The traverse axis will then have to be fastened down tightly again. Indexing Assembly The robot pickup location will have to be re-taught. Indexing Parts Storage Some adjustment to the power slide may be necessary so the gripper can pick up off the indexing table. The transfer cylinder extend on the indexing station will need to be disabled so the Part Storage gripper can pick the part up. Figure 10. Station Adjustments NOTE Be sure to use a plastic parts bin where needed to catch parts. NOTE If you are using Station Combination #6, the valve bodies must be inserted into the parts feeder in the correct orientation for the assembly station. This is because there is no Indexing station to reorient the part. 5. Locate your program files for the stations you selected. You will modify the last programs you wrote for these stations. These are the programs that include the Auto/Manual/Reset functions. 6. Modify each PLC program given the following information. The individual programs should still operate as before, but with the additional functions. The general sequence and the Handshaking/E-Stop portion of the I/O diagram (same for each station) are as follows: B72001-AA10UEN MULTIPLE CONTROL 12

13 General Sequence: 1. The Start pushbutton on each station will have to be pressed to start the individual stations. 2. When the first of the stations has completed its sequence and is ready to transport the part to the downstream station, it checks to see if the downstream station is ready (I0.7 for the first station, Q4.2 for the downstream station). When the downstream station ready signal is high, the part is transferred to the downstream station. Once the downstream station has the part, the first station returns to its home position. After it is clear of the downstream station it signals that station (Q4.3 from the first station, I0.4 for the next station) that it is clear so that it can begin processing the part. 3. The process will continue until the stations run out of parts. Special Conditions: The sequence cannot be started unless each station has their Output Power enabled, is Reset, and placed in Auto mode. The E-Stop pushbutton on any station will stop all stations and cause the E-Stop lights to blink (already hardwired). Each station must have its Output Power restored, in-process parts removed, be Reset and placed back into Auto mode before operations can start again from the beginning of the sequence. I/O DIAGRAM OUTPUT POWER ENABLED I0.3 HANDSHAKE 1 PREVIOUS I0.4 Q4.1 Q4.2 HANDSHAKE 1 TO PREVIOUS HANDSHAKE 2 TO PREVIOUS HANDSHAKE 2 PREVIOUS I0.5 HANDSHAKE 1 NEXT I0.6 Q4.3 Q4.4 HANDSHAKE 1 TO NEXT HANDSHAKE 2 TO NEXT HANDSHAKE 2 NEXT I0.7 Figure 11. I/O Diagram for Handshaking B72001-AA10UEN MULTIPLE CONTROL 13

14 Figure 12 shows the station-to-station PLC communication connections via a 9-pin cable. The input and output terminals from the PLC s that are used in the handshaking are wired to an external port, which allows easy cabling between the PLC s to enable the discrete I/O communications. The PLC inputs and outputs that are wired to each female DB-9 connector include four handshaking lines, two input and two output, which are user assignable, one system common, one +24VDC, one upstream or downstream station +24VDC, and one each user configurable input and output. There are also two emergency stop input and output signals for either next station or previous station. A PLC IN OUT I0.4 Q4.1 H.S. INPUT 1 FROM PREVIOUS B PLC IN OUT I0.4 Q4.1 H.S. OUTPUT 1 TO PREVIOUS H.S. INPUT 1 FROM NEXT H.S. INPUT 2 FROM NEXT I0.5 I0.6 I0.7 Q4.2 Q4.3 Q4.4 H.S. OUTPUT 1 TO NEXT H.S. INPUT 2 FROM PREVIOUS I0.5 I0.6 I0.7 Q4.2 Q4.3 Q4.4 H.S. OUTPUT 2 TO PREVIOUS H.S. OUTPUT 2 TO NEXT PIN TO 9-PIN CABLE PIN Station A Pin Out Description Handshake Output 1 Handshake Output 2 Handshake Input 1 Handshake Input 2 System Common Next Station +24VDC Next Station E-Stop Signal In Next Station E-Stop Signal Out 24VDC PIN Station B Pin Out Description Handshake Intput 1 Handshake Intput 2 Handshake Output 1 Handshake Output 2 System Common 24VDC Previous Station E-Stop Signal In Previous Station E-Stop Signal Out Previous Station +24VDC Figure 12. PLC Communication Connections B72001-AA10UEN MULTIPLE CONTROL 14

15 7. Perform the following substeps to open the PLC programming software. A. Make sure that the interface from the personal computer to the PLC is connected. B. Power up the PC and monitor. C. Start the SIMATIC Manager. 8. Perform the following substeps to create a project. A. Open the project that you are going to edit. B. Save the Project as L10S1STAXXXX. This is Lap 10, Skill 1. Replace the X s with the station you are working on, followed by your initials. C. Enter your edits that you developed in Step 6. D. Save your project. 9. Repeat Step 8 for the other station you selected. 10. Perform the following substeps to connect the stations together. Note that this is the opposite procedure used to disconnect the stations. A. Position the stations side by side, lining up the front and back of the work surfaces. B. Install the thumbscrews into the connecting fasteners (2) to securely hold the stations together. C. Connect the 9-pin to 9-pin cable to the 9-pin ports on each station. These are the ports that are closest to each other. Figure Pin Cable Location 9-PIN CABLE LOCATION B72001-AA10UEN MULTIPLE CONTROL 15

16 D. Install the pneumatic hose from the first station to the second station. Remember that the hose runs through the holes in the side panels. FIRST ADJOINING 'S PNEUMATIC HOSE Figure 14. Install the Pneumatic Hose E. Install the power cord from the first station to the second station. Again, this runs through the holes in the side panels. FIRST ADJOINING 'S POWER CORD POWER CORD Figure 15. Power Cord Installed F. If either station needs a feed stand or a parts bin installed, install them now. B72001-AA10UEN MULTIPLE CONTROL 16

17 11. Perform the following safety check before you begin working on the station. Make sure that you can answer yes to each item before proceeding. YES/NO SAFETY CHECKOUT Remove all obstructions from the work area Check for signs of damage to the equipment Wear tight fi tting clothing, roll up long sleeves, remove ties, scarves, jewelry, etc. Tie up long hair Remove any robot teach pendants from the work area Locate the emergency stop button Ensure that safety glasses are worn by people in the area Ensure that all people are outside any work envelopes Figure 16. Mechatronics Safety Check 12. Connect an air supply line to the first station s air manifold quick connect. 13. Plug the first station s power cable into a power outlet. 14. Perform the following substeps to power up both stations. A. Place the Mode selector switches in the Manual position. B. Remove the lockout/tagout devices from the electrical power sources. C. Remove the lockout/tagout devices from the pneumatic power sources. D. Turn on air to the stations by shifting the levers on the lockout valves. E. Set the stations air supply regulators according to the following chart. AIR SUPPLY SETTINGS Station Main Regulator Auxiliary Regulator 87-MS1 50 psi/345 kpa 40 psi/276 kpa 87-MS2 50 psi/345 kpa 87-MS3 50 psi/345 kpa 87-MS4 50 psi/345 kpa 87-MS5 50 psi/345 kpa 12 psi/83 kpa 87-MS6 50 psi/345 kpa 87-MS7 50 psi/345 kpa Figure 17. Station Air Supply Settings B72001-AA10UEN MULTIPLE CONTROL 17

18 F. Turn the stations Main Power switch to the On position. 15. Perform the following substeps to download the project to the PLC of one of the stations. A. Place the PLC power supply switch in the On position. B. Place the Mode Selector switch in the Run position. C. Reset the PLC. D. Download the SIMATIC 300 Station object for that station to the PLC. Several dialogs will appear during the download. Click the appropriate response to continue downloading the program. The last dialog should ask if you wish to perform a complete (Warm) restart. E. Click Yes on the dialog to complete a warm restart. 16. Repeat Step 14 for the other station. Note that you do have to connect the cable to the other PLC to download the project to that PLC. 17. Go online with one of the processors and monitor that project. 18. Press the Output Power pushbutton on each station to enable the PLCs outputs. 19. Perform the following substeps to test the operation of the program. NOTE If the first station you are using does not have a feeder, you will have to continue to place parts in the start position for it to continue operating. You should not, however, have to press the Start pushbutton each time. A. Turn each Mode Selector switch to Reset to make sure the stations are homed. B. Stock all feeders or place a part in the start position on the first station. Pay attention to valve body orientation. C. Turn each Mode Selector switch to Auto mode. The Start pushbutton lights should be off at this time. If either light is blinking, something is not reset or a feeder is empty. D. Press and release the Start pushbutton on each station. You should see the first station move through its sequence. When it has completed its sequence, it should then pass the part on to the downstream station, or the downstream station will pick up the part. The second station should then complete its sequence and wait for the next part. B72001-AA10UEN MULTIPLE CONTROL 18

19 If you are using the Gauging, Orientation, Sorting and Queuing, or Parts Storage stations, test aluminum and acrylic valve bodies to verify that the stations are fully functional. E. Run several parts through the stations to verify that they operate correctly. If the handshaking does not seem to function as it should, examine the handshaking I/O lights to make sure they are coming on when they should during your program. 20. Go to Step 2 and select another pair of stations to work with using figure 9 as your guide. Use figure 10 in Step 4 to see if any mechanical adjustments are required. Remember to remove any feed stands or parts bins before connecting another station to that side. Add feed stands or parts bins where necessary. 21. Repeat Steps 4-19 for the new station(s). 22. Repeat Steps 20 and 21 until you have all of your stations connected and running together. 23. Click the Monitor button to go offline from the processor you are currently working on. 24. Print out a copy of all of your ladder logic programs and place them in your portfolio. They will be used in your assessment. 25. Perform the following substeps to shut down the stations. A. Close the LAD/STL/FBD Editor on the PC. B. Close the SIMATIC Manager on the PC. C. Turn off the PC and monitor. D. Turn each station s Main Power switch to Off. E. Perform a lockout/tagout on each station s electrical power source. F. Perform a lockout/tagout on each station s pneumatic power source. B72001-AA10UEN MULTIPLE CONTROL 19

20 SEGMENT 1 SELF REVIEW 1. Three communication methods used between multiple stations are Ethernet, discrete I/O handshaking, and. 2. Most applications include handshaking upstream and to ensure stations are ready to pass or receive parts. 3. Handshake wiring between PLC s is straightforward only if each station uses PLC s with the same types of. 4. Some examples of handshake usage are: station ready, increment a counter and pass on a part s of construction. 5. Discrete I/O handshaking uses the PLC logic bits to turn the handshake signals. 6. Before including handshaking signals within a PLC program, first look at the to determine where the handshake signals should be examined. B72001-AA10UEN MULTIPLE CONTROL 20

21 START START HALT CYCLE OUTPUT POWER RESET PRODUCTION COUNT EMERGENCY POWER ON OFF START RESET OUTPUT POWER EMERGENCY POWER ON OFF START RESET OUTPUT POWER EMERGENCY POWER ON OFF SEGMENT 2 SYSTEM STARTUP/ HALT OBJECTIVE 4 DESCRIBE THE OPERATION OF A PLC PROGRAM THAT USES DISCRETE I/O HANDSHAKING FOR MULTIPLE STARTUP Because most manufacturing lines are large and consist of many different pieces of equipment, they often have a master start pushbutton that will start the whole process. This way, the operator does not have to go around the line and push the start button on each machine separately. A master start pushbutton can be located on a separate master control panel that contains other multiple station controls as well or it may be located on the first station s operator panel, as shown in figure 18. This station is either wired directly to each individual station, or wired to the first station and then handshaking lines are used to pass the signal from the station throughout the rest of the system. 1 CONTROLS START SIGNAL 2 START SIGNAL 3 CONTROLS START PUSHBUTTON Figure 18. Master Start Pushbutton B72001-AA10UEN MULTIPLE CONTROL 21

22 A master start pushbutton requires a separate handshaking line in addition to those used to pass parts from one station to the next. Figure 19 shows a wiring diagram that incorporates a master start handshaking line between each station. In this example, when the operator presses the master start pushbutton on Station 1, the PLC at Station 1 turns on output 8 to signal Station 2 to start, and Station 2 s PLC in turn turns on its output 8 to signal Station 3 to start IN OUT IN START INPUT START PASSED TO 3 OUT IN OUT START PUSHBUTTON TURNS ON OUTPUT START Figure 19. Wiring Diagram for Master Start The logic used in each PLC to create a master start function adds a handshaking bit in parallel to the start pushbutton in the start rung logic normally used to start the station. It does not replace the start pushbutton in the startup rung, as there may be instances where the start pushbutton is needed to run the individual piece of equipment. B72001-AA10UEN MULTIPLE CONTROL 22

23 The example shown in figure 20 shows that pushing the master start pushbutton on Station 1 turns on the master start output. This output turns on the master start handshaking input on the station. This input bit is in parallel to the station s start pushbutton, so either signal, along with the other conditions in the rung, will make the output true. This enables the station to start its process. Notice the last rung in the example. This rung also has the master start input, but this rung simply sets another handshaking output to pass the master start signal to the next station. The next station s program would be similar to the station rungs in figure 20, with the master start input in parallel to the station start input. That station would also pass the master start signal on to the next station, if applicable. START ìmaster Start PB" CONTROL PANEL ON 1 "Master Start" HANDSHAKE FROM START TO "Master Start" OUTPUT TO START RUNG 1 ìstart PB" ìslide BOTî ìmemory Bit 1î ìmemory Bit 2î ìstation Readyî "Master Start" START SIGNAL IN PARALLEL WITH START P.B. START TO NEXT INPUT TO FROM CONTROL PANEL "Master Start" "Master Start Handshake To Next Station" HANDSHAKE FROM CONTROL PANEL PASSED FROM 1 TO 2 Figure 20. Master Start Programming Example B72001-AA10UEN MULTIPLE CONTROL 23

24 SKILL 2 DESIGN A PLC PROGRAM TO USE DISCRETE I/O HANDSHAKING FOR MULTIPLE STARTUP Procedure Overview In this procedure, you will modify your programs from the previous skill to provide a master startup function. Because this system does not have a master control panel, you will use the controls on station 1. This will enable you to start the entire system with the Start pushbutton on the first station. 1. Locate the mechatronics system. 2. Verify all of the stations are fastened together and air and power lines are connected. If they are not, connect them. 3. Locate your programs for the stations that you modified in the last skill. You will modify these programs to enable a master start function. 4. Modify each PLC program so that the Start pushbutton on the first station will start all of the stations. The individual programs should still operate as before, but with the additional functions. B72001-AA10UEN MULTIPLE CONTROL 24

25 I/O DIAGRAM OUTPUT POWER ENABLED I0.3 HANDSHAKE 1 PREVIOUS I0.4 Q4.1 Q4.2 HANDSHAKE 1 TO PREVIOUS HANDSHAKE 2 TO PREVIOUS HANDSHAKE 2 PREVIOUS I0.5 HANDSHAKE 1 NEXT I0.6 Q4.3 Q4.4 HANDSHAKE 1 TO NEXT REMOTE START TO NEXT HANDSHAKE 2 NEXT I0.7 REMOTE START FROM PREVIOUS REMOTE START TO NEXT Figure 21. I/O Diagram for Master Start 5. Perform the following substeps to open the PLC programming software. A. Make sure that the interface from the personal computer to the PLC is connected. B. Power up the PC and monitor. C. Start the SIMATIC Manager. 6. Perform the following substeps to create a project. A. Open the project that you are going to edit. B. Save the Project as L10S2STAXXXX. This is Lap 10, Skill 2. Replace the X s with the station you are working on, followed by your initials. C. Enter your edits that you developed in Step 4. D. Save your project. 7. Repeat Step 6 for the other stations. B72001-AA10UEN MULTIPLE CONTROL 25

26 8. Perform the following safety check before you begin working on the system. Make sure that you can answer yes to each item before proceeding. YES/NO SAFETY CHECKOUT Remove all obstructions from the work area Check for signs of damage to the equipment Wear tight fi tting clothing, roll up long sleeves, remove ties, scarves, jewelry, etc. Tie up long hair Remove any robot teach pendants from the work area Locate the emergency stop button Ensure that safety glasses are worn by people in the area Ensure that all people are outside any work envelopes Figure 22. Mechatronics Safety Check 9. Connect an air supply line to the first station s air manifold quick connect. 10. Plug the first station s power cable into a power outlet. 11. Perform the following substeps to power up the stations. A. Place the Mode selector switches in the Manual position. B. Remove the lockout/tagout devices from the electrical power sources. C. Remove the lockout/tagout devices from the pneumatic power sources. D. Turn on air to the stations by shifting the levers on the lockout valves. E. Set the stations air supply regulators according to the following chart. AIR SUPPLY SETTINGS Station Main Regulator Auxiliary Regulator 87-MS1 50 psi/345 kpa 40 psi/276 kpa 87-MS2 50 psi/345 kpa 87-MS3 50 psi/345 kpa 87-MS4 50 psi/345 kpa 87-MS5 50 psi/345 kpa 12 psi/83 kpa 87-MS6 50 psi/345 kpa 87-MS7 50 psi/345 kpa Figure 23. Station Air Supply Settings F. Turn the stations Main Power switch to the On position. B72001-AA10UEN MULTIPLE CONTROL 26

27 12. Perform the following substeps to download the project to the PLC. A. Place the PLC power supply switch in the On position. B. Place the Mode Selector switch in the Run position. C. Reset the PLC. D. Download the SIMATIC 300 Station object for that station to the PLC. Several dialogs will appear during the download. Click the appropriate response to continue downloading the program. The last dialog should ask if you wish to perform a complete (Warm) restart. E. Click Yes on the dialog to complete a warm restart. 13. Repeat Step 12 for the other stations. Note that you do have to connect the cable to the other PLCs to download the projects to them. 14. Go online with one of the processors and monitor that project. 15. Press the Output Power pushbutton on each station to enable the PLCs outputs. 16. Perform the following substeps to test the operation of the program. A. Turn each Mode Selector switch to Reset to make sure the stations are homed. B. Stock all feeders or place a part in the start position on the first station. C. Turn each Mode Selector switch to Auto mode. The Start pushbutton lights should be off at this time. If any lights are blinking, something is not reset or a feeder is empty. D. Press and release the Start pushbutton on the first station. You should see the first station run its sequence and then pass the part on to the downstream station, which should start automatically. This should continue through all of the stations. E. Run three parts through the stations to verify the programs operate correctly. 17. Click the Monitor button to go offline from the processor you are currently working on. 18. Print out a copy of all of your ladder logic programs and place them in your portfolio. They will be used in your assessment. 19. Perform the following substeps to shut down the stations. A. Close the LAD/STL/FBD Editor on the PC. B. Close the SIMATIC Manager on the PC. C. Turn off the PC and monitor. D. Turn each station s Main Power switch to Off. E. Perform a lockout/tagout on each station s electrical power source. F. Perform a lockout/tagout on each station s pneumatic power source. B72001-AA10UEN MULTIPLE CONTROL 27

28 START START HALT CYCLE OUTPUT POWER RESET PRODUCTION COUNT EMERGENCY POWER ON OFF START RESET OUTPUT POWER EMERGENCY POWER ON OFF START RESET OUTPUT POWER EMERGENCY POWER ON OFF OBJECTIVE 5 DESCRIBE THE OPERATION OF A PLC PROGRAM THAT USES DISCRETE I/O HANDSHAKING FOR A MULTIPLE HALT Master controls often include a multiple station or master halt button. This enables the operator to halt all of the stations at the end of the current sequence step and then restart the stations with the start pushbutton. This is useful when the operator needs to temporarily stop the operation. The halt does not take the place of an emergency stop HALT PUSHBUTTON CONTROLS HALT SIGNAL HALT SIGNAL CONTROLS Figure 24. Master Halt Pushbutton The multiple station halt is operated through handshaking lines. If discrete I/O is used, additional lines beyond those used for passing parts to the next station are typically used. A master stop signal would use a handshaking output from the master control panel, triggered by its stop pushbutton. Because this signal would work the same as the stop pushbutton signal on each subsequent station, the handshaking bit would be in series with the stop pushbutton signal. It does not replace the stop pushbutton in the halt rung, as there may be instances where the stop pushbutton is needed to stop the individual piece of equipment. The master halt signal will be passed from station to station until all of the stations are halted. Figure 25 shows that when the master control halt pushbutton is pushed, it turns on a master halt output to the station. This triggers the station s master halt handshake input, which activates the station s halt programming. The input handshake signal also triggers a master halt output handshake signal to the next station. This process continues until all of the stations are halted. Pressing the start pushbutton on the individual stations has no affect because the master halt signal is branched around the start pushbutton signal in the halt rung. The stations will resume operation only when the master start pushbutton is pressed. B72001-AA10UEN MULTIPLE CONTROL 28

29 HALT CONTROL PANEL ON 1 ìhalt PB" ìstart PB" "Master Halt Handshake to Station" "Master Halt" HALT SIGNAL TURNS ON HALT OUTPUT TO S HALT RUNG ìstop PB" ìstart PBî 1 START IS INACTIVE WHEN HALT IS USED ìhalt Bitî HANDSHAKE FROM CONTROL PANEL ìhalt Bitî "Master Halt" HALT HALT SIGNAL IS PARALLEL TO HALT HALT TO NEXT "Master Haltî "Master Halt Handshake To Next Station" PASSES HALT TO NEXT Figure 25. Master Halt Programming Example B72001-AA10UEN MULTIPLE CONTROL 29

30 SKILL 3 DESIGN A PLC PROGRAM TO USE DISCRETE I/O HANDSHAKING FOR A MULTIPLE HALT Procedure Overview In this procedure, you will modify your programs from the previous skill to provide a multiple station halt function. This will enable you to halt the entire system from the first station. 1. Locate the mechatronics system. 2. Verify that two of the stations are fastened together and air and power lines are connected. If they are not, connect them. 3. Locate your programs for the stations that you modified in the last skill. You will modify these programs to enable a master halt function. 4. Modify each PLC program so that the Stop pushbutton on the first station will stop both stations at the end of their current sequence step. The Start pushbutton on the first station will drop the master halt and resume operations on that station. The Start pushbutton on the second station will not allow the station to resume until the Start pushbutton on the first station is pressed, turning off the master halt in the second station s logic. The master halt will use the same I/O used for the master start in the last skill (input I0.5 and output Q4.4). Additional handshake lines were not included because automated systems typically use a network such as Profibus to send all of the handshake signals over one line. The individual programs should still operate as before, but with the master halt function rather than with the master start. B72001-AA10UEN MULTIPLE CONTROL 30

31 I/O DIAGRAM OUTPUT POWER ENABLED I0.3 HANDSHAKE 1 PREVIOUS I0.4 HANDSHAKE 2 PREVIOUS I0.5 HANDSHAKE 1 NEXT I0.6 Q4.1 Q4.2 Q4.3 Q4.4 HANDSHAKE 1 TO PREVIOUS HANDSHAKE 2 TO PREVIOUS HANDSHAKE 1 TO NEXT HANDSHAKE 2 TO NEXT HANDSHAKE 2 NEXT I0.7 HALT TO NEXT HALT FROM PREVIOUS Figure 26. I/O Diagram for Multiple Station Halt 5. Perform the following substeps to open the PLC programming software. A. Make sure that the interface from the personal computer to the PLC is connected. B. Power up the PC and monitor. C. Start the SIMATIC Manager. 6. Perform the following substeps to create a project. A. Open the project that you are going to edit. B. Save the Project as L10S3STAXXXX. This is Lap 10, Skill 3. Replace the X s with the station you are working on, followed by your initials. C. Enter your edits that you developed in Step 4. D. Save your project. B72001-AA10UEN MULTIPLE CONTROL 31

32 7. Repeat Step 6 for the other station. 8. Perform the following safety check before you begin working on the system. Make sure that you can answer yes to each item before proceeding. YES/NO SAFETY CHECKOUT Remove all obstructions from the work area Check for signs of damage to the equipment Wear tight fi tting clothing, roll up long sleeves, remove ties, scarves, jewelry, etc. Tie up long hair Remove any robot teach pendants from the work area Locate the emergency stop button Ensure that safety glasses are worn by people in the area Ensure that all people are outside any work envelopes Figure 27. Mechatronics Safety Check 9. Connect an air supply line to the first station s air manifold quick connect. 10. Plug the first station s power cable into a power outlet. 11. Perform the following substeps to power up the stations. A. Place the Mode selector switches in the Manual position. B. Remove the lockout/tagout devices from the electrical power sources. C. Remove the lockout/tagout devices from the pneumatic power sources. D. Turn on air to the stations by shifting the levers on the lockout valves. E. Set the stations air supply regulators according to the following chart. AIR SUPPLY SETTINGS Station Main Regulator Auxiliary Regulator 87-MS1 50 psi/345 kpa 40 psi/276 kpa 87-MS2 50 psi/345 kpa 87-MS3 50 psi/345 kpa 87-MS4 50 psi/345 kpa 87-MS5 50 psi/345 kpa 12 psi/83 kpa 87-MS6 50 psi/345 kpa 87-MS7 50 psi/345 kpa Figure 28. Station Air Supply Settings F. Turn the stations Main Power switch to the On position. B72001-AA10UEN MULTIPLE CONTROL 32

33 12. Perform the following substeps to download the project to the PLC. A. Place the PLC power supply switch in the On position. B. Place the Mode Selector switch in the Run position. C. Reset the PLC. D. Download the SIMATIC 300 Station object for that station to the PLC. Several dialogs will appear during the download. Click the appropriate response to continue downloading the program. The last dialog should ask if you wish to perform a complete (Warm) restart. E. Click Yes on the dialog to complete a warm restart. 13. Repeat Step 12 for the other station. Note that you do have to connect the cable to the other PLCs to download the projects to them. 14. Go online with one of the processors and monitor that project. 15. Press the Output Power pushbutton on each station to enable the PLCs outputs. 16. Perform the following substeps to test the operation of the program. A. Turn each Mode Selector switch to Reset to make sure the stations are homed. B. Stock all feeders. C. Turn each Mode Selector switch to Auto mode. The Start pushbutton lights should be off at this time. If any of the lights are blinking, something is not reset or a feeder is empty. D. Press and release the Start pushbutton on each station. The system should run through the complete operation. E. Run three complete sequences through each station to verify the system operates correctly. F. Once the first station starts running the next sequence press the Stop pushbutton on the first station. You should observe both stations stop at the end of their current sequence steps and the Start pushbutton active lamps turn off. The Output Power on each station should still be on. G. Press and release the Start pushbutton on each station, beginning with the first station. You should observe both stations start where they left off. H. Repeat substeps F and G several times during the sequences, verifying the stations all stop and recover, as they should. B72001-AA10UEN MULTIPLE CONTROL 33

34 17. Click the Monitor button to go offline from the processor you are currently working on. 18. Print out a copy of both of your ladder logic programs and place them in your portfolio. They will be used in your assessment. 19. Perform the following substeps to shut down the stations. A. Close the LAD/STL/FBD Editor on the PC. B. Close the SIMATIC Manager on the PC. C. Turn off the PC and monitor. D. Turn each station s Main Power switch to Off. E. Perform a lockout/tagout on each station s electrical power source. F. Perform a lockout/tagout on each station s pneumatic power source. B72001-AA10UEN MULTIPLE CONTROL 34

35 SEGMENT 2 SELF REVIEW 1. Large manufacturing lines often include a master start signal on a to start all of the equipment. 2. The master start signal is in to the station s start pushbutton signal in the station logic. 3. To pass the master start signal from one station to the next, each station uses the to turn on the master start output to the next station. 4. A master halt pushbutton enables the operator to all of the stations. 5. The stations (do/do not) have to be reset after the master halt pushbutton is used. 6. The master halt handshaking bit is in to the station s stop pushbutton signal. B72001-AA10UEN MULTIPLE CONTROL 35

36 SEGMENT 3 SYSTEM /RESET OBJECTIVE 6 DESCRIBE THE OPERATION OF A MULTIPLE EMERGENCY CIRCUIT Multiple station manufacturing lines usually have several emergency stop pushbuttons installed in various places. This is in part because of the National Fire Protection Association s standard 79, which regulates electrical standards for industrial machinery. This code states that emergency stop pushbuttons must be located at each operator control station and at other locations where an emergency stop is required. These emergency stops are part of a multiple station emergency stop, where any of the stop buttons will stop all stations. E-S WIRING CONNECTS ALL S E-S Figure 29. Multiple Station Emergency Stop B72001-AA10UEN MULTIPLE CONTROL 36

37 Multiple station emergency stop circuits are typically hard wired to safety relays, although the trend (and industry standards) is starting toward the use of some safety PLCs on networks such as Profibus and DeviceNet. A safety PLC uses separate channels for the safety portion of the controls. Generally there are at least two channels (microprocessors) that perform exactly the same logic, check against each other and write the outputs only if there is agreement between them. This provides redundancy in the system. If one of the channels fails, then the other one provides a backup. The microprocessors check each other often to make sure they are operating correctly. A basic operational diagram is shown in figure 31. Figure 30. Safety PLC siemens AG2006, ALL RIGHTS RESERVED MICROPROCESSOR MICROPROCESSOR IN IN OUT OUT MICROPROCESSORS CHECK LOGIC AGAINST EACH OTHER OUTPUTS TO DEVICES WRITES OUTPUTS ONLY IF THE MICROPROCESSORS AGREE WITH EACH OTHER Figure 31. Safety PLC Operational Diagram B72001-AA10UEN MULTIPLE CONTROL 37

38 START START HALT CYCLE OUTPUT POWER RESET PRODUCTION COUNT EMERGENCY POWER ON OFF START RESET OUTPUT POWER EMERGENCY POWER ON OFF START RESET OUTPUT POWER EMERGENCY POWER ON OFF OBJECTIVE 7 DESCRIBE THE OPERATION OF A PLC PROGRAM THAT USES DISCRETE I/O HANDSHAKING FOR A MULTIPLE CYCLE Most large manufacturing lines incorporate a multiple station or master cycle stop pushbutton. A multiple station cycle stop allows for an orderly shutdown of the manufacturing line. Each station typically is allowed to finish the parts in process and then the station is stopped. Operators generally use a master cycle stop at the end of a shift. 1 CONTROLS CYCLE SIGNAL 2 CYCLE SIGNAL 3 CONTROLS CYCLE Figure 32. Master Cycle Stop Pushbutton B72001-AA10UEN MULTIPLE CONTROL 38

39 The multiple station cycle stop is operated through a handshaking line. A master stop signal would use a handshaking output from the master control panel, triggered by its stop pushbutton. Because either this signal or the stop pushbutton signal on each subsequent station will stop that station, the handshaking bit would be in series with the stop pushbutton signal. It does not replace the stop pushbutton in the stop rung, as there may be instances where the stop pushbutton is needed to stop the individual piece of equipment. Figure 33 shows how the master cycle stop pushbutton turns on a master cycle stop output handshake signal to the station. This turns on the station s master cycle stop handshake input, which then disables the start bit rung, stopping the station. This prevents the station from resuming the next cycle. The start pushbutton on the station will restart the station operations. The handshake input also turns on the station s master cycle stop handshake output to pass the master cycle stop on to the next station. This process will continue until all of the stations are stopped. CYCLE ìmaster Cycle Stop PB" CONTROL PANEL ON 1 "Master Cycle Stop Handshake to Station" START BIT LOGIC 1 CYCLE SIGNAL TURNS ON CYCLE TO S ìstop PB" ìmaster Cycle Stop Handshake From Master Control Panel ìstart PB" ìstart Bitî CYCLE TO NEXT ìstart Bitî CYCLE PREVENTS START RUNG FROM BEING TRUE ìmaster Cycle Stop Handshake From Master Control Panel "Master Cycle Stop Handshake To Next Station" CYCLE IS PASSED TO NEXT Figure 33. Master Cycle Stop Programming Example B72001-AA10UEN MULTIPLE CONTROL 39

40 SKILL 4 DESIGN A PLC PROGRAM TO USE DISCRETE I/O HANDSHAKING FOR A MULTIPLE CYCLE Procedure Overview In this procedure, you will modify your programs from the previous skill to provide a multiple station cycle stop function. This will enable you to perform a cycle stop on the entire system from the first station. 1. Locate the mechatronics system. 2. Verify two of the stations are fastened together and air and power lines are connected. If they are not, connect them. 3. Locate your programs for the stations that you modified in the last skill. You will modify these programs to enable a master cycle stop function. 4. Modify each PLC program so that the Stop pushbutton on the first station will stop both of the stations at the end of their sequence. The Start pushbuttons on each station will begin a new sequence. The master cycle stop will use the same I/O used for the master halt in the last skill. The individual programs should still operate as before, but with the master cycle stop function rather than with the master halt. B72001-AA10UEN MULTIPLE CONTROL 40

41 I/O DIAGRAM OUTPUT POWER ENABLED I0.3 HANDSHAKE 1 PREVIOUS I0.4 HANDSHAKE 2 PREVIOUS I0.5 HANDSHAKE 1 NEXT I0.6 Q4.1 Q4.2 Q4.3 Q4.4 HANDSHAKE 1 TO PREVIOUS HANDSHAKE 2 TO PREVIOUS HANDSHAKE 1 TO NEXT HANDSHAKE 2 TO NEXT HANDSHAKE 2 NEXT I0.7 CYCLE FROM PREVIOUS CYCLE TO NEXT Figure 34. I/O Diagram for Multiple Station Cycle Stop 5. Perform the following substeps to open the PLC programming software. A. Make sure that the interface from the personal computer to the PLC is connected. B. Power up the PC and monitor. C. Start the SIMATIC Manager. 6. Perform the following substeps to create a project. A. Open the project that you are going to edit. B. Save the Project as L10S4STAXXXX. This is Lap 10, Skill 4. Replace the X s with the station you are working on, followed by your initials. C. Enter your edits that you developed in Step 4. D. Save your project. 7. Repeat Step 6 for the other station. B72001-AA10UEN MULTIPLE CONTROL 41

42 8. Perform the following safety check before you begin working on the system. Make sure that you can answer yes to each item before proceeding. YES/NO SAFETY CHECKOUT Remove all obstructions from the work area Check for signs of damage to the equipment Wear tight fi tting clothing, roll up long sleeves, remove ties, scarves, jewelry, etc. Tie up long hair Remove any robot teach pendants from the work area Locate the emergency stop button Ensure that safety glasses are worn by people in the area Ensure that all people are outside any work envelopes Figure 35. Mechatronics Safety Check 9. Connect an air supply line to the first station s air manifold quick connect. 10. Plug the first station s power cable into a power outlet. 11. Perform the following substeps to power up the stations. A. Place the Mode selector switches in the Manual position. B. Remove the lockout/tagout devices from the electrical power sources. C. Remove the lockout/tagout devices from the pneumatic power sources. D. Turn on air to the stations by shifting the levers on the lockout valves. E. Set the stations air supply regulators according to the following chart. AIR SUPPLY SETTINGS Station Main Regulator Auxiliary Regulator 87-MS1 50 psi/345 kpa 40 psi/276 kpa 87-MS2 50 psi/345 kpa 87-MS3 50 psi/345 kpa 87-MS4 50 psi/345 kpa 87-MS5 50 psi/345 kpa 12 psi/83 kpa 87-MS6 50 psi/345 kpa 87-MS7 50 psi/345 kpa Figure 36. Station Air Supply Settings F. Turn the stations Main Power switch to the On position. B72001-AA10UEN MULTIPLE CONTROL 42

43 12. Perform the following substeps to download the project to the PLC. A. Place the PLC power supply switch in the On position. B. Place the Mode Selector switch in the Run position. C. Reset the PLC. D. Download the SIMATIC 300 Station object for that station to the PLC. Several dialogs will appear during the download. Click the appropriate response to continue downloading the program. The last dialog should ask if you wish to perform a complete (Warm) restart. E. Click Yes on the dialog to complete a warm restart. 13. Repeat Step 12 for the other station. Note that you do have to connect the cable to the other PLCs to download the projects to them. 14. Go online with one of the processors and monitor that project. 15. Press the Output Power pushbutton on each station to enable the PLCs outputs. 16. Perform the following substeps to test the operation of the program. A. Turn each Mode Selector switch to Reset to make sure the stations are homed. B. Stock all feeders. C. Turn each Mode Selector switch to Auto mode. The Start pushbutton lights should be off at this time. If any of the lights are blinking, something is not reset or a feeder is empty. D. Press and release the Start pushbutton on each station. The system should run through the complete operation. E. Run three complete sequences through each station to verify the system operates correctly. F. Once the first station starts running the next sequence press the Stop pushbutton on the first station. You should observe both stations complete their current sequence of operations then stop. The Start pushbutton active lamps also turn off. The Output Power on each station should still be on. G. Press and release the Start pushbutton on each station. You should observe all stations start a new sequence when a part is ready. H. Repeat substeps F and G several times during the sequences, verifying the stations all stop and recover, as they should. B72001-AA10UEN MULTIPLE CONTROL 43

44 17. Perform the following substeps to test your Emergency Stop handshaking. NOTE The mechatronics system does not use safety PLC s described in a previous objective for emergency stops. The emergency stop circuits are all hardwired to station relays that drop all electrical power to the station. A. Turn each Mode Selector switch to Reset to make sure the stations are homed. B. Stock all feeders or place a part in the start position on the first station. C. Turn each Mode Selector switch to Auto mode. D. Press and release the Start pushbutton. E. Once the first station starts running press the Emergency Stop pushbutton. You should observe both stations stop and the E-Stop pushbutton lights on both stations blinking. The Output Power on each station should have dropped out. F. Pull out the Emergency Stop pushbutton. The E-Stop pushbutton lights should be off, but the station should still be stopped. 18. Perform the following substeps to recover from the Emergency Stop. A. Remove any parts on the station work surfaces or in grippers. B. Press the Output Power pushbutton on each station. C. Turn each Mode Selector switch to Reset to make sure the stations are homed. D. Turn each Mode Selector switch to Auto mode. E. Place a part in the start position on the first station, if necessary. F. Press and release the Start pushbutton on each station. You should see the sequence start over and run until complete. 19. Repeat Steps 17 and 18 using the Emergency Stop pushbutton on each station to verify they all perform an E-Stop on the entire system. 20. Click the Monitor button to go offline from the processor you are currently working on. 21. Print out a copy of both of your ladder logic programs and place them in your portfolio. They will be used in your assessment. 21. Perform the following substeps to shut down the stations. A. Close the LAD/STL/FBD Editor on the PC. B. Close the SIMATIC Manager on the PC. D. Turn off the PC and monitor. E. Turn each station s Main Power switch to Off. F. Perform a lockout/tagout on each station s electrical power source. G. Perform a lockout/tagout on each station s pneumatic power source. B72001-AA10UEN MULTIPLE CONTROL 44

45 START START HALT CYCLE OUTPUT POWER RESET PRODUCTION COUNT EMERGENCY POWER ON OFF START RESET OUTPUT POWER EMERGENCY POWER ON OFF START RESET OUTPUT POWER EMERGENCY POWER ON OFF OBJECTIVE 8 DESCRIBE THE OPERATION OF A PLC PROGRAM THAT USES DISCRETE I/O HANDSHAKING FOR MULTIPLE RESET Often, when a part in process jams, a piece of equipment faults, or the emergency stop is used, the entire line has to be reset before the process can be restarted. Many companies include a master reset switch on a control panel to reset all stations at the same time. Generally, this control panel receives feedback from each station and will not enable the master start if any station is not reset CONTROLS RESET SIGNAL RESET SIGNAL CONTROLS RESET Figure 37. Master Reset Switch B72001-AA10UEN MULTIPLE CONTROL 45

46 The multiple station reset is operated through handshaking lines. A master reset signal would use a handshaking output from the master control panel, triggered by its reset switch. Because either this signal or the reset switch on each subsequent station will reset that station the handshaking bit would be in parallel with the reset switch signal. It does not replace the reset signal in the reset rung, as there may be instances where the reset switch is needed to reset the individual machine. It is important to verify that each station has been stopped prior to initiating the master reset. Figure 38 shows how turning the reset switch on the master control panel to reset turns on the master reset handshaking output to the station. This turns on the station s master reset handshaking input, which initiates the station s reset sequence. The handshake input will also turn on the master reset handshake output to pass the reset signal on to the next station. This process repeats until all of the stations are reset. RESET CONTROL PANEL ON 1 ìmaster Reset Switchî "Master Reset Handshake to Station" RESET RUNG 1 RESET SWITCH TURNS ON RESET OUTOUT TO ìreset" ìlift Cylinder Retract Bitî ìmaster Reset Handshake From Master Control Panelî ìlift Cylinder Retractî ìreset Slide Bitî RESET INPUT BIT IS PARALLEL TO THE RESET RESET TO NEXT ìmaster Reset Handshake From Master Control Panelî "Master Reset Handshake To Next Station" RESET SIGNAL SENT TO NEXT Figure 38. Master Reset Programming Example B72001-AA10UEN MULTIPLE CONTROL 46

47 SKILL 5 DESIGN A PLC PROGRAM TO USE DISCRETE I/O HANDSHAKING FOR A MULTIPLE RESET Procedure Overview In this procedure, you will modify your programs from the previous skill to provide a multiple station reset function. This will enable you to reset the whole system from the first station. 1. Locate the mechatronics system. 2. Verify two of the stations are fastened together and air and power lines are connected. If they are not, connect them. 3. Locate your programs for the stations that you modified in the last skill. You will modify these programs to enable a master reset function. 4. Modify each PLC program so that the Reset mode on the first station will reset both of the stations at the end of their sequence. The Start pushbuttons on each station will begin a new sequence. You may also want to place your halt logic back into each station so that the stop pushbutton works. The multiple station reset will use the same I/O used for the master cycle stop in the last skill. The individual programs should still operate as before, but with the master reset function rather than with the master cycle stop. B72001-AA10UEN MULTIPLE CONTROL 47

48 I/O DIAGRAM OUTPUT POWER ENABLED I0.3 HANDSHAKE 1 PREVIOUS I0.4 HANDSHAKE 2 PREVIOUS I0.5 HANDSHAKE 1 NEXT I0.6 Q4.1 Q4.2 Q4.3 Q4.4 HANDSHAKE 1 TO PREVIOUS HANDSHAKE 2 TO PREVIOUS HANDSHAKE 1 TO NEXT HANDSHAKE 2 TO NEXT HANDSHAKE 2 NEXT I0.7 RESET FROM PREVIOUS RESET TO NEXT Figure 39. I/O Diagram for Multiple Station Reset 5. Perform the following substeps to open the PLC programming software. A. Make sure that the interface from the personal computer to the PLC is connected. B. Power up the PC and monitor. C. Start the SIMATIC Manager. 6. Perform the following substeps to create a project. A. Open the project that you are going to edit. B. Save the Project as L10S5STAXXXX. This is Lap 10, Skill 5. Replace the X s with the station you are working on, followed by your initials. C. Enter your edits that you developed in Step 4. D. Save your project. 7. Repeat Step 6 for the other station. B72001-AA10UEN MULTIPLE CONTROL 48

49 8. Perform the following safety check before you begin working on the system. Make sure that you can answer yes to each item before proceeding. YES/NO SAFETY CHECKOUT Remove all obstructions from the work area Check for signs of damage to the equipment Wear tight fi tting clothing, roll up long sleeves, remove ties, scarves, jewelry, etc. Tie up long hair Remove any robot teach pendants from the work area Locate the emergency stop button Ensure that safety glasses are worn by people in the area Ensure that all people are outside any work envelopes Figure 40. Mechatronics Safety Check 9. Connect an air supply line to the first station s air manifold quick connect. 10. Plug the first station s power cable into a power outlet. 11. Perform the following substeps to power up the stations. A. Place the Mode selector switches in the Manual position. B. Remove the lockout/tagout devices from the electrical power sources. C. Remove the lockout/tagout devices from the pneumatic power sources. D. Turn on air to the stations by shifting the levers on the lockout valves. E. Set the stations air supply regulators according to the following chart. AIR SUPPLY SETTINGS Station Main Regulator Auxiliary Regulator 87-MS1 50 psi/345 kpa 40 psi/276 kpa 87-MS2 50 psi/345 kpa 87-MS3 50 psi/345 kpa 87-MS4 50 psi/345 kpa 87-MS5 50 psi/345 kpa 12 psi/83 kpa 87-MS6 50 psi/345 kpa 87-MS7 50 psi/345 kpa Figure 41. Station Air Supply Settings F. Turn the stations Main Power switch to the On position. B72001-AA10UEN MULTIPLE CONTROL 49

50 12. Perform the following substeps to download the project to the PLC. A. Place the PLC power supply switch in the On position. B. Place the Mode Selector switch in the Run position. C. Reset the PLC. D. Download the SIMATIC 300 Station object for that station to the PLC. Several dialogs will appear during the download. Click the appropriate response to continue downloading the program. The last dialog should ask if you wish to perform a complete (Warm) restart. E. Click Yes on the dialog to complete a warm restart. 13. Repeat Step 12 for the other station. Note that you do have to connect the cable to the other PLCs to download the projects to them. 14. Go online with one of the processors and monitor that project. 15. Press the Output Power pushbutton on each station to enable the PLCs outputs. 16. Perform the following substeps to test the operation of the program. A. Turn Mode Selector switch on the first station to Reset. You should see each station reset their actuators to the home positions. B. Stock all feeders. C. Turn each Mode Selector switch to Auto mode. The Start pushbutton lights should be off at this time. If any of the lights are blinking, something is not reset or a feeder is empty. D. Press and release the Start pushbutton on each station. The system should run through the complete operation. E. Run three complete sequences through every station to verify the system operates correctly. F. Once the first station starts running the next sequence press the Emergency Stop pushbutton to stop both of the stations. You should observe all stations stop. The E-Stop lights should be blinking and the Start pushbutton active lamps are off. The Output Power on each station should also be off. G. Pull out the Emergency Stop pushbutton. The E-Stop pushbutton lights should be off, but the stations should still be stopped. H. Remove any parts on work surfaces on in grippers. I. Press the Output Power pushbutton on each station. B72001-AA10UEN MULTIPLE CONTROL 50

51 J. Turn each Mode Selector switch on the first station to Reset. The stations should all go to their home positions. K. Turn the first station s Mode Selector switch to Auto mode. The other station should still be in Auto mode. L. Verify the feeders are stocked with parts. M. Press and release the Start pushbutton on each station. You should observe all stations start a new sequence when a part is ready and continue to run until out of parts. 17. Click the Monitor button to go offline from the processor you are currently working on. 18. Print out a copy of both of your ladder logic programs and place them in your portfolio. They will be used in your assessment. 19. Perform the following substeps to shut down the stations. A. Close the LAD/STL/FBD Editor on the PC. B. Close the SIMATIC Manager on the PC. C. Turn off the PC and monitor. D. Turn each station s Main Power switch to Off. E. Perform a lockout/tagout on each station s electrical power source. F. Perform a lockout/tagout on each station s pneumatic power source. B72001-AA10UEN MULTIPLE CONTROL 51

52 SEGMENT 3 SELF REVIEW 1. The National Fire Protection Association s standard 79 states that emergency stop pushbuttons must be located at each and at other locations where an emergency stop is required. 2. Safety PLC s use separate for the safety portion of the controls. 3. Multiple station cycle stop allows for an of a manufacturing line. 4. The multiple station cycle stop signal is placed with the station s stop pushbutton signal. 5. Typically a part jam, equipment fault, or use of an requires that all of the stations get reset before the process can be restarted. 6. A master reset signal is used to the station s reset signal in the station PLC logic. B72001-AA10UEN MULTIPLE CONTROL 52

53 SEGMENT 4 FMS PROGRAMMING OBJECTIVE 9 DESCRIBE THE OPERATION OF A PLC PROGRAM THAT USES DISCRETE I/O HANDSHAKING FOR MULTIPLE FMS An FMS is a group of automated machines linked by a material handling system and a controller that can be programmed to make a variety of products, product styles, or parts. A multiple station FMS can use handshaking to alter functions at one or more stations to manufacture variations to a base product. This allows the same manufacturing process to make products that are customized to customers needs. BEARING INSERT ROTOR ASSEMBLY REAR HOUSING ASSEMBLY SCREW FASTENING VIBRATION BOWL FEEDER #2 #3 #4 #5 #1 PLC CELL CONTROL FINISHED PRODUCT FEED BASE HOUSING FEED Figure 42. Multiple Station FMS B72001-AA10UEN MULTIPLE CONTROL 53

54 For example, a manufacturer of directional control valves could have six options: acrylic or aluminum body, 3 or 4-way valve spool, and a spring return or detent. When the order is placed, certain bits are set to specify which option to select at each assembly process. Figure 43. Directional Control Valve B72001-AA10UEN MULTIPLE CONTROL 54

LEARNING ACTIVITY PACKET MECHATRONICS INDEXING B72001-AA05UEN

LEARNING ACTIVITY PACKET MECHATRONICS INDEXING B72001-AA05UEN MECHATRONICS LEARNING ACTIVITY PACKET INDEXING B72001-AA05UEN LEARNING ACTIVITY PACKET 5 INDEXING INTRODUCTION Indexing systems are used in mechatronics systems to automatically move parts in a rotary

More information

AC/DC ELECTRICAL SYSTEMS

AC/DC ELECTRICAL SYSTEMS AC/DC ELECTRICAL SYSTEMS LEARNING ACTIVITY PACKET CIRCUIT ANALYSIS BB227-BC03UEN LEARNING ACTIVITY PACKET 3 CIRCUIT ANALYSIS INTRODUCTION The previous LAP discussed how current, resistance, and voltage

More information

AC/DC ELECTRICAL SYSTEMS

AC/DC ELECTRICAL SYSTEMS AC/DC ELECTRICAL SYSTEMS LEARNING ACTIVITY PACKET COMBINATION CIRCUITS BB227-BC05UEN LEARNING ACTIVITY PACKET 5 COMBINATION CIRCUITS INTRODUCTION This LAP will continue to build on series circuits and

More information

Exercise 10. Linear Slides EXERCISE OBJECTIVE

Exercise 10. Linear Slides EXERCISE OBJECTIVE Exercise 10 Linear Slides EXERCISE OBJECTIVE In this exercise, you will learn to use a linear slide. You will learn how to use the Linear Slide, Model 5209, to extend the work envelope of the Servo Robot.

More information

Job Sheet 3. Using the Machine Vision System OBJECTIVE PROCEDURE. Setup and connections

Job Sheet 3. Using the Machine Vision System OBJECTIVE PROCEDURE. Setup and connections Job Sheet 3 Using the Machine Vision System OBJECTIVE Install the Machine Vision System on the Flexible Manufacturing System and use it to perform quality control on the boxes filled with marbles. PROCEDURE

More information

Automatic Tool Changer (ATC) for the prolight A Supplement to the prolight 1000 User s Guide

Automatic Tool Changer (ATC) for the prolight A Supplement to the prolight 1000 User s Guide Automatic Tool Changer (ATC) for the prolight 1000 A Supplement to the prolight 1000 User s Guide 1 1995 Light Machines Corporation All rights reserved. The information contained in this supplement (34-7221-0000)

More information

Exercise 2. Point-to-Point Programs EXERCISE OBJECTIVE

Exercise 2. Point-to-Point Programs EXERCISE OBJECTIVE Exercise 2 Point-to-Point Programs EXERCISE OBJECTIVE In this exercise, you will learn various important terms used in the robotics field. You will also be introduced to position and control points, and

More information

Job Sheet 2 Servo Control

Job Sheet 2 Servo Control Job Sheet 2 Servo Control Electrical actuators are replacing hydraulic actuators in many industrial applications. Electric servomotors and linear actuators can perform many of the same physical displacement

More information

MINIMUM SYSTEM REQUIREMENTS

MINIMUM SYSTEM REQUIREMENTS Quick Start Guide Copyright 2000-2012 Frontline Test Equipment, Inc. All rights reserved. You may not reproduce, transmit, or store on magnetic media any part of this publication in any way without prior

More information

Blue Point Engineering

Blue Point Engineering Blue Point Engineering Instruction I www.bpesolutions.com Pointing the Way to Solutions! Animatronic Wizard - 3 Board (BPE No. WAC-0030) Version 3.0 2009 Controller Page 1 The Wizard 3 Board will record

More information

С 800 CASSIDA C 800 HIGH SPEED COIN COUNTER

С 800 CASSIDA C 800 HIGH SPEED COIN COUNTER С 800 CASSIDA C 800 HIGH SPEED COIN COUNTER This manual contains important information on safety measures and operational features. Please read it carefully before operating your coin counter, and keep

More information

APNT#1166 Banner Engineering Driver v How To Guide

APNT#1166 Banner Engineering Driver v How To Guide Application Note #1166: Banner Engineering Driver v1.10.02 How To Guide Introduction This Application Note is intended to assist users in using the GP-Pro EX Version 2..X\2.10.X Banner Engineering Corp.

More information

Sorting Line with Detection 9V

Sorting Line with Detection 9V 536628 Sorting Line with Detection 9V I2 O8 I1 I3 C1 I5 I6 I4 Not in the picture: O5, O6, O7, O8 Circuit layout for Sorting Line with Detection Terminal no. Function Input/Output 1 color sensor I1 2 phototransistor

More information

F4-04DA-1 4-Channel Analog Current Output

F4-04DA-1 4-Channel Analog Current Output F4-4DA- 4-Channel Analog Current 32 Analog Current Module Specifications The Analog Current Module provides several features and benefits. ANALOG PUT 4-Ch. Analog It is a direct replacement for the popular

More information

Pneumatic Clamp Carrier. Installation & Operation Manual

Pneumatic Clamp Carrier. Installation & Operation Manual Pneumatic Clamp Carrier Installation & Operation Manual Pneumatic Clamp Carrier Installation & Operation Manual Quick Machinery Company 8272 Peninsula Drive Kelseyville, CA 95451 phone: (707) 272-6719

More information

F4 04DAS 1 4-Channel Isolated 4 20mA Output

F4 04DAS 1 4-Channel Isolated 4 20mA Output F44DAS 4-Channel Isolated 4mA F44DAS 4-Channel Isolated 4mA Module Specifications The F44DAS 4-channel Isolated Analog module provides several features and benefits. ANALOG 4 CHANNELS PUT F44DAS 4-Ch.

More information

Vinyl Cutter Instruction Manual

Vinyl Cutter Instruction Manual Vinyl Cutter Instruction Manual 1 Product Inventory Inventory Here is a list of items you will receive with your vinyl cutter: Product components (Fig.1-4): 1x Cutter head unit complete with motor, plastic

More information

BCV-1203 Barcode Verification System Users Guide Version 1.2

BCV-1203 Barcode Verification System Users Guide Version 1.2 BCV-1203 Barcode Verification System Users Guide Version 1.2 6 Clock Tower Place Suite 100 Maynard, MA 01754 USA Tel: (866) 837-1931 Tel: (978) 461-1140 FAX: (978) 461-1146 http://www.diamondt.com/ Liability

More information

FD 125 Large-Format Card Cutter

FD 125 Large-Format Card Cutter FD 125 Large-Format Card Cutter 3/201 OPERATOR MANUAL Page 2 Table of Contents SAFETY PRECAUTIONS... 4 Introduction... 5 Specifications... 5 Accessories... 5 Major Components and Assemblies... 6 Control

More information

F4 08DA 2 8-Channel Analog Voltage Output

F4 08DA 2 8-Channel Analog Voltage Output 8-Channel Analog Voltage In This Chapter.... Module Specifications Setting the Module Jumper Connecting the Field Wiring Module Operation Writing the Control Program 92 8-Ch. Analog Voltage Module Specifications

More information

Pneumatic Clamp Carrier. Installation & Operation Manual

Pneumatic Clamp Carrier. Installation & Operation Manual Pneumatic Clamp Carrier Installation & Operation Manual Pneumatic Clamp Carrier Installation & Operation Manual Quick Machinery Company 8272 Peninsula Drive Kelseyville, CA 95451 phone: (707) 272-6719

More information

Servo Indexer Reference Guide

Servo Indexer Reference Guide Servo Indexer Reference Guide Generation 2 - Released 1/08 Table of Contents General Description...... 3 Installation...... 4 Getting Started (Quick Start)....... 5 Jog Functions..... 8 Home Utilities......

More information

ADVANCED PLC PROGRAMMING. Q. Explain the ONE SHOT (ONS) function with an application.

ADVANCED PLC PROGRAMMING. Q. Explain the ONE SHOT (ONS) function with an application. Q. Explain the ONE SHOT (ONS) function with an application. One of the important functions provided by PLC is the ability to program an internal relay so that its contacts are activated for just one cycle,

More information

Introduction to PLC and Ladder Logic Programming

Introduction to PLC and Ladder Logic Programming Introduction Introduction to PLC and Ladder Logic Programming A PLC (Programmable Logic Controller) is an industrial computer used for automation of electromechanical processes, such as control of machinery

More information

F4 16DA 2 16-Channel Analog Voltage Output

F4 16DA 2 16-Channel Analog Voltage Output F46DA2 6-Channel Analog Voltage In This Chapter.... Module Specifications Setting Module Jumpers Connecting the Field Wiring Module Operation Writing the Control Program 22 F46DA2 6-Ch. Analog Voltage

More information

Hydraulic Clamp Carrier. Installation & Operation Manual

Hydraulic Clamp Carrier. Installation & Operation Manual Hydraulic Clamp Carrier Installation & Operation Manual Hydraulic Clamp Carrier Installation & Operation Manual Quick Machinery Company 8272 Peninsula Drive Kelseyville, CA 95451 phone: (707) 272-6719

More information

Band-Master ATS Nano Pneumatic Banding Tool Operating Instructions

Band-Master ATS Nano Pneumatic Banding Tool Operating Instructions Band-Master ATS 601-118 Nano Pneumatic Banding Tool CONTENTS 601-118 Overview... 3 Safety.... 5 Initial Tool Set-up... 5 Regulator assembly mounting... 5 Attach tool head to regulator.... 6 Operating instructions...

More information

Portfolio/ Assessment Package AC/DC ELECTRICAL SYSTEMS CB227-BC00UEN

Portfolio/ Assessment Package AC/DC ELECTRICAL SYSTEMS CB227-BC00UEN Portfolio/ Assessment Package AC/DC ELECTRICAL SYSTEMS CB227-BC00UEN FIRST EDITION, REV. G Amatrol, AMNET, CIMSOFT, MCL, MINI-CIM, IST, ITC, VEST, and Technovate are trademarks or registered trademarks

More information

Fixed Wall Arm. Installation Guide. Part number Rev E 2012 PolyVision Corporation All rights reserved

Fixed Wall Arm. Installation Guide. Part number Rev E 2012 PolyVision Corporation All rights reserved Fixed Wall Arm Installation Guide Part number 2002003-001 Rev E 2012 PolyVision Corporation All rights reserved Table of contents Important Safety Instructions... 3 Overview... 4 Important considerations...

More information

M20 SSB Installation Instructions

M20 SSB Installation Instructions Part No. 530-001668-01 Revision 2 31 March 2000 SSB Description This document describes how to install a System and Switch Board (SSB) into an M20 Internet Backbone Router. For additional installation

More information

Project 3: Assembly, programming and commissioning of a production line with Handling station withelectrical drive and magazine and Turning station

Project 3: Assembly, programming and commissioning of a production line with Handling station withelectrical drive and magazine and Turning station Project 3: Assembly, programming and commissioning of a production line with Handling station withelectrical drive and magazine and Turning station Weighting (points out of total) 41/100 time max 360 min

More information

FX 3U -20SSC-H Quick Start

FX 3U -20SSC-H Quick Start FX 3U -20SSC-H Quick Start A Basic Guide for Beginning Positioning Applications with the FX 3U -20SSC-H and FX Configurator-FP Software Mitsubishi Electric Corporation January 1 st, 2008 1 FX 3U -20SSC-H

More information

Servo Robot Training Systems

Servo Robot Training Systems Servo Robot Training Systems LabVolt Series Datasheet Festo Didactic en 220 V - 50 Hz 07/2018 Table of Contents General Description 2 Robot Controller Module 3 Servo Robot Software 3 Location Pins 4 Included

More information

Owner s Manual S10 SERIES ELECTRONIC STEP CONTROLLER WITH VERNIER CONTROL

Owner s Manual S10 SERIES ELECTRONIC STEP CONTROLLER WITH VERNIER CONTROL Owner s Manual S10 SERIES ELECTRONIC STEP CONTROLLER WITH VERNIER CONTROL This manual covers installation, setup, operation and troubleshooting. Read carefully before attempting to install, operate or

More information

SeriesTWO RGB Fluorescent Fixtures. Installation and Instruction Manual

SeriesTWO RGB Fluorescent Fixtures. Installation and Instruction Manual SeriesTWO RGB Fluorescent Fixtures Installation and Instruction Manual Brightline LP 580 Mayer Street #7, Bridgeville PA 15017 Phone 1-412-206-0106 Fax 1-412-206-0146 www.brightlines.com The Brightline

More information

Hardware Guide. Control Made Simple. Model 401A Signal Generator

Hardware Guide. Control Made Simple. Model 401A Signal Generator Control Made Simple Model 401A Signal Generator Hardware Guide ON OFF LIMIT 1 2 3 4 RXD TXD POWER West Coast Office 1263 El Camino Real Menlo Park, CA 94025 Phone (650) 853-1444 Fax (650) 853-1405 www.flashcutcnc.com

More information

AutoSeal FD 1506 Plus / FE 1506 Plus

AutoSeal FD 1506 Plus / FE 1506 Plus AutoSeal FD 1506 Plus / FE 1506 Plus FK / FL SERIES 06/2018 OPERATOR MANUAL FIRST EDITION TABLE OF CONTENTS DESCRIPTION 1 UNPACKING AND SET-UP 2 CONTROL PANEL 3 OPERATION 3 FOLD PLATE ADJUSTMENT 4 SETTING

More information

PROFINET USER S GUIDE ACSI Servo

PROFINET USER S GUIDE ACSI Servo PROFINET USER S GUIDE ACSI Servo 3600-4196_06 Tolomatic reserves the right to change the design or operation of the equipment described herein and any associated motion products without notice. Information

More information

FIRST Robotics Control System

FIRST Robotics Control System 2018/2019 FIRST Robotics Control System Team 236 1 (click on a component to go to its slide) 2 The Robot Powered solely by 12V battery RoboRIO- is the computer on the robot Controlled by Java code on the

More information

SCHLAGE WIRELESS ACCESS SYSTEM (WAS)

SCHLAGE WIRELESS ACCESS SYSTEM (WAS) CONFIGURING & OPERATING INSTRUCTIONS SCHLAGE WIRELESS ACCESS SYSTEM (WAS) The most current version of this document is available for download at: http://www.ir-swa.com P/N: M053-007-D Schlage 245 W. Roosevelt

More information

ReSound Micro and Multi Mic

ReSound Micro and Multi Mic Tip for use of FAQ: Click on questions to go to answer. Setup & Configuration How do I pair the hearing aids to the Micro and Multi Mic?... 3 How many hearing aids can the Micro/Multi Mic be paired with?...

More information

ivu Plus Quick Start Guide P/N rev. A -- 10/8/2010

ivu Plus Quick Start Guide P/N rev. A -- 10/8/2010 P/N 154721 rev. A -- 10/8/2010 Contents Contents 1 Introduction...3 2 ivu Plus Major Features...4 2.1 Demo Mode...4 2.2 Sensor Types...4 2.2.1 Selecting a Sensor Type...5 2.3 Multiple Inspections...6 2.3.1

More information

EmagiKit. Privacy Pod Plus. Quiet. Easy. Affordable. INSTRUCTIONS ASSEMBLY

EmagiKit. Privacy Pod Plus. Quiet. Easy. Affordable. INSTRUCTIONS ASSEMBLY EmagiKit Privacy Pod Plus Quiet. Easy. Affordable. INSTRUCTIONS ASSEMBLY DIMENSIONS AND COMPONENTS 47 47 Ceiling Unit 2-B 2-L 2-R Glass Door Corner Trim Door Handle 90 Adjustable Height Work Surface 1-B

More information

Instruction Sheet 2 mm Common Termination (CT) Head Assembly

Instruction Sheet 2 mm Common Termination (CT) Head Assembly Instruction Sheet 2 mm Common Termination (CT) 408-9426 Head Assembly 58372-1 05 MAY 14 Wire Inserter (Shown In Up Position) Carriage Drag Wire Guide Feed Pawl (Portion of Head Assembly Shown Cut Away

More information

Robotic Installation of OSI-Bolts

Robotic Installation of OSI-Bolts Robotic Installation of OSI-Bolts 2015-01-2512 Mark W. Sydenham and Tim Brown Electroimpact Inc. CITATION: Sydenham, M. and Brown, T., "Robotic Installation of OSI-Bolts," SAE Technical Paper 2015-01-2512,

More information

Introduction to Robotics

Introduction to Robotics Mechatronics Introduction to Robotics Courseware Sample 39411-F0 Order no.: 39411-00 First Edition Revision level: 02/2015 By the staff of Festo Didactic Festo Didactic Ltée/Ltd, Quebec, Canada 2007 Internet:

More information

The wireless alternative to expensive cabling...

The wireless alternative to expensive cabling... The wireless alternative to expensive cabling... ELPRO 905U Wireless Solutions for Process Applications New Products... New Solutions The ELPRO 905U range of wireless I/O provides a low cost alternative

More information

Z-5652 plus Series. 2D Image Hands-Free Scanner

Z-5652 plus Series. 2D Image Hands-Free Scanner Z-5652 plus Series 1 2D Image Hands-Free Scanner Revision History Changes to the original manual are listed below: Version Date Description of Version 1.0 10/02/2017 Initial release 2D Image Scan Module

More information

TM5. Guide Book. Hardware Version: 2.00 Software Version: 1.62

TM5. Guide Book. Hardware Version: 2.00 Software Version: 1.62 TM5 Guide Book Hardware Version: 2.00 Software Version: 1.62 ii Release Date : 2017-07-10 The information contained herein is the property of Techman Robot Corporation (hereinafter referred to as the Corporation).

More information

Familiarization with the Servo Robot System

Familiarization with the Servo Robot System Exercise 1 Familiarization with the Servo Robot System EXERCISE OBJECTIVE In this exercise, you will be introduced to the Lab-Volt Servo Robot System. In the Procedure section, you will install and connect

More information

Take Control. Introduction. Control Principles

Take Control. Introduction. Control Principles Introduction The XR3000 Configurable Logic Controller (XR3000 Agent) exemplifies a new, more accessible form of automation controller. Its enabling technology allows users to implement and manage their

More information

About the DSR Dropout, Surge, Ripple Simulator and AC/DC Voltage Source

About the DSR Dropout, Surge, Ripple Simulator and AC/DC Voltage Source About the DSR 100-15 Dropout, Surge, Ripple Simulator and AC/DC Voltage Source Congratulations on your purchase of a DSR 100-15 AE Techron dropout, surge, ripple simulator and AC/DC voltage source. The

More information

PT 335SCC Multi Operator Manual

PT 335SCC Multi Operator Manual PT 335SCC Multi Operator Manual 755 Griffith Court, Burlington, Ontario, Canada L7L 5R9 Tel:+(905) 633-7663 Fax:+(905) 637-4419 www.graphicwhizard.com 1 TABLE OF CONTENTS Important Information General

More information

i1800 Series Scanners

i1800 Series Scanners i1800 Series Scanners Scanning Setup Guide A-61580 Contents 1 Introduction................................................ 1-1 About this manual........................................... 1-1 Image outputs...............................................

More information

Vietnamese-German Development Cooperation. Module

Vietnamese-German Development Cooperation. Module Promotion Mechatronics of TVET Viet Nam Vietnamese-German Development Cooperation Module Production Programming of of mechanical mechatronic subassemblies systems by with manual microcontroller production

More information

AirScope Spectrum Analyzer User s Manual

AirScope Spectrum Analyzer User s Manual AirScope Spectrum Analyzer Manual Revision 1.0 October 2017 ESTeem Industrial Wireless Solutions Author: Date: Name: Eric P. Marske Title: Product Manager Approved by: Date: Name: Michael Eller Title:

More information

WTDIN-M. eeder. Digital Input Module. Technologies FEATURES SPECIFICATIONS DESCRIPTION. Weeder Technologies

WTDIN-M. eeder. Digital Input Module. Technologies FEATURES SPECIFICATIONS DESCRIPTION. Weeder Technologies eeder Technologies 90-A Beal Pkwy NW, Fort Walton Beach, FL 32548 www.weedtech.com 850-863-5723 Digital Input Module FEATURES 8 wide-range digital input channels with high voltage transient protection.

More information

MBC Bipolar Microstep Driver. User s Guide E. Landon Drive Anaheim, CA

MBC Bipolar Microstep Driver. User s Guide E. Landon Drive Anaheim, CA MBC10641 Bipolar Microstep Driver User s Guide A N A H E I M A U T O M A T I O N 4985 E. Landon Drive Anaheim, CA 92807 e-mail: info@anaheimautomation.com (714) 992-6990 fax: (714) 992-0471 website: www.anaheimautomation.com

More information

Studio 2 - Pneumatic Launcher

Studio 2 - Pneumatic Launcher GEORGIA INSTITUTE OF TECHNOLOGY George W. Woodruff School of Mechanical Engineering ME 2110 Creative Decisions and Design Summer 2010 Studio 2 - Pneumatic Launcher In order to successfully design and build

More information

Getting Started Guide

Getting Started Guide SOLIDWORKS Getting Started Guide SOLIDWORKS Electrical FIRST Robotics Edition Alexander Ouellet 1/2/2015 Table of Contents INTRODUCTION... 1 What is SOLIDWORKS Electrical?... Error! Bookmark not defined.

More information

Hardware Installation. Do this first:

Hardware Installation. Do this first: 1 Do this first: Hardware Installation Need some help? Here s what you ll need: 4 AA Batteries Phillips screwdriver Visit us online. support.remotelock.com We re here to help. 1 (877) 254 5625 support@remotelock.com

More information

This document is intended for Lighting Control Systems professionals

This document is intended for Lighting Control Systems professionals This document is intended for Lighting Control Systems professionals This document applies to fixture with factory installed SVPD1, SVPD2, SVPD3 integrated sensors. Table of contents Quick Reference Guide...

More information

English User's Guide

English User's Guide User's Guide Imacon Flextight 343 2 2003 Imacon A/S. All rights reserved. Imacon Flextight 343 User's Guide, Part No 70030009, revision B. The information in this manual is furnished for informational

More information

i800 Series Scanners Image Processing Guide User s Guide A-61510

i800 Series Scanners Image Processing Guide User s Guide A-61510 i800 Series Scanners Image Processing Guide User s Guide A-61510 ISIS is a registered trademark of Pixel Translations, a division of Input Software, Inc. Windows and Windows NT are either registered trademarks

More information

Technicians of Terror. This is the air valve we make to use with our air

Technicians of Terror.  This is the air valve we make to use with our air These are pictures of our scissor prop. Technicians of Terror http://www.halloweenfear.com/scissorprop.html props. This is the air valve we make to use with our air This pictures the duel door closer cylinders

More information

Analog Inputs and Outputs

Analog Inputs and Outputs Analog Inputs and Outputs PLCs must also work with continuous or analog signals. Typical analog signals are 0-10 VDC or 4-20 ma. Analog signals are used to represent changing values such as speed, temperature,

More information

Measurement Amplifier Operating instructions

Measurement Amplifier Operating instructions Measurement Amplifier VMF 1000 Operating instructions erstellt am 8-Feb-2001 freigegeben am Bemerkungen Rev.1.84 Seiten: 14 Name: Rietdorf/Wallace Name: measuring - controlling - recording - automation

More information

Handheld Omnidirectional Laser Scanner

Handheld Omnidirectional Laser Scanner 1 i Important Notice No warranty of any kind is made in regard to this material, including, but not limited to, implied warranties of merchantability or fitness for a particular purpose. We are not liable

More information

CNC Mill Training System (Heavy Duty)

CNC Mill Training System (Heavy Duty) CNC Mill Training System (Heavy Duty) LabVolt Series Datasheet Festo Didactic en 120 V - 60 Hz 07/2018 Table of Contents General Description 2 Features & Benefits 3 List of Equipment 3 List of Manuals

More information

Hinge Boring/Insertion Machine Set Up And Operation Instructions

Hinge Boring/Insertion Machine Set Up And Operation Instructions Hinge Boring/Insertion Machine Set Up And Operation Instructions Manufactured In The USA By: Thompson Industries, Inc. 1018 Crosby Avenue, Sycamore, IL. 60178-0127 Ph:815-899-6670 Fax:815-899-1918 Thank

More information

Quick Start Guide. Contents

Quick Start Guide. Contents 1 Quick Start Guide Contents Powering on the Machine Login/Password Entry Jaw Set Up High Security Cut by Code High Security Jaw Set Up Edge Cut Cut by Code Edge Cut Cut by Decode Cutter Replacement Tracer

More information

INSTALLATION LS MODEL

INSTALLATION LS MODEL INSTALLATION LS MODEL Page 2 TABLE OF CONTENTS Section 1: Included parts... pg 4 Section 2: Installing the Shirley Stitcher II on Quilt Frame.. pg 5 Section 3: Connecting Shirley Stitcher II to Tin Lizzie

More information

ERCD. Features ERCD. Main functions P Supports 4 operating methods including pulse train, programming, point trace, online instructions

ERCD. Features ERCD. Main functions P Supports 4 operating methods including pulse train, programming, point trace, online instructions single-axis Single-axis single-axis Single axis Dedicated for T4L / T5L / C4L / C5L / YMS Low price and compact in size. In addition to the conventional functions, a pulse train function is added for a

More information

Exercise 1-1. Control of the Robot, Using RoboCIM EXERCISE OBJECTIVE

Exercise 1-1. Control of the Robot, Using RoboCIM EXERCISE OBJECTIVE Exercise 1-1 Control of the Robot, Using RoboCIM EXERCISE OBJECTIVE In the first part of this exercise, you will use the RoboCIM software in the Simulation mode. You will change the coordinates of each

More information

IN-BED FRAME MOUNT INSTALLATION INSTRUCTIONS

IN-BED FRAME MOUNT INSTALLATION INSTRUCTIONS Lit. No. 13666, Rev. 05 December 5, 2005 IN-BED FRAME MOUNT INSTALLATION INSTRUCTIONS FOR SINGLE-STAGE AND TWO-STAGE TAILGATE SPREADERS Read Owner's Manual before operating or servicing spreader. Empty

More information

DigiSpeed DC-03. Isolated Control Voltage Generator User s Guide. PCB: DC-03 V3.0 Firmware: Ver: 3.0 Mach3: Ver: 1.84

DigiSpeed DC-03. Isolated Control Voltage Generator User s Guide. PCB: DC-03 V3.0 Firmware: Ver: 3.0 Mach3: Ver: 1.84 DigiSpeed DC-03 - Users Guide Page 1 Updated: 29. April 2009 DigiSpeed DC-03 Isolated Control Voltage Generator User s Guide PCB: DC-03 V3.0 Firmware: Ver: 3.0 Mach3: Ver: 1.84 DigiSpeed DC-03 - Users

More information

Digi-Stop. User Manual for: Digi-Stop. Digital Readout Firmware version d & Higher

Digi-Stop. User Manual for: Digi-Stop. Digital Readout Firmware version d & Higher Digi-Stop User Manual for: Digi-Stop Digital Readout Firmware version d 2.000 & Higher Warranty Accurate Technology, Inc., warrants this product against defective parts and workmanship for 1 year commencing

More information

Mini Hexapodinno. 18-DOF Robot

Mini Hexapodinno. 18-DOF Robot Mini Hexapodinno 18-DOF Robot Instruction Manual Version 1.11 Trademark Innovati,, and BASIC Commander, are registered trademarks of Innovati Inc. InnoBASIC and cmdbus are trademarks of Innovati Inc. Copyright

More information

EPSON Stylus Pro Quick Reference Guide

EPSON Stylus Pro Quick Reference Guide EPSON Stylus Pro 10000 Quick Reference Guide Loading Roll Paper First you attach the paper roll to the spindle and place the spindle in the printer. Then you load the paper for printing. 4 Slide the movable

More information

Micro Wizard Instructions

Micro Wizard Instructions How to install your Fast Track flashing light display timer model K1 with optional remote start switch (If you have ordered the Quick Mount or have a Best Track, disregard this section and refer to the

More information

SIMATIC Vision Sensor SIMATIC VS130-2 and VS 130-2vcr

SIMATIC Vision Sensor SIMATIC VS130-2 and VS 130-2vcr s SIMATIC Vision Sensor SIMATIC VS130-2 and VS 130-2vcr Getting Started Release 09/2005 First Steps in Commissioning Safety Guidelines This manual contains notices you have to observe in order to ensure

More information

Micro Wizard Instructions K1 KIT ASSEMBLY INSTRUCTIONS With Remote Start Switch

Micro Wizard Instructions K1 KIT ASSEMBLY INSTRUCTIONS With Remote Start Switch K1 KIT ASSEMBLY INSTRUCTIONS With Remote Start Switch Kit Contents: (If you have ordered the Quick Mount or have a Best Track, the contents of your kit will differ from this list. Please refer to the mounting

More information

WTDOT-M. eeder. Digital Output Module. Technologies FEATURES SPECIFICATIONS DESCRIPTION. Weeder Technologies

WTDOT-M. eeder. Digital Output Module. Technologies FEATURES SPECIFICATIONS DESCRIPTION. Weeder Technologies eeder Technologies 90-A Beal Pkwy NW, Fort Walton Beach, FL 32548 www.weedtech.com 850-863-5723 Digital Output Module FEATURES 8 high-current open-collector output channels with automatic overload shutdown.

More information

A Automation and Robotics CNC LATHE SYSTEM (LIGHT DUTY) MODEL 5300

A Automation and Robotics CNC LATHE SYSTEM (LIGHT DUTY) MODEL 5300 A Automation and Robotics CNC LATHE SYSTEM (LIGHT DUTY) MODEL 5300 GENERAL DESCRIPTION The CNC Lathe System (Light Duty), Model 5300, provides training in computer-aided design (CAD) and computer-aided

More information

FM RADIO TRANSMITTER

FM RADIO TRANSMITTER FM RADIO TRANSMITTER Instruction Manual i702 Please read this manual carefully before operating and save it for future reference. Questions? Please visit http://www.i-luv.com CONTENTS INTRODUCTION General

More information

Supplement. ScanMaker i280 features, scenarios, and information. Getting to Know Your ScanMaker i280

Supplement. ScanMaker i280 features, scenarios, and information. Getting to Know Your ScanMaker i280 Supplement ScanMaker i280 features, scenarios, and information Getting to Know Your ScanMaker i280 The ScanMaker i280 is a high resolution scanner for reflective scanning. It features 4800 x 9600 dpi,

More information

R PROFLAME Instruction Book Collection

R PROFLAME Instruction Book Collection 9.956.028 R00 584 PROFLAME Instruction Book Collection 4-17 18-29 584 PROFLAME System 30-39 Appendix: DIP SWITCH NUMBER (0=ON 1=OFF) 40-41 4-17 Fig. 1 The SIT is a device that allows, in conjunction with

More information

CAST Application User Guide

CAST Application User Guide CAST Application User Guide for DX900+ Electromagnetic Multilog Sensor U.S. Patent No. 7,369,458. UK 2 414 077. Patents Pending 17-630-01-rev.b 05/24/17 1 Copyright 2017 Airmar Technology Corp. All rights

More information

STX Stair lighting controller.

STX Stair lighting controller. Stair lighting controller STX-1792 STX-1792 controller is used to control stairs lighting dynamically. The backlight is switched on with the subsequent steps, depending on the motion directions: ascending

More information

GPS Position Sensor PS-2175

GPS Position Sensor PS-2175 In s tr u c ti o n M a n u a l 012-09919A GPS Position Sensor PS-2175! Table of Contents Contents Introduction........................................................... 3 Theory of Operation....................................................

More information

Installation and Operating Guide

Installation and Operating Guide Alpha Watch 3 Platinum Alpha Watch 3 Gold Alpha Watch 3 Staff Installation and Operating Guide 2 nd Generation Equipment after 10/04/2004 1-800-735-9131 www.wandercontrol.com Alpha Watch 3 Platinum /Gold

More information

DC155 Digital Visualizer. User Manual

DC155 Digital Visualizer. User Manual DC155 Digital Visualizer User Manual Table of Contents CHAPTER 1 PRECAUTIONS... 4 CHAPTER 2 PACKAGE CONTENT... 6 CHAPTER 3 PRODUCT OVERVIEW... 7 3.1 PRODUCT INTRODUCTION... 7 3.2 I/O CONNECTION... 8 3.3

More information

Maintenance Information

Maintenance Information 47104302 Edition 1 November 2012 Cordless Drill/Driver QX Series Maintenance Information Save These Instructions Tool Diagnosis 1. Before servicing this unit, you will need a fully charged battery of known

More information

3 GHz Carrier Backhaul Radio. Model: AF-3X. Tel: +44 (0) Fax: +44 (0) LINK GPS MGMT DATA DATA

3 GHz Carrier Backhaul Radio. Model: AF-3X.   Tel: +44 (0) Fax: +44 (0) LINK GPS MGMT DATA DATA LINK GPS MGMT DATA DATA MGMT GPS LINK 3 GHz Carrier Backhaul Radio Model: AF-3X LINK GPS MGMT DATA 3 GHz Carrier Backhaul Radio Model: AF-3X LINK GPS MGMT DATA DATA MGMT GPS LINK Introduction Thank you

More information

Screwfeeder Troubleshooting Guide

Screwfeeder Troubleshooting Guide Symptom General Cause Specific Cause Solution Illustration No Screws are being fed to the screwdriver Screw jam in screw delivery tubing Insufficient Screw Blast to deliver screw Adjust Screw Blast Inline

More information

M PREMIUM. Additional Instructions. Neat seam beginning (NSB)

M PREMIUM. Additional Instructions. Neat seam beginning (NSB) 867 867-M PREMIUM Additional Instructions Neat seam beginning (NSB) IMPORTANT READ CAREFULLY BEFORE USE KEEP FOR FUTURE REFERENCE All rights reserved. Property of Dürkopp Adler AG and protected by copyright.

More information

LBI-31807D. Mobile Communications MASTR II REPEATER CONTROL PANEL 19B234871P1. Maintenance Manual. Printed in U.S.A.

LBI-31807D. Mobile Communications MASTR II REPEATER CONTROL PANEL 19B234871P1. Maintenance Manual. Printed in U.S.A. D Mobile Communications MASTR II REPEATER CONTROL PANEL 19B234871P1 Maintenance Manual Printed in U.S.A. This page intentionally left blank 13 PARTS LIST 12 PARTS LIST LBI-31807 11 PARTS LIST 10 SCHEMATIC

More information

DigiSpeed-GX DC-03. Isolated Control Voltage Generator User s Guide. DigiSpeed-GX PCB Ver:2.0 Firmware Ver: 1.0 Mach3 Ver: 1.84

DigiSpeed-GX DC-03. Isolated Control Voltage Generator User s Guide. DigiSpeed-GX PCB Ver:2.0 Firmware Ver: 1.0 Mach3 Ver: 1.84 DigiSpeed-GX - Users Guide Page 1 Updated: 15. January 2009 DigiSpeed-GX DC-03 Isolated Control Voltage Generator User s Guide DigiSpeed-GX PCB Ver:2.0 Firmware Ver: 1.0 Mach3 Ver: 1.84 DigiSpeed-GX -

More information

FLEXIBLE MANUFACTURING SYSTEM. Teacher's Guide. SCORBOT-ER 4u and spectralight 200

FLEXIBLE MANUFACTURING SYSTEM. Teacher's Guide. SCORBOT-ER 4u and spectralight 200 teklink FLEXIBLE MANUFACTURING SYSTEM SCORBOT-ER 4u and spectralight 200 Teacher's Guide Catalog # 100351 Rev.A March 2002 Copyright 2002 Intelitek Inc. Catalog No. 100351 Rev. A March 2002 Flexible Manufacturing

More information

Supply Kit Project: Pneumatic Launcher

Supply Kit Project: Pneumatic Launcher GEORGIA INSTITUTE OF TECHNOLOGY George W. Woodruff School of Mechanical Engineering ME 2110 Creative Decisions and Design Spring 2010 Supply Kit Project: Pneumatic Launcher In order to successfully design

More information