Vous êtes sur la page 1sur 4

Artificial Intelligent Control for Indoor Lighting

Basing on Person Number in Classroom

Yifei Chen Qian Sun


College of Information & Electrical Engineering College of Information & Electrical Engineering
China Agricultural University, CAU China Agricultural University, CAU
Beijing, China Beijing, China
e-mail: glhfei@126.com e-mail: glhfei@163.com

Abstract—Comfortable lighting in classroom can promote the this system do not meet the demand of control lighting
better learning environment. Today, owner of school not only according to person number under visual comfort. The other
provides a stimulating environment where student will learn way for lighting control in private office is that blind shading
best, and but they must concern the energy saving. For the adjusting is integrated with lighting assistant controlling[4-5].
lighting control and energy saving in classroom, the new In this control system, ultimate using natural daylighting by
method of intelligent control lighting based on using artificial adjusting blind moving angle is a main factor, and lighting
intelligent algorithm is presented in this paper. Based on the control is only assistant task while indoor visual is dark. For
number of students entering classroom, the lighting can be classroom lighting control, of course, there is a method using
intelligent controlled to work by artificial neural network
fuzzy control technology to control lighting automatically[6],
which is used for control head of this system, and the frame of
control system is presented, and paper discussed the model of
although the lighting working depends on the number of
artificial neural network control with MIMO. After simulation, person inside, the functions of self-study and self-adaption
the conclusion has gotten that the characteristic of control are lack in this system, so, the intelligence of system is not
network meets for the request with ability of self-study and perfect.
self-adaption, and the function of automatic adjusting indoor In this paper, the new way, in which artificial intelligence
lighting depending on the persons number has been achieved. is used, for classroom indoor lighting intelligent control is
presented, and the control system frame is composed, and the
Keywords—intelligent lighting control; artificial intelligence; intelligent control algorithm and model are discussed too.
artificial neural network; simulation After simulation, with this artificial intelligence, the function
of automatically lighting distribution and energy saving can
I. INTRODUCTION be achieved by reason of lighting control self-adaption with
indoor person number.
Lighting quality indoor means visual comfort, good color,
uniformity and balanced brightness. This can be achieved II. CONTROL SYSTEM FRAME
with light-color materials, glare control, distribution of light
to ceiling and wall, and flexible lighting control. In many A. Lighting model in Classroom
classrooms, with switch turning on or off lamps to control Lighting model in classroom is designed as Fig. 1. In this
lighting is original way, and this way is still popular used yet model, there are three groups of lamp in ceiling, naming a, b
up to now. Of course, the disadvantages are clear that and c at distance from blackboard, and one illuminance
electrical energy could be lost and indoor lighting is not detector is set on the ceiling, and there is the sensor setting
distributed in reason according to person site down[1], and on the entrance to calculate the number of entering person. In
this cause the lighting energy to waste. So, development the this research we suppose that the daylighting from window
new intelligent control system for indoor lighting in in this classroom is not considered.
classroom is very important.
General speaking, there are many methods to control
indoor lighting, and many control systems for building
lighting are used. For example, in commercial lighting, the
lighting intelligent control basing on the field bus control
technology is used in some buildings[2-3]. This lighting
control system is DCS system by using network like KNX,
C-bus etc. and has many advantages such as, it can make
centralized management and monitoring every lighting in
whole building, but it is not used to control individual
classroom lighting, and also the intelligence is lack because
Figure 1. Lighting model in classroom

978-1-4673-5769-2/13/$31.00 ©2013 IEEE


B. System Control Frame developed with more strong fault tolerance and robust
So far as known, the artificial neural network has the stability. So, for the evident advantage, the artificial neural
ability of self-study, self-organizing and self-adapting. network controller (NNC) for lighting intelligent control
Depending on these functions, the control system can be system is presented, its frame is shown as Fig.2

Figure 2. Control system frame

In this control system, NNC is head unit and main part.


