gbradley

MrPLC Member
  • Content count

    52
  • Joined

  • Last visited

Everything posted by gbradley

  1. VaconX4 Drive

    I have a VACON X4 drive I want a digital input to Accelerate the motor up to Speed (43Hz) then stay at speed for 25 minutes, and then Decelerate back to 0 speed. On the Woods WFC drive I used C1- Cntl1 01000111and E1-Ecnt1 of 1500sec  Do I change Param 405?
  2. VaconX4 Drive

    I called Danfoss Technical support I found out that not only are the Woods Drive WFC obsolete, but that the Vacon X4 are in the Inactive phase and at End of life as well.Anyway he suggested 491 Seq ApplI will have to read up a little, but I believe that this will get me to where I want to go.
  3. I have been trying this, but I keep getting a constant, that is not changing. 25.878906 When configuring the message, I am not sure what the class: is.   If I try and change the attribute to something like 643, the testmsg.er bit lights up. Like wise If I try and change the class: to anything besides 42, the testmsg.er bit lights up.      
  4. Is there a way to monitor the Temperature of a Servo Motor on Allen Bradley Servo motors... MPL? PLC: CompactLogix 1769-L30ERM Drive: Kinetix 6500   Motors: MPL-B310P-MJ72AA, and  MPL-B560F-MJ72AA I would like to be able to monitor the temperature, and flash a warning screen on the HMI if the Motor gets too hot, or perhaps shut down the operation before the Motor overload trips. The drive and PLC are connected through Ethernet IP What I don’t know is if that Motor heatsink temperature information is available to the PLC.
  5. IPhone and Compactlogix

    I did it a while back with Advanced HMI. https://www.advancedhmi.com/   I bet that is still one of the better ways  to do it.   http://www.plctalk.net/qanda/showthread.php?t=78379&highlight=advanced+hmi This was so long ago that I would have to relearn it, but it was relatively straight forward. YouTube:  https://www.youtube.com/watch?v=P-E8NlUNiX4
  6. PID IN micrologix 1400

    How are you using the PID's? Can you show me an example of a Heat PID loop. I used a Dead band timer, and it seems to work OK, but I think that PID would be better. I rarely ever do this stuff, so I'm really green when it comes to heating circuits. I have a thermocouple and heat output, no cool. I just want to control the temperature of a heater within 10 I was hoping that I could see an example of PID in Micrologix 1400. Thanks
  7. Have you gone here?: http://search.rockwellautomation.com/search?q=inmeta:XLANGUAGE~*&client=samplecode&filter=0&ie=UTF-8&oe=UTF-8&output=xml_no_dtd&proxystylesheet=samplecode&site=sample_code&getfields=*&lang=en&hl=en
  8. Micro 810 Timer Reset

    I ended up using the RTO in order to get it to work. I had to Download the latest CCW Version 8.0 in order to access the RTO instruction. It's all good now. Thanks
  9. I would like to create a Ladder logic file to do the following: When an Input is pressed, I want to start a Timer. When the input is pressed again, I want to write the Elapsed time of the timer to a word, and then reset the timer, and start the timer again. I tried putting a pulse Rising Edge Contact to start the timer, and a reverse contact (XIO) on the input to keep the timer going, but this only times half of the time. This is my first project with the Micro810 On RSLogix, I can reset the Timer, so I don’t have this dilemma. Any pointers?
  10. I would suggest Archie's Advanced HMI It should work great with your MicroLogix1100 PLC., not so much with the 1000. http://www.advancedhmi.com/ You will have to download some kind of Remote Desktop on your Galaxy to connect to a computer that is on the same network as your PLC. I was able to do it with an Iphone. Good Luck!
  11. I second the suggestion by Jeremy. 1763-L16AWA You can power it by your wall outlet. I usually cut down a Power cord from a Computer Monitor. I suggest going through a surge protector, that way you can use the switch to cycle power. Good Luck!
  12. Just in case you forget your Laptop at work, you can download the Free Version of RsLogix that will be able to program your Micrologix 1000.
  13. I second the AdvancedHMI option. I was able to monitor a machine using my iphone. I didn't include any controls, but I suppose that you could.
  14. ML1400 Fault

    Wow! ~1,000 Micrologix 1400's Can you tell us what they are all used for?
  15. SLC500 5/03 with Ethernet

    Please don't take this the wrong way, but how much money are they actually saving? I imagine that a good portion of the savings will be put back into the 1761-NET-ENI cabling and R&D.
  16. RSLOGIX 500 Wheel

    Can you use a standard 800T Selector switch, instead of a Wheel?
  17. Kinetix 6500 questions.

    I have very limited knowledge about this, but I did have to use the MASR, and it seems to work for me every time.
  18. Wiring Diagram

    It seems odd that 1 is common and 2 is hot. Seems like it should be the other way around, but for some reason that's the way they numbered it.
  19. AB RSLink Ethernet Drive

    Thank-you for posting the question. I have mistakenly chosen the AB_ETH-1 before and had to manually enter in IP addresses. I think I got it to work, but I normally use the AB_ETHIP-1 now.
  20. Search for K300/ML1400 Indexing Program Example in the Sample Code section of AB site.
  21. Cognex Camera Default JobStartup

    Thanks Delbert I kept looking on the Menu under Sensor but couldn't find it. This really helps alot.
  22. Cognex Camera Default JobStartup

    OK so I got this Cognex IS7000 Camera that is inspecting a part. I'm able to identify a part and then pick it up and rotate it with my IAI robot to the proper orientation. Works great! I saved the Job to the Camera. When I power off the unit, and restore power, the camera does not come back online with the same job that I have configured. What is the setting in the In-Sight Explorer to start the camera online in a certain job on startup? In-Sight Explorer 4.9.0
  23. I would like to turn on a bit with IAI software based on the value of a variable. I can do it with one CPEQ statement. It works great. I just need to be able to add some kind of or, or branch in order to be able to also turn off the bit if the variable is another value or two. It's a simple little program that moves to a position,flashes a light, then moves to the next position, flashes a light etc… I don't want the light to flash at position 4, so I put a CPEQ 10,4,901, and then on the bton for the light, I put a N901 condition. I would also like the light to not turn on if the variable is 2, or if the variable is 3, or if the variable is 7. I just don't know how to branch it so that I can also turn on bit 901 if the value of the variable is 2, or 4, or 3, or 7. I tried putting the same line of code with an O, but the process halted and I got an error. ,,,LET,10,1,, ,,,WTON,7,,, ,,,TAG,2,,, ,,,CPEQ,10,4,901, ,,,MOVL,*10,,, ,,,CPEQ,10,248,900, ,,,ADD,10,1,, ,N,901,BTON,305,,, ,,,TIMW,0.5,,, ,,,BTOF,305,,, ,N,900,GOTO,2,,,
  24. I figured it out. I put a N, 901 before testing the other values, that way it would ignore if the bit had already been turned on. ,,,CPEQ,10,2,901, ,N,901,CPEQ,10,3,901, ,N,901,CPEQ,10,4,901, ,N,901,CPEQ,10,7,901, It may not be the most eloquent solution, but it works.
  25. Wow! It's been a long long time since I have worked with IAI I have a pick and place that I am working on, and I want to make sure that the E-stop is working correctly. I dug up this program and it ran fine on Win7. Put the settings where it said to, and everything seems great. Thanks