https://literature.rockwellautomation.com/idc/groups/literature/documents/um/750com-um001_-en-p.pdf
The first thing that I am looking for help on is the settings for the Logical Device Properties.
The Emerson terms and the AB terms don’t quite line up.
This is the Properties window that I have in DeltaV the attached word document is the help section in DeltaV that gives some explanation of what it is referring to for each field.
From the AB manual that I found online I believe that the Message Class is Class 1 Implicit, the connection priority seems to be whatever I prefer, same with the Request Packet Interval(ms), and the Connection Type according to the AB manual seems to be multicast.
I have no idea about the rest and I am hoping you can shine some light what they should be.
The second part of this is the setup of the drive.
Below is a screenshot of the DeviceNet signals that we are sending and receiving to the VFD.
I would like to be able to get all the same signals over Ethernet/IP
Can you help with what parameters in the VFD need to be changed?
I really appreciate your help with this.
You're good on Messaging class and RPI. Input size should be 32, Output size 8, Input Assembly 1, Output Assembly 2, Configuration Assembly 6 has always worked for me with a Connection Type of Point to Point.
Signal configuration I've always used full integer words for the Status and Command words to see all of the information and then broken out the words in the mapping to individual bits.
As with most things Ethernet/IP there are multiple ways to get there but this has worked for me (this is from a demo but was controlling a test drive in our lab).
Connection priority should be scheduled and usually the connection type on a PF755 is set to Point to Point (though Multicast might work, but I've not tried it.) For a PF755, the communications array on the drive influences the number of bytes input and output. The number of input and output datalinks sets the bit/byte offsets. I've attached a screenshot of a "typical" PF755 setup we use (I say typical in that I took a few different customer configs I have done, combined and sanitized. It is by no means the only or necesaarily the most correct, but a way to hopefully shed light on how it's configured. The first datalink on the input direction is offset by 4 padding bytes.
Hopefully this helps, otherwise let me know if you have more specific questions.
In reply to Matt Forbis:
In reply to s_brwn:
Andre Dicaire
In reply to Andre Dicaire:
I've see the data arranged in arrays:
The EIOC is reading 4 datasets and writing 2 datasets where each is an array of 50. So you get 50 motors with 1 device and 6 LDT's
The control strategy points to the array element. Motor 0 uses element 0... e.g. MtrCmd[0], MtrSts[0], MtrAmp[0], MtrFlt[0].... etc.
The MCC uses DHCP per port where the Ethernet switch ports are label 0..49 so whatever device (VFD, SS, FVNR) is plugged into port 0 will be element 0 in the arrays e.g. MtrCmd[0], MtrSts[0], MtrAmp[0], MtrFlt[0].... etc.
Only the data need for the control strategy is mapped to the DeltaV controller. All the other data (fault codes, warning codes, extended properties, energy consumption, temperature, etc.) is exposed as OPC data which goes directly to the Historian or other analytic tools.
In reply to Scott Thompson:
In reply to Abhi: