Powerflex datalinks

A_G

Lifetime Supporting Member
Join Date
Jul 2014
Location
MA
Posts
370
I'm working on an existing system and I would like to read/write to some additional Powerflex parameters in the Studio5000 logic. My understanding, I can do this by configuring the datalinks. My question is, will this change the existing drive program itself (the way the drive itself has already been programmed). The drive was set up a while ago by someone else and it has been running fine and I don't want to change any internal drive programming. Does modifying the datalinks just change what the PLC sees? Thanks in advance
 
As I understand it, setting up datalinks will change the value of some parameters related to the datalinks themselves, but shouldn't affect other programming. It does, however, require downloading to the drive and to the PLC, so your system will need to be stopped.
 
Setting up datalinks will require some simple drive parameter changes. There's four parameters where you can add the parameter numbers of up to four other parameters to read as inputs. Outputs might be up to two, not four. This can be done through Studio, CCW, or at the drive.

Changing the module definition to add the datalinks will create a new module defined datatype and make the drive tag that type. You will need a download for that. It should not affect any existing drive tags, just add some more elements for the datalinks. (Disclaimer: if you're doing something weird with the drive tags like COP the entire structure to an INT array, this would probably mess with that. I don't expect anyone except Jeremy to do that)

A scattered read MSG is another way to read multiple drive parameters. I do that often because four datalinks isn't enough for everything I want to see. Be careful doing write MSGs to the drive. I wouldn't want to write repeatedly and burn out the flash after some thousands of writes.
 

Similar Topics

Hi, I'm working on a project (AB PLC, L85 v34) where we'll have 20 motors installed, all controlled by powerflex 750 series drives. We need...
Replies
1
Views
964
What is the proper method for adding more datalinks to a VFD that is already online? When you go into the module properties in Logix, the...
Replies
2
Views
2,355
I have a PowerFlex 753 V14.002 connected to an L8X processor for control of it. I am trying to add a data link but I have not done so before with...
Replies
3
Views
2,106
I have recently upgraded a ancient 1336 drive with a 150 HP Powerflex 753 FW9.1. I have the drive talking and working with datalinks via a...
Replies
9
Views
6,021
Hi everybody, I need to configure datalinks for a PF753 communicating with a SLC500 via DeviceNet (20-COMM-D -> 1747-SDN). Drive frm = 1.010...
Replies
5
Views
4,915
Back
Top Bottom