answersLogoWhite

0


Best Answer

In a 480 volt wye connection you obtain two voltages, 277/480 volts. Any leg to grounded wye point will give you 277 volts. Between any of the legs to each other you will receive 480 volts. Any two legs of a three phase system is classified as single phase supply. From a 480 volt central distribution panel install a two pole breaker sized to the amperage shown on the welding machine. Be sure to use the input current and not the output current to find the correct feeder for the unit.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you wire a roman weld transformer 120 kva 1 phase 440 volt from a 3 phase 480 delta-wye connection?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Four examples of Roman technology?

The roman technologies are: nine aqueducts to provide water for the roman people, amphitheaters, the Colosseum, and the romans greatest achievement was the sewer system.


What is c program of roman numbers?

There being only 7 symbols to consider (IVXLCDM), conversion is easily achieved in any number of ways. In general, numerals are formed from left to right, largest value to smallest. However, if a smaller value precedes a larger value, the smaller value is subtracted from the larger value (or is negated). This can lead to problems such as IVX. Reading left to right this would become 10 - ( 5 - 1 ) = 10 - 4 = 6. There's nothing wrong with this, but most people would accept 6 = VI, not IVX. The problem is there has never been an official standard relating to how Roman numerals are formed. Decimal 1999 could be represented as MCMXCIX or MIM or MDCCCCLXXXXVIIII or even a mixed format like MCMXCVIIII. All are intrinsically correct. However, only the first example conforms to what many would consider to be the "unofficial" standard, whereby certain combinations are no longer permitted (such as IIII, IM and VX). This standard has been incorporated into the following code. #include <iostream> using namespace std; int main() { char roman[11]; int decimal[10]; memset( roman, 0, 11 ); memset( decimal, 0, 10 * sizeof( int )); cout << endl; cout << "Enter a Roman number (max. 10 chars from I, V, X, L, C, D or M): "; cin.getline( roman, 11, '\n' ); strupr( roman ); // convert to uppercase for consistency // check validity, including all invalid combinations if( !strlen( roman ) ( strspn( roman, "IVXLCDM") != strlen( roman )) ( strstr( roman, "IIII" )) ( strstr( roman, "XXXX" )) ( strstr( roman, "CCCC" )) ( strstr( roman, "MMMM")) ( strstr( roman, "IL" )) ( strstr( roman, "IC" )) ( strstr( roman, "ID" )) ( strstr( roman, "IM" )) ( strstr( roman, "XD" )) ( strstr( roman, "XM" )) ( strstr( roman, "VX" )) ( strstr( roman, "VL" )) ( strstr( roman, "VC" )) ( strstr( roman, "VD" )) ( strstr( roman, "VM" )) ( strstr( roman, "LC" )) ( strstr( roman, "LD" )) ( strstr( roman, "LM" )) ( strstr( roman, "DM" )) ( strstr( roman, "IIV" )) ( strstr( roman, "IIX" )) ( strstr( roman, "XXL" )) ( strstr( roman, "XXC" )) ( strstr( roman, "CCD" )) ( strstr( roman, "CCM" ))) { cout << roman << " is not a valid roman number." << endl; return( -1 ); } // convert to decimal, in reverse order. int c = 9, total = 0; while( c >= 0 ) { switch( roman[c] ) { case('I'): decimal[c] = 1; break; case('V'): decimal[c] = 5; break; case('X'): decimal[c] = 10; break; case('L'): decimal[c] = 50; break; case('C'): decimal[c] = 100; break; case('D'): decimal[c] = 500; break; case('M'): decimal[c] = 1000; break; } if( c < 9 ) // subtraction required? if( decimal[c] < decimal[c+1] ) decimal[c] *= (-1); // negate // update total. total += decimal[c--]; } cout << "Roman " << roman << " is decimal " << total << endl; return( 0 ); }


What are the roman achievements in engineering?

hi


What was the main purpose of Roman art?

To indicate wealth and status


Whats the HTML code for roman numerals for a webpage?

To write a Roman Numeral you simply type in the letters in the text (4) IV. if you want an ordered list using Roman Numerals use the following list tags: A basic list using bullets (small black circles) starts with the tag and each item listed with the tags item one item two (end list) will result in Item one item two For a Ordered numbered listinstead of a bullet list use (ordered list) instead of (unordered list) to start. for example item oneitem two This will result in: # item one # item two For a Roman Numeral list you have to use the Type= attribute with the value "I" (capital i) inside the list start tag as follows, This will give you Roman Numerals For example: First Roman Numeral Item ISecond Roman Numeral Item II Third Roman Numeral  Item III The capital "I" will give you the Roman Numerals in capitals. If you use a lower case "i" the Roman Numerals will all be in lower case.

Related questions

Is there a Roman connection with the sirens?

No, there is NO roman connection with the Sirens.


Does the greek goddess thetis have a roman connection?

No, she does not.


What was the connection between ancient roman and the holy roman empire?

The only connection between the two was the name "Roman Empire" . The Roman empire was (mostly) pre-Christian and Mediterranean in culture, although absorbing other cultures in their expansion, while the "Holy" Roman empire was Germanic and Christian in culture.


What is the connection between the skull and the roman numerals mcmxciv?

The Roman numeral MCMXCIV represents the number 1994.


What is the connection between the word and January and ancient mythology?

The connection is that Janus the god of the doorway. This name has its beginning in Roman mythology.


What is the connection between the word January and ancient mythology?

The connection is that Janus the god of the doorway. This name has its beginning in Roman mythology.


What was the connection between Byzantine and Roman cultures?

The Byzantines took over much of the land that once belonged to the Roman Empire, after the Roman's society collapsed.


Who was the Roman general who helped with the Second Punic War?

Scipio Africanus led the Roman army in the final phase of the Second Punic War


Is Julius Roman 4 Jason?

Julius is roman for divus i got that from books and websites, but it's not right. Julius is a Roman "gens" or clan name. It has no connection with the name Jason.


What is a connection between January in ancient Greek?

January was named after the ROMAN god Janus.


Is there a latin connection with Athena?

Minerva is the Roman/Latin goddess most closely associated with Athena.


What is the connection between a pearl and a meal for a Roman general?

Cleopatra offered Mark Antony (a roman general) the most expensive meal in history, a pearl dissolved into vinegar.