The control system is designed closed loop system that A. Design of Input Layer and Output Layer
indoor illuminance detecting is feedback signal inputting into In this network, the nerve cell number is affected by
NNC, and it will be compared with setting illuminance practice application. Generally the number of input nerve
during sampling time. On the other hand, other input signal cell is designed to equal to the vector dimension of training
into NNC is from person number detecting, the output from samples, and the number of output nerve cell is designed to
NNC is divided three groups to control lamps of group a, b equal to the vector dimension of goal samples. According to
and c working respectively through BANG-BANG unit. So, above discussing, the input signal into NNC is two kinds
NNC is designed MIMO system, two inputs and three which include the difference of detecting illuminance and
outputs, which is main researched work in this paper. setting illuminance 700lux, and person number entering into
classroom. So, the input nerve cell number is 2. On the other
III. NNC MODEL AND ITS RESERCHING hand, the output from NNC is three vector dimension
There are many kinds of model in artificial neural corresponding to groups of lamp a, b and c control, which
network frame, and in this area, for its remarkable are designed as four steps to adjust lighting: 0.2(off),
characteristic, the BP neural network model, in which the 0.4(lunar), 0.6(upper light), 0.8(whole light). So, the output
algorithm of error back-propagation is used, is very popular nerve cell number is 3.
used in non-linear control system, and it is very mature B. Design of Hidden Layer Number
technology using in practice because almost 80%-90%
artificial neural networks are BP models or its changing According to above designing of artificial neural network,
models[7]. Indoor lighting control depending on detecting of BP network is designed as Fig. 3. In which 3 layers including
entering person number has characteristics of non-linear and hidden layer are used. Depending on the neural network
no-known, so, it is suitable to select BP network used in this characteristic, we know, if there are too many nerve cells in
lighting intelligent control system. hidden layer, the system can be constringed to any seriate
function in limiting area with any precision[8]. So, the neural
network is designed the BP type with 3 layers, and the nerve
cell number in hidden layer is undetermined.

Figure 3. Structure of neural network


and goal grads function drops at 0.0025208, the training is
C. Defining of the Nerve Cell Number in Hidden Layer finished.
How to select the nerve cell number in hidden layer is the
pivotal process which is correlative the network scale and
characteristic closely. When the neural network is used to
approach one goal, so, the ability of constringency could be
not enough with feeblish fitting while network scale is small,
but the ability of constringency could be enough with excess
fitting while network scale is large. In this paper, the process
of defining nerve cell number is divided following steps: the
number is estimated firstly depending on the experience, and
then it is trained in the networks with different nerve cell
number in hidden layer. Having comparing results each other,
the cell number is confirmed finally.
Before training, 72 groups of sample through many tests
are gained, and 62 groups of sample are used to train with T-
train standing for goal vector of training, and 10 groups of
sample are used to test with T-test standing for goal vector of
test. Having many times training, as Fig. 4, we find that Figure 4. Training result at a=12, Ir=0.2, mc=0.96
while the parameters of nerve cell number in hidden layer
a=12, learning rate lr=0.2 and smooth factor mc=0.96, the Then, this BP network is tested by samples of T-train,
precision of network has been received request with error of and the output is compared with goal samples of T-test, the
goal<0.001. In Fig. 4 we find that after 14 times training, the result of three groups of lamp work and error curve are
output error is controlled inside of expectation value 0.001, shown as Fig. 5.

Figure 5. Error chart output from network

As this Figure, we can find that three outputs of lamp a, b


and c from the network meet designing request, and the IV. SYSTEM SIMULATION
control output of lamp from b group is same as in practice,
and there is one error in control output respectively from A. Building the Simulation Model
group a and c, but they are very small controlled in one grade, Based on the Simulink soft environment, the lighting
and the results are useable. It is proved that the output result control system is simulated to test the decision from neural
from BP network is credible with higher veracity while the network NNC and lighting process. We design the BANG-
nerve cell number in hidden layer is 12. BANG control unit in this system, and giving the relation
between output from NNC and driven voltage for lighting as
Table I.
TABLE I. REALIZING REGULATION OF BANG-BANG CONTROL UNIT

