Control Logix Powerflex 700 scattered message read

creativepaper

Lifetime Supporting Member
Join Date
Feb 2008
Location
Worcester
Posts
168
I have a ControlLogix PLC (ver 16) controlling Powerflex 700VC drives over ethernet. At present I have 2 Powerflex700 drives but will increase this up to a total of 16.
I am using datalinks for torque control and drive temp/motor overload data and this works great.
I need to capture faults from the drives instead of trudging to the display. I have sucessfully used explicit messaging to capture a single parameter but I have not been able to get results with scattered reads. I have followed the examples in the the ethernet/IP manual and looked for othere examples (most only show explicit not scattered).
I could use explicit, but since each message refers to a single parameter and single drive, I envision it would get ugly.
 
I used that book and cannot get the example to work for whatever reason.
I set up the scattered read as INT[15], the scattered response as INT[15], the source length as 30.
The read is setup with the following variables (everything 0 unless stated)
[0] = 10
[3] = 12
[6] = 13
[9] = 14
[12] = 29
The response has been tried with all zero's and with the parameter numbers listed above. When I actiavate the preceeding bit the response values all remain zero.

As mentioned above I can get an explicit read to work using "parameter read" instead of "CIP Generic" in teh message type.
 

Similar Topics

Hi; I am converting a PLC5 to Control Logix; I have a bunch of DNET Powerflex 70 drives. I have used the tool to build my data base; and I'm...
Replies
2
Views
1,727
Hi, I have a control logix system with six powerflex 700 connected to it.Now there is a problem in one VFD and have to change it.I have a...
Replies
1
Views
2,885
I hope this makes sense, It's 3:15am and I'm really frustrated... Here is what I have: PowerFlex 400 VFD w/22-COMM-E Ethernet board...
Replies
3
Views
6,068
I'm currently desigining a project that will have a few drives connected to a control logix PLC. I will be connecting to the drives and...
Replies
9
Views
10,586
I am having trouble with getting no control of my analog output signal. I am using the SCL function block to control my analog output. The logic...
Replies
11
Views
268
Back
Top Bottom