A TRANSFORMER 440/400V,DELTA/STAR CONNECTED.THE NEUTRAL CONNECTED WITH GROUND CABLE THAT IS DIRECTLY CONNECTED TO THE PANEL,FROM PANEL IT IS CONNECTED EARTH PIT.IS IT RIGHT? IF IT IS RIGHT LEAKAGE CURRENT AFFECTED.SECONDATY IS PROTECTED WITH EARTH LEAKAGE RELAY.
2168what is the safe meggar values for motor, transformer HT, LT and Cables? IF we want to replace I/C bay at our 220 kv substation which is of 140 mw load capacity bay to be replaced by 400 mw capacity bay.other than CT(1200/1) what are the other equipment i have to replace. why we generally use 3.5 core cable or in other word 1/2 core for neutral and also confirm me that in balance conditiob(3 phase)current in neutral will zero
2319A wattmeter is marked 15 A/30A, 300V/600V and its scale is marked up to 4500 watt. When the meter is connected for 30A, 1600V, the pointer indicates 2000 watts. The actual power in the circuit in
1 11350Post New Jindal Interview Questions
block diagram of 2 ups system connected in hot stand by mode?
How can we retrieve warnings?
Is core java and j2se same?
What is difference between destructor and finalize?
Why is destructor used?
Define nat?
What is the difference between lookup (), lookup_ext () and lookup_seq ()?
What is forced unwrapping?
How do you edit a table in pgadmin?
How to add javascript remoting to a vf page?
How you will check the version of teradata?
What are the default read and write classes in Hive?
What is make a table?
Draw a UML class diagram for the code fragment given below: public class StringApplet extends Applet { private Label sampleString; private Button showTheString; private ButtonHandler bHandler; private FlowLayout layout; public StringApplet() { sampleString = new Label(" "); showTheString = new Button (" Show the String"); bHandler = new ButtonHandler(); layout = new FlowLayout(); showTheString.addActionListener(bHandler); setLayout(layout); add(sampleString); add(showTheString); } class ButtonHandler implements ActionListener { public void actionPerformed(ActionEvent e) { samplestring.setText("Good Morning"); } } } Note: The methods need not be indicated on the diagram.
What is alternative hypothesis?