(N=driver quantity for synchronized dimming operation)
Dimming input: Additive resistance
Note : 1. Min. dimming level is about 5% and the output current is not defined when 0%<
I
out<5%.
2. The output current could drop down to 0% when dimming input is about 0k
Ω
or 0Vdc, or 10V PWM signal with 0% duty cycle.
File Name:HVG-480-SPEC 2018-09-30
480W Constant Voltage + Constant Current LED Driver
HVG-480
series
※
Smart timer dimming function (for Dxx-Type by User definition)
MEAN WELL Smart timer dimming primarily provides the adaptive proportion dimming profile for the output constant current level to perform up to 14
consecutive hours. 3 dimming profiles hereunder are defined accounting for the most frequently seen applications. If other options may be needed,
please contact MEAN WELL for details.
Ex :
◎
D01-Type: the profile recommended for residential lighting
Set up for D01-Type in Smart timer dimming software program:
Dimming Level(%)
T1
TIME**
LEVEL**
06:00
100%
T2
07:00
70%
T3
11:00
50%
T4
---
70%
Operating Time(HH:MM)
**: TIME matches Operating Time in the diagram whereas LEVEL matches Dimming Level.
Example: If a residential lighting application adopts D01-Type, when turning on the power supply at 6:00pm, for instance:
[1] The power supply will switch to the constant current level at 100% starting from 6:00pm.
[2] The power supply will switch to the constant current level at 70% in turn, starting from 0:00am, which is 06:00 after the power supply turns on.
[3] The power supply will switch to the constant current level at 50% in turn, starting from 1:00am, which is 07:00 after the power supply turns on.
[4] The power supply will switch to the constant current level at 70% in turn, starting from 5:00am, which is 11:00 after the power supply turns on.
The constant current level remains till 8:00am, which is 14:00 after the power supply turns on.
Ex:
◎
D02-Type: the profile recommended for street lighting
Set up for D02-Type in Smart timer dimming software program:
Dimming Level(%)
T1
TIME**
LEVEL**
01:00
50%
T2
03:00
80%
T3
8:00
100%
T4
11:00
60%
T5
---
80%
Operating Time(HH:MM)
**: TIME matches Operating Time in the diagram whereas LEVEL matches Dimming Level.
Example: If a street lighting application adopts D02-Type, when turning on the power supply at 5:00pm, for instance:
[1] The power supply will switch to the constant current level at 50% starting from 5:00pm.
[2] The power supply will switch to the constant current level at 80% in turn, starting from 6:00pm, which is 01:00 after the power supply turns on.
[3] The power supply will switch to the constant current level at 100% in turn, starting from 8:00pm, which is 03:00 after the power supply turns on.
[4] The power supply will switch to the constant current level at 60% in turn, starting from 1:00am, which is 08:00 after the power supply turns on.
[5] The power supply will switch to the constant current level at 80% in turn, starting from 4:00am, which is 11:00 after the power supply turns on. The
constant current level remains till 6:30am, which is 14:00 after the power supply turns on.
C++ 属于面向对象的编程语言,OOP的思想不必多说,特别对于复杂的软件工程来说,利用OOP绝对是事半功倍,相对于传统的C来说; 当然用C来写单片机程序无可厚非,已经延续了一个传统,从大学时学的开始到工作岗位,好多人都是一直用C来做,但是既然Keil支持C++编译, 可以用C++来编写你的代码,可以利用高级语言来结构化,清晰化你的程序,为嘛不用呢!哈哈,个人看法!下面进入正题: C+...[详细]