SlideShare a Scribd company logo
1
An X10 based intelligent gateway for Process Control
Applications
Ing. Cristian Randieri
Intellisystem Technologies
Italy
and
Prof. Vincenzo Bellini and Dr. Antonio Giusa
INFN/LNS and University of Catania
Italy
and
Prof. Orazio Mirabella
D.I.I.T University of Catania
Italy
ABSTRACT
In this paper we present a new device for a remote control
system based on X10 protocol and Internet technologies.
This device is used in experimental nuclear physics for the
remote control of various kinds of apparatus like pumps,
valve and other basic systems that do not necessarily need
high-speed control systems. The solution described makes
experiment handling more flexible, eliminating any problem
which originates from the need for cabling new systems
being controlled.
Keywords: X10 Protocol, Remote Control, Internet, Nuclear
Physics.
1.INTRODUCTION
The steady evolution of technologies based on digital
systems has greatly modified the techniques and
methodologies used in control systems. In particular, the
current demand for distributed processes requires intelligent
systems, control devices and measurement systems that are
capable of communicating via the network. One important
requirement in these systems is to reduce the number of
connections, which means simplifying the handling of the
systems and thus reducing maintenance problems. Over the
years, various techniques have been developed for remote
control and measurement in acquisition systems normally
applied in experimental nuclear physics. This field of
research requires distributed control apparatus that is capable
of operating in particularly difficult conditions (strong
electromagnetic fields, the presence of radioactive particles,
low temperatures, etc..) and at the same time meets basic
requirements in terms of safety, portability and simplicity.
The presence of a large number of devices further
complicates the design and implementation of these control
systems. Many devices have to be controlled locally, which
entails frequent access to the experimental measurement
halls. Unfortunately, the environment in which nuclear
experiments are typically performed is not safe; it is
consequently very difficult and dangerous for a human
operator to access this environment to modify system
parameters while an experiment is being carried out. For
this reason, a constant search is made for distributed
communication systems that are as non-invasive of the
infrastructure as possible. Communication systems based
on the X10 protocol are widely used in the world of home
automation; designed to meet small, low-bit-rate local
control requirements, they present certain features that
make them attractive for more sophisticated applications as
well. The work presented contains the results of
implementation of a remote control system based on X10
technology used to control experimental nuclear physics
apparata. The paper presents the implementation of a
system conceived to control vacuum in a vacuum chamber
used to develop and test particle detection systems
operating in vacuum conditions at nuclear laboratories. The
system comprises two vacuum pumps, two vacuum sensors
and a PLC. The two pumps work in sequence as each of
them operates in a certain pressure range. The PLC is used
to monitor the pressure in the chamber and contains a logic
that switches the functioning of each pump [1]. This
application shows how it is possible to combine the features
of decentralised intelligence with a supervision station that
is capable of remote manual intervention, exploiting a
2
A complete code transmission encompasses eleven cycles
of the power line. The first two cycles represent a Start
Code. The next four cycles represent the House Code and
the last five cycles represent either a Number Code (1
through 16) or a Function Code (ON, OFF etc.). This
complete block, (Start Code, House Code, Key Code)
should always be transmitted in groups of 2 with 3 power
line cycles between each group of 2 codes. Bright and dim
are exceptions to this rule and should be transmitted
continuously (at least twice) with NO gaps between codes.
(Fig. 4).
combination of an X10 system and a micro embedded web
server with integrated Java functions representing a mini X10
gateway.
2. THE X10 PROTOCOL
Nowadays, the X10 protocol represents a “de facto”
standard in home automation systems based on Power Line
Carrier (P.L.C) transmission [3]. Although it is widely used
for domestic applications, it has not as yet been frequently
used in experimental applications like the ones described
here. Conceptually an X10 system allows information and
therefore data to be conveyed via an electric power line.
A typical X10 system consists of several X10 modules
connected to the power line used as the transmission
medium. Normally a PC interface with a serial connection is
used to generate the X10 commands to the various peripheral
devices. The latter receive and perform the commands they
are given. A generic X10 network can be represented as in
Fig. 1
Fig. 4 – Code transmitted when a Function or Number
button is pressed.
POWER LINE
The tables in Fig. 5 show the Binary Codes to be
transmitted for each House Code and Key Code. The Start
Code is always 1110, which is a unique code and the only
one which does not follow the true-complement
relationship on alternate half cycles.
Appliance ApplianceMaster Unit
Fig. 1 – Typical Powerline Network.
The X10 transmission system synchronizes on the zero
crossing rate of the sinusoid that represents the signal of a
power line. The design goal is to transmit as close to the zero
crossing point as possible but certainly within 200
microseconds of the zero crossing point. The system master
unit provides a 60 Hz square wave with a maximum delay of
100 µs from the zero crossing point of the AC power line. A
binary 1 is represented by a 1 ms burst of 120 KHz at the
zero crossing point and a binary 0 by the absence of the 120
KHz. The master units modulate their inputs at 120 KHz,
with a duration of 1 ms. These 1 ms bursts should actually
be transmitted three times to coincide with the zero crossing
points of all three phases in a three phase distribution system.
(Fig.2 ) .
Fig.5 – House Code and Key Code Tables.
A hail request is transmitted to see if there are any other X-
10 transmitters within listening range. This allows the
O.E.M. to assign a different Housecode if a “Hail
Fig. 2 Burst timing relationship relating to zero crossing.
3
Acknowledge” is received. X-10 Receiver Modules require a
“silence” of at least 3 power line cycles between each pair of
11 bit code transmissions (no gap between each pair). The
only exception to this rule is bright and dim codes. These are
transmitted continuously with no gaps between each 11-bit
dim code or 11-bit bright code. A 3-cycle gap is necessary
between different codes, i.e. between bright and dim, or 1
and dim, or on and bright, etc..
FIG.7 - PLI message format.
PLI sends on the power line the number of bits indicated in
the length field, starting from the last bit of the 2nd byte of
the message.3. IMPROVED PROTOCOL
The extended MAC protocol will now be described.As the X10 protocol is very simple and implements only a
few commands for appliance management, it would be
unfeasible to use it in nuclear physics experiments.
Consequently, by exploiting its capacity for modification, we
implemented a master unit based on a microprocessor which
integrated normal X10 commands with other, more advanced
functions, thus extending the range of available functions.
Standard Code (X-10)
The X10 protocol uses a technique based on the following
statement “Ensure that the system is not receiving”. To do
this it is necessary to check that there are 4, 5 or 6 zero
crossing rates, chosen at random, with no signal,
corresponding to the bit “0”. If an error is detected during
transmission, i.e. if 0 was being transmitted and 1 is read,
or if the power of the signal received is greater than that of
the signal transmitted, the transmission must be stopped
immediately and resumed after a time randomly chosen
between the 4,5 or 6 zero crossing rates with no “1”.
Between one message and another there has to be a gap of
at least 4 cycles. The standard X10 protocol does not
indicate whether the transmission is to be completely
cancelled if errors occur n consecutive times. If errors
occur 8 consecutive times it is advisable to cancel the
transmission.
The characteristics of the master system are as follows:
- Bidirectional X10 communication;
- Serial RS-232 interface;
- 80 byte FIFO buffer
- Collision avoidance and detect, automatic retransmission;
- Compatible with standard and extended X10 code,
extended functions;
- Support custom protocol up to 127 bit length messages;
- Automatic power line frequency detection;
This unit (called PLI, Power Line Interface) allows us to
interface appliance equipment with computers or other CPU
systems, equipped with a serial input RS-232. It is able to
receive and to send all the X-10 codes, standard and
extended. The extended functions are up to 127 bits in
length. The large buffer eliminates microprocessor wait
states for X10 transmissions. Some features, such as collision
avoidance and detect, automatic retransmission improves a
great reliability like as confirmation after a right transmission
or failure.
Extended Code (X-10)
Use of the Extended Code requires the transmitter to be
capable of preventing collisions whenever possible, and if a
collision does occur it has to be detected and the conflict
resolved. To achieve this the following access protocol was
used. First of all, all messages have the same priority. To
access the transmission line, the transmitter has to wait 8, 9
or 10 z.c. during which there must be no transmission of
“1s”. If a “1” is detected, the count starts again. If a conflict
is detected during the transmission, a collision is detected,
the transmission is cancelled and the cycle is resumed, that
is, the transmitter waits for 8, 9 or 10 z.c. with no “1s” and
then starts to transmit again. If 8 consecutive errors occur
the transmission is cancelled.
The serial protocol is very simple and it allows some internal
PLI functions to be controlled, such as enable/disable
triphase transmission, enable/disable twice transmission,
power line frequency and others. Moreover, the automatic
power-line frequency set-up allows this device to be installed
on a 50 or 60 Hz system. In addition, we provide a
serial/TPC/IP interface able to manage the Java Applet in
order to provide the system with all network capabilities .
Extended Function
There are two levels of priority: Normal and Absolute.
Messages with normal priority follow the rules outlined
above. Thee specifications for messages with absolute
priority still remain to be defined.Message format
A message is made up of a sequence of bytes. The 1st nibble
of message indicates the type of message. PLI manages two
types of message. A sample of possible codes and their
meaning is shown in the following tables.
Procedure:Address
The basic predefined address of a new unit is P16 and the
extended address 0. Upon insertion into the network the
Automatic address setting with master procedure is
followed.Data to/from PLI
The format of the messages sent by PLI is shown in Fig. 7 Each time it re-enters the network the unit will notify its
arrival with the NewGuest function.
4
Procedure:Automatic address setting with master
At start-up the NewDevice unit sends a Request(Address) 3
times at 5-second intervals (over a 100 bps connection). The
request is answered by the AssignAddress function. If a reply
is received, confirmation is sent to the master via the
SendOldAddress function; the master confirms reception of
the SendOldAddress by sending an Ack. The following is a
scheme of the functions (N=New unit, M=Master)
N: Request(Address) a maximum of 3 times at 5-sec intervals
until AssignedAddress is received
M: AssignAddress
N: SendOldAddress a maximum of 3 times at 5-sec intervals
until an ACK is received
M: ACK
If no reply is received, the unit will execute the procedure
every time it is activated until it loses the NewDevice
property. The NewDevice property is equal to False after the
arrival of an AssignedAddress.
The master can recover an address setting session by using
the Request(OldAddress) function.
4. CHARACTERISTICS OF THE X 10 GATEWAY
The system proposed comprises two units: a module to
handle the X10 signals (master unit) and another which is an
embedded web server, produced by Intellisystem
Technologies, developed for fast, easy and reliable
management of professional remote control applications in a
TCP/IP environment (Fig. 8).
FIG. 8 – X10 TCP/IP Gateway functions.
The two systems interface via a serial connection based on
the RS232 protocol. Once connected to an Ethernet, the
whole system offers a hardware and software platform that
can be programmed using a high-level language like Java.
This means that the user interface can be managed by a
parametric Java Applet: in this way the end user can develop
his own control application in a fast and safe fashion without
the need to be able to program in Java. Using the support of
any Internet browser, for example Internet Explorer or
Netscape, the system provides remote control of any device
or apparatus.
5. CASE STUDY: A REMOTE SYSTEM FOR
VACUUM GENERATION
The test
configuration f ng and tuning
of a particle detector. A complete scheme of the plant is
application presented here represents a
or a support system in developi
shown in Fig. 9; it comprises a vacuum chamber, a rotating
pre-vacuum pump, a turbo pump to create a vacuum, a
visual pressure gauge, two pressure transducers for values
set between 1*10-3
÷ 1*103
mbar and 1*10-9
÷ 1*10-3
mbar,
and four electrovalves, two for air return and two to extract
the air from the chamber (pre vacuum and vacuum).
FIG. 9 Scheme of the system for vacuum generation.
Remote control of the vacuum has to carry out the
foll
rding to an assigned value;
- Possibility of remote action on any of the devices
A PLC is dedicated to automatic control of the
vacuum by acquiring information regarding the state of the
The task of the X10 system is to allow control of the main
com ves
regulating the air flow. To this end, dimmer and on/off
owing tasks:
- Monitoring and automatic regulation of the pressure in the
chamber acco
X10 Master
Unit
RS232/TCP/IP
activated.
Fig. 10 is a block diagram of the vacuum control system
developed.
Converter
system and automatically regulating the vacuum in the
chamber. The PLC has a TCP/IP interface that integrates
with the one proposed in our X10 system.X10 TCP/IP Gateway
Fig. 10 – Block diagram of v l system.
X10 TCP/IP
Gateway
PLC
Vacum System
acuum contro
ponents of the plant, that is, the pumps and val
5
Fig. 12 shows the control interface via which the operator
perfo The
central part of the control panel reproduces a scheme of the
modules were used. The former interfaces with the valves
and regulate partial opening/closing. The latter activates the
pumps to create the vacuum.
Fig.11 S e o o uu nt ste
X10
module
X10
module
X10
module
X10
module
X10
module
X10
module
Pump1 Pump2 Valve1 Valve2 Valve3 Valve4
X10 TCP/IP
Gateway
chem f rem te vac m co rol sy m.
rms remote control of the whole vacuum system.
plant together with indicators of the operations performed:
each indication coloured green indicates that the associated
device is active, for example a pump or an electrovalve is
open; red indicates the remaining states.
Fig. 12- JAVA GUI interface for vacuum control.
The two pressure sensors have two LED indicators; when
one s is
currently selected for acquisition of the pressure
ttom left-hand side there is a button to switch the
system from automatic to manual functioning.
In this paper we ha tages obtained by
using X10 technology in a typical nuclear physics
expanded and it is possible to
integrate new devices without modifying the
ce written in Java, by
virtue of its parameterisation, drastically reduces the time
7. REFERENCES
[1] O. Mirabella, V ieri, C. Spitale, A
Profibus-based Control Sy em for Nuclear Physics
,
niques for Nuclear and Particle
hysics Experiments, Sprinter-Verlang
] X10 communication protocol. http://www.x10.org
comes on it indicates which of the two device
measurements. On the top right-hand side there are two
displays: the first is a sliding graph on a semi-logarithmic
scale showing the evolution of the pressure in the chamber;
the second displays the current pressure in mbar.
The main panel contains a number of buttons, one for each
state of control of the local algorithm. The diagnosis panel
has two indicators: system error, which indicates the
presence of malfunctioning of the instrument providing the
transduced pressure, and Turbo 80%, which informs the user
that 80% of the maximum sped of the turbine has been
reached.
On the bo
6. CONCLUSIONS
ve presented the advan
environment. We have investigated how to integrate
distributed control systems via the X10 protocol with
particular reference to implementation of a system to
control the vacuum in a special chamber used to develop
and test particle detectors.
The system can easily be
communication system. By interfacing with a TCP/IP
network the system becomes a gateway for the remote
control of systems and applications.
The flexibility of the graphic interfa
required to develop it, thus allowing the system to be put
into operation very rapidly, even when substantial
modifications have been made to the plant being controlled.
. Bellini, C. Rand
st
Applications, The 6th World Multi-Conference on
Systemics, Cybernetics and Informatics SCI 2002, July
2002, Orlando Florida.
[2] W. R. Leo, Tech
P
[3

More Related Content

What's hot

why time synchronization is important in power generation, transmission and ...
 why time synchronization is important in power generation, transmission and ... why time synchronization is important in power generation, transmission and ...
why time synchronization is important in power generation, transmission and ...
Mohd Amir
 
DMRC Telecom EPABX System
DMRC Telecom EPABX SystemDMRC Telecom EPABX System
An electric circuits' remote switching system based on gsm radio network
An electric circuits' remote switching system based on gsm radio networkAn electric circuits' remote switching system based on gsm radio network
An electric circuits' remote switching system based on gsm radio network
eSAT Publishing House
 
An electric circuits' remote switching system based on gsm radio network
An electric circuits' remote switching system based on gsm radio networkAn electric circuits' remote switching system based on gsm radio network
An electric circuits' remote switching system based on gsm radio network
eSAT Journals
 
Ue introduction
Ue introductionUe introduction
Ue introductionJamesFun
 
Ece interview questions with answers
Ece interview questions with answersEce interview questions with answers
Ece interview questions with answersmanish katara
 
Ieeepro techno solutions ieee embedded project - multi channel remote contr...
Ieeepro techno solutions   ieee embedded project - multi channel remote contr...Ieeepro techno solutions   ieee embedded project - multi channel remote contr...
Ieeepro techno solutions ieee embedded project - multi channel remote contr...
srinivasanece7
 
LS-U1000 rf module
LS-U1000 rf moduleLS-U1000 rf module
LS-U1000 rf module
Sunny Chou
 
LE-240XTCS LE-280XTS - Ethernet module for the LET-36 chassis
LE-240XTCS LE-280XTS - Ethernet module for the LET-36 chassisLE-240XTCS LE-280XTS - Ethernet module for the LET-36 chassis
LE-240XTCS LE-280XTS - Ethernet module for the LET-36 chassis
Ronald Bartels
 
E010424043
E010424043E010424043
E010424043
IOSR Journals
 
K NX system DDIS
K NX system DDIS K NX system DDIS
K NX system DDIS
Abdullah Albazzour
 
Lecture intro to_wcdma
Lecture intro to_wcdmaLecture intro to_wcdma
Lecture intro to_wcdma
Gurpreet Singh
 
LayerZero Series 70 ePODs: Dual Type-P
LayerZero Series 70 ePODs: Dual Type-PLayerZero Series 70 ePODs: Dual Type-P
LayerZero Series 70 ePODs: Dual Type-P
LayerZero Power Systems, Inc.
 
cell phone based device control
cell phone based device controlcell phone based device control
cell phone based device controlstudent
 
PSUT Wireless Routers Distribution's Presentation
PSUT Wireless Routers Distribution's PresentationPSUT Wireless Routers Distribution's Presentation
PSUT Wireless Routers Distribution's Presentation
HassanMusleh
 
Development of Distributed Mains Monitoring and Switching System for Indus Co...
Development of Distributed Mains Monitoring and Switching System for Indus Co...Development of Distributed Mains Monitoring and Switching System for Indus Co...
Development of Distributed Mains Monitoring and Switching System for Indus Co...
iosrjce
 

What's hot (19)

why time synchronization is important in power generation, transmission and ...
 why time synchronization is important in power generation, transmission and ... why time synchronization is important in power generation, transmission and ...
why time synchronization is important in power generation, transmission and ...
 
DMRC Telecom EPABX System
DMRC Telecom EPABX SystemDMRC Telecom EPABX System
DMRC Telecom EPABX System
 
NFS2-640
NFS2-640NFS2-640
NFS2-640
 
An electric circuits' remote switching system based on gsm radio network
An electric circuits' remote switching system based on gsm radio networkAn electric circuits' remote switching system based on gsm radio network
An electric circuits' remote switching system based on gsm radio network
 
An electric circuits' remote switching system based on gsm radio network
An electric circuits' remote switching system based on gsm radio networkAn electric circuits' remote switching system based on gsm radio network
An electric circuits' remote switching system based on gsm radio network
 
Ue introduction
Ue introductionUe introduction
Ue introduction
 
Singh2017
Singh2017Singh2017
Singh2017
 
Ece interview questions with answers
Ece interview questions with answersEce interview questions with answers
Ece interview questions with answers
 
Ieeepro techno solutions ieee embedded project - multi channel remote contr...
Ieeepro techno solutions   ieee embedded project - multi channel remote contr...Ieeepro techno solutions   ieee embedded project - multi channel remote contr...
Ieeepro techno solutions ieee embedded project - multi channel remote contr...
 
LS-U1000 rf module
LS-U1000 rf moduleLS-U1000 rf module
LS-U1000 rf module
 
LE-240XTCS LE-280XTS - Ethernet module for the LET-36 chassis
LE-240XTCS LE-280XTS - Ethernet module for the LET-36 chassisLE-240XTCS LE-280XTS - Ethernet module for the LET-36 chassis
LE-240XTCS LE-280XTS - Ethernet module for the LET-36 chassis
 
DSCmeetsRTS-CTS_v0
DSCmeetsRTS-CTS_v0DSCmeetsRTS-CTS_v0
DSCmeetsRTS-CTS_v0
 
E010424043
E010424043E010424043
E010424043
 
K NX system DDIS
K NX system DDIS K NX system DDIS
K NX system DDIS
 
Lecture intro to_wcdma
Lecture intro to_wcdmaLecture intro to_wcdma
Lecture intro to_wcdma
 
LayerZero Series 70 ePODs: Dual Type-P
LayerZero Series 70 ePODs: Dual Type-PLayerZero Series 70 ePODs: Dual Type-P
LayerZero Series 70 ePODs: Dual Type-P
 
cell phone based device control
cell phone based device controlcell phone based device control
cell phone based device control
 
PSUT Wireless Routers Distribution's Presentation
PSUT Wireless Routers Distribution's PresentationPSUT Wireless Routers Distribution's Presentation
PSUT Wireless Routers Distribution's Presentation
 
Development of Distributed Mains Monitoring and Switching System for Indus Co...
Development of Distributed Mains Monitoring and Switching System for Indus Co...Development of Distributed Mains Monitoring and Switching System for Indus Co...
Development of Distributed Mains Monitoring and Switching System for Indus Co...
 

Viewers also liked

93 Visione termografica per il controllo continuo - Automazione e Strumentazi...
93 Visione termografica per il controllo continuo - Automazione e Strumentazi...93 Visione termografica per il controllo continuo - Automazione e Strumentazi...
93 Visione termografica per il controllo continuo - Automazione e Strumentazi...
Cristian Randieri PhD
 
Lezioni di programmazione in c le stringhe By Cristian Randieri - www.intelli...
Lezioni di programmazione in c le stringhe By Cristian Randieri - www.intelli...Lezioni di programmazione in c le stringhe By Cristian Randieri - www.intelli...
Lezioni di programmazione in c le stringhe By Cristian Randieri - www.intelli...
Cristian Randieri PhD
 
Architettura pc - Slide - Ing. Cristian Randieri - www.intellisystem.it
Architettura pc - Slide - Ing. Cristian Randieri - www.intellisystem.itArchitettura pc - Slide - Ing. Cristian Randieri - www.intellisystem.it
Architettura pc - Slide - Ing. Cristian Randieri - www.intellisystem.it
Cristian Randieri PhD
 
Optymalizacji zużycia energii elektrycznej w Data Center_z_notatkami
Optymalizacji zużycia energii elektrycznej w Data Center_z_notatkamiOptymalizacji zużycia energii elektrycznej w Data Center_z_notatkami
Optymalizacji zużycia energii elektrycznej w Data Center_z_notatkamiZenon Ruta
 
Pirâmides
PirâmidesPirâmides
Pirâmides
Kaline Andreza
 
Новий поглд
Новий поглдНовий поглд
Новий поглд
Rebbit2015
 
Sigilos22032008
Sigilos22032008Sigilos22032008
Sigilos22032008
Ladystellas
 
Atte Sillanpää - Tutkijan polku
Atte Sillanpää - Tutkijan polkuAtte Sillanpää - Tutkijan polku
Atte Sillanpää - Tutkijan polku
University of the Arts Helsinki
 
Att bygga en inkluderande webb 150609
Att bygga en inkluderande webb 150609 Att bygga en inkluderande webb 150609
Att bygga en inkluderande webb 150609
JohannaBlomgren
 
Famcare and Physical Therapy for people with PWS: Famcare
Famcare and Physical Therapy for people with PWS: FamcareFamcare and Physical Therapy for people with PWS: Famcare
Famcare and Physical Therapy for people with PWS: Famcare
PWSAI
 
diapositivas de informatica
diapositivas de informaticadiapositivas de informatica
diapositivas de informatica
alexander_salinas
 
Class six arts & craft chapter 4 class 1
Class six arts & craft chapter 4 class 1Class six arts & craft chapter 4 class 1
Class six arts & craft chapter 4 class 1
Cambriannews
 
Resgen WHS 20150131 (jirvine v1)
Resgen WHS 20150131 (jirvine v1)Resgen WHS 20150131 (jirvine v1)
Resgen WHS 20150131 (jirvine v1)John Irvine
 
Healthcare for adults with PWS and evolution and development of adult service...
Healthcare for adults with PWS and evolution and development of adult service...Healthcare for adults with PWS and evolution and development of adult service...
Healthcare for adults with PWS and evolution and development of adult service...
PWSAI
 

Viewers also liked (16)

93 Visione termografica per il controllo continuo - Automazione e Strumentazi...
93 Visione termografica per il controllo continuo - Automazione e Strumentazi...93 Visione termografica per il controllo continuo - Automazione e Strumentazi...
93 Visione termografica per il controllo continuo - Automazione e Strumentazi...
 
Lezioni di programmazione in c le stringhe By Cristian Randieri - www.intelli...
Lezioni di programmazione in c le stringhe By Cristian Randieri - www.intelli...Lezioni di programmazione in c le stringhe By Cristian Randieri - www.intelli...
Lezioni di programmazione in c le stringhe By Cristian Randieri - www.intelli...
 
Architettura pc - Slide - Ing. Cristian Randieri - www.intellisystem.it
Architettura pc - Slide - Ing. Cristian Randieri - www.intellisystem.itArchitettura pc - Slide - Ing. Cristian Randieri - www.intellisystem.it
Architettura pc - Slide - Ing. Cristian Randieri - www.intellisystem.it
 
Optymalizacji zużycia energii elektrycznej w Data Center_z_notatkami
Optymalizacji zużycia energii elektrycznej w Data Center_z_notatkamiOptymalizacji zużycia energii elektrycznej w Data Center_z_notatkami
Optymalizacji zużycia energii elektrycznej w Data Center_z_notatkami
 
Pirâmides
PirâmidesPirâmides
Pirâmides
 
Resume_Prabir
Resume_PrabirResume_Prabir
Resume_Prabir
 
Новий поглд
Новий поглдНовий поглд
Новий поглд
 
Sigilos22032008
Sigilos22032008Sigilos22032008
Sigilos22032008
 
Atte Sillanpää - Tutkijan polku
Atte Sillanpää - Tutkijan polkuAtte Sillanpää - Tutkijan polku
Atte Sillanpää - Tutkijan polku
 
Att bygga en inkluderande webb 150609
Att bygga en inkluderande webb 150609 Att bygga en inkluderande webb 150609
Att bygga en inkluderande webb 150609
 
IMG_0015
IMG_0015IMG_0015
IMG_0015
 
Famcare and Physical Therapy for people with PWS: Famcare
Famcare and Physical Therapy for people with PWS: FamcareFamcare and Physical Therapy for people with PWS: Famcare
Famcare and Physical Therapy for people with PWS: Famcare
 
diapositivas de informatica
diapositivas de informaticadiapositivas de informatica
diapositivas de informatica
 
Class six arts & craft chapter 4 class 1
Class six arts & craft chapter 4 class 1Class six arts & craft chapter 4 class 1
Class six arts & craft chapter 4 class 1
 
Resgen WHS 20150131 (jirvine v1)
Resgen WHS 20150131 (jirvine v1)Resgen WHS 20150131 (jirvine v1)
Resgen WHS 20150131 (jirvine v1)
 
Healthcare for adults with PWS and evolution and development of adult service...
Healthcare for adults with PWS and evolution and development of adult service...Healthcare for adults with PWS and evolution and development of adult service...
Healthcare for adults with PWS and evolution and development of adult service...
 

Similar to 21 An X10 based intelligent gateway for Process Control Applications - 7th World Multi-Conference on Systemics, Cybernetics and Informatics SCI 2003

D041121722
D041121722D041121722
D041121722
IOSR-JEN
 
Zigbee 802-15-4
Zigbee 802-15-4Zigbee 802-15-4
Zigbee 802-15-4
SHUBHAM MORGAONKAR
 
A 32 channel modular multi input data acquisition system for
A 32 channel modular multi input data acquisition system forA 32 channel modular multi input data acquisition system for
A 32 channel modular multi input data acquisition system forAlexander Decker
 
A 32 channel modular multi input data acquisition system for
A 32 channel modular multi input data acquisition system forA 32 channel modular multi input data acquisition system for
A 32 channel modular multi input data acquisition system forAlexander Decker
 
GSM Based Device Controlling and Fault Detection
GSM Based Device Controlling and Fault DetectionGSM Based Device Controlling and Fault Detection
GSM Based Device Controlling and Fault Detection
IJCERT
 
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...
IRJET Journal
 
CENTUM CS 3000 R3.pptx
CENTUM CS 3000 R3.pptxCENTUM CS 3000 R3.pptx
CENTUM CS 3000 R3.pptx
EngrSaeedKhan2
 
Distribution Automation based on IEC61850
Distribution Automation based on IEC61850Distribution Automation based on IEC61850
Distribution Automation based on IEC61850
Nirmal Thaliyil
 
157154250-Electric-Powerline-Networking-in-Smart-Home.ppt
157154250-Electric-Powerline-Networking-in-Smart-Home.ppt157154250-Electric-Powerline-Networking-in-Smart-Home.ppt
157154250-Electric-Powerline-Networking-in-Smart-Home.ppt
UdaiveerSingh19
 
16928 6274 1
16928 6274 116928 6274 1
16928 6274 1
kibet sang
 
Presentation1
Presentation1Presentation1
Presentation1
chandan verma
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
unit 4 smartsensors and application.pptx
unit 4 smartsensors and application.pptxunit 4 smartsensors and application.pptx
unit 4 smartsensors and application.pptx
AanshuSingh3
 
Asychronous transfer mode(atm)
Asychronous transfer mode(atm)Asychronous transfer mode(atm)
Asychronous transfer mode(atm)Meenakshi Devi
 
AREA EFFICIENT 3.3GHZ PHASE LOCKED LOOP WITH FOUR MULTIPLE OUTPUT USING 45NM ...
AREA EFFICIENT 3.3GHZ PHASE LOCKED LOOP WITH FOUR MULTIPLE OUTPUT USING 45NM ...AREA EFFICIENT 3.3GHZ PHASE LOCKED LOOP WITH FOUR MULTIPLE OUTPUT USING 45NM ...
AREA EFFICIENT 3.3GHZ PHASE LOCKED LOOP WITH FOUR MULTIPLE OUTPUT USING 45NM ...
VLSICS Design
 
Paper id 36201529
Paper id 36201529Paper id 36201529
Paper id 36201529IJRAT
 
Design of wireless sensor network for building management systems
Design of wireless sensor network for building management systemsDesign of wireless sensor network for building management systems
Design of wireless sensor network for building management systems
TSriyaSharma
 
VET4SBO Level 3 module 1 - unit 2 - 0.009 en
VET4SBO Level 3   module 1 - unit 2 - 0.009 enVET4SBO Level 3   module 1 - unit 2 - 0.009 en
VET4SBO Level 3 module 1 - unit 2 - 0.009 en
Karel Van Isacker
 
Asynchronous Transfer Mode
Asynchronous Transfer ModeAsynchronous Transfer Mode
Asynchronous Transfer Mode
Nishant Munjal
 

Similar to 21 An X10 based intelligent gateway for Process Control Applications - 7th World Multi-Conference on Systemics, Cybernetics and Informatics SCI 2003 (20)

D041121722
D041121722D041121722
D041121722
 
Zigbee 802-15-4
Zigbee 802-15-4Zigbee 802-15-4
Zigbee 802-15-4
 
A 32 channel modular multi input data acquisition system for
A 32 channel modular multi input data acquisition system forA 32 channel modular multi input data acquisition system for
A 32 channel modular multi input data acquisition system for
 
A 32 channel modular multi input data acquisition system for
A 32 channel modular multi input data acquisition system forA 32 channel modular multi input data acquisition system for
A 32 channel modular multi input data acquisition system for
 
GSM Based Device Controlling and Fault Detection
GSM Based Device Controlling and Fault DetectionGSM Based Device Controlling and Fault Detection
GSM Based Device Controlling and Fault Detection
 
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...
 
CENTUM CS 3000 R3.pptx
CENTUM CS 3000 R3.pptxCENTUM CS 3000 R3.pptx
CENTUM CS 3000 R3.pptx
 
Distribution Automation based on IEC61850
Distribution Automation based on IEC61850Distribution Automation based on IEC61850
Distribution Automation based on IEC61850
 
157154250-Electric-Powerline-Networking-in-Smart-Home.ppt
157154250-Electric-Powerline-Networking-in-Smart-Home.ppt157154250-Electric-Powerline-Networking-in-Smart-Home.ppt
157154250-Electric-Powerline-Networking-in-Smart-Home.ppt
 
16928 6274 1
16928 6274 116928 6274 1
16928 6274 1
 
Presentation1
Presentation1Presentation1
Presentation1
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
unit 4 smartsensors and application.pptx
unit 4 smartsensors and application.pptxunit 4 smartsensors and application.pptx
unit 4 smartsensors and application.pptx
 
Asychronous transfer mode(atm)
Asychronous transfer mode(atm)Asychronous transfer mode(atm)
Asychronous transfer mode(atm)
 
AREA EFFICIENT 3.3GHZ PHASE LOCKED LOOP WITH FOUR MULTIPLE OUTPUT USING 45NM ...
AREA EFFICIENT 3.3GHZ PHASE LOCKED LOOP WITH FOUR MULTIPLE OUTPUT USING 45NM ...AREA EFFICIENT 3.3GHZ PHASE LOCKED LOOP WITH FOUR MULTIPLE OUTPUT USING 45NM ...
AREA EFFICIENT 3.3GHZ PHASE LOCKED LOOP WITH FOUR MULTIPLE OUTPUT USING 45NM ...
 
Paper id 36201529
Paper id 36201529Paper id 36201529
Paper id 36201529
 
Ijebea14 238
Ijebea14 238Ijebea14 238
Ijebea14 238
 
Design of wireless sensor network for building management systems
Design of wireless sensor network for building management systemsDesign of wireless sensor network for building management systems
Design of wireless sensor network for building management systems
 
VET4SBO Level 3 module 1 - unit 2 - 0.009 en
VET4SBO Level 3   module 1 - unit 2 - 0.009 enVET4SBO Level 3   module 1 - unit 2 - 0.009 en
VET4SBO Level 3 module 1 - unit 2 - 0.009 en
 
Asynchronous Transfer Mode
Asynchronous Transfer ModeAsynchronous Transfer Mode
Asynchronous Transfer Mode
 

More from Cristian Randieri PhD

IT-ISS 3000 CONTROLLER - Accessories & Controller
IT-ISS 3000 CONTROLLER - Accessories & ControllerIT-ISS 3000 CONTROLLER - Accessories & Controller
IT-ISS 3000 CONTROLLER - Accessories & Controller
Cristian Randieri PhD
 
It 2 x-2hdmi-datasheet
It 2 x-2hdmi-datasheetIt 2 x-2hdmi-datasheet
It 2 x-2hdmi-datasheet
Cristian Randieri PhD
 
IT-VCHD90-PRO - Videoconference & Telemedicine – Video System
IT-VCHD90-PRO - Videoconference & Telemedicine – Video SystemIT-VCHD90-PRO - Videoconference & Telemedicine – Video System
IT-VCHD90-PRO - Videoconference & Telemedicine – Video System
Cristian Randieri PhD
 
148 La comunicazione via satellite per la business continuity ed il disaster ...
148 La comunicazione via satellite per la business continuity ed il disaster ...148 La comunicazione via satellite per la business continuity ed il disaster ...
148 La comunicazione via satellite per la business continuity ed il disaster ...
Cristian Randieri PhD
 
147 Industria 4.0: L’automazione per l’eccellenza del settore alimentare - I ...
147 Industria 4.0: L’automazione per l’eccellenza del settore alimentare - I ...147 Industria 4.0: L’automazione per l’eccellenza del settore alimentare - I ...
147 Industria 4.0: L’automazione per l’eccellenza del settore alimentare - I ...
Cristian Randieri PhD
 
146 63° Congresso del CNI - Aggregazione e Comunicazione: Facciamo Rete con l...
146 63° Congresso del CNI - Aggregazione e Comunicazione: Facciamo Rete con l...146 63° Congresso del CNI - Aggregazione e Comunicazione: Facciamo Rete con l...
146 63° Congresso del CNI - Aggregazione e Comunicazione: Facciamo Rete con l...
Cristian Randieri PhD
 
145 Internazionalizzazione ed innovazione: le chiavi per uscire dalla crisi c...
145 Internazionalizzazione ed innovazione: le chiavi per uscire dalla crisi c...145 Internazionalizzazione ed innovazione: le chiavi per uscire dalla crisi c...
145 Internazionalizzazione ed innovazione: le chiavi per uscire dalla crisi c...
Cristian Randieri PhD
 
144 Green Energy - Intervista a Cristian Randieri - I figli di Archimede N. 2...
144 Green Energy - Intervista a Cristian Randieri - I figli di Archimede N. 2...144 Green Energy - Intervista a Cristian Randieri - I figli di Archimede N. 2...
144 Green Energy - Intervista a Cristian Randieri - I figli di Archimede N. 2...
Cristian Randieri PhD
 
IT-SSA5F-IR
IT-SSA5F-IRIT-SSA5F-IR
139 Tavola Rotonda “Edge e Cloud Computing” - Automazione Oggi N. 399 – Giugn...
139 Tavola Rotonda “Edge e Cloud Computing” - Automazione Oggi N. 399 – Giugn...139 Tavola Rotonda “Edge e Cloud Computing” - Automazione Oggi N. 399 – Giugn...
139 Tavola Rotonda “Edge e Cloud Computing” - Automazione Oggi N. 399 – Giugn...
Cristian Randieri PhD
 
138 Identificazione e tracciabilità nell’era dell’IoT: unconventional, smart ...
138 Identificazione e tracciabilità nell’era dell’IoT: unconventional, smart ...138 Identificazione e tracciabilità nell’era dell’IoT: unconventional, smart ...
138 Identificazione e tracciabilità nell’era dell’IoT: unconventional, smart ...
Cristian Randieri PhD
 
136 Packaging: riprende la corsa delle tecnologie Made in Italy - Automazione...
136 Packaging: riprende la corsa delle tecnologie Made in Italy - Automazione...136 Packaging: riprende la corsa delle tecnologie Made in Italy - Automazione...
136 Packaging: riprende la corsa delle tecnologie Made in Italy - Automazione...
Cristian Randieri PhD
 
133 Tavola Rotonda “Marcia indietro" - Automazione Oggi N. 396 – Marzo 2017 -...
133 Tavola Rotonda “Marcia indietro" - Automazione Oggi N. 396 – Marzo 2017 -...133 Tavola Rotonda “Marcia indietro" - Automazione Oggi N. 396 – Marzo 2017 -...
133 Tavola Rotonda “Marcia indietro" - Automazione Oggi N. 396 – Marzo 2017 -...
Cristian Randieri PhD
 
132 Soluzioni satellitari integrate per il controllo remoto dei sistemi TV Br...
132 Soluzioni satellitari integrate per il controllo remoto dei sistemi TV Br...132 Soluzioni satellitari integrate per il controllo remoto dei sistemi TV Br...
132 Soluzioni satellitari integrate per il controllo remoto dei sistemi TV Br...
Cristian Randieri PhD
 
131 Curarsi con la tecnologia - Il punto di vista di Intellisystem Technologi...
131 Curarsi con la tecnologia - Il punto di vista di Intellisystem Technologi...131 Curarsi con la tecnologia - Il punto di vista di Intellisystem Technologi...
131 Curarsi con la tecnologia - Il punto di vista di Intellisystem Technologi...
Cristian Randieri PhD
 
130 FN 90 Febbraio 2017 - Tavola Rotonda L'analisi tanto attesa - Fieldbus & ...
130 FN 90 Febbraio 2017 - Tavola Rotonda L'analisi tanto attesa - Fieldbus & ...130 FN 90 Febbraio 2017 - Tavola Rotonda L'analisi tanto attesa - Fieldbus & ...
130 FN 90 Febbraio 2017 - Tavola Rotonda L'analisi tanto attesa - Fieldbus & ...
Cristian Randieri PhD
 
129 Automazione e manutenzione predittiva nell’era del cloud - Automazione Og...
129 Automazione e manutenzione predittiva nell’era del cloud - Automazione Og...129 Automazione e manutenzione predittiva nell’era del cloud - Automazione Og...
129 Automazione e manutenzione predittiva nell’era del cloud - Automazione Og...
Cristian Randieri PhD
 
128 Tavola Rotonda Lavorare ‘mobile’: potenzialità e criticità - Fieldbus & N...
128 Tavola Rotonda Lavorare ‘mobile’: potenzialità e criticità - Fieldbus & N...128 Tavola Rotonda Lavorare ‘mobile’: potenzialità e criticità - Fieldbus & N...
128 Tavola Rotonda Lavorare ‘mobile’: potenzialità e criticità - Fieldbus & N...
Cristian Randieri PhD
 
124 SISTEMI DI SICUREZZA SEMPRE PIÙ “VERSO LA NUVOLA” - Safety & Security N. ...
124 SISTEMI DI SICUREZZA SEMPRE PIÙ “VERSO LA NUVOLA” - Safety & Security N. ...124 SISTEMI DI SICUREZZA SEMPRE PIÙ “VERSO LA NUVOLA” - Safety & Security N. ...
124 SISTEMI DI SICUREZZA SEMPRE PIÙ “VERSO LA NUVOLA” - Safety & Security N. ...
Cristian Randieri PhD
 
122 Ispezione di linee aeree - Automazione Oggi N. 393 – Ottobre 2016 - Cris...
122 Ispezione di linee aeree - Automazione Oggi N. 393 – Ottobre 2016  - Cris...122 Ispezione di linee aeree - Automazione Oggi N. 393 – Ottobre 2016  - Cris...
122 Ispezione di linee aeree - Automazione Oggi N. 393 – Ottobre 2016 - Cris...
Cristian Randieri PhD
 

More from Cristian Randieri PhD (20)

IT-ISS 3000 CONTROLLER - Accessories & Controller
IT-ISS 3000 CONTROLLER - Accessories & ControllerIT-ISS 3000 CONTROLLER - Accessories & Controller
IT-ISS 3000 CONTROLLER - Accessories & Controller
 
It 2 x-2hdmi-datasheet
It 2 x-2hdmi-datasheetIt 2 x-2hdmi-datasheet
It 2 x-2hdmi-datasheet
 
IT-VCHD90-PRO - Videoconference & Telemedicine – Video System
IT-VCHD90-PRO - Videoconference & Telemedicine – Video SystemIT-VCHD90-PRO - Videoconference & Telemedicine – Video System
IT-VCHD90-PRO - Videoconference & Telemedicine – Video System
 
148 La comunicazione via satellite per la business continuity ed il disaster ...
148 La comunicazione via satellite per la business continuity ed il disaster ...148 La comunicazione via satellite per la business continuity ed il disaster ...
148 La comunicazione via satellite per la business continuity ed il disaster ...
 
147 Industria 4.0: L’automazione per l’eccellenza del settore alimentare - I ...
147 Industria 4.0: L’automazione per l’eccellenza del settore alimentare - I ...147 Industria 4.0: L’automazione per l’eccellenza del settore alimentare - I ...
147 Industria 4.0: L’automazione per l’eccellenza del settore alimentare - I ...
 
146 63° Congresso del CNI - Aggregazione e Comunicazione: Facciamo Rete con l...
146 63° Congresso del CNI - Aggregazione e Comunicazione: Facciamo Rete con l...146 63° Congresso del CNI - Aggregazione e Comunicazione: Facciamo Rete con l...
146 63° Congresso del CNI - Aggregazione e Comunicazione: Facciamo Rete con l...
 
145 Internazionalizzazione ed innovazione: le chiavi per uscire dalla crisi c...
145 Internazionalizzazione ed innovazione: le chiavi per uscire dalla crisi c...145 Internazionalizzazione ed innovazione: le chiavi per uscire dalla crisi c...
145 Internazionalizzazione ed innovazione: le chiavi per uscire dalla crisi c...
 
144 Green Energy - Intervista a Cristian Randieri - I figli di Archimede N. 2...
144 Green Energy - Intervista a Cristian Randieri - I figli di Archimede N. 2...144 Green Energy - Intervista a Cristian Randieri - I figli di Archimede N. 2...
144 Green Energy - Intervista a Cristian Randieri - I figli di Archimede N. 2...
 
IT-SSA5F-IR
IT-SSA5F-IRIT-SSA5F-IR
IT-SSA5F-IR
 
139 Tavola Rotonda “Edge e Cloud Computing” - Automazione Oggi N. 399 – Giugn...
139 Tavola Rotonda “Edge e Cloud Computing” - Automazione Oggi N. 399 – Giugn...139 Tavola Rotonda “Edge e Cloud Computing” - Automazione Oggi N. 399 – Giugn...
139 Tavola Rotonda “Edge e Cloud Computing” - Automazione Oggi N. 399 – Giugn...
 
138 Identificazione e tracciabilità nell’era dell’IoT: unconventional, smart ...
138 Identificazione e tracciabilità nell’era dell’IoT: unconventional, smart ...138 Identificazione e tracciabilità nell’era dell’IoT: unconventional, smart ...
138 Identificazione e tracciabilità nell’era dell’IoT: unconventional, smart ...
 
136 Packaging: riprende la corsa delle tecnologie Made in Italy - Automazione...
136 Packaging: riprende la corsa delle tecnologie Made in Italy - Automazione...136 Packaging: riprende la corsa delle tecnologie Made in Italy - Automazione...
136 Packaging: riprende la corsa delle tecnologie Made in Italy - Automazione...
 
133 Tavola Rotonda “Marcia indietro" - Automazione Oggi N. 396 – Marzo 2017 -...
133 Tavola Rotonda “Marcia indietro" - Automazione Oggi N. 396 – Marzo 2017 -...133 Tavola Rotonda “Marcia indietro" - Automazione Oggi N. 396 – Marzo 2017 -...
133 Tavola Rotonda “Marcia indietro" - Automazione Oggi N. 396 – Marzo 2017 -...
 
132 Soluzioni satellitari integrate per il controllo remoto dei sistemi TV Br...
132 Soluzioni satellitari integrate per il controllo remoto dei sistemi TV Br...132 Soluzioni satellitari integrate per il controllo remoto dei sistemi TV Br...
132 Soluzioni satellitari integrate per il controllo remoto dei sistemi TV Br...
 
131 Curarsi con la tecnologia - Il punto di vista di Intellisystem Technologi...
131 Curarsi con la tecnologia - Il punto di vista di Intellisystem Technologi...131 Curarsi con la tecnologia - Il punto di vista di Intellisystem Technologi...
131 Curarsi con la tecnologia - Il punto di vista di Intellisystem Technologi...
 
130 FN 90 Febbraio 2017 - Tavola Rotonda L'analisi tanto attesa - Fieldbus & ...
130 FN 90 Febbraio 2017 - Tavola Rotonda L'analisi tanto attesa - Fieldbus & ...130 FN 90 Febbraio 2017 - Tavola Rotonda L'analisi tanto attesa - Fieldbus & ...
130 FN 90 Febbraio 2017 - Tavola Rotonda L'analisi tanto attesa - Fieldbus & ...
 
129 Automazione e manutenzione predittiva nell’era del cloud - Automazione Og...
129 Automazione e manutenzione predittiva nell’era del cloud - Automazione Og...129 Automazione e manutenzione predittiva nell’era del cloud - Automazione Og...
129 Automazione e manutenzione predittiva nell’era del cloud - Automazione Og...
 
128 Tavola Rotonda Lavorare ‘mobile’: potenzialità e criticità - Fieldbus & N...
128 Tavola Rotonda Lavorare ‘mobile’: potenzialità e criticità - Fieldbus & N...128 Tavola Rotonda Lavorare ‘mobile’: potenzialità e criticità - Fieldbus & N...
128 Tavola Rotonda Lavorare ‘mobile’: potenzialità e criticità - Fieldbus & N...
 
124 SISTEMI DI SICUREZZA SEMPRE PIÙ “VERSO LA NUVOLA” - Safety & Security N. ...
124 SISTEMI DI SICUREZZA SEMPRE PIÙ “VERSO LA NUVOLA” - Safety & Security N. ...124 SISTEMI DI SICUREZZA SEMPRE PIÙ “VERSO LA NUVOLA” - Safety & Security N. ...
124 SISTEMI DI SICUREZZA SEMPRE PIÙ “VERSO LA NUVOLA” - Safety & Security N. ...
 
122 Ispezione di linee aeree - Automazione Oggi N. 393 – Ottobre 2016 - Cris...
122 Ispezione di linee aeree - Automazione Oggi N. 393 – Ottobre 2016  - Cris...122 Ispezione di linee aeree - Automazione Oggi N. 393 – Ottobre 2016  - Cris...
122 Ispezione di linee aeree - Automazione Oggi N. 393 – Ottobre 2016 - Cris...
 

Recently uploaded

ESR_factors_affect-clinic significance-Pathysiology.pptx
ESR_factors_affect-clinic significance-Pathysiology.pptxESR_factors_affect-clinic significance-Pathysiology.pptx
ESR_factors_affect-clinic significance-Pathysiology.pptx
muralinath2
 
platelets- lifespan -Clot retraction-disorders.pptx
platelets- lifespan -Clot retraction-disorders.pptxplatelets- lifespan -Clot retraction-disorders.pptx
platelets- lifespan -Clot retraction-disorders.pptx
muralinath2
 
insect taxonomy importance systematics and classification
insect taxonomy importance systematics and classificationinsect taxonomy importance systematics and classification
insect taxonomy importance systematics and classification
anitaento25
 
Viksit bharat till 2047 India@2047.pptx
Viksit bharat till 2047  India@2047.pptxViksit bharat till 2047  India@2047.pptx
Viksit bharat till 2047 India@2047.pptx
rakeshsharma20142015
 
Orion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWSOrion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWS
Columbia Weather Systems
 
filosofia boliviana introducción jsjdjd.pptx
filosofia boliviana introducción jsjdjd.pptxfilosofia boliviana introducción jsjdjd.pptx
filosofia boliviana introducción jsjdjd.pptx
IvanMallco1
 
Large scale production of streptomycin.pptx
Large scale production of streptomycin.pptxLarge scale production of streptomycin.pptx
Large scale production of streptomycin.pptx
Cherry
 
Penicillin...........................pptx
Penicillin...........................pptxPenicillin...........................pptx
Penicillin...........................pptx
Cherry
 
GBSN- Microbiology (Lab 3) Gram Staining
GBSN- Microbiology (Lab 3) Gram StainingGBSN- Microbiology (Lab 3) Gram Staining
GBSN- Microbiology (Lab 3) Gram Staining
Areesha Ahmad
 
Seminar of U.V. Spectroscopy by SAMIR PANDA
 Seminar of U.V. Spectroscopy by SAMIR PANDA Seminar of U.V. Spectroscopy by SAMIR PANDA
Seminar of U.V. Spectroscopy by SAMIR PANDA
SAMIR PANDA
 
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
Sérgio Sacani
 
RNA INTERFERENCE: UNRAVELING GENETIC SILENCING
RNA INTERFERENCE: UNRAVELING GENETIC SILENCINGRNA INTERFERENCE: UNRAVELING GENETIC SILENCING
RNA INTERFERENCE: UNRAVELING GENETIC SILENCING
AADYARAJPANDEY1
 
Astronomy Update- Curiosity’s exploration of Mars _ Local Briefs _ leadertele...
Astronomy Update- Curiosity’s exploration of Mars _ Local Briefs _ leadertele...Astronomy Update- Curiosity’s exploration of Mars _ Local Briefs _ leadertele...
Astronomy Update- Curiosity’s exploration of Mars _ Local Briefs _ leadertele...
NathanBaughman3
 
NuGOweek 2024 Ghent - programme - final version
NuGOweek 2024 Ghent - programme - final versionNuGOweek 2024 Ghent - programme - final version
NuGOweek 2024 Ghent - programme - final version
pablovgd
 
Lateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensiveLateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensive
silvermistyshot
 
Richard's entangled aventures in wonderland
Richard's entangled aventures in wonderlandRichard's entangled aventures in wonderland
Richard's entangled aventures in wonderland
Richard Gill
 
Comparative structure of adrenal gland in vertebrates
Comparative structure of adrenal gland in vertebratesComparative structure of adrenal gland in vertebrates
Comparative structure of adrenal gland in vertebrates
sachin783648
 
Citrus Greening Disease and its Management
Citrus Greening Disease and its ManagementCitrus Greening Disease and its Management
Citrus Greening Disease and its Management
subedisuryaofficial
 
Hemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptxHemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptx
muralinath2
 
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
muralinath2
 

Recently uploaded (20)

ESR_factors_affect-clinic significance-Pathysiology.pptx
ESR_factors_affect-clinic significance-Pathysiology.pptxESR_factors_affect-clinic significance-Pathysiology.pptx
ESR_factors_affect-clinic significance-Pathysiology.pptx
 
platelets- lifespan -Clot retraction-disorders.pptx
platelets- lifespan -Clot retraction-disorders.pptxplatelets- lifespan -Clot retraction-disorders.pptx
platelets- lifespan -Clot retraction-disorders.pptx
 
insect taxonomy importance systematics and classification
insect taxonomy importance systematics and classificationinsect taxonomy importance systematics and classification
insect taxonomy importance systematics and classification
 
Viksit bharat till 2047 India@2047.pptx
Viksit bharat till 2047  India@2047.pptxViksit bharat till 2047  India@2047.pptx
Viksit bharat till 2047 India@2047.pptx
 
Orion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWSOrion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWS
 
filosofia boliviana introducción jsjdjd.pptx
filosofia boliviana introducción jsjdjd.pptxfilosofia boliviana introducción jsjdjd.pptx
filosofia boliviana introducción jsjdjd.pptx
 
Large scale production of streptomycin.pptx
Large scale production of streptomycin.pptxLarge scale production of streptomycin.pptx
Large scale production of streptomycin.pptx
 
Penicillin...........................pptx
Penicillin...........................pptxPenicillin...........................pptx
Penicillin...........................pptx
 
GBSN- Microbiology (Lab 3) Gram Staining
GBSN- Microbiology (Lab 3) Gram StainingGBSN- Microbiology (Lab 3) Gram Staining
GBSN- Microbiology (Lab 3) Gram Staining
 
Seminar of U.V. Spectroscopy by SAMIR PANDA
 Seminar of U.V. Spectroscopy by SAMIR PANDA Seminar of U.V. Spectroscopy by SAMIR PANDA
Seminar of U.V. Spectroscopy by SAMIR PANDA
 
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
 
RNA INTERFERENCE: UNRAVELING GENETIC SILENCING
RNA INTERFERENCE: UNRAVELING GENETIC SILENCINGRNA INTERFERENCE: UNRAVELING GENETIC SILENCING
RNA INTERFERENCE: UNRAVELING GENETIC SILENCING
 
Astronomy Update- Curiosity’s exploration of Mars _ Local Briefs _ leadertele...
Astronomy Update- Curiosity’s exploration of Mars _ Local Briefs _ leadertele...Astronomy Update- Curiosity’s exploration of Mars _ Local Briefs _ leadertele...
Astronomy Update- Curiosity’s exploration of Mars _ Local Briefs _ leadertele...
 
NuGOweek 2024 Ghent - programme - final version
NuGOweek 2024 Ghent - programme - final versionNuGOweek 2024 Ghent - programme - final version
NuGOweek 2024 Ghent - programme - final version
 
Lateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensiveLateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensive
 
Richard's entangled aventures in wonderland
Richard's entangled aventures in wonderlandRichard's entangled aventures in wonderland
Richard's entangled aventures in wonderland
 
Comparative structure of adrenal gland in vertebrates
Comparative structure of adrenal gland in vertebratesComparative structure of adrenal gland in vertebrates
Comparative structure of adrenal gland in vertebrates
 
Citrus Greening Disease and its Management
Citrus Greening Disease and its ManagementCitrus Greening Disease and its Management
Citrus Greening Disease and its Management
 
Hemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptxHemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptx
 
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
 

21 An X10 based intelligent gateway for Process Control Applications - 7th World Multi-Conference on Systemics, Cybernetics and Informatics SCI 2003

  • 1. 1 An X10 based intelligent gateway for Process Control Applications Ing. Cristian Randieri Intellisystem Technologies Italy and Prof. Vincenzo Bellini and Dr. Antonio Giusa INFN/LNS and University of Catania Italy and Prof. Orazio Mirabella D.I.I.T University of Catania Italy ABSTRACT In this paper we present a new device for a remote control system based on X10 protocol and Internet technologies. This device is used in experimental nuclear physics for the remote control of various kinds of apparatus like pumps, valve and other basic systems that do not necessarily need high-speed control systems. The solution described makes experiment handling more flexible, eliminating any problem which originates from the need for cabling new systems being controlled. Keywords: X10 Protocol, Remote Control, Internet, Nuclear Physics. 1.INTRODUCTION The steady evolution of technologies based on digital systems has greatly modified the techniques and methodologies used in control systems. In particular, the current demand for distributed processes requires intelligent systems, control devices and measurement systems that are capable of communicating via the network. One important requirement in these systems is to reduce the number of connections, which means simplifying the handling of the systems and thus reducing maintenance problems. Over the years, various techniques have been developed for remote control and measurement in acquisition systems normally applied in experimental nuclear physics. This field of research requires distributed control apparatus that is capable of operating in particularly difficult conditions (strong electromagnetic fields, the presence of radioactive particles, low temperatures, etc..) and at the same time meets basic requirements in terms of safety, portability and simplicity. The presence of a large number of devices further complicates the design and implementation of these control systems. Many devices have to be controlled locally, which entails frequent access to the experimental measurement halls. Unfortunately, the environment in which nuclear experiments are typically performed is not safe; it is consequently very difficult and dangerous for a human operator to access this environment to modify system parameters while an experiment is being carried out. For this reason, a constant search is made for distributed communication systems that are as non-invasive of the infrastructure as possible. Communication systems based on the X10 protocol are widely used in the world of home automation; designed to meet small, low-bit-rate local control requirements, they present certain features that make them attractive for more sophisticated applications as well. The work presented contains the results of implementation of a remote control system based on X10 technology used to control experimental nuclear physics apparata. The paper presents the implementation of a system conceived to control vacuum in a vacuum chamber used to develop and test particle detection systems operating in vacuum conditions at nuclear laboratories. The system comprises two vacuum pumps, two vacuum sensors and a PLC. The two pumps work in sequence as each of them operates in a certain pressure range. The PLC is used to monitor the pressure in the chamber and contains a logic that switches the functioning of each pump [1]. This application shows how it is possible to combine the features of decentralised intelligence with a supervision station that is capable of remote manual intervention, exploiting a
  • 2. 2 A complete code transmission encompasses eleven cycles of the power line. The first two cycles represent a Start Code. The next four cycles represent the House Code and the last five cycles represent either a Number Code (1 through 16) or a Function Code (ON, OFF etc.). This complete block, (Start Code, House Code, Key Code) should always be transmitted in groups of 2 with 3 power line cycles between each group of 2 codes. Bright and dim are exceptions to this rule and should be transmitted continuously (at least twice) with NO gaps between codes. (Fig. 4). combination of an X10 system and a micro embedded web server with integrated Java functions representing a mini X10 gateway. 2. THE X10 PROTOCOL Nowadays, the X10 protocol represents a “de facto” standard in home automation systems based on Power Line Carrier (P.L.C) transmission [3]. Although it is widely used for domestic applications, it has not as yet been frequently used in experimental applications like the ones described here. Conceptually an X10 system allows information and therefore data to be conveyed via an electric power line. A typical X10 system consists of several X10 modules connected to the power line used as the transmission medium. Normally a PC interface with a serial connection is used to generate the X10 commands to the various peripheral devices. The latter receive and perform the commands they are given. A generic X10 network can be represented as in Fig. 1 Fig. 4 – Code transmitted when a Function or Number button is pressed. POWER LINE The tables in Fig. 5 show the Binary Codes to be transmitted for each House Code and Key Code. The Start Code is always 1110, which is a unique code and the only one which does not follow the true-complement relationship on alternate half cycles. Appliance ApplianceMaster Unit Fig. 1 – Typical Powerline Network. The X10 transmission system synchronizes on the zero crossing rate of the sinusoid that represents the signal of a power line. The design goal is to transmit as close to the zero crossing point as possible but certainly within 200 microseconds of the zero crossing point. The system master unit provides a 60 Hz square wave with a maximum delay of 100 µs from the zero crossing point of the AC power line. A binary 1 is represented by a 1 ms burst of 120 KHz at the zero crossing point and a binary 0 by the absence of the 120 KHz. The master units modulate their inputs at 120 KHz, with a duration of 1 ms. These 1 ms bursts should actually be transmitted three times to coincide with the zero crossing points of all three phases in a three phase distribution system. (Fig.2 ) . Fig.5 – House Code and Key Code Tables. A hail request is transmitted to see if there are any other X- 10 transmitters within listening range. This allows the O.E.M. to assign a different Housecode if a “Hail Fig. 2 Burst timing relationship relating to zero crossing.
  • 3. 3 Acknowledge” is received. X-10 Receiver Modules require a “silence” of at least 3 power line cycles between each pair of 11 bit code transmissions (no gap between each pair). The only exception to this rule is bright and dim codes. These are transmitted continuously with no gaps between each 11-bit dim code or 11-bit bright code. A 3-cycle gap is necessary between different codes, i.e. between bright and dim, or 1 and dim, or on and bright, etc.. FIG.7 - PLI message format. PLI sends on the power line the number of bits indicated in the length field, starting from the last bit of the 2nd byte of the message.3. IMPROVED PROTOCOL The extended MAC protocol will now be described.As the X10 protocol is very simple and implements only a few commands for appliance management, it would be unfeasible to use it in nuclear physics experiments. Consequently, by exploiting its capacity for modification, we implemented a master unit based on a microprocessor which integrated normal X10 commands with other, more advanced functions, thus extending the range of available functions. Standard Code (X-10) The X10 protocol uses a technique based on the following statement “Ensure that the system is not receiving”. To do this it is necessary to check that there are 4, 5 or 6 zero crossing rates, chosen at random, with no signal, corresponding to the bit “0”. If an error is detected during transmission, i.e. if 0 was being transmitted and 1 is read, or if the power of the signal received is greater than that of the signal transmitted, the transmission must be stopped immediately and resumed after a time randomly chosen between the 4,5 or 6 zero crossing rates with no “1”. Between one message and another there has to be a gap of at least 4 cycles. The standard X10 protocol does not indicate whether the transmission is to be completely cancelled if errors occur n consecutive times. If errors occur 8 consecutive times it is advisable to cancel the transmission. The characteristics of the master system are as follows: - Bidirectional X10 communication; - Serial RS-232 interface; - 80 byte FIFO buffer - Collision avoidance and detect, automatic retransmission; - Compatible with standard and extended X10 code, extended functions; - Support custom protocol up to 127 bit length messages; - Automatic power line frequency detection; This unit (called PLI, Power Line Interface) allows us to interface appliance equipment with computers or other CPU systems, equipped with a serial input RS-232. It is able to receive and to send all the X-10 codes, standard and extended. The extended functions are up to 127 bits in length. The large buffer eliminates microprocessor wait states for X10 transmissions. Some features, such as collision avoidance and detect, automatic retransmission improves a great reliability like as confirmation after a right transmission or failure. Extended Code (X-10) Use of the Extended Code requires the transmitter to be capable of preventing collisions whenever possible, and if a collision does occur it has to be detected and the conflict resolved. To achieve this the following access protocol was used. First of all, all messages have the same priority. To access the transmission line, the transmitter has to wait 8, 9 or 10 z.c. during which there must be no transmission of “1s”. If a “1” is detected, the count starts again. If a conflict is detected during the transmission, a collision is detected, the transmission is cancelled and the cycle is resumed, that is, the transmitter waits for 8, 9 or 10 z.c. with no “1s” and then starts to transmit again. If 8 consecutive errors occur the transmission is cancelled. The serial protocol is very simple and it allows some internal PLI functions to be controlled, such as enable/disable triphase transmission, enable/disable twice transmission, power line frequency and others. Moreover, the automatic power-line frequency set-up allows this device to be installed on a 50 or 60 Hz system. In addition, we provide a serial/TPC/IP interface able to manage the Java Applet in order to provide the system with all network capabilities . Extended Function There are two levels of priority: Normal and Absolute. Messages with normal priority follow the rules outlined above. Thee specifications for messages with absolute priority still remain to be defined.Message format A message is made up of a sequence of bytes. The 1st nibble of message indicates the type of message. PLI manages two types of message. A sample of possible codes and their meaning is shown in the following tables. Procedure:Address The basic predefined address of a new unit is P16 and the extended address 0. Upon insertion into the network the Automatic address setting with master procedure is followed.Data to/from PLI The format of the messages sent by PLI is shown in Fig. 7 Each time it re-enters the network the unit will notify its arrival with the NewGuest function.
  • 4. 4 Procedure:Automatic address setting with master At start-up the NewDevice unit sends a Request(Address) 3 times at 5-second intervals (over a 100 bps connection). The request is answered by the AssignAddress function. If a reply is received, confirmation is sent to the master via the SendOldAddress function; the master confirms reception of the SendOldAddress by sending an Ack. The following is a scheme of the functions (N=New unit, M=Master) N: Request(Address) a maximum of 3 times at 5-sec intervals until AssignedAddress is received M: AssignAddress N: SendOldAddress a maximum of 3 times at 5-sec intervals until an ACK is received M: ACK If no reply is received, the unit will execute the procedure every time it is activated until it loses the NewDevice property. The NewDevice property is equal to False after the arrival of an AssignedAddress. The master can recover an address setting session by using the Request(OldAddress) function. 4. CHARACTERISTICS OF THE X 10 GATEWAY The system proposed comprises two units: a module to handle the X10 signals (master unit) and another which is an embedded web server, produced by Intellisystem Technologies, developed for fast, easy and reliable management of professional remote control applications in a TCP/IP environment (Fig. 8). FIG. 8 – X10 TCP/IP Gateway functions. The two systems interface via a serial connection based on the RS232 protocol. Once connected to an Ethernet, the whole system offers a hardware and software platform that can be programmed using a high-level language like Java. This means that the user interface can be managed by a parametric Java Applet: in this way the end user can develop his own control application in a fast and safe fashion without the need to be able to program in Java. Using the support of any Internet browser, for example Internet Explorer or Netscape, the system provides remote control of any device or apparatus. 5. CASE STUDY: A REMOTE SYSTEM FOR VACUUM GENERATION The test configuration f ng and tuning of a particle detector. A complete scheme of the plant is application presented here represents a or a support system in developi shown in Fig. 9; it comprises a vacuum chamber, a rotating pre-vacuum pump, a turbo pump to create a vacuum, a visual pressure gauge, two pressure transducers for values set between 1*10-3 ÷ 1*103 mbar and 1*10-9 ÷ 1*10-3 mbar, and four electrovalves, two for air return and two to extract the air from the chamber (pre vacuum and vacuum). FIG. 9 Scheme of the system for vacuum generation. Remote control of the vacuum has to carry out the foll rding to an assigned value; - Possibility of remote action on any of the devices A PLC is dedicated to automatic control of the vacuum by acquiring information regarding the state of the The task of the X10 system is to allow control of the main com ves regulating the air flow. To this end, dimmer and on/off owing tasks: - Monitoring and automatic regulation of the pressure in the chamber acco X10 Master Unit RS232/TCP/IP activated. Fig. 10 is a block diagram of the vacuum control system developed. Converter system and automatically regulating the vacuum in the chamber. The PLC has a TCP/IP interface that integrates with the one proposed in our X10 system.X10 TCP/IP Gateway Fig. 10 – Block diagram of v l system. X10 TCP/IP Gateway PLC Vacum System acuum contro ponents of the plant, that is, the pumps and val
  • 5. 5 Fig. 12 shows the control interface via which the operator perfo The central part of the control panel reproduces a scheme of the modules were used. The former interfaces with the valves and regulate partial opening/closing. The latter activates the pumps to create the vacuum. Fig.11 S e o o uu nt ste X10 module X10 module X10 module X10 module X10 module X10 module Pump1 Pump2 Valve1 Valve2 Valve3 Valve4 X10 TCP/IP Gateway chem f rem te vac m co rol sy m. rms remote control of the whole vacuum system. plant together with indicators of the operations performed: each indication coloured green indicates that the associated device is active, for example a pump or an electrovalve is open; red indicates the remaining states. Fig. 12- JAVA GUI interface for vacuum control. The two pressure sensors have two LED indicators; when one s is currently selected for acquisition of the pressure ttom left-hand side there is a button to switch the system from automatic to manual functioning. In this paper we ha tages obtained by using X10 technology in a typical nuclear physics expanded and it is possible to integrate new devices without modifying the ce written in Java, by virtue of its parameterisation, drastically reduces the time 7. REFERENCES [1] O. Mirabella, V ieri, C. Spitale, A Profibus-based Control Sy em for Nuclear Physics , niques for Nuclear and Particle hysics Experiments, Sprinter-Verlang ] X10 communication protocol. http://www.x10.org comes on it indicates which of the two device measurements. On the top right-hand side there are two displays: the first is a sliding graph on a semi-logarithmic scale showing the evolution of the pressure in the chamber; the second displays the current pressure in mbar. The main panel contains a number of buttons, one for each state of control of the local algorithm. The diagnosis panel has two indicators: system error, which indicates the presence of malfunctioning of the instrument providing the transduced pressure, and Turbo 80%, which informs the user that 80% of the maximum sped of the turbine has been reached. On the bo 6. CONCLUSIONS ve presented the advan environment. We have investigated how to integrate distributed control systems via the X10 protocol with particular reference to implementation of a system to control the vacuum in a special chamber used to develop and test particle detectors. The system can easily be communication system. By interfacing with a TCP/IP network the system becomes a gateway for the remote control of systems and applications. The flexibility of the graphic interfa required to develop it, thus allowing the system to be put into operation very rapidly, even when substantial modifications have been made to the plant being controlled. . Bellini, C. Rand st Applications, The 6th World Multi-Conference on Systemics, Cybernetics and Informatics SCI 2002, July 2002, Orlando Florida. [2] W. R. Leo, Tech P [3