Read PowerFlex 700 VFD Parameters into SCADA program

Ones_Zeros

Member
Join Date
Feb 2014
Location
at work
Posts
367
Hello,
I have a AB Powerflex 700 VFD drive that I have connected to our network via a CAT5 cable to a switch.

I would like to read various parameters like (freguency, amps, & voltage) from the Powerflex 700 into our SCADA program (Wonderware). How would I read these parameters, by name or by a register number?


thanks for helping
 
If those parameters are already part of a "DataLink" cyclic connection between a ControlLogix and the PowerFlex drive, then you can read their names as part of the Input and Output tags for that drive.

If they are not, and you want to read them directly from the drive into Wonderware, the simplest way to do so is to treat the drive like it's an SLC-5/05 controller. It emulates a SLC-500 style Data Table registers, one for each readable parameter.

The emulated data tables are N150 through N199. Check out the 20-COMM-ER user manual for details.
 

Similar Topics

I have a ControlLogix PLC (ver 16) controlling Powerflex 700VC drives over ethernet. At present I have 2 Powerflex700 drives but will increase...
Replies
3
Views
5,566
I have rslogix5000 and I need to read DATA from PowerFlex 755 I reading 5 parmetres at the same time, and I able to read every parmter except...
Replies
2
Views
1,284
I am controlling a Powerflex 525 drive with a Micrologix 1100 through explicit messaging. Just the basic start, stop, and speed control. Reading...
Replies
0
Views
2,390
Hi, I have a Rockwell Powerflex 40 drive that needs to be controlled using a Koyo PLC that can only do Modbus. The Powerflex 40 drive is...
Replies
1
Views
4,536
Can you get a Current Feedback reading to the PLC from a PowerFlex 4M drive? The PowerFlex 4M has a 22-COMM-E module installed. I am using a...
Replies
4
Views
2,202
Back
Top Bottom