100W LED Super-Beam-Moving Head Bühne Licht RGBW 4IN1 DMX512 18CH Spotlights

Verkauft Siehe ähnliche Artikel EUR 280,99 Sofort-Kaufen oder Preisvorschlag, Kostenloser Versand, eBay-Käuferschutz
Verkäufer: fitnesssports ✉️ (59.715) 0%, Artikelstandort: Bruchsal, DE, Versand nach: EUROPEAN_UNION, Artikelnummer: 351856428742 100W LED Super-Beam-Moving Head Bühne Licht RGBW 4IN1 DMX512 18CH Spotlights.

Document

document.write(' '); 100W LED Super-Beam-Moving Head Bühne Licht RGBW 4IN1 DMX512 18CH Spotlights
  • Description
  • About us
  • Payment method
  • Shipping Policy
  • Return & Warranty
  • Reply
  • Feedback

Floureon® 100W LED Super Beam Moving Head Stage Light, RGBW 4IN1 Spot Light, DMX-512

18CH  Effect Lighting,DJ Disco Bar Club Stage Light Party Show, EU

Features:
Super bright beam light. 1pc RGBW4in1 60W led. Beam angle: 4 degree
Pan: 540°or infinite rotating(16bit accurate scan). Tilt:360° or infinite rotating
Strobe:1-25times/sec or random strobe. Variable electronic dimmer (0-100%).
Voltage: AC90~240V, 50/60Hz. Rated power consumption: 100 Watts
Control Mode: Menu, Sound active, DMX512 control - 18 channel, Master-slave operate
Passed CE, FCC,CE-LVD and ROHS certification, safety, environmental protection, no pollution and harmful substances.
For more information/ product video, please contact us.

Application

RGBW LED CREE - stepless Red Green Blue White color can change as you like. high quality party LED project stage light,

brilliant colors satisfy your needs.

Optional Control mode - Auto runing, Sound active or link with DMX-512 control,Master/Slave operating mode.

Provide convenient great lighting

Convenient Operation - LCD display. Pan/tilt inverts option, infinite rotation design, or Pan 540° Tilt 360° controlled by DMX.

Reset to factory settings option

Various Application - Create  atmosphere on stage and passion in the party. This light can be used in house, party, bar,

night club, school show, vocal concert and so on.
Coming with fixed bracket, easy installation.
Nice and wide application, low-energy, stable performance and high safety. 

Note:
Confirm the supplied voltage is correct
Indoor use only, please keeps away from moisture if used outdoors
To avoid damaging your eyes, please do not look directly into the light
Read the user guide carefully before operating the light
 

Technical parameters
*Brand: Floureon
*Voltage: AC90-240v, 50/60Hz 
*Power consumption: 100w
*Light source: 1pcs 60W 4 in 1 LED osram
*Color mixing: RGBW
*beam angle: 4°                       
*Pan: 540° or infinite rotate
*Tilt: 360° or infinite rotate
*Electronic dimmer: from 0 to 100%    
*Strobe: 1-25times/sec or random strobe
*Control Mode: Menu/Sound/DMX512/Master-slave
*DMX channel: 18 channel
*LCD  display
*Cooling: Fan cooling
*Tiptop environment temperature: 104°F(40°C)
*Date input/output: 3pin XLR-connection、anode socket
*IP grade: IP20
*Certificate: CE, CE-LVD, FCC, ROHS


Dimension:
Product size: 210mm*210mm*300mm
Product weight: 5Kg

Packing list:
Floureon LED moving beam light 1 pc
AC Power cable 1 pc
Spare bag(1bracket+2screws) 1set
DMX Signal line 1pc
User manual 1pc

 

 

Welcome to our store!We supply many products including computers accessories, camera & camcorder accessories, phone accessories,car accessories & Consumer Electronics.High product quality, reasonable prices, excellent customer service and a reliable credit standing is our tenet.

Thank you for shopping at our eBay Store.

1.We accept PayPal only.

2.NOTE: Payment should be sent within 4 (FOUR) days of auction closing. Or unpaid dispute will be filed for closing auction. Please contact us if you have any questions of payment procedures.

1.How much is shipping and handling (S&H)? The shipping and handling costs will be clearly marked on the auction item page.

2.Please make sure the Ship-To address you type during checkout is correct. We are not responsible for any wrong or undeliverable addresses.

3.Local pick up is not available.

4.Items are generally shipped out the next business day after your payment has been cleared (Sat. & Sun. excluded.).

5.An e-mail will be sent to your eBay e-mail address upon item is shipped out. If you do not receive this e-mail in 48 Business Hours, please contact us to check the status of your transaction. .

