{"product_id":"texonic-ch630t-50w-full-range-commercial-horn-speaker","title":"CH630T 50W Full Range 100V\/8Ω Commercial Horn Speaker","description":"\u003cstyle\u003e\n  .ch630t-tabs-wrap {\n    font-family: inherit;\n    color: #222;\n    max-width: 900px;\n    margin: 0 auto;\n    line-height: 1.7;\n  }\n\n  .ch630t-tabs-wrap * {\n    box-sizing: border-box;\n  }\n\n  .ch630t-radio {\n    position: absolute;\n    opacity: 0;\n    pointer-events: none;\n  }\n\n  .ch630t-top {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 30px;\n    margin-bottom: 28px;\n    border: 1px solid #e9e9e9;\n  }\n\n  .ch630t-small-title {\n    display: inline-block;\n    font-size: 12px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #777;\n    font-weight: 700;\n    margin-bottom: 10px;\n  }\n\n  .ch630t-main-title {\n    font-size: 28px;\n    line-height: 1.25;\n    margin: 0 0 14px;\n    color: #111;\n    font-weight: 800;\n  }\n\n  .ch630t-main-title span {\n    color: #d82929;\n  }\n\n  .ch630t-top p {\n    margin: 0 0 14px;\n    color: #444;\n  }\n\n  .ch630t-pill-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 20px;\n  }\n\n  .ch630t-pill-row span {\n    background: #fff;\n    border: 1px solid #ddd;\n    border-radius: 999px;\n    padding: 7px 13px;\n    font-size: 13px;\n    color: #333;\n  }\n\n  .ch630t-tab-buttons {\n    display: flex;\n    flex-wrap: nowrap;\n    gap: 6px;\n    margin-bottom: 22px;\n    border-bottom: 1px solid #e5e5e5;\n    padding-bottom: 12px;\n    overflow: visible;\n  }\n\n  .ch630t-tab-label,\n  .ch630t-manual-btn {\n    border: 1px solid #ddd;\n    background: #fff;\n    color: #333;\n    padding: 10px 13px;\n    border-radius: 999px;\n    font-family: inherit;\n    font-size: 14px;\n    line-height: 1.2;\n    cursor: pointer;\n    transition: all 0.25s ease;\n    text-decoration: none;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    white-space: nowrap;\n    flex: 0 0 auto;\n  }\n\n  .ch630t-tab-label:hover {\n    border-color: #d82929;\n    color: #111;\n    text-decoration: none;\n  }\n\n  .ch630t-manual-btn {\n    background: #d82929;\n    border-color: #d82929;\n    color: #ffffff !important;\n    font-weight: 700;\n    text-decoration: none !important;\n  }\n\n  .ch630t-manual-btn:hover {\n    background: #111;\n    border-color: #111;\n    color: #ffffff !important;\n    text-decoration: none !important;\n  }\n\n  .ch630t-tabs-wrap .ch630t-manual-btn,\n  .ch630t-tabs-wrap .ch630t-manual-btn:visited,\n  .ch630t-tabs-wrap .ch630t-manual-btn:hover,\n  .ch630t-tabs-wrap .ch630t-manual-btn:focus {\n    color: #ffffff !important;\n    text-decoration: none !important;\n  }\n\n  #ch630t-overview:checked ~ .ch630t-tab-buttons label[for=\"ch630t-overview\"],\n  #ch630t-features:checked ~ .ch630t-tab-buttons label[for=\"ch630t-features\"],\n  #ch630t-specs:checked ~ .ch630t-tab-buttons label[for=\"ch630t-specs\"],\n  #ch630t-taps:checked ~ .ch630t-tab-buttons label[for=\"ch630t-taps\"],\n  #ch630t-included:checked ~ .ch630t-tab-buttons label[for=\"ch630t-included\"] {\n    background: #111;\n    color: #fff;\n    border-color: #111;\n  }\n\n  .ch630t-tab-panel {\n    display: none;\n    animation: ch630tFade 0.35s ease;\n  }\n\n  #ch630t-overview:checked ~ .ch630t-panels .ch630t-panel-overview,\n  #ch630t-features:checked ~ .ch630t-panels .ch630t-panel-features,\n  #ch630t-specs:checked ~ .ch630t-panels .ch630t-panel-specs,\n  #ch630t-taps:checked ~ .ch630t-panels .ch630t-panel-taps,\n  #ch630t-included:checked ~ .ch630t-panels .ch630t-panel-included {\n    display: block;\n  }\n\n  @keyframes ch630tFade {\n    from {\n      opacity: 0;\n      transform: translateY(8px);\n    }\n\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  .ch630t-panel-box {\n    background: #fff;\n    border: 1px solid #e9e9e9;\n    border-radius: 18px;\n    padding: 26px;\n  }\n\n  .ch630t-panel-box h3 {\n    margin: 0 0 16px;\n    font-size: 20px;\n    color: #111;\n    font-weight: 800;\n  }\n\n  .ch630t-panel-box p {\n    margin: 0 0 14px;\n    color: #444;\n  }\n\n  .ch630t-use-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    margin-top: 18px;\n  }\n\n  .ch630t-use-card {\n    background: #fafafa;\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 18px;\n  }\n\n  .ch630t-use-card strong {\n    display: block;\n    color: #111;\n    font-size: 17px;\n    margin-bottom: 5px;\n  }\n\n  .ch630t-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .ch630t-feature-list li {\n    background: #fafafa;\n    border: 1px solid #e8e8e8;\n    border-radius: 14px;\n    padding: 14px 16px;\n    color: #444;\n  }\n\n  .ch630t-feature-list li::before {\n    content: \"✓ \";\n    color: #d82929;\n    font-weight: 800;\n  }\n\n  .ch630t-spec-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 0 30px;\n  }\n\n  .ch630t-spec-line {\n    padding: 12px 0;\n    border-bottom: 1px solid #eeeeee;\n  }\n\n  .ch630t-spec-line strong {\n    display: block;\n    color: #111;\n    font-weight: 750;\n    margin-bottom: 2px;\n  }\n\n  .ch630t-spec-line span {\n    color: #444;\n  }\n\n  .ch630t-included-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .ch630t-included-item {\n    background: #fafafa;\n    border: 1px solid #e8e8e8;\n    border-radius: 14px;\n    padding: 16px;\n    color: #333;\n    font-weight: 600;\n  }\n\n  .ch630t-note {\n    margin-top: 22px;\n    padding: 16px 18px;\n    background: #fff7f7;\n    border-left: 4px solid #d82929;\n    border-radius: 12px;\n    color: #444;\n    font-size: 14px;\n  }\n\n  .ch630t-tap-box {\n    border-left: 8px solid #d82929;\n    background: #fafafa;\n  }\n\n  .ch630t-table-wrap {\n    overflow-x: auto;\n    margin-top: 18px;\n  }\n\n  .ch630t-load-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: #fff;\n    min-width: 560px;\n  }\n\n  .ch630t-load-table th {\n    background: #e9eaec;\n    color: #303236;\n    text-align: left;\n    padding: 14px 16px;\n    border: 1px solid #d6d8dc;\n    font-size: 16px;\n  }\n\n  .ch630t-load-table td {\n    padding: 15px 16px;\n    border: 1px solid #d6d8dc;\n    color: #303236;\n    vertical-align: top;\n  }\n\n  .ch630t-red-alert {\n    margin-top: 20px;\n    border-radius: 10px;\n    background: #d82929;\n    color: #fff;\n    padding: 18px 20px;\n    font-size: 16px;\n    font-weight: 700;\n  }\n\n  @media (max-width: 749px) {\n    .ch630t-top,\n    .ch630t-panel-box {\n      padding: 22px;\n      border-radius: 14px;\n    }\n\n    .ch630t-main-title {\n      font-size: 23px;\n    }\n\n    .ch630t-tab-buttons {\n      overflow-x: auto;\n      flex-wrap: nowrap;\n      padding-bottom: 12px;\n    }\n\n    .ch630t-tab-label,\n    .ch630t-manual-btn {\n      white-space: nowrap;\n      flex: 0 0 auto;\n    }\n\n    .ch630t-use-grid,\n    .ch630t-feature-list,\n    .ch630t-spec-list,\n    .ch630t-included-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ch630t-tabs-wrap\"\u003e\n\u003cinput class=\"ch630t-radio\" type=\"radio\" name=\"ch630t-tabs\" id=\"ch630t-overview\" checked\u003e \u003cinput class=\"ch630t-radio\" type=\"radio\" name=\"ch630t-tabs\" id=\"ch630t-features\"\u003e \u003cinput class=\"ch630t-radio\" type=\"radio\" name=\"ch630t-tabs\" id=\"ch630t-specs\"\u003e \u003cinput class=\"ch630t-radio\" type=\"radio\" name=\"ch630t-tabs\" id=\"ch630t-taps\"\u003e \u003cinput class=\"ch630t-radio\" type=\"radio\" name=\"ch630t-tabs\" id=\"ch630t-included\"\u003e\n\u003cdiv class=\"ch630t-top\"\u003e\n\u003cspan class=\"ch630t-small-title\"\u003eFull-Range Commercial Horn Speaker\u003c\/span\u003e\n\u003ch2 class=\"ch630t-main-title\"\u003eCH630T \u003cspan\u003e50W Full Range 100V\/8Ω\u003c\/span\u003e Commercial Horn Speaker\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong\u003eCH630T\u003c\/strong\u003e is a 50W full range commercial horn speaker designed for clear voice paging and background music in indoor and outdoor commercial installations.\u003c\/p\u003e\n\u003cp\u003eUnlike a conventional speech only paging horn, the CH630T uses a reverse mounted 6.5\" bass midrange woofer with a front mounted 1\" dome tweeter. This two way horn design gives fuller music reproduction while keeping the directional projection needed for public address applications.\u003c\/p\u003e\n\u003cdiv class=\"ch630t-pill-row\"\u003e\n\u003cspan\u003e50W Full-Range Horn\u003c\/span\u003e \u003cspan\u003e100V \/ 8Ω\u003c\/span\u003e \u003cspan\u003e6.5\" Woofer + 1\" Tweeter\u003c\/span\u003e \u003cspan\u003e90° Coverage\u003c\/span\u003e \u003cspan\u003eIndoor \/ Outdoor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-tab-buttons\"\u003e\n\u003clabel class=\"ch630t-tab-label\" for=\"ch630t-overview\"\u003eOverview\u003c\/label\u003e \u003clabel class=\"ch630t-tab-label\" for=\"ch630t-features\"\u003eFeatures\u003c\/label\u003e \u003clabel class=\"ch630t-tab-label\" for=\"ch630t-specs\"\u003eSpecs\u003c\/label\u003e \u003clabel class=\"ch630t-tab-label\" for=\"ch630t-taps\"\u003eTap Settings\u003c\/label\u003e \u003clabel class=\"ch630t-tab-label\" for=\"ch630t-included\"\u003eWhat’s Included\u003c\/label\u003e \u003ca class=\"ch630t-manual-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/8472\/0005\/files\/NorthLine-CH630T_Full_Range_Horn_Speaker-Manual.pdf?v=1788463600\" rel=\"noopener\" target=\"_blank\"\u003e Manual \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-panels\"\u003e\n\u003cdiv class=\"ch630t-tab-panel ch630t-panel-overview\"\u003e\n\u003cdiv class=\"ch630t-panel-box\"\u003e\n\u003ch3\u003eProduct Overview\u003c\/h3\u003e\n\u003cp\u003eThe CH630T is designed for commercial applications that need stronger music reproduction than a traditional speech focused horn speaker can provide.\u003c\/p\u003e\n\u003cp\u003eIts reverse mounted 6.5\" bass midrange woofer helps reproduce lower and middle frequencies, while the front mounted 1\" dome tweeter adds high frequency detail. Together, they provide a 120Hz–12kHz frequency range suited to both background music and public address announcements.\u003c\/p\u003e\n\u003cp\u003eThe CH630T supports six selectable 100V transformer tap levels from 3.5W to 50W. A separate 8Ω connection provides 50W low impedance operation with compatible amplifiers.\u003c\/p\u003e\n\u003cp\u003eIts 90° dispersion pattern provides directional coverage, while the adjustable bracket allows the horn to be aimed toward the required listening area.\u003c\/p\u003e\n\u003cdiv class=\"ch630t-use-grid\"\u003e\n\u003cdiv class=\"ch630t-use-card\"\u003e\n\u003cstrong\u003eBest For\u003c\/strong\u003e Commercial outdoor areas, warehouses, schools, recreation facilities, large public spaces, industrial properties and installations requiring both paging and better music reproduction.\u003c\/div\u003e\n\u003cdiv class=\"ch630t-use-card\"\u003e\n\u003cstrong\u003eSystem Fit\u003c\/strong\u003e 100V distributed commercial audio systems or compatible 8Ω low impedance amplification.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-note\"\u003e\n\u003cstrong\u003eProduct Note:\u003c\/strong\u003e The CH630T supports 100V and 8Ω operation only. Confirm the correct transformer wiring or 8Ω connection before powering the speaker.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-tab-panel ch630t-panel-features\"\u003e\n\u003cdiv class=\"ch630t-panel-box\"\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"ch630t-feature-list\"\u003e\n\u003cli\u003e50W full range commercial horn speaker\u003c\/li\u003e\n\u003cli\u003eDesigned for background music and public address paging\u003c\/li\u003e\n\u003cli\u003eDesigned for clear voice paging and announcements\u003c\/li\u003e\n\u003cli\u003e6.5\" reverse mounted bass midrange woofer\u003c\/li\u003e\n\u003cli\u003e1\" front mounted dome tweeter\u003c\/li\u003e\n\u003cli\u003eTwo way full range horn design\u003c\/li\u003e\n\u003cli\u003eFuller sound than a standard outdoor paging horn\u003c\/li\u003e\n\u003cli\u003eSupports 100V distributed audio systems\u003c\/li\u003e\n\u003cli\u003eSix selectable 100V transformer tap levels\u003c\/li\u003e\n\u003cli\u003eSupports compatible 8Ω low impedance amplifiers\u003c\/li\u003e\n\u003cli\u003e50W maximum output\u003c\/li\u003e\n\u003cli\u003e120Hz–12kHz frequency response\u003c\/li\u003e\n\u003cli\u003e99dB ±3dB sensitivity at 1W \/ 1m\u003c\/li\u003e\n\u003cli\u003e90° dispersion angle for directional coverage\u003c\/li\u003e\n\u003cli\u003eUV stabilized ABS enclosure\u003c\/li\u003e\n\u003cli\u003eWeather resistant design for indoor\/outdoor commercial use\u003c\/li\u003e\n\u003cli\u003eAngle adjustable mounting bracket\u003c\/li\u003e\n\u003cli\u003eLong throw coverage for commercial paging areas\u003c\/li\u003e\n\u003cli\u003eLight grey finish\u003c\/li\u003e\n\u003cli\u003eSuitable for Canadian indoor\/outdoor commercial use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-tab-panel ch630t-panel-specs\"\u003e\n\u003cdiv class=\"ch630t-panel-box\"\u003e\n\u003ch3\u003eSpecifications\u003c\/h3\u003e\n\u003cdiv class=\"ch630t-spec-list\"\u003e\n\u003cdiv class=\"ch630t-spec-line\"\u003e\n\u003cstrong\u003eBrand\u003c\/strong\u003e \u003cspan\u003eNorthLine Series\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-spec-line\"\u003e\n\u003cstrong\u003eModel \/ SKU\u003c\/strong\u003e \u003cspan\u003eCH630T\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-spec-line\"\u003e\n\u003cstrong\u003eProduct Type\u003c\/strong\u003e \u003cspan\u003eFull range commercial horn speaker\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-spec-line\"\u003e\n\u003cstrong\u003eSystem Compatibility\u003c\/strong\u003e \u003cspan\u003e100V \/ 8Ω\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-spec-line\"\u003e\n\u003cstrong\u003e100V Power Taps\u003c\/strong\u003e \u003cspan\u003e3.5W \/ 4.5W \/ 9W \/ 12.5W \/ 25W \/ 50W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-spec-line\"\u003e\n\u003cstrong\u003e8Ω Power Rating\u003c\/strong\u003e \u003cspan\u003e50W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-spec-line\"\u003e\n\u003cstrong\u003eMaximum Power\u003c\/strong\u003e \u003cspan\u003e50W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-spec-line\"\u003e\n\u003cstrong\u003eLow-Frequency Driver\u003c\/strong\u003e \u003cspan\u003e6.5\" \/ 16.5 cm bass-midrange woofer, reverse mounted\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-spec-line\"\u003e\n\u003cstrong\u003eHigh-Frequency Driver\u003c\/strong\u003e \u003cspan\u003e1\" \/ 2.5 cm dome tweeter, front mounted\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-spec-line\"\u003e\n\u003cstrong\u003eFrequency Response\u003c\/strong\u003e \u003cspan\u003e120Hz–12kHz\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-spec-line\"\u003e\n\u003cstrong\u003eSensitivity\u003c\/strong\u003e \u003cspan\u003e99dB ±3dB at 1W \/ 1m\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-spec-line\"\u003e\n\u003cstrong\u003eDispersion Angle\u003c\/strong\u003e \u003cspan\u003e90°\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-spec-line\"\u003e\n\u003cstrong\u003eEnclosure\u003c\/strong\u003e \u003cspan\u003eUV-stabilized ABS\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-spec-line\"\u003e\n\u003cstrong\u003eEnvironment\u003c\/strong\u003e \u003cspan\u003eIndoor \/ outdoor commercial use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-spec-line\"\u003e\n\u003cstrong\u003eWeather Design\u003c\/strong\u003e \u003cspan\u003eWeather-resistant enclosure for correct outdoor installation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-spec-line\"\u003e\n\u003cstrong\u003eColour\u003c\/strong\u003e \u003cmeta charset=\"utf-8\"\u003eLight grey\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-spec-line\"\u003e\n\u003cstrong\u003eDimensions\u003c\/strong\u003e \u003cspan\u003e36.2 × 25.2 × 31.0 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-spec-line\"\u003e\n\u003cstrong\u003eDimensions in Inches\u003c\/strong\u003e \u003cspan\u003e14.25\" × 9.92\" × 12.20\"\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-spec-line\"\u003e\n\u003cstrong\u003eNet Weight\u003c\/strong\u003e \u003cspan\u003e4.0 kg \/ 8.8 lb\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-spec-line\"\u003e\n\u003cstrong\u003eMounting\u003c\/strong\u003e \u003cspan\u003eAngle-adjustable mounting bracket\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-spec-line\"\u003e\n\u003cstrong\u003eRecommended Use\u003c\/strong\u003e \u003cspan\u003eBackground music, public-address paging and commercial outdoor audio\u003c\/span\u003e\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-note\"\u003e\n\u003cstrong\u003eInstallation Note:\u003c\/strong\u003e Choose a solid structural mounting surface capable of safely supporting the 4.0 kg \/ 8.8 lb speaker. Secure the adjustable bracket using hardware appropriate for the mounting surface. Connect either the required 100V transformer tap or the 8Ω input, aim the horn toward the listening area and securely tighten all bracket hardware before applying power.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-tab-panel ch630t-panel-taps\"\u003e\n\u003cdiv class=\"ch630t-panel-box ch630t-tap-box\"\u003e\n\u003ch3\u003e100V Transformer Wiring \/ Tap Guide\u003c\/h3\u003e\n\u003cp\u003eFor 100V installations, use only the wire combination that matches the required transformer wattage. Add the wattage of all connected speakers and keep the total load within the amplifier's rated 100V output.\u003c\/p\u003e\n\u003cdiv class=\"ch630t-table-wrap\"\u003e\n\u003ctable class=\"ch630t-load-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eWire 1\u003c\/th\u003e\n\u003cth\u003eWire 2\u003c\/th\u003e\n\u003cth\u003e100V Output\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eRed\u003c\/td\u003e\n\u003ctd\u003eYellow\u003c\/td\u003e\n\u003ctd\u003e50W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eYellow\u003c\/td\u003e\n\u003ctd\u003eGreen\u003c\/td\u003e\n\u003ctd\u003e25W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGreen\u003c\/td\u003e\n\u003ctd\u003eWhite\u003c\/td\u003e\n\u003ctd\u003e12.5W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRed\u003c\/td\u003e\n\u003ctd\u003eGreen\u003c\/td\u003e\n\u003ctd\u003e9W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eYellow\u003c\/td\u003e\n\u003ctd\u003eWhite\u003c\/td\u003e\n\u003ctd\u003e4.5W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRed\u003c\/td\u003e\n\u003ctd\u003eWhite\u003c\/td\u003e\n\u003ctd\u003e3.5W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRed\u003c\/td\u003e\n\u003ctd\u003eBlack\u003c\/td\u003e\n\u003ctd\u003e8Ω \/ 50W operation only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-red-alert\"\u003eImportant: The CH630T is designed for either a 100V speaker line or compatible 8Ω low-impedance operation. Do not connect the speaker to both operating modes simultaneously.\u003c\/div\u003e\n\u003cdiv class=\"ch630t-note\"\u003e\n\u003cstrong\u003eConnection Reminder:\u003c\/strong\u003e For 8Ω operation, use the Red and Black wires with a compatible low impedance amplifier. For 100V systems, do not use the 8Ω connection on the same speaker line.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-tab-panel ch630t-panel-included\"\u003e\n\u003cdiv class=\"ch630t-panel-box\"\u003e\n\u003ch3\u003eWhat’s Included\u003c\/h3\u003e\n\u003cdiv class=\"ch630t-included-grid\"\u003e\n\u003cdiv class=\"ch630t-included-item\"\u003e1 × CH630T Full Range Horn Speaker\u003c\/div\u003e\n\u003cdiv class=\"ch630t-included-item\"\u003e1 × Adjustable Mounting Bracket\u003c\/div\u003e\n\u003cdiv class=\"ch630t-included-item\"\u003eUser manual\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ch630t-note\"\u003e\n\u003cstrong\u003eInstallation Reminder:\u003c\/strong\u003e Turn off the amplifier before installing, wiring or servicing the speaker. Confirm the correct 100V transformer wiring or 8Ω connection before powering the speaker.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"NorthLine","offers":[{"title":"Default Title","offer_id":41842055676037,"sku":"CH630T","price":229.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0551\/8472\/0005\/files\/NorthLine-CH630T_Full_Range_Horn_Speaker.png?v=1788470754","url":"https:\/\/www.texonic.ca\/fr\/products\/texonic-ch630t-50w-full-range-commercial-horn-speaker","provider":"TEXONIC AV Inc","version":"1.0","type":"link"}