IanM8040

MrPLC Member
  • Content count

    20
  • Joined

  • Last visited

Everything posted by IanM8040

  1. Not sure how you control the operation on this, but the last system I saw use this did a check based on current angle and tested it against another value to see which direction it should go. so the one I did would be homed in a center position (0), and to the left or right were positions it could go to. select 1 and it goes positive, select 4 and it goes negative. but you obviously don't want it going in circles, so you need to determine where it is, and where it wants to go, and do some math to determine whether it should go positive or negative move to get there (either as the shortest route, or because you can't go full circle)
  2. L18ERM 16#0203

    you probably want to make sure that you have the right number of IO in the configuration as well... considering its the embedded IO that can't be detected properly.
  3. Changing a PowerFlex 753

    If you do change them out, don't run Firmware 14.XX if you plan to use P163 [DI RUN] and P162 [DI FWD/REV]. There's a bug with firmware 14 that causes a conflict of parameters even though there is no conflict when using those input settings to determine forward or reverse direction on the drive.
  4. Upload from ABB PM5630 PLC to Computer

    I ran into this same issue with a pm564eth. Customer needed help on an abandoned project. There was nothing on the SD card and each time i tried to upload i would get an error.   It seems unless they specifically store the project to the SD then you can't simply upload to your PC like Allen bradley (which i normally deal with)... And i thought just not getting comments was annoying! Youll need the original project, if you get it, everything should be set up including communications they used to get online with it. Once i had my original project in hand, i was able to go online with the controller like normal.
  5. ACD file to PDF

    Not sure what reports you chose, I did a simple print routine to try it first and it printed fine. then generated a report and made sure to unselect everything... then only chose ladder and tags. The AOI in it are just doing small conversions.
  6. ACD file to PDF

    Here you go, let me know if thats all you need or not. ladder.pdf
  7. update the revision of your drive to the latest and match it in the studio project. 6.001 or 7.001, there is no 6.1 on the site for download so it may not be supported anymore and logix is detecting that?
  8. This is what happens for sure. 3 and 6 aren't landed in the c13 cable. I probably didn't outline that enough in an earlier reply when I mentioned not to use a crossover cable!   Reminds me of when I was a floor technician and got called to a machine where an engineer attempted to connect to a 5/03 directly to the ethernet port on his laptop, the entire line was down until we found out what happened. I was a little wary of touching anything with the 'fakernet' ports until I read up on it and realized what happened.
  9. https://twcontrols.com/lessons/rslogix-500-allen-bradley-rslinx-harmony-files-deleting-to-fix-browsing-issues
  10. The black UIC device in the link is just a third-party device.    have you tried deleting the harmony files for rslinx?   
  11. I take it you don't have a second UIC device to test against?    maybe try these steps also.   https://twcontrols.com/lessons/how-to-configure-the-1747-uic
  12. Here's a list. basically it just needs the 1747-uic device (Make sure the switch on it is clicked to the right position, otherwise it will be trying to use the DB9 instead of the rj45). then go to a standard rj45 (ethernet) cable. use the 1747 uic device driver which only asks for the comm port needed, it shouldn't have an auto-configure button on the driver needed.   Whatever you do, just don't use a crossover cable with the RJ45.... things may burn up at that point.
  13. This driver used for dh485 uic device    
  14. At some point I attempted to find a device using ethernet/ip, nothing was working at the time. Of course I should have just used the ethernet driver and typed the IP in by itself, but I decided to try to right click and 'remove' the driver from the list, thinking maybe there was a quirk to restarting it like some AB things have.   After right clicking and choosing 'Remove', it says "Are you sure you want to remove this node?". clicked yes, and then re-added the driver, and now not a single thing will show up on the network.   Yes, I'm connected properly. I can ping all devices that I know are on the network, using the ethernet driver will show those devices no problem. but ethernet/ip driver seems to just not find anything anymore at all and I believe it's due to my mess-up with removing the node in a different way, now I'm not sure of the settings needed to get it communicating properly again.   Thanks in advance.
  15.     It's the likely guess. not sure if there is even a way around this... I may just end up using bridged and working around the difference in connection if ethernet/ip driver is needed to discover devices.   I could always just use that handy SIM IPE tool to discover them when no IP is listed too!!
  16. Thanks, yeah the basics are good. Ping is good, can communicate just fine, this one driver just does not like this adapter setting.    Just tried the harmony files delete and it didn't seem to change anything. although it was still set to trying to browse a remote subnet to test.     So, still odd... ping is good, harmony files delete didn't work. I think rockwell just has a thing for me.
  17. Thanks Tim, I'll give it a try.   So a little more information would help also.  I'm using a VM through Vmware, the connection is NAT. If I use bridged, then it works fine. but switching back to NAT where I had it previously it doesn't work automatically. in either bridged or NAT the ethernet driver maintains connections no problem, so definitely seems like some sort of internal issue with linx. 
  18. https://literature.rockwellautomation.com/idc/groups/literature/documents/um/1756-um533_-en-p.pdf   page 223 shows 16#009 channel 0 invalid rate alarm fault.    
  19. so. is the drive showing that it's running? can you see the outgoing hz and monitor?  check the commanded freq, and verify that it's outputting what you are telling it to output, if it's not. then you have an issue with control. I'd hate to ask, but is the motor actually connected to the drive right? or was it disconnected and someone didn't notice? Because you can certainly run a drive with nothing connected, and see no output current.   when all else fails, reset all parameters and run the wizard to set it back up again from scratch. sometimes it's easier just to set it up yourself than try to guess what someone may have accidentally changed.
  20. as an exercise to put more tools in my 'bag', I've set up a few animations for rotating devices. unfortunately it seems like I can't get the animation speed to change on the fly to represent a real time ramp up/down of a fan or pump for visual reference. I've set it to run off a timer lasting X seconds, the fan uses the Timer.ACC for reference, set the expression range to read from tags so the min/max reads off of a PID PV value. it looks from the manual that the 'Read from tags' only reads from the tag once it's opened, and not constantly with updates. I was hoping to get a gauge style indicator type of movement from the animation rotation, but it just won't work this way.   is there a workaround for a real time animation speed update using rotation or linear movement visuals?