IanM8040

MrPLC Member
  • Content count

    20
  • Joined

  • Last visited

Posts 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. On 11/15/2022 at 7:39 PM, RobinEriksen said:

     

    I use Studio 5000. This is the fault message I get. And the I/O lights is flashing green.

     

     

    Connection.PNG.ed7f3475019e8fee60ad87231

    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. 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. 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. On 2/4/2022 at 7:06 AM, Joe E. said:

    Yeah, it took a long time and the software would crash with a fatal error at the very end. All 3 versions I tried. I tried all 3 versions on a Windows 7 Virtual Machine and 2 of them on a Windows 10 Virtual Machine. All crashed at the end. It may just be one report that's tripping it up.

    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. On 1/22/2022 at 7:26 PM, BobLfoot said:

    I read somewhere in one of the manuals that the C13 cable floats pin 3 and that using a cat5/5e/6/6e patch cable will brick the UIC when 24vdc hits it.  This may be what happened to you.

    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.


  7. 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.

    cables.PNG


  8.  

    20 minutes ago, TimWilborne said:

    More likely the NAT is filtering the broadcast packets that Ethernet/IP uses for discovery.  I use Virtualbox so I'm not as familiar with VMWare but it seems like there were some setting about this.

     

    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!!


  9. 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.


  10. 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. 


  11. 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.


  12. 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.

     

    Quote

    Rate Alarm The value for the Rate Alarm Limit is entered in scaled engineering units per second. The rate alarm triggers if the rate of change between input samples for each channel exceeds the specified rate-alarm trigger point for that channel. Rate Alarm uses the signal value after filtering by the Module Filter and before the Digital Filter is applied.

     


  13. 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.


  14. 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?