jeffellis1

MrPLC Member
  • Content count

    42
  • Joined

  • Last visited

Community Reputation

0 Neutral

About jeffellis1

  • Rank
    Sparky
  • Birthday 10/10/63

Contact Methods

  • Website URL http://
  • ICQ 0

Profile Information

  • Location Pittsburgh area
  • Country United States
  1. entivity

    Hello, do you know if I can find a demo of the Think N DO software? I really appreciate any help you can give me. Jeff
  2. Has anyone been involved with the air separation - crygenic industry and have any feedback they can share with me? Specifically, health issues, safety, instrumentation, etc.
  3. Does anyone know where I can get a 3rd party emulation driver that will work for ControlLogix or an educational/loaner copy of RSEmulate 5000? I would be very grateful if someone can help me with this. Jeff jfls40@yahoo.com
  4. Steel Mill Temp position

    My main concern was violence when you try to drive through the picket line? Should I worry about a brick getting smashed through my winshield or people spitting on my vehicle? How about someone following me and harrassing me when I get back to the hotel? Jeff
  5. I have been offered a temporary replacement position at a Steel Mill in Ohio. It includes the best pay I have ever made and all expenses reimbursed. I would have to cross a picket line and work 12 hour shifts. Responsibilities are electrical maintenance, plc troubleshooting, etc... the biggest part of it I don't like is crossing the picket line. I have never done this before. So lets hear some input and feedback. The strike could end tommorrow or 4 months or a year from now. Anyone here been there done that? and care to share their experience with me? Jeff
  6. Could you tell me what doesn't look complete and do you have the actual logic file from the machine?
  7. Here is my latest update on the project Alaric sent to me. I made a Custom Graphical Monitor. If you have the Emulate 500 driver on your pc you can download and run this for yourself. This is my first program from scratch and I have had alot of fun doing it. ALARIC.RSS
  8. Where can I find these 2001 JIC Electrical Symbols? Are they free for downloading?
  9. I've made alot of progress (so I think) on the project ALARIC sent to me. I am running it using the Emulate 500 and its alot of fun watching it work, figuring out how to construct my ladders, etc... It is not completely done yet but I feel I'm about half way there now. I've attached it for downloading. DISKFORM.RSS Ignore the last rung in the Indexing file, I am letting it run on the emulator to see how many parts will be made this afternoon. If anyone wants to send me feedback I am open for it. thanks Jfls41 DISKFORM.RSS
  10. Could someone explain the purpose and how to use the "debug" feature when setting up program files, I am not actually hooking up to a SLC but using the Emulate 500. Thanks, JFLS41
  11. Does anyone have an organized or unorganized assortment of links to PLC, Industrial, Controls, etc... saved in their bookmarks or favorites that they can attach for me to download. I have found alot of sites but with good tutorials, info, etc and don't have any bookmarks to find them again. Everything got cleaned off my pc. Thanks, Jeff
  12. I've made alot of progress (so I think) on the project ALARIC sent to me. I am running it using the Emulate 500 and its alot of fun watching it work, figuring out how to construct my ladders, etc... It is not completely done yet but I feel I'm about half way there now. I've attached it for downloading. DISKFORM.RSS Ignore the last rung in the Indexing file, I am letting it run on the emulator to see how many parts will be made this afternoon. If anyone wants to send me feedback I am open for it. thanks Jfls41 Here it is and my project file I am working on. Here is a brief description of the machine and process. The machine is used to form plastic disks to a particular shape against a steel die. The machine consists of a ten position rotary indexing table. The table top is a 1/2 inch (13mm) thick steel disk about 18 inches (460mm) in diameter with ten 2 inch (50mm) holes placed every 36 degrees around the outside edge of the table. The back half of the rotary table is behind a permanently mounted plexiglas safety shield which runs down the centerline of the rotary table. Thus at any time five of the holes in the table are in front of the shield and five are behind the shield. The operator places a small die and plastic disk in one of the empty positions (holes) in front of the shield. Each hole has small flat in it so that the die is properly oriented. The rotary table indexes counter clockwise when viewed from above. Thus an operator can remove a die with its plastic formed part on the left and place a new die with an unformed plastic disk on the right. Behind the safety shield above each position of the index table is first a proximity switch which detects if a die is present in a position, second, an infrared heater which heats the plastic disk for a time along with a temperature switch which maintains the infrared heater temperature using simple on/off control, third a forming station which consists of a pneumatic cylinder which presses a forming die down onto the plastic disk and the die in the index table, and fourth and fifth, stations where the disk/die cool as they are waiting to be indexed to the front of the safety shield where they are removed by the operator. As you can see from the drawing, the IO count is small. The indexing of the table is started/stopped using the start/stop buttons. There is an optimate panel from which the operator sets two parameters: 1) heating time, or the amount of time spent under the infrared heater, and forming time, or the time for which the air cylinder applies the forming die to the disk and the index table die. The heating time is always several times longer than the forming time so it is what will regulate the indexing of the table. When the operator first starts the machine the IR heater must be preheated. Therefore the indexing of the table does not begin until the IR heater reaches temperature as indicated by the temperature switch. The temperature switch opens when temperature > switch point. Once temperature is reached it is regulated using simple on/off control by the temperature switch and the PLC. Approximate heating time is about 35 seconds. Once the part has been heated the forming time is approximately ten seconds. On the real malchine this is operator adjustable, however, for this exercise you don't need to worry about this as the Optimate panel sets the values, not the PLC program, so just program 35 and 10 as the times. The table is indexed one position each time the solenoid SV01 is activated. SV01 activates a single acting spring return mechanical indexing cylinder under the table to move the table one position. SV01 must be turned off for long enough for the indexing cylinder to spring retract before the table can be indexed again. The table will index at a maximum rate of 4 RPM, however experience has shown that this is too fast for the average operator so we slowed the machine down to index at a maximum rate of one index every five seconds. Thus we programmed the pulse on time of SV01 at one second and allow at most one pulse every five seconds. The proximity switch detects if a part exists or not so that heating and forming operations are not performed on a station where no part exists. Thus if no part exists under either the heater or the forming cylinder then the table will advance again after five seconds. If a part was under the heater, the table indexes that part to the forming cylinder, but no trailing part exists, that is, the trailing position is blank, then the table will index once the ten second forming is complete. It is common for the operator to leave blank stations while loading new parts onto the table as the operator is typically loading the machine as well as doing something else. The forming cylinder is a short stroke single acting cylinder controlled via SV02. The cylinder forward travel time is a part of the 10 seconds that SV02 is on. If there is a part to be formed then after forming a 1/2 second delay after SV02 is off allows the cylinder to retract to clear the part before indexing the table again. Each time a part is formed the external counter at output 0 is up counted. The output turns on for one half second to increment the counter. The operation continues until the operator presses the stop button or until two full revolutions (20 counts) have been made without detecting a single part die with the proximity detector. When operation is started it is to be assumed that there are no parts behind the safety shield. Any parts left there from any previous operation will have been removed by the operator. Attached File(s) sampleproject.pdf ( 90.62k ) Number of downloads: 12 DISKFORM.RSS
  13. Programming Machinery From Scratch

    Im working on my first program from scratch and when I look at other ladder logic files for automated machinery, like index tables for example, I get overwhelmed with so many instructions to sift through. Specifically the back and forth, go to this rung, go to that rung, to find out why a particular input isnt' true. Is there any tips or hints you could give me in how you are able to look at rungs, especially the ones with hundreds of inputs and not feel like your overwhelmed? thanks a bunch
  14. Ok, I hear you,, even though the e-stops will still stop or shut everything down dead in its tracks, what type of device is MC/MCR input when I see an XIC instruction in ladder logic? See what I am asking? and if plcs are not a safety device, why does Osha require two for redundancy on presses?
  15. Can someone explain to me if hard wired e-stops shown on electrical prints can be entered into ladder logic as a MC or MCR? I tried to learn more about this reading the AB help files but its not entirely clear to me.