A 60-Hz, four-pole, Y-connected induction motor is connected to a 400-V (line to line), three-phase, 60-Hz line. The equivalent circuit parameters are
RS = 0.2 ? RR = 0.1 ?
XS = 0.5 ? XR = 0.2 ? Xm = 20 ?
When the machine is running at 1,755 r/min, the total rotational and stray-load losses are 800 W. Determine the slip, input current, total input power, mechanical power developed, shaft torque, and efficiency.
Analysis:
You might also like to view...
Specify the limits and tolerance for this dimension value: .500 ± .005 in.
What will be an ideal response?
Rodenticides are very safe and effective ways to exterminate rats, mice, and other rodents
Indicate whether the statement is true or false
What is the function of the nozzle sac used in hydraulic injectors?
A. Hydraulically balances the fuel charge before injection. B. Retain a constant supply of fuel close to the injection nozzle. C. Slightly heat the fuel charge before injection. D. Hydraulically absorb pressure wave reflections during injector events.
The subsequent problems deal with the following PIC circuit and PicBasic code. Assume PORTB.2 is 0 to begin with. I Var BYTE : J Var BYTEI = 1myloop:I = I + 1If (I > 2) Then loop2Low PORTB.2High PORTB.2Pause 100High PORTB.2Goto mylooploop2:J = 2 * (I/6+1)What is the value of I after the code runs (i.e., after the last line)?
A. 0 B. 1 C. 2 D. 3 E. 4