6.International Buyers - Please Note: Import duties, taxes, and charges are not included in the item price or shipping cost. These charges are the buyer's responsibility. Please check with your country's customs office to determine what these additional costs will be prior to bidding or buying. Customs fees are normally charged by the shipping company or collected when you pick the item up. These fees are not additional shipping charges.

1.Our items come with one-year warranty.

2.Our warranty does not extended to any products that are physically damaged or that are not under normal operating conditions as a result of misuse or improper installation on the buyer/user's part.

3.This product comes with 30-Day Money Back Guarantee.

4.We stand behind every product we sell. If you're not pleased with your purchase, we'll be happy to make an exchange or refund.

5.For all returned products, please contact us for the returning address.

1.ALL replies will be sent to your email, if you don't get response within 1-2 business days, pls check your My Messages in case your email provider has an overly-aggressive spam filterblocking eBay's emails. Please email us AGAIN.

2.Email is the priority of our customer service.

1.You will receive our positive feedback as soon as you pay for your item. 2. Your better comments will be an encouragement for us to offer the better quality and the better service in future. 3.If you are not satisfied with them, please contact us first via Ask a Question or via Contact Seller. Your messages will be answered within 1-2 business day. We shall try our best to solve your problem to your satisfaction.

window.onload = function(){ /*************顶部banner***************/ var banner11 = $('#banner1'); var banner1Ul = banner11.find('ul'); var banner1Li = banner1Ul.find('li'); var time = 3000; // 自动滚动间隔时间 var runSpeed = 400; // 滚动动画速度 var autoRun = true; // 是否需要自动滚动 banner1Ul.width(banner1Li.width() * banner1Li.length); //创建小白点导航 banner11.append('
    '); banner1Li.each(function(index){ var navOl = banner11.find('ol'); if(index==0){ navOl.append('
  1. 1 '); }else{ navOl.append('
  2. '+ parseInt(index+1) +' '); } }); var dotList = $('.dots').find('li'); if(autoRun){ //自动滚动 var flag = 1; function focusInterval(){ var leftVal = -parseInt(banner1Ul.css('left')); if(flag < banner1Li.length){ banner1Ul.animate({left:-(banner1Li.width()*flag)},runSpeed); flag++; }else{ banner1Ul.animate({left:0},runSpeed); flag = 1 } dotList.eq(flag-1).addClass('active').siblings('li').removeClass('active'); } var interval; interval = setInterval(focusInterval,time); //鼠标经过暂停滚动 banner11.mouseenter(function(){ clearInterval(interval) }).mouseleave(function(){ interval = setInterval(focusInterval,time) }); } //点击滚动 (function(){ dotList.on('click',function(){ $(this).addClass('active').siblings('li').removeClass('active'); banner1Ul.animate({left:-(banner1Li.width()*$(this).index())},runSpeed); }) })() /*************左侧无缝滚动***************/ var banner22 = $("#banner2"); var banner2Ul = banner22.find("ul"); var imgHei = banner2Ul.find("li").height(); var lang = 0; //显示几个 var visible = 4; //滚动速度 var banner2Speed = 20; banner22.height(imgHei*visible); function autoScroll(){ lang -= 1; var banner2UlVal = -parseInt(banner2Ul.css('top')) var imgLength = (banner2Ul.find("li").length) - visible; if(banner2UlVal>imgHei*imgLength){ $(banner2Ul.html()).appendTo(banner2Ul); }else{ banner2Ul.css('top', lang); } } autoScroll() t = setInterval(autoScroll,banner2Speed) banner22.mouseenter(function(){ clearInterval(t); }).mouseleave(function(){ t = setInterval(autoScroll,banner2Speed); }); } function showImage(image){ var objimage=document.getElementById('image'); objimage.src="image/"+image; } function setTab(name,cursel,n){ for(i=1;i
    • Condition: Neu
    • Herstellergarantie: 1 Jahr
    • Lichtart: LED - Standard
    • Marke: Floureon
    • Steuerung: DMX
  3. PicClick Insights - 100W LED Super-Beam-Moving Head Bühne Licht RGBW 4IN1 DMX512 18CH Spotlights PicClick Exklusiv

    •  Popularität - 25 Beobachter, 0.1 neue Beobachter pro Tag, 330 days for sale on eBay. Super hohe beobachtend. 9 verkauft, 0 verfügbar.
    •  Bestpreis -
    •  Verkäufer - 59.715+ artikel verkauft. 0% negativ bewertungen. Guter Verkäufer mit positivem Feedback und gute Bewertung.

    Die Leute Mochten Auch PicClick Exklusiv