Nice thread post. Quite interesting to read since I'm from Sweden and most of the threads here are related to American standards.
Let me know what element you purchase and your experience with it. I'm on the same route as you are.
Might be worth checking one of our American suppliers:
https://www.watlow.com/downloads/en/catalogs/immersion.pdf
You'll have to 'up' your wattage since we're at 480V.
'da Kid
Now that I have a 3-phase outlet in the garage, I am able to connect one of these (a circuit box meant originally for construction sites):
![]()
It's got a 16 amp 3-phase input, then 2 x 16 amp 3-phase outputs and 4 x 16 amp 1-phase outputs (2 per circuit). 2 x 16 amp circuit breakers for the 1-phase sockets and a 40 amp RCD (GFCI) for the entire thing.
I can connect a 10 meter 3-phase extension cord to the outlet in the garage and then mount this thing to my brew rig and take it out in the yard! Or use a 3-phase welder, etc.
Do you have such devices in the US? This one only costs 67 EUR.
You can not import electrical devices into the European Union unless they are CE marked. That is roughly the US equivalent of UL marking. They simply won't make it through customs.
http://ec.europa.eu/enterprise/policies/single-market-goods/cemarking/
In addition, every country has it's own organisation that needs to approve all electrical devices being imported or sold in that country. For example, in Germany it's called "TÜV" and in Finland it's called TUKES.
OMG, heck no we don't have anything as gorgeous as that. Here is our closest sad equivalent.
![]()
I don't think so, because homes are not wired 3ø in the US (people that want 3ø here have to make it from single phase). Nor do I remember seeing anything like that around shop floors or in labs or office buildings but that prove that they don't exist here.Do you have such devices in the US?
I don't thing so, because homes are not wired 3ø in the US (people that want 3ø here have to make it from single phase). Nor do I remember seeing anything like that around shop floors or in labs or office buildings but that prove that they don't exist here.
Curious as to why only two of the phases are supplied to single phase outlets. Are you fed corner delta?
What I am a bit jealous of is your 3ø power. I could do so much more at home if i had that.
A quick note. This is what I'm used to for quick power distribution on job sites in the US.
I remember asking an engineering professor that same question. I.E. If a three phase motor is more efficient than single phase, how huch more efficient is it? He said without hesitation, "20 percent". I don't know if that is true, and that was in 1980, so things may have changed somewhat since then. However, you still can't get something for nothing. Compare full load amps on each machine. That's where the HP calculation comes from, so they can't be too far away from each other. One way of looking at the whole question would be to approach it form the "green" point of view and consider how much copper and iron are going to produce the same effect. As Tony says, "Looks can be deceiving". Generally, the 1 ph motor will have twice as much copper and iron as the 3 ph motor. That extra stuff is devoted exclusively to starting the 1 ph motor. When it gets up to normal operating speed, the centrifugal switch takes it out of the circuit. And as said earlier, the 3 ph motor runs cooler. I would attribute some of that to the start function in the 1 ph motor. WWQ
Are you saying that compressor motors in home heat pumps, for example, would be single phase?
Not to say that you don't have your own limitations with what you have.
I assume that you mean it can be either a 3ø motor or a single phase motor but not a 3ø motor wired single phase. This does work if you can get it started but is certainly hard on the motor and clearly presents an asymmetric load to the system.For geothermal heat pumps, the motor is either to be wired as 3-phase or 1-phase connected via a safety switch. A safety switch is a switch that shuts off power if it notices the wire heating up i.e. the motor is not spinning for some reason.
Of course I have no idea what you actually have there but if it is a single phase motor with a starting or starting/running capacitor I'd check that. Also see if you can clean/lubricate the bearings. Circulating pumps in heating systems are usually pretty puny and often don't have the starting circuitry (they are shaded pole construction) in which case it may just be the bearings are binding.The motor that circulates hot water in my house for heating and showers is wired with a safety switch. And it's a real bitch because every time I shut off power to the house, that motor refuses to restart on it's own. I need to unmount it, stand it on a shelf and hit the fins with my finger to kick start them. Then I need to let it run like that for about 15 minutes before it will restart on it's own with the safety switch before I can remount it.
Unbelievable. That's less than 50 KVA. I guess pottery isn't a common hobby over there. In the US they'll install as much as you are willing to pay for - even three phase if you want it (you don't when you see the price tag). I have, for example, three 200 Amp bi-phase panels for a total of 144 KVA installed. No, I'm not Al Gore. My average load over the last year has been 3.75 KW. The house is relatively small but it has been added on to twice and each time they installed another 200 amp panel (total of 3). When the utility saw that they just put a bigger transformer on the pole (and sent me a bill).Yes, well for example in Finland you can't get more than 3 x 63 amp service to a residence.
Unbelievable. That's less than 50 KVA. I guess pottery isn't a common hobby over there.
I figured as much but wanted to step delicately around that and though I am tempted to add some further comments will refrain from doing so.I believe, but have no proof, that the 63 amp restriction is political.
Podz,
I've noticed your pics show 'surface mounted' cabling. Are any wires concealed in the walls, attics, sub flooring?
'da Kid
I figured as much but wanted to step delicately around that and though I am tempted to add some further comments will refrain from doing so.
Be as it may, I am still able to run an 8.5kW heating element on my puny service whereas most of you are not able to do it even on your huge ass services.
Python 3.4.2 (v3.4.2:ab2c023a9432, Oct 6 2014, 22:15:05) [MSC v.1600 32 bit (In
tel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import math
>>> rt3 = math.sqrt (3)
>>> lineVoltage = 400/rt3
>>> lineVoltage
230.94010767585033
>>> lineAmps = (8500/3.0)/lineVoltage
>>> lineAmps
12.268693220279546
>>>