LED Holiday Light - Holiday Lighting Maintenance Guide
If you are experiencing problems with LED holiday lighting, the following guides will provide advice and solutions for common Christmas light issues.
What
should I do if the light is off?
Check
that all circuits are switched on and that all plugs have adequate power
supply.
Check
the plug fuse of the lighting device. If the filament inside the fuse breaks,
replace the fuse. It is sometimes necessary to spread the plug pins of the plug
to ensure electrical contact. This is a common problem.
While
inserting the illuminator into sufficient current, slowly place your finger on
top of the bulb.
If
the light is on when a particular light bulb is touched, the light bulb is
likely to cause a short circuit.
Remove
and replace this light.
In this case, the wires are not in contact with the light holder.
Check
end-to-end to see if a sufficient number of lighting devices are plugged into
each other. Do not insert more than two (2) sets of lights into each
other.
If
you insert the light into the extension cord, it may cause an overload. Make
sure there aren't too many lights plugged into the power cord. Also check the
plug fuse of the extension cord. *Note* It is always best to check the light
that is plugged into the wall outlet.
If
the burning brightness of the illuminator is higher than normal, it is most
likely to burn out eight (8) to fifteen (15) bulbs. Find and replace those bulbs
that don't work. Do not replace the burnt out light when plugging in the power
switch. This can cause a surge and burn out new bulbs.
It
is helpful to use a tester when replacing a burnt out light bulb in a mini light
kit. This will greatly simplify the maintenance of the lighting fixtures on the
trees and displays. To use the tester, plug a light into the socket of the
tester. Press the test button on the tester; any defective bulb will beep.
Remove and replace the light.
On a light set
(sphere, 100 light group,
etc.) with more than fifty lights,
remove a light bulb from the end of the light group
or sphere and insert the light into
the tester. Press the test button. Remove and replace the light.
Continue to test each light until
a defective light is
found.
Power
setting
You
don't need to read the electricity bill to know that the outdoor Christmas
lights will consume a lot of electricity. For example, a 100-foot incandescent
C9 bulb consumes three and a half times the power of most TVs! Needless to say,
if too many strings are inserted into a plug, you will quickly overload the
circuit.
Most
homes have a 16 amp plug in the front and back yards. However, this circuit is
usually shared with one room in the home, so not all 16 amps are available. If
you're planning a large Christmas light display, it's wise to calculate the
amperage of your Christmas lights and decorations to make sure it's much smaller
than 16 amps.
The
amperage is usually posted on the UL label on one end of the string. If not, use
the following formula to determine the amperage of the string:
Feet
x watts per bulb / 125 volts = amperage
Use
the example above:
100
feet C9 bulb x 7 watts per bulb / 125 volts = 5.6 amps.
Assuming
other electrical equipment does not use this circuit, other lights or
decorations can be inserted into the outdoor plug. However, before inserting
other lights end-to-end, check the maximum number of connections for the UL tag
(usually three).
Note:
Most Mini Light strings are rated at watts, but amps, so math is done for
you.
light replacement
Grasp
the plug and pull it out of the socket or other outlet device. Do not pull on
the power cord by pulling on the cord.
Pinch
the groove on the side of the slot. Gently pull up on the light holder.
Align
the groove on the spare light base
with the groove on the socket.
Gently
push the light into
the socket until you hear a SNAP tone. This means that the light holder
is locked in place.
Replace
the light only
with a matching bulb in the kit.
If
the light holder
for the new replacement bulb is not suitable for the light holder:
Remove
the light from
its base by straightening the wire and pulling the light out
of the base.
Insert
the new bulb into the base by threading the wires through the two holes in the
bottom of the base and then bending the wires up to the side of the
base.
Insert
the completed light/base
into the light holder.
Fuse
replacement
Grasp
the plug and pull it out of the socket or other outlet device. Do not pull on
the power cord by pulling on the cord.
Open
the fuse cover. Slide the panel on the top of the accessory plug toward the
blade to expose the two fuses.
Turn
the fuse plug and carefully remove the fuse.
To
avoid the risk of fire, replace the fuse (check the package) with only the
correct amperage replacement fuse.
Slide
the panel to the top of the connector plug and close the fuse cover.
Ninghai Haohua Company is a manufacturer
that designs and produces all kinds of LED Holiday Light . The product
specifications are complete and the styles are exquisite. The goods are exported
to Europe, the United States, Australia and other countries and regions. For
more information, please visit https://www.nhhx.net
LED Holiday Light - Holiday Lighting Maintenance Guide的更多相关文章
- LED Holiday Light -holiday Light Inspection Implementation Recommendations
China LED Holiday Light Factory & Ninghai County Haohua Electronic Appliance Co., Ltd. pointed o ...
- Switch The LED Holiday Light To Illuminate The Cheerful Holidays
I like how LED holiday lights add a little magic to the holidays. Want an easy way to reduce your va ...
- LED Holiday Light -Picking LED Christmas Lights, 4 Things
LED Christmas lights are not very cheap, but you should know that LED lights can be used for more th ...
- Application Comparison Of LED Holiday Light And Traditional Incandescent Lights
Obviously, LED holiday lights are leading the competition in economical Christmas decorations, but t ...
- LED Holiday Light - Color Creation Of LED Christmas Lights
In the long and interesting history of Christmas lights, nothing is brighter than light-emitting dio ...
- Suggestions On Setting LED Holiday Light
We all like the cheerful glow of holiday lights, so the process goes seamless from start to finish. ...
- LED Decorative Light Supplier - LED Environmental Decorative Lighting Application
Creating ambient lighting in the home can bridge the gap between the internal world and the outside ...
- LED Craft Light - How To Solve: Home Decoration Lighting
Home décor usually comes with a certain period of theme or a specific style of furniture, which will ...
- LED Decorative Light Manufacturer - Decorative Lighting: Functionality And Aesthetics
Whether it is for general ambient lighting, task lighting or accent lighting, the decorative lightin ...
随机推荐
- python——面向对象基础(2),烤地瓜
"""Date:2020.2.9 测试案例:烤地瓜需求分析1.烤的时间和对应的地瓜状态:2.烤制过程步骤: 1.定义类, 地瓜属性,状态,烤的时间,调料 2.定义方法,怎 ...
- MySQL 8 升级数据库
开始升级前 因为从MySQL 8.0 到MySQL 5.7,或者从MySQL 8.0 到之前的 MySQL 8.0版本都是不支持的.所有在在升级前要做好数据库备份,包括mysql 系统schema(数 ...
- C#MVC实现为雇员配置角色(完整详细+数据库)
数据库创建“用户表”“角色表”“用户角色关系表” create table roles ( RId int identity, RName varchar(), Remark varchar() ) ...
- JavaSE学习笔记(13)---线程池、Lambda表达式
JavaSE学习笔记(13)---线程池.Lambda表达式 1.等待唤醒机制 线程间通信 概念:多个线程在处理同一个资源,但是处理的动作(线程的任务)却不相同. 比如:线程A用来生成包子的,线程B用 ...
- ConcurrentHashMap的size()方法(1.7和1.8)
在1.7和1.8版本中,计算size()方法有写不同.先介绍1.7版本的实现. 1.7版本 在1.7版本中,有一个重要的类Segment,利用它来实现分段锁 static final class Se ...
- java script 内置对象
java script 内置对象 Date 日期对象 字符串对象 定义字符串的方法就是直接赋值 使用 String 对象的 toUpperCase() 方法来将字符串小写字母转换为大写,反之 toLo ...
- PHP0002:PHP基础1
PHP基础 一个表单同时提交get 和 post php保存数据到文件
- Java连载75-StringBuffer和StringBuilder
一.StringBuffer和StringBuilder 1.StringBuffer是什么? 答:是一个字符串缓冲区,工作原理:预先在内存中申请一块空间以容纳字符序列,如果预留的空间,则进行自动扩容 ...
- 怎么利用 ChromeDriver 和 Selenium对 CEF应用进行自动化测试-java实现
Overview ChromeDriver and Selenium are tools for automated testing of Chromium-based applications. T ...
- Django---Django安装数据库
前面我们介绍了如何通过Django完成数据的接收和数据交互,那么我们都知道,数据一般都是通过数据库存储的,然而我们作为测试肯定和数据库也是经常打交道的,今天就简单的介绍下,如何在windows上安装数 ...