Mr JJ

MrPLC Member
  • Content count

    25
  • Joined

  • Last visited

Everything posted by Mr JJ

  1. Is there anyway of resetting a fault of a SLC5/03 without using the pc and going into the processor? Can you add lines to the software. and does it matter if its a major or minor fault. Someone pulled a I/O card out of the rack and trunnned on the system forgetting to push the card back in. Thank you in advance for all your help John
  2. We are adding a plc onto a system that is all mechanical (cams, motors and etec.), We are going to put an encoder and plc (ML1200, internal HSC). The "zero" has to be offset every -72 deg. after 5 cycles it will be at its original "starting " zero. It is a in-line assembly system. The cycle linear distance is a 1.5" pitch vs. the 1.2" radial motion, the only shaft that we have to drive the Encoder / HSC. There is no 1:1 In Line linear / circular shaft motion. What would be the best way to accomplish this. Can the "zero" positon of the HSC be offset (reset to zero) from a discreate Limit Ss., or would it be better to go through the PLC/HSC software. And after each index progression the "zero offsets (reset to zero) -72 degs. Thank you in advance for your help John
  3. HSC ML1200

    Thanks TW and all you guys for your help and patience, I think I got it now. Now how do I get my wife to stop with the honeydo lists? Thanks agian John
  4. HSC ML1200

    Okie (and bernie), Yes , I am confused, Havent work with endoers with this type of problem. The illstration is correct. So when you mean rollover , when its reaches the software overflow count , it will automaticilly rollover to zero? and that rollover count would be the number of count on the encoder ( in your ill, its 720 but the roll over would be 575) That count (575) would be placed in the Overflow value in the HSC parameters? thank you again for your help and patience Mr JJ The problem Im trying figure this out and dont have any hardware to play with
  5. HSC ML1200

    Its not the number of count is, whatever the encoder is ( 360 counts , or 100 counts or whatever I choose) The issue is the starting point, or the zero, The shaft does not stop at the same position, it stop minus 72 degrees after each single cycle hence I have to start it at at that different position So Im looking to offset or reset the HSC to start my counts at zero. John
  6. HSC ML1200

    Thanks Paul for your reply. My problen is that the HSC has to start its "starting zero" -72 degrees from its pervious starting zero. This will happen for 5 cycles, then starts its original starting zero. The cause being the shaft is an odd ratio to the linear motion. I want to use the HSC to shift a BSL and to activate 2 inspection windows in a cycle. I figure I either offset the "starting zero" or I have to use 5 different degrees to work the logic. Does that make sence Thanks again for your help John (Mr JJ) I would recommend avoiding resetting the HSC accumulator regularly while the system is in motion. You are better off to set up the counter so that it resets itself. Resetting the HSC from PLC code can result in missed pulses which could accumulate and end up being a big error over time. I am not sure I exactly follow why you would need to reset the HSC, other than to initialize it after doing maintenance. Even if the encoder is not attached to the main drive shaft and at an odd-ball ratio, you should be able to calculate how many encoder pulses per main shaft revolution you get, and set up your counter accordingly. I believe you can simply set the overflow and underflow values to the numbers you need so that it rolls over when the main shaft rolls over, regardless of the position of the shaft that is driving the encoder. That's the beauty of using a PLC with an encoder interface. You can program the PLC such that 9564 counts is exactly 3 feet of conveyor movement or 360 degrees of main camshaft rotation, or whatever else you want. Later on, you can decide that the enoder will do better at a different location, and change your scaling with ease. Doing it that way means that your ratio needs to be exact (whole encoder counts), and there's no slippage. If the number of counts with reference to the main shaft is not a whole number, or there is slippage, then I would recommend using a limit switch as a reset pulse rather than relying on PLC code to get you accurately back to zero. Hopefully I understood your question correctly Paul
  7. Hi, Looking for recommendations using an Allen Bradley PLC for a simple project 2 or 3 inputs ( 24Vdc NPN) and 2 or 3 outputs (24Vdc NPN or relay) and I want to use an encoder with an internal HSC. The speed of the application is slow, 2 second cycle time. Which PLC would probably be the best to use? I thought the ML1000 should do the job? Also how would one figure out what HSC one would need with respect to the speee of the system rpm and the HSC? Where would I find the calculations? Thank you for any help you have provided John
  8. Allen Bradley PLC

    That was the second part of my question, How would I figure out what min. frequency i would need? How would I calculate that? The cycle is less than 2 seconds and the sensor would see it approximilty .25 sec and be on for a .25 seconds
  9. Hi, I never used an analog I/O card in any project I.,ve done, but now I going to use an 1762-IF4 9 (4 -20ma). Im looking for examples of prgramming the 1762-IF4. I will be using a Keyence Ultrasonic sensor analong output. I like to play with it and learn but I'll be doing this on site. So if anyone can direct me to a turtorial or example program for the RSlogix 500 i would greatly appricate it. Thank you in advance for your help Mr JJ
  10. Analog Examples

    Mickey, I dont have a need for it now, but can I use the same instruction (SCP) for a analog output (1762-IF20F2) ? Mr JJ
  11. Analog Examples

    Thank you Mickey Just looking at the .RSS you sent me, looks very simple. Thanks again for your help...MrJJ
  12. Analog Examples

    Using the ML1200 1762-L24BWA PLC, Dont have any of the hardware yet, just trying to beat the learning curve The sensor measures liquid height ( small S/S tank ) Hopefully measures low high points to start/stop a pump and when tank is empty, turn on an alarm. Engineering Units all i know is its an analog signal putting out 4 -20ma. I dont have any ladder logic as of yet. Im just looking for a turtorial or examples how its done. Correct me if Im wrong , I would assume there all program basically the same? Thank you
  13. I have my RSLogix500 access key on a 31/2" disk, my PC died so now they gave me a pc without a 31/2" disk drive, Can i transfer this key without any problems onto a USB drive or onto my new PC hard drive without any issues? I'm nervous of trying to move it for fear i'll ruin it, so any help or insight would help. Thank you in advance for any help you guys have provided.. John
  14. Slc500 Fault

    They did plug it in all the way, but the fault light is still on. And yes they did recycle power a few times. Sorry for the mis-spelling before. John
  15. Slc500 Fault

    When they pulled the card and then turned the power back on, it fault becuase the card wasnt in all the way and i dont have S:1.8 set to 1. so the only wat i can reset the falut is with a PC/RSlogix500 and then i will set bit S:1/8. John
  16. Slc500 Fault

    They pulled the card out to check the wiring (for vwalidation reasons) and just didn't push it all the way back in. And then forgot about it and turn the system back on. And nobody there has a PC with RSlogix on it. So i just wanted to know if there was any way of resetting it with out a PC. With out changing S:1/8 to 1 , I assume there isnt , so I guess I''l have to take a ride and do it .... reset the fault and set S:1/8 to 1 so it doesnt happened again. Thanks for your help john
  17. RSLogix500 "Key"

    Thank you, I did think of that. I just thought it woulde easier if I just had to carry a flash drive versus a floppey drive. Than again I can alway tranfer it onto the PC and leave the floppy at home. Thank you for your help John
  18. Hi all, I have never used a memory module before, always depended on the battery, but customer requested a memory module. What effect will my program have, if I install a 1747-M13 memory module in my SLC 5/03? How will it effect changin my timer, counter presets or interger files that might be changes thru a HMI. Also when installing, do I just put the module into the memory socket and download the program and thats it? Or is there more I have to do? The "Installation Instructions" do not really explain much other than where to install it and what type to use for what SLC. Thank you for your help, John
  19. We have a customer that has two VF drives controlled by DeviceNet (1747-SDN & SLC504). They want to control this VF now by a start and stop PB's. They dont want to get rid of the DeviceNet for fear they may need it for the furture and for validation purposes. What is the best way to approach this. They turn it on/off by a HMI. They say there are too many steps going through the HMI. I've never done anything with DeviceNet. All I have is RSlogix500. Will I need Networks? Thanks in advance for any help provided. John
  20. Any ideas on logic how to set and reset an output bit with one momentary input bit. I have done it with four rungs. I would like to do it with less. Thank you all
  21. Have never used a analog output (0-10v). Can someone provide a ladder demo (or primer) on how it should work. Adjusting the 0-10V will be through a Panelview or Panelview+ regsister. Also if you could provide info on how scaling works and anything else I should know. Thank youin advance for any help you provided John
  22. Right now I would probaly use a Micrologix family
  23. Has anyone ever used a PDA device as a HMI with IR scanner with a PLC or PLC's instead of a hardwired touchscreen. If so could you give me some ideas> Thank you all John
  24. Looking for ideal to stack my "machine made" fault(s) to be displayed on a PV550 screen and looked at as a single line per fault or on the whole screen with each fault display stacked as they occured and do not go away until Reset PB is pressed Thaank you