You are on page 1of 4

International Symposium on Electrical and Electronics Engineering – ISEEE-2016, Galati, Romania

Intelligent House with PLC


Holovatec Cristi Florin

Abstract – With the development of new electronic Typically, a new home is outfitted for home
technologies a dwelling it can be transformed in a smart automation during construction, due to the accessibility
house easily by using a PLC. By interconnecting and of the walls, outlets, and storage rooms, and the ability to
automation of all electric devices from a dwelling, it leads to make design changes specifically to accommodate certain
easier control and monitoring of them and increase quality
technologies.
of life for persons.
Although automated homes of the future have been
Index Terms – home automation, domotics, intelligent exhibited for World's Fairs and have popular
house, smart house, PLC, user, lighting control, security backgrounds in science fiction, the complexity, the
control and air conditioning unit. competition between vendors, the multiple incompatible
standards and the resulting expenses have limited the
penetration of home automation to homes of the wealthy
I.INTRODUCTION or ambitious hobbyists.

First Project for a Smart House was initiated in the


early 1980’s as a project of the National Association of II. The Birth of PLC
Home Builders with the cooperation of a collection of
major industrial partners. The "smart house" technology The early history of the PLC goes back to the 1960’s
is one realization of home automation ideals using a when control systems were still handled using relay
specific set of technologies that responds to the dweller’s control. During this time the control rooms consisted of
needs and desires as adjusting lighting, temperature, several walls containing many relays, terminal blocks and
starting of appliances at a certain time, even ambient mass of wires.
music. Back then the problems that the technicians and
The basic idea of home automation is to employ control engineers faced continuously wre:
sensors and control systems to monitor a dwelling, and - the lackof flexibility to expand the process, as well
accordingly adjust the various mechanisms that provide as the inordinate amount of time needed to adjust the
heat, ventilation, lighting, and other services. By more process when changes were needed.
closely tuning the dwelling’s mechanical systems to the - troubleshooting which covered from dirty contacts,
dweller’s needs, the automated "intelligent" home can loose wires, outdated prints on the terminal blocks with
provide a safer, more comfortable, and more economical informal nomenclature, to cryptic connection
dwelling. For example, the electronic controller of an documentation. In 1968 Bill Stone, who was part of a
automated home can determine when the dwellers have group of engineers at the Hydramatic Division of General
gone to bed and turn off the lights and lower the Motors Corporation presented a design criteria developed
thermostat; it can monitor burglar and fire alarms; it can by the GM engineers for a “standard machine controller”.
anticipate hot water usage and optimize the operation of According to the criteria developed, the early model
the water heater. of this machine not only had to eliminate costly
Home automation (also called domotics) is the scrapping of assembly-line relays during model
residential extension of "building automation". It is changeovers and replace unreliable electromechanical
automation of the home, housework or household relays, but also:
activity. Home automation may include centralized - Extend the advantages of static circuits to 90% of the
control of lighting, HVAC (heating, ventilation and air machines in the plant.
conditioning), appliances, and other systems, to provide - Reduce machine downtime related to controls
improved convenience, comfort, energy efficiency and problems, easily maintained and programmed in line with
security. Home automation for the elderly and disabled already accepted relay ladder logic.
can provide increased quality of life for persons who - Provide for future expansion, it had to be modular to
might otherwise require caregivers or institutional care. allow for easy ex-change of components and
A home automation system integrates electrical expandability.
devices in a house with each other. The techniques - It had to work in an industrial environment with all
employed in home automation include those in building it’s dirt, moisture, electromagnetism and vibration.
automation as well as the control of domestic activities - Include full logic capabilities, except for data
and the use of domestic robots. reduction functions.
International Symposium on Electrical and Electronics Engineering – ISEEE-2016, Galati, Romania