BANG-BANG input Driving voltage /V Lighting grade


0.2 0 off
0.4 1.7 lunar
0.6 3.4 Upper light
0.8 5 Whole light
light, b lamp is lunar and c lamp is off, this result is credible
The system simulation model is built shown as Fig. 6. and same as in practice situation.
In addition, for proving the self-study ability for network,
Input 1 x{1} y {1} y0 fcn y
we set input [-100:60] that means indoor illuminance being
higher than setting point 100lux and 60 persons in classroom,
x{1} y{1}
Neural Network b-b
the system output result is [0.2,0.2,0.2] shown as Fig. 7(b),
and corresponding situation for three groups of lamp are off
Figure 6. Simulation model at all, that is same as practice situation too. Moreover, while
input is [300:64] that means the illuminance difference being
300lux and 64 persons in classroom, the system output result
B. Analysis of Simulation Result is [0.4,0.4,0.4] shown as Fig.7(c), and corresponding
In this simulation model, while input is [420:18] that situation for three groups of lamp are lunar, that is same as
means the illuminance difference being 420lux and 18 practice situation too. So, the neural network control NNC
persons in classroom, the system output result is [0.6,0.4,0.2] has a little ability of self-study and self-adaption.
shown as Fig. 7(a), and corresponding situation for three
groups of lamp are respectively working that a lamp is upper

(a) 420Lux and 18 persons (b) At -100Lux and 60 persons, (c) At 350Lux and 64 persons
Figure 7. Analysis of Simulation Result:

[1] Li ming. Discussing of Energy Saving Way for Lighting Management


V. CONCLUSION in University Class Building. Shan Xi Building, November 2007.
[2] Zhang Yunzhou,Wu Chengdong.etl. “Designing of intelligent lighting
1) For the condition that indoor lighting can be control basing on C-BUS”, Control Engineering of China, vol.15,
controlled depending on the illuminance and person number no.2, pp.182-184. March 2008.
inside, the new lighting control system with closed loop is [3] Zou Jiping. Analysis and application of intelligent lighting control
presented in this paper, and by using artificial intelligent system basing on field bus.lamp and lighting.vol.29. pp.9-12. March
2005.
technology, the artificial neural network control NNC with
[4] Danny H.W.li, Josepg C.Lam. “Evaluation of lighting performance in
MIMO characteristic for lighting is composed and used as office buildings with daylighting controls”. Energy and Building,
control core. vol.33.pp.793-803 2001.
2) After many times training for this NNC, the valid [5] Yifei Chen, Huai Li, Xuelianng Chen. “Venetian blind control system
control model is obtained, and having simulated, the results basing on fuzzy neural network for indoor daylighting”. Proceedings
of 2th International Conference on Computer and Electrical
are proved that its algorithm is useful to control lighting Engineering (ICCEE 2009), IEEE Computer Society, vol. 2,pp.269-
indoor with some intelligent ability. 273.congress no.2009940699.
3) According to the illuminance detecting and person [6] Feng ping, Zhou cong. “Intelligent lighting control system of fuzzy
control”. Journal of Guang Xi University of Technology, vol.20 no.1,
number inside classroom, the system can calculate pp.19-22. March 2009.
automatically the control signal for three groups of lamp, and [7] Yuan Zengyi. Artificial neural network and application. Tqing Hua
the system has some ability of self-study and self-adaption, University Publish, Beijing, October 1999.
the indoor vision not only can be controlled in comfort but [8] Dong Changhong. MATLAB neural network and application.
the energy saving can be achieved. National Defence Industry Publish,Beijing, April 2005.

REFERENCES

Vous aimerez peut-être aussi