kurt.brinker

MrPLC Member
  • Content count

    44
  • Joined

  • Last visited

Community Reputation

0 Neutral

About kurt.brinker

  • Rank
    Sparky

Profile Information

  • Country United States
  1. n00b batching

    Processor is a SLC 5/05. Fairly new at programming and we are going to slowly automate some of the manul operations at the plant. This is what i wrote up to automatically transfer oil into our tank until we hit a specified weight. we have 2 tanks to transfer in to, 6010 and 6020, and 2 tanks to transfer from, 2000 and 2001. Here is what i have so far. Its very basic but i believe everything is in order. Let me know if you see anything obvious. I always post up what i think is the perfect program and then alaric or mickey says, what if you did this and suddenly the clouds lift. If its full of errors then just tell me to try again but if it looks ok but might need some attention, please let me know what you think. oil.pdf
  2. Dual Monitors and RS View SE Clients

    ahhhh, i dealt with this awhile back. I made a generic login for anyone dealing with plant maintenance. I can't remember the dang software i used but basically there is a Plant Maintenance user on the pc and once you login when you click start, you have the option to log off, turn off, or run the client and thats it. Its worked wonders for freeing up bandwidth and keeping the pc's clean. here ya go Microsoft Steady State. Free as long as you are running genuine windows xp. http://www.microsoft.com/windows/products/...is/default.mspx
  3. Dual Monitors and RS View SE Clients

    no, sorry. i just started the client and moved it to my secondary monitor and maximized it. Then i started another one and left it on my primary screen. You want to be able to start he application and have it open on the secondary monitor and then start another one and have it stay on the primary monitor?
  4. Dual Monitors and RS View SE Clients

    yes its possible, i just started two clients and put one on my secondary monitor and one on my primary.
  5. Distance Learning

    got the approval just now. he said to put the startup fee of $430 on my company cc and to get started. They will review my progress and a score of 80% or above on the final test for each module will get my next module paid for.
  6. Distance Learning

    Thanks for all the responses. I am going to pursue this since i have no mentor or other form of training here. I want to do it mainly for the knowledge but also the idea of free schooling no matter what the type, is extremely appealing to me. Ron: Before i worked on the units that i now program, i wired all the control panels together. The guy that taught me was about as strict as it gets as far as appearance. Everything was routed perfectly and was a work of art when it was done. Now i have that embedded inside me and i just can't wire up a panel any way i want to. I have to sit there and snip mm of wire off to make everything perfect. It just doesn't feel right if i don't. I was gonna let him do it since thats his bread and butter and can have a beautiful panel with 200+ terminal blocks wired up however i need, as well as my 5/05 and 13slot rack in about 2 hours.
  7. Distance Learning

    the best part is that i used to be a service tech on the units i now do the plc's for so i can view it from both angles. I am now focused on our plant which luckily is not overly complicated and i have grasped their entire "mission" rather quickly. The 5-10 comparison was aimed toward unorganized programming. Where the obvious would be to have seperate lines for everything but when you think about it, you can streamline it and make it more efficient. I see what you are saying though. on a side note, i have a nice 13 slot rack with a 5/05 on it and an assortment of cards to play with as well as afew PV+ 600's and a few ML1500's I am going to try and get our electrical guy to wire up a board for me so i can start some troubleshooting and playing with scenarios.
  8. More scenario fun

    after a little bit of brainstorming, we just decided to raise our inlet water temperature to reduce our cooling capacity and ensure the pumps will always be in demand
  9. Distance Learning

    my main reason for doing it is so i can learn. I started doing this 3 months ago and i love it. i couldn't ask for a better job. the money isn't amazing but i love doing it so its good enough for me. I just want to be a "Ron Beaufort" one day. Where someone can ask me a question and i can tell them the correct answer and the reasoning behind it. Right now i am basically just modifying alot of PV programs, adding PID loops, on/off controls, interlocks, and metering. I just want to learn as much as i can so i can program in 5 lines what any fool can write in 10. edit: the company will foot the bill for any training as well so its hard not to take advantage of that.
  10. Here is the problem and what i believe can be a solution. We have a cooling setup that is as follows. (2) centrifugal pumps, pump water through 3" pvc piping into a reactor room with 2 heat exchangers. They are operated by VFD's that are controlled by a single PID loop to maintain temperature. The temperature rises very slow and can be brought to its setpoint in a matter of 5 minutes. The problem is that once it hits its setpoint, the CV is slowly lowered until it hits 0. At 0, the minimum VFD freq is 15hz so the pumps are still running, but VERY slow. The owner would like the pumps to be disabled when the CV is under 5%. Right now, we manually turn on the pumps using the HMI. I told him that if we incorporate an auto stop for the pumps, then we must incorporate an auto start for when the CV goes past 10%. I am thinking i can add a manual bypass to the system. The bypass would need to be enabled in order to control the pumps manually and when its disabled, the pumps on/off would be controlled by the CV. I would also incorporate 1 minute timers to ensure the CV is above 10% for more than a minute to enable the pump and below 5% for a minute to disable the pump. Any other ideas? or any problems with mine?
  11. Distance Learning

    I would love to attend one of ron beauforts classes but unfortunately there is no way i can get time off of work to go. Work will pay for 100% of my training but at the same time, I am the only person here that has any PLC experiance so if something happens, i HAVE to be here. I would like for whatever class i take to certify me as a plc tech. I ran across http://www.georgebrown.ca/Marketing/FTCal-Jan/caet/T903.aspx and it looks like a solid program. I can take all classes online and will be certified at the end. Are the other options out there that offer the same or better instruction?
  12. Flash card in Panelview access

    (drive-letter):\Rockwell Software\RSViewME\Runtime\*yourfile.mer*
  13. PID instruction parameter fault

    apparently my last 4 pid loops didn't get their parameters set. I always looked at the first one which was correct but i looked at the fault code and it led me to the second pid loop and when i opened up the setup screen it was blank!. everything is great now. Thanks!
  14. PID instruction parameter fault

    I scaled my pv and it still doesn't work. My setpoint comes straight from the HMI and is rescaled like it needs to be. All of my PID setpoints are valid
  15. PID instruction parameter fault

    read through your program and i understand most of it. i DID find a range for my rtd's. I have it scaled now and i am about to try it out. One question. on my rtd input card, the input is set for engineering units. If the temperature is 50 degrees, it comes in as 500. I multiply this x .1 to get my readable value. I noticed i have an option for engineering unitsx10 as an option for the input. will this give me a 50 degree input or a 5000.