III. THE SYSTEM A application for smart home with PLC can be
controlled by using computer, mobile diveces and
The elements of a domotics system are: operator panels via the Internet. Apllication is composed
- Sensors. Is a device that measures a physical
of two parts, software and hardware.
quantity and converts it into a signal which can be read
by an observer or by an instrument. It can be used to get
informations about temperature, umidity, noise, face
recognition, someone present.
- Actuators. is a mechanical device for moving or
controlling a mechanism or system. It is operated by a
source of energy, usually in the form of an electric
current, hydraulic fluid pressure or pneumatic pressure,
and converts that energy into some kind of motion.
- PLC. A Programmable Logic Controller is an
industrial computer control system that continuously
monitors the state of input devices and makes decisions
based upon a custom program to control the state of
output deveces.
Almost any process can be greatly enhanced using this
type of control system. However, the biggest benefit in
using a PLC is the ability to change and replicate the
operation or process while collecting and communicating
vital information.
Another advantage of a PLC system is that it is
modular, you can mix and match the types of Input and
Output devices to best suit your application.
There are four basic steps in the operation of all PLC:
Input Scan, Program Scan, Output Scan and
Housekeeping. These steps continually take place in a
repeating loop.
The four steps in the PLC operations:
1. Input Scan: detects the state of all input devices that
are connected to the PLC.
2. Program Scan: execute the user created program logic.
3. Output Scan: energizes or de-energize all output
devices that are connected to the PLC.
4. Housekeeping: this step includes communications with
programming terminals, internal diagnostics, etc.

Fig.2. The block diagram of smar home system.

In the following we will se an application with PLC


for a smart house, infrastructure of this application of
smart home hardware consist of Delta DVP28SV modul
PLC, DVPEN01-SL Ethernet module, DOP-AS35THTD
touch operator panel, sensors, actuators and electronic
circuits. For the application, 7 out of 16 digital inputs of
Fig.1. The basic steps of a process. the PLC and 11 out of 12 digital outputs are used. Block
International Symposium on Electrical and Electronics Engineering – ISEEE-2016, Galati, Romania

diagram of PLC module is shown in Figure 3, while the Units controlled in the smart home system are divide
inputs/outputs of the PLC used are shown in Table 1. into 3 as lighting control, security control and air
conditioning unit. Controls of these units are carried out
by the operator panel connected to mobile devices and
the PLC via the Ethernet module connected to the PLC.
Through the lighting unit are controlled living room,
bedroom, kitchen and hall lights. When the system is
turned on, lighting data of rooms are read and written to
the database, and then transferred to the user interface so
that the user can observe the current situation of rooms
and changes in the state of the lights. In the energy-
saving mode, thanks to the sensors, lights in unused
rooms are automatically turned off.
In safety unit, when a signal is detected by gas and
smoke sensors placed in the smart home, they run the
alarm circuitry and information for the user is provided
on the user interface. When a intruder is detected by the
motion sensor placed in the hallway, pictures are taken
by the camera and sent into e-mail of the user or another
predefined address, and information is given in the user
interface. With the sensor placed to the gate of the house,
intrusions from the entrance door are detected and the
alarm circuitry is activated.
Air-conditioning unit is a control method carried out
in order to ensure the comfort of home residents. With
the temperature sensor capable of measuring temperature
between -55°C and +150°C placed on the smart house,
Fig.3. PLC module block diagram. the temperature of the house is measured in real time and
transferred to the user interface. The user can set home
Table 1 PLC Outputs and Inputs temperature to any value. The coolant is activated when
Inputs Tasks Outputs Tasks the home temperature is above the value set, and the
X0 Living Room Y0 Living Room heater is activated when it falls below it.
(Lighting Control) (Lighting Control) In order to perfom controls mentioned above,
X1 Bedroom Y1 Bedroom active/passive setting on PLC inputs and outputs must be
(Lighting Control) (Lighting Control) made.
X2 Kitchen Y2 Kitchen
(Lighting Control) (Lighting Control)
X3 Hall Y3 Kitchen
(Lighting Control) (Lighting Control)
X4 Entrance Door Y4 Saving Mode
(Security Control) (Lighting Control)
X5 Gas and Smoke Y5 Alarm
(Security Control) (Security Control)
X6 Motion Sensor Y6 Heater
(Security Control) (Ventilation
Control)
X7 Temperature Y7 Cooler
(Ventilation (Ventilation
Control) Control)
X9 - Y11 Motion Sensor
(Security Control)
X10 - Y12 Gas and Smoke Fig.4. A general view of smart home system.
(Security Control)
X11 - Y13 Entrance Door 1. PC
(Security Control) 2. Web Camera
International Symposium on Electrical and Electronics Engineering – ISEEE-2016, Galati, Romania

