11-04-2009 05:20 PM
Hey, guys!
I need to connect LabVIEW to a large electric motor (ABB ACS-800), and I want to make sure I choose the right method (if there is even such a thing). I'm a complete dummy when it comes to this, but I understand that one method is a Fieldbus conenction using an ethernet cable. I wonder if there are any issues I need to be aware of as I am doing this (cable length, signal loss, etc.). Maybe there is a better method of interfacing the two? Sorry for a vague question, but this is the best I can do for now.
Thanks!
11-08-2009 08:57 AM
11-08-2009 09:23 AM
What's the correct type of your AC S800 motor dirve?
Since ABB said
The following fieldbus protocols are available (some protocols are not supported by every drive type😞
- CANopen
- ControlNet
- DeviceNet
- EtherCat
- Interbus
- LonWorks
- Modbus
- PROFIBUS DP-V0 / DP-V1
So, first things first, check what protocol is available for your drive.
Then, define "large"
Do you think it's wise to control a AC S800-07-2900-7 (2300kW) motor drive from a PC
Don't know if that's the one you are using but that's a "large" one
I would place a PLC in between, I'm sure that one will never reboot while your motor is running at full power... ...
11-08-2009 02:05 PM
11-08-2009 06:37 PM
11-08-2009 07:30 PM - edited 11-08-2009 07:33 PM
11-08-2009 08:18 PM
We are building an axial compressor rig at Purdue University. The only thing I really want to control is the speed, but I'd like to read and record data such as torque, temperature and current for health monitoring. On top of that we will measure pressure, strain gauge and temperature data from the compressor itself.
So basically, whenever the drive is running, a person will monitor all activity, so I'm not worried about random reboots that much. We do have an emergency stop and capabilities to control the drive through the panel and separate software package (DriveWindow), but it will make our lives a lot easier if I can integrate drive control, health monitoring and data collection into a single VI
11-09-2009 05:00 AM
This will be pretty easy. Since you have DriveWindow, you have the ABB OPC server. You will be able to just connect to the OPC server from Labview.