gdbeckstein
Electrical
- Sep 20, 2019
- 3
Hi all!
New to this forum. I am an electrical engineer by education but now I primarily write embedded software -- I don't usually work with industrial controls and motors. I am helping a friend (who is also a grad student at the local university) set up experiments in his lab.
The university purchased a custom-built linear induction motor to generate a variable frequency and strength magnetic field to study its effect on certain materials. To be clear, they are not using the LIM to move anything. Just to generate a varying linear magnetic field.
They supplied me with the linear induction motor and a PowerFlex 753 VFD. The drive plugs into a nearby 480V, 3-phase outlet with a 20A rating. The LIM's sticker states it's rated for 200VAC, 120A.
I have gotten to the point where I have everything hooked up. The PowerFlex has an "EtherNet" option board that I am using to access the drive remotely. I'm using the ConnectedComponents Workbench software from Rockwell Automation to interact with the drive over a LAN.
I am now trying to set up the drive and do some testing. I went through the wizard to set up the motor. I wasn't sure about some of the parameters so I left them default (like RPM -- it's not a rotating motor).
When I try to start the motor, after a short while an internal alarm goes off:
The alarm occurs a few times until a fault occurs:
This stops the VFD output until I clear the fault. I am not sure why this is occurring, but I believe it has something to do with me misconfiguring the drive to run the LIM.
I configured the VFD to operate in V/Hz mode. The fault occurs at a relatively low output power (25A, 8V or so).
Any tips on how I should configure the VFD to drive this LIM? Can you point me to some resources? Any help is appreciated!
New to this forum. I am an electrical engineer by education but now I primarily write embedded software -- I don't usually work with industrial controls and motors. I am helping a friend (who is also a grad student at the local university) set up experiments in his lab.
The university purchased a custom-built linear induction motor to generate a variable frequency and strength magnetic field to study its effect on certain materials. To be clear, they are not using the LIM to move anything. Just to generate a varying linear magnetic field.
They supplied me with the linear induction motor and a PowerFlex 753 VFD. The drive plugs into a nearby 480V, 3-phase outlet with a 20A rating. The LIM's sticker states it's rated for 200VAC, 120A.
I have gotten to the point where I have everything hooked up. The PowerFlex has an "EtherNet" option board that I am using to access the drive remotely. I'm using the ConnectedComponents Workbench software from Rockwell Automation to interact with the drive over a LAN.
I am now trying to set up the drive and do some testing. I went through the wizard to set up the motor. I wasn't sure about some of the parameters so I left them default (like RPM -- it's not a rotating motor).
When I try to start the motor, after a short while an internal alarm goes off:
Code:
Alarm 169 [PWM Freq Reduced]
The PWM Frequency has been reduced from the value set in P38 [PWM Frequency] due to excessive IGBT junction temperatures.
The alarm occurs a few times until a fault occurs:
Code:
Fault 64 [Drive OverLoad]
This stops the VFD output until I clear the fault. I am not sure why this is occurring, but I believe it has something to do with me misconfiguring the drive to run the LIM.
I configured the VFD to operate in V/Hz mode. The fault occurs at a relatively low output power (25A, 8V or so).
Any tips on how I should configure the VFD to drive this LIM? Can you point me to some resources? Any help is appreciated!