+86 17727759177
inbox@terli.net

로드 중

공유 대상:
페이스북 공유 버튼
트위터 공유 버튼
회선 공유 버튼
위챗 공유 버튼
링크드인 공유 버튼
핀터레스트 공유 버튼
공유이 공유 버튼

580W-600W EU 태양광 태양광 패널

* 적용 시나리오
유럽 상업 프로젝트의
 
*580W-600W
M10 144HC 18BB 이중 유리
 
*최대 전원 출력
580W-600W

*최대 모듈 효율성
23.23%

*전원 출력 허용 오차
0-+3%
가용성:
수량:
  • 580W-600W M10 144HC 18BB 이중 유리

  • 테를리

N580600M10D-144HC 태양광 패널 세부 정보 (1)

N580600M10D-144HC 태양광 패널 세부 정보 (3)          


전기적 매개변수(테스트 조건은 전면을 기준으로 함)
모듈 유형 N580H144M10D N585H144M10D N590H144M10D N595H144M10D N600H144M10D
테스트 조건 STC NOTC STC NOTC STC NOTC STC NOTC STC NOTC
명목상 최대. 전력(P최대/W) 580
440 585 445
590
450
595 455
600
460
개방 회로 전압(Voc/V) 51.40
49.10
51.60
49.30
51.80
49.50
52.00
49.70
52.20
49.90
단락 전류(Isc/A) 14.23
11.47
14.29
11.53
14.35
11.59
14.41
11.65
14.47
11.71
최대 전력 전압(Vmp/V) 43.20
40.60
43.40
40.80
43.60 41.00
43.80
41.20
44.00
41.40
최대 전력 전류(Imp/A) 13.43
10.84
13.48
10.91
13.53
10.98
13.58
11.05
13.63
11.12
효율성(%) 22.45% 22.65%
22.84%
23.04%
23.23%

STC: 조사량 = 1000 W/㎡, 셀 온도 = 25℃, AM = 1.5, 200 에서 평균 효율 4.5% 감소 W/㎡

NOTC: 일사량 = 8 00 W/㎡, 주변  온도  = 20℃,  AM = 1.5, 풍속 = 1 m/s

기계적 매개변수
182x91mm, 144HC
커넥터
MC4 원본/호환
모듈 크기 및 무게 2278x1134x30mm, 32.0Kg
정션 박스
IP68, 바이패스 다이오드 3개
유리 2.0mm AR 코팅 열강화유리
액자 양극산화 알루미늄 합금(은색)
블랙 시트 2.0mm 초투명 플로트 유리 케이블 4mm², 케이블 길이 300mm(맞춤형)

N420440M10D-108HC 태양광 패널 세부 정보(2)


N420440M10D-108HC 태양광 패널 세부 정보 (4)


4가지 구성 옵션  (사용자 정의 옵션 사용 가능)

파워월 배터리 가정용 태양광 에너지 저장 시스템 상세정보(2)


저희에게 연락주세요



이전의: 
다음: 
문의
문의
'+'선택하세요'+'
' multipleHtml += '
    ' $(elMu).find('option').each(function (index,el) { multipleHtml += '
  • ' multipleHtml += ' ' multipleHtml += '
  • ' }) multipleHtml += '
' $(elMu).parent().append(multipleHtml) $('#comComponent_sofBOERbqtij .multiple-select.'+thisId+' ').on('click',function () { if ($('#comComponent_sofBOERbqtij .multiple-parent.'+thisId+'').css('display') == 'none') { $('#comComponent_sofBOERbqtij .multiple-parent.'+thisId+'').css('display', 'block') } else { $('#comComponent_sofBOERbqtij .multiple-parent.'+thisId+'').css('display', 'none') } }) $('#comComponent_sofBOERbqtij .multiple-parent.'+thisId+'').on('click', 'li', function (e) { e.stopPropagation() e.preventDefault() var $label = $(this).children('label') var input = this.getElementsByTagName('input')[0] if (input.checked) { input.checked = false } else { input.checked = true } //获取所有选项的值 varcontents = []; $('#comComponent_sofBOERbqtij .multiple-parent.'+thisId+' li').each(function (index, elem) { if (!$(elem).hasClass('group')) { var ck = $(elem).find('input')[0].checked if (ck) { var html = $(elem).children('label').html();contents.push(html); } } }) if (contents.length > 0) { $('#comComponent_sofBOERbqtij .multiple-select.'+thisId+'').empty() for (var i = 0; i < contents.length; i++) '+contents[ i]+' × ' $('#comComponent_sofBOERbqtij .multiple-select.'+thisId+'').append(span) } } else { $('#comComponent_sofBOERbqtij .multiple-select.'+thisId+'').empty(); varspan = ' '+ '제발 select'+' ' $('#comComponent_sofBOERbqtij .multiple-select.'+thisId+'').append(span) }contents =contents.map(function(item) { return item.replace(/&/g, '&'); }); $(elMu).val(contents) }); $('#comComponent_sofBOERbqtij .multiple-select.'+thisId+'').on('click', '.select-delete', function (e) { e.stopPropagation() var value = $(this).parent().children('.select-value').html(); $('#comComponent_sofBOERbqtij .multiple-parent.'+thisId+' ul li').each(function (index, elem) { if ($(elem).children('label').html() == value) { elem.getElementsByTagName('input')[0].checked = false; } }) $(this).parent().remove(); var len = $('#comComponent_sofBOERbqtij .multiple-select.'+thisId+'').children().length; if (len == 0) { varspan = ' '+'선택하세요' +' ' $('#comComponent_sofBOERbqtij .multiple-select.'+thisId+'').append(span) } var 내용 = []; $('#comComponent_sofBOERbqtij .multiple-parent.'+thisId+' li').each(function (index, elem) { if (!$(elem).hasClass('group')) { var ck = $(elem).find('input')[0].checked if (ck) { var html = $(elem).children('label').html();contents.push(html); } } })contents.map(function(item){ return item.replace(/&/g, '&'); }); $(elMu).val(contents) }) }) }catch(e){try{console && console.log && console.log(e);}catch(e){}} })(window, $);

빠른 링크

개인 정보 보호 정책

에 대한

제품

020-39201118

 +86 17727759177                 
  inbox@terli.net
 왓츠앱: +86 18666271339
 페이스북: Terli Solution / Terli 배터리
링크드인: Terli Battery
중국 광저우 난사구 신안로 213호.
© 2025 모든 권리 보유 광저우 TERLI 신에너지 기술 유한 회사   사이트맵 / 제공 리드동