SlideShare a Scribd company logo
1 of 13
Download to read offline
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 367
DEVELOPMENT OF MOBILE SURFACE WATER FILTRATION
SYSTEM THROUGH SIMULATION USING COLOURED PETRI NET
(CPN)
Aashish Vatsyayan1
, B. Hemalatha2
, A Vimala Juliet3
, Ishwarya Venkatram4
AP(Sr.G), HOD, SRM University, SRM University, SRM University, SRM University
Aim
Testing the working of the mobile surface water filtration system through the design and simulation of a CPN generated schema
Methodology
For understanding the required action for different conditions the programming is developed using CPN tools for analysis of different
conditions and obtaining a holistic picture of the system.
Result
The simulation model has demonstrated how the working of the mobile system is intended and has the actions of a microcontroller
clearly cut out for the programmer to understand and write the code. Each module was looked upon in the different scenarios and the
changes in the system after simulation were shown, providing a holistic understanding of the entire system. The sensors,
microcontrollers and actuators have been discussed to bridge the gap between completely theoretical concepts to an implementable
entity.
Conclusion
Impending release of tool for direct conversion of Coloured Petri Net simulation into hexadecimal format opens up infinite avenues
for system modelling in Coloured Petri Net environment. The model design can be improved upon by adding
time dependency property of CPN to simulate more dynamic and time dependant processes, this aspect has not been explored as a
holistic illustration, but the system for mobile surface water filtration device has been thoroughly and holistically explained and
explored.
Key words: Coloured Petri Nets, simulation, modelling, filtration system, mobile, navigation, electro coagulation.
--------------------------------------------------------------------***-----------------------------------------------------------------------
1. INTRODUCTION
The simulation of CPN is based on triggering of inputs and
demonstrating the resultant action impact on the system, it is
parallel process simulation software where the triggering of
one input has response from different sub systems, all these
processes can be observed to code a microcontroller for
performing similar actions in real time situations.
Before actual fabrication of an electrical system involving
microcontrollers, sensors, actuators it is necessary to develop a
logic that dictates when which actuator should react to given
input, here CPN is used to display a blueprint of the logic that
will be implemented into an actual functioning hardware
prototype.
C P nets have various characteristics and some of the major
characteristics touched upon while modeling the design were
the liveness, boundedness and stochastic nature of the net. The
design is that of a discrete, continuous and hybrid net. We also
have introduced a dimension of high-level Petri nets by
modeling using a CPN interface. It allows us to generate high -
level nets with token values and hierarchy that allow
the transitions on various levels to fire. The problem of non-
determinism has been tackled and the net has been
incorporated with concurrent behavior in selected simulations.
The Bayesian nature of the Petri nets has been explored and
incorporated in the net schema.
The entire paper revolves around creating a simulation model
to understand the working of the developed system and
display the interconnectivity amongst the different parameters.
Coloured Petri Nets is chosen as the platform for creating a
simulation model as the token transfer in CPN is clearly
understandable along with it treating all values in 0 or 1,
which creates a direct colliery with the working of a
microcontroller. CPN adds the concept of coding, graphical
interface and Petri nets to produce a system which has
powerful primitives and has a vast potential. The obtaining of
a hexadecimal code from a CPN simulation is in its path of a
commercial release and it will improve current modelling
schemes as CPN will greatly reduce the processing time in
microcontrollers. The simulation displays the working of the
system under different situations and what response will be
triggered in each scenario.
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 368
The case by case analysis is done to explain the working of the
mobile surface water filtration device. The modules discussed
are: navigation, electro coagulation and an overall working
and output of the system. Before and after screen shots are
used to explain the reaction of the output actuators on the basis
of triggering of the input sensors.
MATERIALS AND METHODS
The CPN model was designed using the CPN tools interface
window. A new page was created in the workspace and was
saved using .cpn extension. The places, transitions required for
the model were created and arcs connecting the places and
transitions were designed. The places and the transitions were
labelled with unique names and assigned data types. The
places then were designated with a set number of tokens (i.e. 0
or 1). Next the variable declarations were made by creating an
empty declaration and then modified according to the variable
names and their respective data types. The function
declarations were defined according to the various input
parameters and an optimal code for generation of suitable
output was written, for the respective functions. The variables
and functions were then labelled onto the arc inscriptions, thus
developing a proper place -arc-transition schema defining the
structure of the autonomous mobile surface water filtration
system. Subsequently, hierarchy and other parameters were
added to increase the parallelism and complexity in the net and
the net was colour coded. The non-determinism was verified
and the schema was completed. The model generated was
simulated with various input parameters and the optimal
output was generated by the net.
The sensors are hydrocarbon sensors which can differentiate
between crude oil and water, depending upon the range of
their output a suitable analogue to digital converter can be
used to give a high (i.e. 1) value when oil is detected and a low
(i.e. 0) to the microcontroller. The sensors are connected on
the body of the mobile device at 5 locations in a star format, 5
sensors are considered only to show how the discrimination of
direction is to be made however more sensors can be added to
increase the accuracy of system, it would result in more data to
process though. One hydrocarbon sensor is connected on the
input pipe to determine is oil is present in immediate
proximity of the input site; it plays a nominal role in
navigation.
Level sensors are used inside processing chamber to
determine the level of the process liquid, floating switches
type can be used.
Microcontroller of choice is 8051 is due to it being familiar
and easy to use with it and as the mobile device is still in
development stage 8051 provides with the processing
requirements at this stage.
Figure 1 A pin diagram shows the number of available inputs
and outputs.
Output actuators
The output actuators in this model are primarily valves and
motors and propellers
Valves: for open and close operation at the input site. A simple
solenoid valve can be used for this operation.
Motors: the motor being used is a simple DC motor having
high torque and low rpm to facilitate the movement of input
pipe. The motor is enclosed inside the processing tank and is
replaceable in case the motor burns out; a high torque has been
chosen to move the input pipe despite the viscosity offered by
water.
Propellers: the propellers are high torque and high rpm to
facilitate the movement of the mobile device.
The battery backup is not discussed in this paper, plausible
avenues for research into supply of electricity or energy are:
crude oil internal combustion engines, solar cells, microbial
fuel cells and wind energy.
The process of electro coagulation mentioned in the paper can
be looked up in relevance in the paper ‘mobile surface water
filtration system’.
Operation:
The navigation and electro coagulation units work in 6
different modes. The before and after simulation screen shots
are explained.
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 369
CASE 1: When all the sensors test positive for oil:
1.1 BEFORE SIMULATION:
1.1.1 WHOLE MODEL SCHEMA:
Sensor 1 : 1
Sensor 2 : 1
Sensor 3 : 1
Sensor 4 : 1
Sensor 5 : 1
Navigation(Propeller main,Propeller left, Propeller right) : 0
Electrocoagulation(Input valve,Level sensor1,Levelsensor2) :
0
Output : 0
Figure 1.1.1 Model before simulation when all sensors are 1
1.1.2 NAVIGATION SCHEMA:
Sensor 1 : 1
Sensor 2 : 1
Sensor 3 : 1
Sensor 4 : 1
Sensor 5 : 1
Navigation(Propeller main,Propeller left, Propeller right) : 0
Figure 1.1.2 Navigation model before simulation when all
sensors are 1 and propellers are 0
1.1.3 ELECTRO COAGULATION SCHEMA:
Sensor 1 : 1
Sensor 2 : 1
Sensor 3 : 1
Sensor 4 : 1
Sensor 5 : 1
Electrocoagulation(Input valve,Level sensor1,Levelsensor2) :
0
Output : 0
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 370
Figure 1.1.3 Electro coagulation before simulation when all
sensors are 1, level sensors are 0 and output is 0
1.2. AFTER SIMULATION:
1.2.1 WHOLE MODEL SCHEMA:
Navigation(Propeller main,Propeller left, Propeller right) : 0
Electrocoagulation(Input valve,Level
sensor1,Levelsensor2) : 0
Output : 1
Figure 1.2.1 Model after simulation yields output 1
1.2.2 NAVIGATION SCHEMA:
Propeller main : 0
Propeller left : 0
Propeller right : 0
Figure 1.2.2 Navigation model after simulation yields
propeller outputs as 0
1.2.3 ELECTRO COAGULATION SCHEMA:
INPUT VALVE : 1
OUTPUT : 1
Figure1.2.3 Electro coagulation after simulation yields output
as 1
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 371
CASE 2: When only three sensors test positive for
oil(i.e. sensor1,sensor2,sensor3):
2.1 BEFORE SIMULATION :
2.1.1 WHOLE MODEL SCHEMA:
Sensor 1 : 1
Sensor 2 : 1
Sensor 3 : 1
Sensor 4 : 0
Sensor 5 : 0
Navigation(Propeller main,Propeller left, Propeller right) : 0
Electrocoagulation(Input valve,Level sensor1,Levelsensor2) :
0
Figure 2.1.1 Model before simulation when all sensor1,
sensor2, sensor3 are 1
2.1.2 NAVIGATION SCHEMA:
Sensor 1 : 1
Sensor 2 : 1
Sensor 3 : 1
Sensor 4 : 0
Sensor 5 : 0
Navigation(Propeller main,Propeller left, Propeller right) : 0
Figure 2.1.2 Navigation model before simulation when all
sensor1, sensor2, sensor3 are 1 and propellers are 0
2.1.3 ELECTRO COAGULATION SCHEMA:
Sensor 1 : 1
Sensor 2 : 1
Sensor 3 : 1
Sensor 4 : 0
Sensor 5 : 0
Electrocoagulation(Input valve,Level sensor1,Levelsensor2) :
0
Output : 0
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 372
Figure 2.1.3 Electro coagulation before simulation when all
sensor1, sensor2, sensor3 are 1, level-sensors are 0 and output
is 0
2.2 AFTER SIMULATION :
2.2.1 WHOLE MODEL SCHEMA:
Output : 0
Figure 2.2.1 The simulation yields no output
2.2.2 NAVIGATION SCHEMA:
Propeller main : 500
Propeller left : 0
Propeller right : 500
Inference: Left turn is made
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 373
Figure 2.2.2 The simulation yields the system to turn left
2.2.3 ELECTRO COAGULATION SCHEMA:
INPUT VALVE : 0
OUTPUT : 0
Figure 2.2.3 Electro coagulation after simulation yields no
output
CASE 3: When only three sensors test positive for
oil(i.e. sensor3,sensor4,sensor5):
3.1 BEFORE SIMULATION :
3.1.1 WHOLE MODEL SCHEMA:
Sensor 1 : 0
Sensor 2 : 0
Sensor 3 : 1
Sensor 4 : 1
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 374
Sensor 5 : 1
Navigation(Propeller main,Propeller left, Propeller right) : 0
Electrocoagulation(Input valve,Level sensor1,Levelsensor2) :
0
Figure 3.1.1 Model before simulation when all sensor3,
sensor4, sensor5 are 1
3.1.2 NAVIGATION SCHEMA:
Sensor 1 : 0
Sensor 2 : 0
Sensor 3 : 1
Sensor 4 : 1
Sensor 5 : 1
Navigation(Propeller main,Propeller left, Propeller right) : 0
Figure 3.1.2 Navigation model before simulation when all
sensor3, sensor4, sensor5 are 1 and propellers are 0
3.1.3 ELECTRO COAGULATION SCHEMA:
Sensor 1 : 0
Sensor 2 : 0
Sensor 3 : 1
Sensor 4 : 1
Sensor 5 : 1
Electrocoagulation(Input valve,Level sensor1,Levelsensor2) :
0
Output : 0
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 375
Figure 3.1.3 Electro coagulation before simulation when all
sensor3, sensor4, sensor5 are 1, level-sensors are 0 and output
is 0
3.2 AFTER SIMULATION :
3.2.1 WHOLE MODEL SCHEMA:
Output : 0
Figure 3.2.1 The simulation yields no output
3.2.2 NAVIGATION SCHEMA:
Propeller main : 500
Propeller left : 500
Propeller right : 0
Inference: Right turn is made
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 376
Figure 3.2.2 The simulation yields the system to turn right
3.2.3 ELECTRO COAGULATION SCHEMA:
INPUT VALVE : 0
OUTPUT : 0
Figure 3.2.3 Electro coagulation after simulation yields no
output
CASE 4: When all 5 primary sensors and 1 shaft
sensor test positive for oil:
4.1 BEFORE SIMULATION :
4.1.1 MODEL SCHEMA:
Sensor 1 : 1
Sensor 2 : 1
Sensor 3 : 1
Sensor 4 : 1
Sensor 5 : 1
Sensor 6 : 1
Shaft position : 0
Navigation(Propeller main,Propeller left, Propeller right) : 0
Electrocoagulation(Input valve,Level sensor1,Levelsensor2) :
0
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 377
Figure 4.1.1 All 6 sensors test positive for oil and shaft
position is 0
4.2 AFTER SIMULATION :
4.2.1 MODEL SCHEMA:
The inlet shaft is connected to a stepper motor of step angle
900 and hence it has 4 postions in its circular path at 00, 900,
1800, 2700 and then back to 00.
Shaft Position : 0
Inference: Shaft position is unchanged and input valve is
opened and electro coagulation happens
Figure 4.2.1 The simulation yields no change in position of
the shaft
CASE 5: When all 5 primary sensors except 1 shaft
sensor test positive for oil:
5.1 BEFORE SIMULATION :
5.1.1 MODEL SCHEMA:
Sensor 1 : 1
Sensor 2 : 1
Sensor 3 : 1
Sensor 4 : 1
Sensor 5 : 1
Sensor 6 : 0
Shaft position : 0
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 378
Navigation(Propeller main,Propeller left, Propeller right) : 0
Electrocoagulation(Input valve,Level sensor1,Levelsensor2) :
0
Output : 0
Figure 5.1.1 All 5 sensors test positive for oil except sensor 6
and shaft position is 0
5.2 AFTER SIMULATION :
5.2.1 MODEL SCHEMA:
Shaft Position : 1
Inference: Shaft position changes from 0 to 1 and new position
is assigned value 0 again. Though the shaft position changes to
1, till sensor 6 sends a new input as positive the input valve
does not open.
Figure 5.2.1 The simulation yields the shaft position to
change
CASE 6: When no oil sensors detect oil :
In this case there is no oil in the immediate vicinity of the
mobile device. There are 2 approaches to aid the device in
such a situation.
One approach is to make the mobile device to trace circles of
increasing diameters until it interacts with oil after which the
movement via sensors is guided. The movement will be
achieved by switching off one propeller (taking the left
propeller) and keeping the main propeller ON. This mode can
also be understood as ‘scouting’ for oil.
An alternate method is the use of thermal imaging to
determine the concentrated oil puddles and directing the
mobile device in that direction. Thermal imaging can be
utilized due to the unique property of oil that it heats up
rapidly during the day and cools off in the night. Hence at all
points of time oil will have a different heat signature from
water. By setting up a threshold algorithm to differentiate the
pixels in greyscale the position of oil can be determined. The
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 379
thermal camera can be installed at a height at an inclination so
that it is facing the water body. The thermal camera will
operate within a range, the camera will be installed on a base
connected to a stepper motor having a step angle of 900, such
a step angle is kept due to the high amount of data that needs
to be processed, we can have a smaller step angle and operate
at a higher accuracy but it would need higher computation and
data storage. The implementation of thermal imaging with
relevant data on setting threshold has not been discussed in the
paper.
Arc inscription code
Navigation:
Propeller-main
fun propellermain(a,i,j,k,l) =
if(a > 0 andalso i > 0 andalso j > 0 andalso k > 0 andalso l >0 )
then 1`0
else if(a > 0 andalso i > 0 andalso j > 0 andalso k < 1 andalso l
< 1) then 1`500
else if (a > 0 andalso i < 1 andalso j < 1 andalso k > 0 andalso
l >0 ) then 1`500
else 1`1000
Propeller -left
fun propellerleft(a,i,j,k,l) =
if(a > 0 andalso i > 0 andalso j > 0 andalso k > 0 andalso l >0 )
then 1`0
else if(a > 0 andalso i > 0 andalso j > 0 andalso k < 1 andalso l
< 1) then 1`0
else if (a > 0 andalso i < 1 andalso j < 1 andalso k > 0 andalso
l >0 ) then 1`500
else 1`1000
Propeller- right
fun propellerright(a,i,j,k,l) =
if(a > 0 andalso i > 0 andalso j > 0 andalso k > 0 andalso l >0 )
then 1`0
else if(a > 0 andalso k > 0 andalso l > 0 andalso i < 1 andalso j
< 1) then 1`0
else if (a > 0 andalso i < 1 andalso j < 1 andalso k > 0 andalso
l >0 ) then 1`500
else 1`1000
In the ever changing trend of modern day society, there
develops a need to bridge the gap between user interface and
direct implementation into hard drive. CPN thus offers a much
simpler, more dynamic interface with powerful primitives that
enable parallel processing and high throughputness. The
system that has been modelled is aimed at cleaning oil-spills
but can also be used to clean still water bodies against
eutrophication and other pollutants. The paper describes the
structure and concepts of mobile surface water filtration
system but not that of process detail and power management,
as they are not necessary for simulation. The impending
release of a compiler that can generate hexadecimal code from
CPN xml code can facilitate easier code generation from a
dynamic and user friendly tool such as CPN. Also the future
design of the paper could incorporate time dependency to
make the simulation more real-time oriented.
ACKNOWLEDGEMENTS
The authors would like to thank the departments of
Instrumentation and Control Engineering and Bioinformatics
Engineering of SRM University, Chennai for their support and
aid in making this paper possible.
REFERENCES
[1]. ‘Mobile surface water filtration system’- Aashish
Vatsyayan, B. Hemalatha, IJET
[2]. OIL SPILL SENSOR USING MULTISPECTRAL
INFRARED IMAGING VIA `1 MINIMIZATION, Yingying
Liy_, Wei-Chuan Shihy, Zhu Hany, and Wotao
Yin_yElectrical & Computer Engineering Department,
University of Houston_Computational and Applied
Mathematics, Rice University
[3]. An Introduction to the Practical Use of Coloured Petri
Nets, Kurt Jensen, Department of Computer Science,
University of Aarhus, Ny Munkegade, Bldg. 540, DK-8000
Aarhus C, Denmark

More Related Content

Viewers also liked

Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Extracting interesting knowledge from versions of dynamic xml documents
Extracting interesting knowledge from versions of dynamic xml documentsExtracting interesting knowledge from versions of dynamic xml documents
Extracting interesting knowledge from versions of dynamic xml documentseSAT Publishing House
 
Performance evaluation of various types of nodes in
Performance evaluation of various types of nodes inPerformance evaluation of various types of nodes in
Performance evaluation of various types of nodes ineSAT Publishing House
 
Ber analysis of wi max in multipath fading channels
Ber analysis of wi max in multipath fading channelsBer analysis of wi max in multipath fading channels
Ber analysis of wi max in multipath fading channelseSAT Publishing House
 
Open channel flow velocity profiles for different
Open channel flow velocity profiles for differentOpen channel flow velocity profiles for different
Open channel flow velocity profiles for differenteSAT Publishing House
 
Index and engineering properties of spent wash blended soils a comparative s...
Index and engineering properties of spent wash blended soils  a comparative s...Index and engineering properties of spent wash blended soils  a comparative s...
Index and engineering properties of spent wash blended soils a comparative s...eSAT Publishing House
 
Statistical analysis of various sub systems of panel
Statistical analysis of various sub systems of panelStatistical analysis of various sub systems of panel
Statistical analysis of various sub systems of paneleSAT Publishing House
 
Implementation of content based image retrieval using the cfsd algorithm
Implementation of content based image retrieval using the cfsd algorithmImplementation of content based image retrieval using the cfsd algorithm
Implementation of content based image retrieval using the cfsd algorithmeSAT Publishing House
 
Influence of process parameters on depth of
Influence of process parameters on depth ofInfluence of process parameters on depth of
Influence of process parameters on depth ofeSAT Publishing House
 
Design and verification of pipelined parallel architecture implementation in ...
Design and verification of pipelined parallel architecture implementation in ...Design and verification of pipelined parallel architecture implementation in ...
Design and verification of pipelined parallel architecture implementation in ...eSAT Publishing House
 
Prediction of flow characteristics through a
Prediction of flow characteristics through aPrediction of flow characteristics through a
Prediction of flow characteristics through aeSAT Publishing House
 
Study on utilization of moringa oleifera as coagulation
Study on utilization of moringa oleifera as coagulationStudy on utilization of moringa oleifera as coagulation
Study on utilization of moringa oleifera as coagulationeSAT Publishing House
 
Vehicle anti theft system based on an embedded
Vehicle anti theft system based on an embeddedVehicle anti theft system based on an embedded
Vehicle anti theft system based on an embeddedeSAT Publishing House
 
Experimental study on performance of diesel engine
Experimental study on performance of diesel engineExperimental study on performance of diesel engine
Experimental study on performance of diesel engineeSAT Publishing House
 
IJRET : International Journal of Research in Engineering and TechnologyImprov...
IJRET : International Journal of Research in Engineering and TechnologyImprov...IJRET : International Journal of Research in Engineering and TechnologyImprov...
IJRET : International Journal of Research in Engineering and TechnologyImprov...eSAT Publishing House
 
Design and analysis of different digital communication systems and determinat...
Design and analysis of different digital communication systems and determinat...Design and analysis of different digital communication systems and determinat...
Design and analysis of different digital communication systems and determinat...eSAT Publishing House
 
Emission analysis of bio diesel blends on variable compression ratio engine
Emission analysis of bio diesel blends on variable compression ratio engineEmission analysis of bio diesel blends on variable compression ratio engine
Emission analysis of bio diesel blends on variable compression ratio engineeSAT Publishing House
 
Influence of compaction energy on soil stabilized with
Influence of compaction energy on soil stabilized withInfluence of compaction energy on soil stabilized with
Influence of compaction energy on soil stabilized witheSAT Publishing House
 
A novel approach on a robot for the blind people which can trained and operat...
A novel approach on a robot for the blind people which can trained and operat...A novel approach on a robot for the blind people which can trained and operat...
A novel approach on a robot for the blind people which can trained and operat...eSAT Publishing House
 

Viewers also liked (20)

Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Extracting interesting knowledge from versions of dynamic xml documents
Extracting interesting knowledge from versions of dynamic xml documentsExtracting interesting knowledge from versions of dynamic xml documents
Extracting interesting knowledge from versions of dynamic xml documents
 
Performance evaluation of various types of nodes in
Performance evaluation of various types of nodes inPerformance evaluation of various types of nodes in
Performance evaluation of various types of nodes in
 
Ber analysis of wi max in multipath fading channels
Ber analysis of wi max in multipath fading channelsBer analysis of wi max in multipath fading channels
Ber analysis of wi max in multipath fading channels
 
Open channel flow velocity profiles for different
Open channel flow velocity profiles for differentOpen channel flow velocity profiles for different
Open channel flow velocity profiles for different
 
Index and engineering properties of spent wash blended soils a comparative s...
Index and engineering properties of spent wash blended soils  a comparative s...Index and engineering properties of spent wash blended soils  a comparative s...
Index and engineering properties of spent wash blended soils a comparative s...
 
Statistical analysis of various sub systems of panel
Statistical analysis of various sub systems of panelStatistical analysis of various sub systems of panel
Statistical analysis of various sub systems of panel
 
Implementation of content based image retrieval using the cfsd algorithm
Implementation of content based image retrieval using the cfsd algorithmImplementation of content based image retrieval using the cfsd algorithm
Implementation of content based image retrieval using the cfsd algorithm
 
Influence of process parameters on depth of
Influence of process parameters on depth ofInfluence of process parameters on depth of
Influence of process parameters on depth of
 
Design and verification of pipelined parallel architecture implementation in ...
Design and verification of pipelined parallel architecture implementation in ...Design and verification of pipelined parallel architecture implementation in ...
Design and verification of pipelined parallel architecture implementation in ...
 
Prediction of flow characteristics through a
Prediction of flow characteristics through aPrediction of flow characteristics through a
Prediction of flow characteristics through a
 
Study on utilization of moringa oleifera as coagulation
Study on utilization of moringa oleifera as coagulationStudy on utilization of moringa oleifera as coagulation
Study on utilization of moringa oleifera as coagulation
 
Vehicle anti theft system based on an embedded
Vehicle anti theft system based on an embeddedVehicle anti theft system based on an embedded
Vehicle anti theft system based on an embedded
 
Dual purpose blind navigation box
Dual purpose blind navigation boxDual purpose blind navigation box
Dual purpose blind navigation box
 
Experimental study on performance of diesel engine
Experimental study on performance of diesel engineExperimental study on performance of diesel engine
Experimental study on performance of diesel engine
 
IJRET : International Journal of Research in Engineering and TechnologyImprov...
IJRET : International Journal of Research in Engineering and TechnologyImprov...IJRET : International Journal of Research in Engineering and TechnologyImprov...
IJRET : International Journal of Research in Engineering and TechnologyImprov...
 
Design and analysis of different digital communication systems and determinat...
Design and analysis of different digital communication systems and determinat...Design and analysis of different digital communication systems and determinat...
Design and analysis of different digital communication systems and determinat...
 
Emission analysis of bio diesel blends on variable compression ratio engine
Emission analysis of bio diesel blends on variable compression ratio engineEmission analysis of bio diesel blends on variable compression ratio engine
Emission analysis of bio diesel blends on variable compression ratio engine
 
Influence of compaction energy on soil stabilized with
Influence of compaction energy on soil stabilized withInfluence of compaction energy on soil stabilized with
Influence of compaction energy on soil stabilized with
 
A novel approach on a robot for the blind people which can trained and operat...
A novel approach on a robot for the blind people which can trained and operat...A novel approach on a robot for the blind people which can trained and operat...
A novel approach on a robot for the blind people which can trained and operat...
 

Similar to Development of mobile surface water filtration system through simulation using coloured petri net (cpn)

Design and development of touch screen controlled stairs climbing robot
Design and development of touch screen controlled stairs climbing robotDesign and development of touch screen controlled stairs climbing robot
Design and development of touch screen controlled stairs climbing roboteSAT Journals
 
B03710609
B03710609B03710609
B03710609theijes
 
Prototype for automatically navigated water irrigation system
Prototype for automatically navigated water irrigation systemPrototype for automatically navigated water irrigation system
Prototype for automatically navigated water irrigation systemtheijes
 
IRJET- Water Level Monitoring System
IRJET- Water Level Monitoring SystemIRJET- Water Level Monitoring System
IRJET- Water Level Monitoring SystemIRJET Journal
 
IRJET- Automatic Drip Irrigation System Using PLC
IRJET- Automatic Drip Irrigation System Using PLCIRJET- Automatic Drip Irrigation System Using PLC
IRJET- Automatic Drip Irrigation System Using PLCIRJET Journal
 
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...IRJET Journal
 
SOC Module for IOT Based Smart Water Monitoring
SOC Module for IOT Based Smart Water MonitoringSOC Module for IOT Based Smart Water Monitoring
SOC Module for IOT Based Smart Water Monitoringrahulmonikasharma
 
Logic gate based automatic water level controller
Logic gate based automatic water level controllerLogic gate based automatic water level controller
Logic gate based automatic water level controllereSAT Publishing House
 
IRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using IotIRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using IotIRJET Journal
 
The Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection SystemThe Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection SystemIJRESJOURNAL
 
Analysis and Modeling of PID and MRAC Controllers for a Quadruple Tank System...
Analysis and Modeling of PID and MRAC Controllers for a Quadruple Tank System...Analysis and Modeling of PID and MRAC Controllers for a Quadruple Tank System...
Analysis and Modeling of PID and MRAC Controllers for a Quadruple Tank System...dbpublications
 
Design, simulation and practical experimentation of miniaturized turbine flow...
Design, simulation and practical experimentation of miniaturized turbine flow...Design, simulation and practical experimentation of miniaturized turbine flow...
Design, simulation and practical experimentation of miniaturized turbine flow...journalBEEI
 
IRJET- Automatic Object Sorting Machine
IRJET- Automatic Object Sorting MachineIRJET- Automatic Object Sorting Machine
IRJET- Automatic Object Sorting MachineIRJET Journal
 
PLC Based Automatic Bottle Filling and Capping System
PLC Based Automatic Bottle Filling and Capping SystemPLC Based Automatic Bottle Filling and Capping System
PLC Based Automatic Bottle Filling and Capping Systemijtsrd
 
IRJET- Automated Water Conservation and Theft Detection using IOT
IRJET-  	  Automated Water Conservation and Theft Detection using IOTIRJET-  	  Automated Water Conservation and Theft Detection using IOT
IRJET- Automated Water Conservation and Theft Detection using IOTIRJET Journal
 
IRJET- Fuel Theft Detection Location Tracing using Internet of Things
IRJET- Fuel Theft Detection Location Tracing using Internet of ThingsIRJET- Fuel Theft Detection Location Tracing using Internet of Things
IRJET- Fuel Theft Detection Location Tracing using Internet of ThingsIRJET Journal
 
Low Cost PLC Alternative Solution with SCADA Interface Using Microcontroller
Low Cost PLC Alternative Solution with SCADA Interface Using MicrocontrollerLow Cost PLC Alternative Solution with SCADA Interface Using Microcontroller
Low Cost PLC Alternative Solution with SCADA Interface Using MicrocontrollerIRJET Journal
 
Smart garbage collection system in residential area
Smart garbage collection system in residential areaSmart garbage collection system in residential area
Smart garbage collection system in residential areaeSAT Journals
 
Smart real time embedded arduino based data acquisition system
Smart real time embedded arduino based data acquisition systemSmart real time embedded arduino based data acquisition system
Smart real time embedded arduino based data acquisition systemeSAT Journals
 

Similar to Development of mobile surface water filtration system through simulation using coloured petri net (cpn) (20)

Design and development of touch screen controlled stairs climbing robot
Design and development of touch screen controlled stairs climbing robotDesign and development of touch screen controlled stairs climbing robot
Design and development of touch screen controlled stairs climbing robot
 
B03710609
B03710609B03710609
B03710609
 
Prototype for automatically navigated water irrigation system
Prototype for automatically navigated water irrigation systemPrototype for automatically navigated water irrigation system
Prototype for automatically navigated water irrigation system
 
IRJET- Water Level Monitoring System
IRJET- Water Level Monitoring SystemIRJET- Water Level Monitoring System
IRJET- Water Level Monitoring System
 
IRJET- Automatic Drip Irrigation System Using PLC
IRJET- Automatic Drip Irrigation System Using PLCIRJET- Automatic Drip Irrigation System Using PLC
IRJET- Automatic Drip Irrigation System Using PLC
 
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
 
SOC Module for IOT Based Smart Water Monitoring
SOC Module for IOT Based Smart Water MonitoringSOC Module for IOT Based Smart Water Monitoring
SOC Module for IOT Based Smart Water Monitoring
 
Logic gate based automatic water level controller
Logic gate based automatic water level controllerLogic gate based automatic water level controller
Logic gate based automatic water level controller
 
IRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using IotIRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using Iot
 
The Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection SystemThe Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection System
 
Water level monitoring system
Water level monitoring systemWater level monitoring system
Water level monitoring system
 
Analysis and Modeling of PID and MRAC Controllers for a Quadruple Tank System...
Analysis and Modeling of PID and MRAC Controllers for a Quadruple Tank System...Analysis and Modeling of PID and MRAC Controllers for a Quadruple Tank System...
Analysis and Modeling of PID and MRAC Controllers for a Quadruple Tank System...
 
Design, simulation and practical experimentation of miniaturized turbine flow...
Design, simulation and practical experimentation of miniaturized turbine flow...Design, simulation and practical experimentation of miniaturized turbine flow...
Design, simulation and practical experimentation of miniaturized turbine flow...
 
IRJET- Automatic Object Sorting Machine
IRJET- Automatic Object Sorting MachineIRJET- Automatic Object Sorting Machine
IRJET- Automatic Object Sorting Machine
 
PLC Based Automatic Bottle Filling and Capping System
PLC Based Automatic Bottle Filling and Capping SystemPLC Based Automatic Bottle Filling and Capping System
PLC Based Automatic Bottle Filling and Capping System
 
IRJET- Automated Water Conservation and Theft Detection using IOT
IRJET-  	  Automated Water Conservation and Theft Detection using IOTIRJET-  	  Automated Water Conservation and Theft Detection using IOT
IRJET- Automated Water Conservation and Theft Detection using IOT
 
IRJET- Fuel Theft Detection Location Tracing using Internet of Things
IRJET- Fuel Theft Detection Location Tracing using Internet of ThingsIRJET- Fuel Theft Detection Location Tracing using Internet of Things
IRJET- Fuel Theft Detection Location Tracing using Internet of Things
 
Low Cost PLC Alternative Solution with SCADA Interface Using Microcontroller
Low Cost PLC Alternative Solution with SCADA Interface Using MicrocontrollerLow Cost PLC Alternative Solution with SCADA Interface Using Microcontroller
Low Cost PLC Alternative Solution with SCADA Interface Using Microcontroller
 
Smart garbage collection system in residential area
Smart garbage collection system in residential areaSmart garbage collection system in residential area
Smart garbage collection system in residential area
 
Smart real time embedded arduino based data acquisition system
Smart real time embedded arduino based data acquisition systemSmart real time embedded arduino based data acquisition system
Smart real time embedded arduino based data acquisition system
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 
Disaster recovery sustainable housing
Disaster recovery sustainable housingDisaster recovery sustainable housing
Disaster recovery sustainable housingeSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 
Disaster recovery sustainable housing
Disaster recovery sustainable housingDisaster recovery sustainable housing
Disaster recovery sustainable housing
 

Recently uploaded

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 

Recently uploaded (20)

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 

Development of mobile surface water filtration system through simulation using coloured petri net (cpn)

  • 1. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 367 DEVELOPMENT OF MOBILE SURFACE WATER FILTRATION SYSTEM THROUGH SIMULATION USING COLOURED PETRI NET (CPN) Aashish Vatsyayan1 , B. Hemalatha2 , A Vimala Juliet3 , Ishwarya Venkatram4 AP(Sr.G), HOD, SRM University, SRM University, SRM University, SRM University Aim Testing the working of the mobile surface water filtration system through the design and simulation of a CPN generated schema Methodology For understanding the required action for different conditions the programming is developed using CPN tools for analysis of different conditions and obtaining a holistic picture of the system. Result The simulation model has demonstrated how the working of the mobile system is intended and has the actions of a microcontroller clearly cut out for the programmer to understand and write the code. Each module was looked upon in the different scenarios and the changes in the system after simulation were shown, providing a holistic understanding of the entire system. The sensors, microcontrollers and actuators have been discussed to bridge the gap between completely theoretical concepts to an implementable entity. Conclusion Impending release of tool for direct conversion of Coloured Petri Net simulation into hexadecimal format opens up infinite avenues for system modelling in Coloured Petri Net environment. The model design can be improved upon by adding time dependency property of CPN to simulate more dynamic and time dependant processes, this aspect has not been explored as a holistic illustration, but the system for mobile surface water filtration device has been thoroughly and holistically explained and explored. Key words: Coloured Petri Nets, simulation, modelling, filtration system, mobile, navigation, electro coagulation. --------------------------------------------------------------------***----------------------------------------------------------------------- 1. INTRODUCTION The simulation of CPN is based on triggering of inputs and demonstrating the resultant action impact on the system, it is parallel process simulation software where the triggering of one input has response from different sub systems, all these processes can be observed to code a microcontroller for performing similar actions in real time situations. Before actual fabrication of an electrical system involving microcontrollers, sensors, actuators it is necessary to develop a logic that dictates when which actuator should react to given input, here CPN is used to display a blueprint of the logic that will be implemented into an actual functioning hardware prototype. C P nets have various characteristics and some of the major characteristics touched upon while modeling the design were the liveness, boundedness and stochastic nature of the net. The design is that of a discrete, continuous and hybrid net. We also have introduced a dimension of high-level Petri nets by modeling using a CPN interface. It allows us to generate high - level nets with token values and hierarchy that allow the transitions on various levels to fire. The problem of non- determinism has been tackled and the net has been incorporated with concurrent behavior in selected simulations. The Bayesian nature of the Petri nets has been explored and incorporated in the net schema. The entire paper revolves around creating a simulation model to understand the working of the developed system and display the interconnectivity amongst the different parameters. Coloured Petri Nets is chosen as the platform for creating a simulation model as the token transfer in CPN is clearly understandable along with it treating all values in 0 or 1, which creates a direct colliery with the working of a microcontroller. CPN adds the concept of coding, graphical interface and Petri nets to produce a system which has powerful primitives and has a vast potential. The obtaining of a hexadecimal code from a CPN simulation is in its path of a commercial release and it will improve current modelling schemes as CPN will greatly reduce the processing time in microcontrollers. The simulation displays the working of the system under different situations and what response will be triggered in each scenario.
  • 2. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 368 The case by case analysis is done to explain the working of the mobile surface water filtration device. The modules discussed are: navigation, electro coagulation and an overall working and output of the system. Before and after screen shots are used to explain the reaction of the output actuators on the basis of triggering of the input sensors. MATERIALS AND METHODS The CPN model was designed using the CPN tools interface window. A new page was created in the workspace and was saved using .cpn extension. The places, transitions required for the model were created and arcs connecting the places and transitions were designed. The places and the transitions were labelled with unique names and assigned data types. The places then were designated with a set number of tokens (i.e. 0 or 1). Next the variable declarations were made by creating an empty declaration and then modified according to the variable names and their respective data types. The function declarations were defined according to the various input parameters and an optimal code for generation of suitable output was written, for the respective functions. The variables and functions were then labelled onto the arc inscriptions, thus developing a proper place -arc-transition schema defining the structure of the autonomous mobile surface water filtration system. Subsequently, hierarchy and other parameters were added to increase the parallelism and complexity in the net and the net was colour coded. The non-determinism was verified and the schema was completed. The model generated was simulated with various input parameters and the optimal output was generated by the net. The sensors are hydrocarbon sensors which can differentiate between crude oil and water, depending upon the range of their output a suitable analogue to digital converter can be used to give a high (i.e. 1) value when oil is detected and a low (i.e. 0) to the microcontroller. The sensors are connected on the body of the mobile device at 5 locations in a star format, 5 sensors are considered only to show how the discrimination of direction is to be made however more sensors can be added to increase the accuracy of system, it would result in more data to process though. One hydrocarbon sensor is connected on the input pipe to determine is oil is present in immediate proximity of the input site; it plays a nominal role in navigation. Level sensors are used inside processing chamber to determine the level of the process liquid, floating switches type can be used. Microcontroller of choice is 8051 is due to it being familiar and easy to use with it and as the mobile device is still in development stage 8051 provides with the processing requirements at this stage. Figure 1 A pin diagram shows the number of available inputs and outputs. Output actuators The output actuators in this model are primarily valves and motors and propellers Valves: for open and close operation at the input site. A simple solenoid valve can be used for this operation. Motors: the motor being used is a simple DC motor having high torque and low rpm to facilitate the movement of input pipe. The motor is enclosed inside the processing tank and is replaceable in case the motor burns out; a high torque has been chosen to move the input pipe despite the viscosity offered by water. Propellers: the propellers are high torque and high rpm to facilitate the movement of the mobile device. The battery backup is not discussed in this paper, plausible avenues for research into supply of electricity or energy are: crude oil internal combustion engines, solar cells, microbial fuel cells and wind energy. The process of electro coagulation mentioned in the paper can be looked up in relevance in the paper ‘mobile surface water filtration system’. Operation: The navigation and electro coagulation units work in 6 different modes. The before and after simulation screen shots are explained.
  • 3. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 369 CASE 1: When all the sensors test positive for oil: 1.1 BEFORE SIMULATION: 1.1.1 WHOLE MODEL SCHEMA: Sensor 1 : 1 Sensor 2 : 1 Sensor 3 : 1 Sensor 4 : 1 Sensor 5 : 1 Navigation(Propeller main,Propeller left, Propeller right) : 0 Electrocoagulation(Input valve,Level sensor1,Levelsensor2) : 0 Output : 0 Figure 1.1.1 Model before simulation when all sensors are 1 1.1.2 NAVIGATION SCHEMA: Sensor 1 : 1 Sensor 2 : 1 Sensor 3 : 1 Sensor 4 : 1 Sensor 5 : 1 Navigation(Propeller main,Propeller left, Propeller right) : 0 Figure 1.1.2 Navigation model before simulation when all sensors are 1 and propellers are 0 1.1.3 ELECTRO COAGULATION SCHEMA: Sensor 1 : 1 Sensor 2 : 1 Sensor 3 : 1 Sensor 4 : 1 Sensor 5 : 1 Electrocoagulation(Input valve,Level sensor1,Levelsensor2) : 0 Output : 0
  • 4. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 370 Figure 1.1.3 Electro coagulation before simulation when all sensors are 1, level sensors are 0 and output is 0 1.2. AFTER SIMULATION: 1.2.1 WHOLE MODEL SCHEMA: Navigation(Propeller main,Propeller left, Propeller right) : 0 Electrocoagulation(Input valve,Level sensor1,Levelsensor2) : 0 Output : 1 Figure 1.2.1 Model after simulation yields output 1 1.2.2 NAVIGATION SCHEMA: Propeller main : 0 Propeller left : 0 Propeller right : 0 Figure 1.2.2 Navigation model after simulation yields propeller outputs as 0 1.2.3 ELECTRO COAGULATION SCHEMA: INPUT VALVE : 1 OUTPUT : 1 Figure1.2.3 Electro coagulation after simulation yields output as 1
  • 5. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 371 CASE 2: When only three sensors test positive for oil(i.e. sensor1,sensor2,sensor3): 2.1 BEFORE SIMULATION : 2.1.1 WHOLE MODEL SCHEMA: Sensor 1 : 1 Sensor 2 : 1 Sensor 3 : 1 Sensor 4 : 0 Sensor 5 : 0 Navigation(Propeller main,Propeller left, Propeller right) : 0 Electrocoagulation(Input valve,Level sensor1,Levelsensor2) : 0 Figure 2.1.1 Model before simulation when all sensor1, sensor2, sensor3 are 1 2.1.2 NAVIGATION SCHEMA: Sensor 1 : 1 Sensor 2 : 1 Sensor 3 : 1 Sensor 4 : 0 Sensor 5 : 0 Navigation(Propeller main,Propeller left, Propeller right) : 0 Figure 2.1.2 Navigation model before simulation when all sensor1, sensor2, sensor3 are 1 and propellers are 0 2.1.3 ELECTRO COAGULATION SCHEMA: Sensor 1 : 1 Sensor 2 : 1 Sensor 3 : 1 Sensor 4 : 0 Sensor 5 : 0 Electrocoagulation(Input valve,Level sensor1,Levelsensor2) : 0 Output : 0
  • 6. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 372 Figure 2.1.3 Electro coagulation before simulation when all sensor1, sensor2, sensor3 are 1, level-sensors are 0 and output is 0 2.2 AFTER SIMULATION : 2.2.1 WHOLE MODEL SCHEMA: Output : 0 Figure 2.2.1 The simulation yields no output 2.2.2 NAVIGATION SCHEMA: Propeller main : 500 Propeller left : 0 Propeller right : 500 Inference: Left turn is made
  • 7. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 373 Figure 2.2.2 The simulation yields the system to turn left 2.2.3 ELECTRO COAGULATION SCHEMA: INPUT VALVE : 0 OUTPUT : 0 Figure 2.2.3 Electro coagulation after simulation yields no output CASE 3: When only three sensors test positive for oil(i.e. sensor3,sensor4,sensor5): 3.1 BEFORE SIMULATION : 3.1.1 WHOLE MODEL SCHEMA: Sensor 1 : 0 Sensor 2 : 0 Sensor 3 : 1 Sensor 4 : 1
  • 8. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 374 Sensor 5 : 1 Navigation(Propeller main,Propeller left, Propeller right) : 0 Electrocoagulation(Input valve,Level sensor1,Levelsensor2) : 0 Figure 3.1.1 Model before simulation when all sensor3, sensor4, sensor5 are 1 3.1.2 NAVIGATION SCHEMA: Sensor 1 : 0 Sensor 2 : 0 Sensor 3 : 1 Sensor 4 : 1 Sensor 5 : 1 Navigation(Propeller main,Propeller left, Propeller right) : 0 Figure 3.1.2 Navigation model before simulation when all sensor3, sensor4, sensor5 are 1 and propellers are 0 3.1.3 ELECTRO COAGULATION SCHEMA: Sensor 1 : 0 Sensor 2 : 0 Sensor 3 : 1 Sensor 4 : 1 Sensor 5 : 1 Electrocoagulation(Input valve,Level sensor1,Levelsensor2) : 0 Output : 0
  • 9. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 375 Figure 3.1.3 Electro coagulation before simulation when all sensor3, sensor4, sensor5 are 1, level-sensors are 0 and output is 0 3.2 AFTER SIMULATION : 3.2.1 WHOLE MODEL SCHEMA: Output : 0 Figure 3.2.1 The simulation yields no output 3.2.2 NAVIGATION SCHEMA: Propeller main : 500 Propeller left : 500 Propeller right : 0 Inference: Right turn is made
  • 10. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 376 Figure 3.2.2 The simulation yields the system to turn right 3.2.3 ELECTRO COAGULATION SCHEMA: INPUT VALVE : 0 OUTPUT : 0 Figure 3.2.3 Electro coagulation after simulation yields no output CASE 4: When all 5 primary sensors and 1 shaft sensor test positive for oil: 4.1 BEFORE SIMULATION : 4.1.1 MODEL SCHEMA: Sensor 1 : 1 Sensor 2 : 1 Sensor 3 : 1 Sensor 4 : 1 Sensor 5 : 1 Sensor 6 : 1 Shaft position : 0 Navigation(Propeller main,Propeller left, Propeller right) : 0 Electrocoagulation(Input valve,Level sensor1,Levelsensor2) : 0
  • 11. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 377 Figure 4.1.1 All 6 sensors test positive for oil and shaft position is 0 4.2 AFTER SIMULATION : 4.2.1 MODEL SCHEMA: The inlet shaft is connected to a stepper motor of step angle 900 and hence it has 4 postions in its circular path at 00, 900, 1800, 2700 and then back to 00. Shaft Position : 0 Inference: Shaft position is unchanged and input valve is opened and electro coagulation happens Figure 4.2.1 The simulation yields no change in position of the shaft CASE 5: When all 5 primary sensors except 1 shaft sensor test positive for oil: 5.1 BEFORE SIMULATION : 5.1.1 MODEL SCHEMA: Sensor 1 : 1 Sensor 2 : 1 Sensor 3 : 1 Sensor 4 : 1 Sensor 5 : 1 Sensor 6 : 0 Shaft position : 0
  • 12. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 378 Navigation(Propeller main,Propeller left, Propeller right) : 0 Electrocoagulation(Input valve,Level sensor1,Levelsensor2) : 0 Output : 0 Figure 5.1.1 All 5 sensors test positive for oil except sensor 6 and shaft position is 0 5.2 AFTER SIMULATION : 5.2.1 MODEL SCHEMA: Shaft Position : 1 Inference: Shaft position changes from 0 to 1 and new position is assigned value 0 again. Though the shaft position changes to 1, till sensor 6 sends a new input as positive the input valve does not open. Figure 5.2.1 The simulation yields the shaft position to change CASE 6: When no oil sensors detect oil : In this case there is no oil in the immediate vicinity of the mobile device. There are 2 approaches to aid the device in such a situation. One approach is to make the mobile device to trace circles of increasing diameters until it interacts with oil after which the movement via sensors is guided. The movement will be achieved by switching off one propeller (taking the left propeller) and keeping the main propeller ON. This mode can also be understood as ‘scouting’ for oil. An alternate method is the use of thermal imaging to determine the concentrated oil puddles and directing the mobile device in that direction. Thermal imaging can be utilized due to the unique property of oil that it heats up rapidly during the day and cools off in the night. Hence at all points of time oil will have a different heat signature from water. By setting up a threshold algorithm to differentiate the pixels in greyscale the position of oil can be determined. The
  • 13. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 379 thermal camera can be installed at a height at an inclination so that it is facing the water body. The thermal camera will operate within a range, the camera will be installed on a base connected to a stepper motor having a step angle of 900, such a step angle is kept due to the high amount of data that needs to be processed, we can have a smaller step angle and operate at a higher accuracy but it would need higher computation and data storage. The implementation of thermal imaging with relevant data on setting threshold has not been discussed in the paper. Arc inscription code Navigation: Propeller-main fun propellermain(a,i,j,k,l) = if(a > 0 andalso i > 0 andalso j > 0 andalso k > 0 andalso l >0 ) then 1`0 else if(a > 0 andalso i > 0 andalso j > 0 andalso k < 1 andalso l < 1) then 1`500 else if (a > 0 andalso i < 1 andalso j < 1 andalso k > 0 andalso l >0 ) then 1`500 else 1`1000 Propeller -left fun propellerleft(a,i,j,k,l) = if(a > 0 andalso i > 0 andalso j > 0 andalso k > 0 andalso l >0 ) then 1`0 else if(a > 0 andalso i > 0 andalso j > 0 andalso k < 1 andalso l < 1) then 1`0 else if (a > 0 andalso i < 1 andalso j < 1 andalso k > 0 andalso l >0 ) then 1`500 else 1`1000 Propeller- right fun propellerright(a,i,j,k,l) = if(a > 0 andalso i > 0 andalso j > 0 andalso k > 0 andalso l >0 ) then 1`0 else if(a > 0 andalso k > 0 andalso l > 0 andalso i < 1 andalso j < 1) then 1`0 else if (a > 0 andalso i < 1 andalso j < 1 andalso k > 0 andalso l >0 ) then 1`500 else 1`1000 In the ever changing trend of modern day society, there develops a need to bridge the gap between user interface and direct implementation into hard drive. CPN thus offers a much simpler, more dynamic interface with powerful primitives that enable parallel processing and high throughputness. The system that has been modelled is aimed at cleaning oil-spills but can also be used to clean still water bodies against eutrophication and other pollutants. The paper describes the structure and concepts of mobile surface water filtration system but not that of process detail and power management, as they are not necessary for simulation. The impending release of a compiler that can generate hexadecimal code from CPN xml code can facilitate easier code generation from a dynamic and user friendly tool such as CPN. Also the future design of the paper could incorporate time dependency to make the simulation more real-time oriented. ACKNOWLEDGEMENTS The authors would like to thank the departments of Instrumentation and Control Engineering and Bioinformatics Engineering of SRM University, Chennai for their support and aid in making this paper possible. REFERENCES [1]. ‘Mobile surface water filtration system’- Aashish Vatsyayan, B. Hemalatha, IJET [2]. OIL SPILL SENSOR USING MULTISPECTRAL INFRARED IMAGING VIA `1 MINIMIZATION, Yingying Liy_, Wei-Chuan Shihy, Zhu Hany, and Wotao Yin_yElectrical & Computer Engineering Department, University of Houston_Computational and Applied Mathematics, Rice University [3]. An Introduction to the Practical Use of Coloured Petri Nets, Kurt Jensen, Department of Computer Science, University of Aarhus, Ny Munkegade, Bldg. 540, DK-8000 Aarhus C, Denmark