[?] 22-Comm-E using SLC500 with MSG

RSLinx, RSLogix, RSView, LogixPro ...
Post Reply
Helder
Posts: 22
Joined: Fri Sep 17, 2010 9:06 pm
Location: Brazil

[?] 22-Comm-E using SLC500 with MSG

Post by Helder » Sun Jun 12, 2011 12:23 pm

hi people.

I would like to know about 22-Comm-E.
How can I use control word, status word, change parameters and others.... thought MSG in SLC500.
if you have one application, please send to me.


Thanks for all.
(pgood) (pgood)

ERPal
Posts: 9
Joined: Mon Sep 27, 2010 8:30 pm

Re: [?] 22-Comm-E using SLC500 with MSG

Post by ERPal » Sun Jul 24, 2011 7:51 pm

Hello:

Hey, maybe you serve this information available at the site of RA:

--------------------------------------------

55985 - This document and attached ladder program illustrates how to communicate between a PowerFlex 40 or 4 to a MicroLogix 1100 using Ethernet
Access Level: Everyone
Date Created: 10/17/2008 03:39 PM
Last Updated: 05/25/2011 11:51 AM


How can a MicroLogix communicate to a PowerFlex 4 class drive (PowerFlex 4, 4M, 40, 40P, 400) over Ethernet?

To communicate between the MicroLogix 1100 and a PowerFlex 4 or 40 over Ethernet MSG instructions would be used.
Initially MSG instructions are needed to set up the PowerFlex Ethernet module to be controlled by the Ethernet module and not the Keypad.
The message write (MG9:4) writes to the timeout (N42:3).
This message has to execute and go done before the message write's to (N41:X) will go done.
If the timeout message is not executed sucessfully, the control messages N41:X will error out.
The timeout is stored in RAM in the 22commE card. If the drive is power cycled the MG9:4 write must be executed again.
The PowerFlex drive uses N41:0 as the Logic Command Word (Write) and Logix Status (Read).
A MSG read instruction would be used to get the status and a write instruction would be used to write a command.
Another MSG instruction with a data address at N41:2 would be used to read or write the speed reference of the drive.
A CIP Generic MSG could be used to read or write to other PowerFlex drive data.

See the attached sample code for specifics.
(NOTE: Attachment may require RSLogix 500 Version 8.10)


User Manual(s):
http://literature.rockwellautomation.co ... _-en-p.pdf
22-COMM-E EtherNet/IP Adapter, 22COMM-UM004B-EN-P, January 2004

File RSS: http://rockwellautomation.custhelp.com/ ... get/17626/

Helder
Posts: 22
Joined: Fri Sep 17, 2010 9:06 pm
Location: Brazil

Re: [?] 22-Comm-E using SLC500 with MSG

Post by Helder » Sat Aug 13, 2011 9:00 pm

hi ERAPal,

Thank you so much for this information.
It's work very well. (pgood) (pgood)

Well, do you have this example using the CPU SLC5/05???
I do you have, Could you send it for me?

Thank you so much for all....
(tyou) (tyou)

cuongvcs
Posts: 148
Joined: Fri May 23, 2008 4:00 pm
Location: Vietnam

Re: [?] 22-Comm-E using SLC500 with MSG

Post by cuongvcs » Mon Aug 15, 2011 4:15 am

Hi .
You can give me some examples communication between Controllogix with SLC5/05 via EtherNet.
I need for learning.
please help me.
thank and best regards.

Post Reply