|
|
| |
|
| |
|
The Sunny Boy 3000US and 4000US are the first of the new “US” series of Sunny Boy string inverters. They have been updated with our most advanced technology and are designed specifically to meet the new IEEE 1547 requirements.
Their compact design makes them ideal for light commercial or residential use and the integrated DC disconnect makes installation more cost-effective. They are field configurable for positive ground systems making them more versatile than ever. Increased efficiency means better overall performance and shorter payback periods. Each are engineered and built to last and now come with a standard ten year warranty. Sunny Boy inverters are trusted worldwide to go the distance.
- Overview
- Technical Data
- Downloads
- CEC efficiency of up to 96 %
- 10 Year warranty standard, up to 20 years optional
- Certified to the new UL 1741/ IEEE 1547
- Integrated load-break rated DC disconnect switch
- Integrated fused series string combiner
- Sealed electronics enclosure and OptiCool
- Comprehensive SMA communications and data collection options
- Ideal for residential or light commercial applications
- Rugged cast aluminum outdoor rated enclosure
| Input Data (DC) |
Sunny Boy 3000US |
Sunny Boy 4000US |
Recommended Max. PV Power
(Module STC) |
3750 W |
4375 W @ 208 V / 5000 W @ 240 V |
| Max. DC Voltage |
500 V |
600 V |
| Peak Power Tracking Voltage |
175 V – 400 V @ 208 V,
200 V – 400 V @ 240 V |
220 V – 480 V @ 208 V,
250 V – 480 V @ 240 V |
| DC Max. Input Current |
17 A |
18 A |
| Number of Fused String Inputs |
2 (inverter), 4 x 15 A (DC disconnect) |
2 (inverter), 4 x 15 A (DC disconnect) |
| PV Start Voltage (adjustable) |
228 V |
285 V |
| Output Data (AC) |
|
|
| AC Nominal Power |
3000 W |
3500 W @ 208 V / 4000 W @ 240 V |
| AC Maximum Output Power |
3000 W |
3500 W @ 208 V / 4000 W @ 240 V |
| AC Maximum Output Current |
15 A @ 208 V,
13 A @ 240 V |
17 A |
| AC Nominal Voltage / Range |
183 – 229 V @ 208 V,
211 – 264 V @ 240 V |
183 – 229 V @ 208 V
211 – 264 V @ 240 V |
| 211 – 264 V @ 240 V, AC Frequency / Range |
60 Hz / 59.3 Hz – 60.5 Hz |
60 Hz / 59.3 Hz – 60.5 Hz |
| Power Factor |
0.99 @ nominal power |
0.99 @ nominal power |
| Efficiency |
|
|
| Peak Inverter Efficiency |
96.5 % |
96.8 % |
| CEC Weighted Efficiency |
95.0 % @ 208 V, 95.5 % @ 240 V |
95.5 % @ 208 V, 96.0 % @ 240 V |
| Mechanical Data |
|
|
| Dimensions W x H x D in inches |
17.8 x 13.8 x 9.3 |
17.8 x 13.8 x 9.3 |
| Weight / Shipping Weight |
84 lbs / 97 lbs |
88 lbs / 94 lbs |
| Ambient Temperature Range |
–13 to +113 °F |
–13 to +113 °F |
| Power Consumption: standby / nighttime |
< 7 W / 0.1 W |
< 7 W / 0.1 W |
| Topology |
PWM, true sine wave, current source |
PWM, true sine wave, current source |
| Cooling Concept |
Low frequency transformer, true sinewave |
Low frequency transformer, true sinewave |
| Mounting LocationIndoor / Outdoor (NEMA 3R) |
Included/Included |
Included/Included |
| Features |
|
|
| LCD Display |
included |
included |
| Lid Color: aluminum/red/blue/yellow |
included/optional/optional/optional |
included/optional/optional/optional |
| Communication: RS485 / Wireless |
optional/optional |
optional/optional |
| Warranty: 10-year |
included |
included |
| Compliance: IEEE-929, IEEE-1547, UL 1741, UL 1998, FCC Part 15 A & B |
included |
included |
/*Please select a product';
var labelSelectCategory = 'Please select a download category';
var labelSelectLanguage = 'Please select a language';
var productDownload = false;
/*******************************
* u = Parameter der URL
* d = step 1 bis 3
* i = ID des Tabs
*******************************/
function ajupd(u,d,i) {
if(window.ActiveXObject || window.XMLHttpRequest) {
switch (d) {
case "step1":
$('step2content').innerHTML = labelSelectProduct;
$('step25content').innerHTML = labelSelectProduct;
$('step3content').innerHTML = labelSelectProduct;
// Setzen des aktiven Tab, deselektieren des alten Tab
$('tabobj'+currTabObj).className = 'item';
$('tabobj'+i).className = 'itemact';
currTabObj = i;
currStep1 = currStep2 = currStep25 = 0;
$('contentstep3').className = 'stepoff';
$('contentstep25').className = 'stepoff';
$('contentstep2').className = 'stepoff';
break;
case "step2":
$('step3content').innerHTML = labelSelectCategory;
$('step25content').innerHTML = labelSelectCategory;
if(currStep1!=0) { currStep1.className = '; }
i.className = 'actLink';
currStep2 = currStep25 = 0;
currStep1 = i;
$('contentstep3').className = 'stepoff';
$('contentstep25').className = 'stepoff';
$('contentstep2').className = ';
break;
case "step25":
$('step3content').innerHTML = labelSelectLanguage;
if(currStep2!=0) { currStep2.className = '; }
i.className = 'actLink';
currStep25 = 0;
currStep2 = i;
$('contentstep3').className = 'stepoff';
$('contentstep25').className = ';
$('contentstep2').className = ';
break;
case "step3":
if(currStep25!=0) { currStep25.className = '; }
i.className = 'actLink';
currStep25 = i;
$('contentstep3').className = ';
$('contentstep25').className = ';
$('contentstep2').className = ';
break;
case "step3-products":
d = 'step3';
productDownload = true;
break;
}
$(d+'content').innerHTML = ' ';
var url = 'http://www.sma-america.com/en_US/products/grid-tied-inverters/sunny-boy/sunny-boy-3000us-4000us/dlac.html?tx_smadownload[dl_ac]='+d+'&'+u;
var updateElement = $(d+'content');
var boxContent = new Ajax( url, {
method: 'get',
update: updateElement,
evalScripts: 'true',
onComplete: (function(content) {
if (window.ie6) {
iePngFix.start();
}
if (productDownload) {
// for each toggleNest
$( '.rgaccord1-nest' ).each(function(item){
var thisSlider = new Fx.Slide( item.getElement( '.rgaccord1-content' ), { duration: 200 } );
item.getElement( '.rgaccord1-toggle' ).removeClass('defunc');
if ((item.previousSibling != null) && (item.previousSibling.className != null)) {
thisSlider.hide();
item.getElement( '.rgaccord1-bottom-nest' ).addClass('closed');
} else {
item.getElement( '.rgaccord1-toggle' ).addClass('act');
}
item.getElement( '.rgaccord1-toggle' ).addEvent( 'click', function(){
thisSlider.toggle();
// add the act class
if (item.getElement( '.rgaccord1-toggle' ).hasClass('act')) {
item.getElement( '.rgaccord1-toggle' ).removeClass('act');
} else {
item.getElement( '.rgaccord1-toggle' ).addClass('act');
}
if (item.getElement( '.rgaccord1-bottom-nest' ).hasClass('closed')) {
item.getElement( '.rgaccord1-bottom-nest' ).removeClass('closed');
} else {
item.getElement( '.rgaccord1-bottom-nest' ).addClass('closed');
}
});
});
}
}),
onFailure: (function(content) {
localSelf.hideWait();
alert('Request Error: Bitte laden Sie die Seite neu');
})
});
boxContent.request();
} else {
location.href = "en_US/products/grid-tied-inverters/sunny-boy/sunny-boy-3000us-4000us.html?"+u;
}
}
/*]]>*/
Warranty

144 KB |
SMA Factory Warranty
Type: Warranty
Language: English (US)
Document number: GU_SBUS-ZUS082310
Version number: 1.0
|
|
| Return to News |
|