LURBY

Sending a single parameter from PF525 to ML1100

8 posts in this topic

I have a Powerflex 525 communicating with a Micrologix 1100 over Ethernet.  I can start, stop, and control the speed of the drive just fine.  I would also like to read other parameters into the PLC like Current and Fault Code.  How do I send a single parameter that isn't part of the "N41" files?

Explicit Messaging? 

Datalinks?

Share this post


Link to post
Share on other sites

Explicit messaging.  See page 70 of the user manual for the embedded Ethernet/IP adapter:

http://literature.rockwellautomation.com/idc/groups/literature/documents/um/520com-um001_-en-e.pdf

The example is for a CompactLogix, but I've seen it done very successfully with a MicroLogix 1400.  I may be able to find an example for you.

Share this post


Link to post
Share on other sites

The PowerFlex 525 is an Ethernet/IP drive that integrates well with tag-based PLCs.  The MicroLogix 1100 is the older-generation data table-based PLC.  For adapting the PF525 with a Micro1100, you are probably using a MSG CIP messaging protocol?  

I did find this document; Appendix A references Fault Code for the Instance declaration.  http://literature.rockwellautomation.com/idc/groups/literature/documents/at/750com-at001_-en-p.pdf

Share this post


Link to post
Share on other sites

See if this is helpful for you (RSS file attached).

MPT_VIS.RSS

Share this post


Link to post
Share on other sites
2 hours ago, Joe E. said:

See if this is helpful for you (RSS file attached).

MPT_VIS.RSS

Thank you.

I am using most of those for the start, stop, and speed commands.

MSG3 and MSG7 are the CIP Generic reads that I do not have,  They look identical aside from where you are putting them (N5 and N15)?  Looks like you are reading the same thing or am I looking at it wrong?  Is it reading parameter 2?

Share this post


Link to post
Share on other sites

Honestly, I can't answer your question.  That code was written by a colleague who has already left for the day.  I've done messaging to drives before, but from a Logix 5000 PLC, not 500.

Share this post


Link to post
Share on other sites
On 6/29/2017 at 4:35 PM, Joe E. said:

Honestly, I can't answer your question.  That code was written by a colleague who has already left for the day.  I've done messaging to drives before, but from a Logix 5000 PLC, not 500.

Any chance that you could ask him?  Looks like this might be the way to do it but I would love to know what the difference is between those two messages.

 

Thanks

Share this post


Link to post
Share on other sites

I found this article on AB's site:

https://rockwellautomation.custhelp.com/app/answers/detail/a_id/52205

(access level: everyone)

 

I'll try to remember to ask him tomorrow when he's in, but I seem to remember him having to do a lot of experimentation to get it to work.

 

Here's another KB article:

https://rockwellautomation.custhelp.com/app/answers/detail/a_id/721115

 

Edited by Joe E.
Added second article

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now