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

Energy efficiency in ieee 802.11 standard wlan through mwtdp
Energy efficiency in ieee 802.11 standard wlan through mwtdpEnergy efficiency in ieee 802.11 standard wlan through mwtdp
Energy efficiency in ieee 802.11 standard wlan through mwtdpeSAT Journals
 
Cloud computing &amp; it’s applications in library systems
Cloud computing &amp; it’s applications in library systemsCloud computing &amp; it’s applications in library systems
Cloud computing &amp; it’s applications in library systemseSAT Journals
 
Evaluation of physico - chemical parameters and microbiological populations ...
Evaluation of physico  - chemical parameters and microbiological populations ...Evaluation of physico  - chemical parameters and microbiological populations ...
Evaluation of physico - chemical parameters and microbiological populations ...eSAT Journals
 
Effect of individual physio – chemical properties of karanja oil methyl ester...
Effect of individual physio – chemical properties of karanja oil methyl ester...Effect of individual physio – chemical properties of karanja oil methyl ester...
Effect of individual physio – chemical properties of karanja oil methyl ester...eSAT Journals
 
Design, fabrication and performance evaluation of melon shelling machine
Design, fabrication and performance evaluation of melon shelling machineDesign, fabrication and performance evaluation of melon shelling machine
Design, fabrication and performance evaluation of melon shelling machineeSAT Journals
 
Water quality standards and its effects on miralam tank and surrounding envir...
Water quality standards and its effects on miralam tank and surrounding envir...Water quality standards and its effects on miralam tank and surrounding envir...
Water quality standards and its effects on miralam tank and surrounding envir...eSAT Journals
 
Research on inter locking stabilised soil bricks (i.s.s.b.) a literature survey
Research on inter locking stabilised soil bricks (i.s.s.b.) a literature surveyResearch on inter locking stabilised soil bricks (i.s.s.b.) a literature survey
Research on inter locking stabilised soil bricks (i.s.s.b.) a literature surveyeSAT Journals
 
Biofuel precursor from potato waste
Biofuel precursor from potato wasteBiofuel precursor from potato waste
Biofuel precursor from potato wasteeSAT Journals
 
Double flux orientation control for a doubly fed induction generator based wi...
Double flux orientation control for a doubly fed induction generator based wi...Double flux orientation control for a doubly fed induction generator based wi...
Double flux orientation control for a doubly fed induction generator based wi...eSAT Journals
 
Anonymization of data using mapreduce on cloud
Anonymization of data using mapreduce on cloudAnonymization of data using mapreduce on cloud
Anonymization of data using mapreduce on cloudeSAT Journals
 
Compressive strength of concrete with fly ash, nanosilica and recycled aggregate
Compressive strength of concrete with fly ash, nanosilica and recycled aggregateCompressive strength of concrete with fly ash, nanosilica and recycled aggregate
Compressive strength of concrete with fly ash, nanosilica and recycled aggregateeSAT Journals
 

Viewers also liked (11)

Energy efficiency in ieee 802.11 standard wlan through mwtdp
Energy efficiency in ieee 802.11 standard wlan through mwtdpEnergy efficiency in ieee 802.11 standard wlan through mwtdp
Energy efficiency in ieee 802.11 standard wlan through mwtdp
 
Cloud computing &amp; it’s applications in library systems
Cloud computing &amp; it’s applications in library systemsCloud computing &amp; it’s applications in library systems
Cloud computing &amp; it’s applications in library systems
 
Evaluation of physico - chemical parameters and microbiological populations ...
Evaluation of physico  - chemical parameters and microbiological populations ...Evaluation of physico  - chemical parameters and microbiological populations ...
Evaluation of physico - chemical parameters and microbiological populations ...
 
Effect of individual physio – chemical properties of karanja oil methyl ester...
Effect of individual physio – chemical properties of karanja oil methyl ester...Effect of individual physio – chemical properties of karanja oil methyl ester...
Effect of individual physio – chemical properties of karanja oil methyl ester...
 
Design, fabrication and performance evaluation of melon shelling machine
Design, fabrication and performance evaluation of melon shelling machineDesign, fabrication and performance evaluation of melon shelling machine
Design, fabrication and performance evaluation of melon shelling machine
 
Water quality standards and its effects on miralam tank and surrounding envir...
Water quality standards and its effects on miralam tank and surrounding envir...Water quality standards and its effects on miralam tank and surrounding envir...
Water quality standards and its effects on miralam tank and surrounding envir...
 
Research on inter locking stabilised soil bricks (i.s.s.b.) a literature survey
Research on inter locking stabilised soil bricks (i.s.s.b.) a literature surveyResearch on inter locking stabilised soil bricks (i.s.s.b.) a literature survey
Research on inter locking stabilised soil bricks (i.s.s.b.) a literature survey
 
Biofuel precursor from potato waste
Biofuel precursor from potato wasteBiofuel precursor from potato waste
Biofuel precursor from potato waste
 
Double flux orientation control for a doubly fed induction generator based wi...
Double flux orientation control for a doubly fed induction generator based wi...Double flux orientation control for a doubly fed induction generator based wi...
Double flux orientation control for a doubly fed induction generator based wi...
 
Anonymization of data using mapreduce on cloud
Anonymization of data using mapreduce on cloudAnonymization of data using mapreduce on cloud
Anonymization of data using mapreduce on cloud
 
Compressive strength of concrete with fly ash, nanosilica and recycled aggregate
Compressive strength of concrete with fly ash, nanosilica and recycled aggregateCompressive strength of concrete with fly ash, nanosilica and recycled aggregate
Compressive strength of concrete with fly ash, nanosilica and recycled aggregate
 

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 Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniquesEstimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniquesEstimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

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