3. Electronic circuits control cards sensors and controller units to connect the security
4. Relays system, lights, telephone, and other devices to a personal
5. Supply of electronic circuits cards computer. For example, these devices allow the
homeowner to call home and instruct the computer to
6. PLC power supply
"turn on the oven at 4 PM and heat up the hot tub."
7. DVPEN01-SL Ethernet module With the invention of the microcontroller, the cost of
8. DVP28SV model PLC electronic control fell rapidly. Remote and intelligent
9. DVP04AD-S analog module control technologies were adopted by the building
10. Smart home prototype services industry and appliance manufacturers
11. Modem worldwide, as they offer the end user easily accessible
12. DOP-AS35THTD operator board and/or greater control of their products.
As the number of controllable appliances in the home
rises, the ability of these devices to interconnect and
IV. OVERVIEW AND BENEFITS communicate with each other digitally, becomes a useful
and desirable feature. The consolidation of control or
A principal benefit claimed for the Smart House monitoring signals from appliances, fittings or basic
technology is safety. With current technology, electric services is an aim of home automation.
power is provided to all appliances that are plugged into a In simple installations this may be as straightforward
wall outlet. Cutting a wire, inserting a screwdriver into a as turning on the lights when a person enters the room. In
wall outlet, or a fault inside the appliance can result in a advanced installations, rooms can sense not only the
severe electric shock. The Smart House, in contrast, presence of a person inside but know who that person is
provides power only to outlets that have appliances and perhaps set appropriate lighting, temperature, music
plugged in and turned on, and the smart house controllers levels or television channels, taking into account the day
monitor the circuit, disconnecting power at the first of the week, the time of day, and other factors.
indication of a short circuit or other failure. In addition, Other automated tasks may include setting the air
when sensors detect gas and water leaks, smoke, and conditioning to an energy saving setting when the house
other abnormal conditions the electronic controllers can is unoccupied, and restoring the normal setting when an
shut down the appropriate devices and trigger the alarm. occupant is about to return. More sophisticated systems
A second benefit is convenience. Smart House can maintain an inventory of products, recording their
technology can automatically control the temperature, usage through bar codes, or an radio-frequency
humidity, and lighting in the dwelling, on a room by identification (RFID) tag, and prepare a shopping list or
room basis. even automatically order replacements.
A third benefit is economy. The Smart House Home automation can also provide a remote interface
technology would adjust the power supplied to each to home appliances or the automation system itself, via
appliance according to need. In the traditional scheme, telephone line, wireless transmission or the internet, to
each appliance is provided with sufficient power to provide control and monitoring via a smart phone or web
provide for its peak use. In addition, the Smart House browser.
controllers could schedule the operation of heavy power
consuming appliances (such as dishwashers, electric
water heaters, and air conditioners) to take maximum References
advantage of off-peak electric rates. These adjustments
[1] http://www.smartcomputing.com/editorial/article.asp?article=arti
could result in lower utility costs. cles%2F1995%2Fmar95%2Fpcn0323%2Fpcn0323.asp
A great deal of groundwork has been done to [2] "About Us". http://www.insteonsmartgrid.com/About-Us.html.
coordinate the building industry infrastructure in [3] Allen, Edward, Ed. (1974). The Responsive House. Cambridge,
preparation for bringing Smart House technology to MA: MIT Press, 1975
[4] Negroponte, Nicholas. Soft Architecture Machines. Cambridge,
market. Whether Smart House and other home MA: MIT Press, 1975
automation technologies succeed at changing standard [5] Smith, Ralph L. Smart House: the Coming Revolution in
residential construction, or not, it is clear that at least Housing. Columbia, MD: GP Publishing, 1988
some of the innovations are already entering the [6] http://en.wikipedia.org
[7]http://www.control.lth.se/media/Education/DoctorateProgram/2012/
marketplace, even in fragmentary forms. For example, HistoryOfControl/Vanessa_Alfred_report.pdf
ground fault interrupted circuits, which detect an electric [8] http://www.amci.com/tutorials/tutorials-what-is-programmable-
shock incident (a "ground fault") and shuts down logic-controller.asp
immediately, are now commonly used in bathrooms, [9]http://www.uniobuda.hu/journal/Bingol_Tasdelen_Keskin_Kocaturk
_49.pdf
kitchens, and in outside outlets. Likewise, telephone, [10] http://www.eng-tips.com/viewthread.cfm?qid=270514
television, and other communication services are [11] http://www.amci.com/tutorials/tutorials-what-is-programmable-
undergoing tremendous changes and this will no doubt logic-controller.asp
affect the way these services are delivered inside the [12]http://www.control.lth.se/media/Education/DoctorateProgram/2012
/HistoryOfControl/Vanessa_Alfred_report.pdf
dwelling. In some instances, third-party vendors sell the

You might also like