A software set for environment monitoring networks

Size: px
Start display at page:

Download "A software set for environment monitoring networks"

Transcription

1 A software set for environment monitoring networks G. Zappalà IAMC, Istituto per l Ambiente Marino Costiero, Section of Messina, Consiglio Nazionale delle Ricerche, Italy Abstract This paper describes a set of software programs expressly designed and coded to be used in a buoy-based environmental monitoring network. The network consists of seven remote acquisition stations mounted on coastal buoys in Sicilia and Apulia and a control base located in Messina. The peculiarity of the software and of the transmission system (GSM) enables one to locate the base station wherever preferred, without the need for coastal repeaters. The data acquisition system is based on PC104 (IEEE696) standard boards, hosting a ROMDOS operating system under which the control program runs. The first program runs on the remote stations and manages all the data acquisition and transmission operations; a sequence manager starts every hour a macro-command sequence that can be different for each time and is remotely reprogrammable; new releases of the software and of the sequences are uploadable to the station without suspending its normal activity. The macro-commands enable one to manage the data acquisition and transmission, the station hardware and the measuring instruments. The data transmission and the remote station management are performed via GSM, SMS and . The second program, running in the Windows environment, is a Control Terminal with embedded utilities to help users in the management of the remote stations. Different software perform the data validation, selection, display and storage in an Oracle database. Further experiments are in progress to implement GPRS data transmission. Keywords: marine monitoring, buoys, data transmission, GSM. 1 Introduction In recent years, surveys of water quality and meteorological parameters, both at medium and long term scales, have been made possible by the availability of

2 4 different kinds of coastal and offshore buoys and platforms, like those described, among the others, by Grisard [1], Griffiths et al [2], Paul [3], Seim et al [4], Pinardi et al [5]. New devices and systems for marine monitoring have been designed in the framework of the SAM (Sistemi Avanzati di Monitoraggio Advanced Monitoring Systems) and PI-CNR (Potenziamento Infrastrutture Infrastructure Increase), two programmes funded by the Italian Ministry for University and Research (MIUR), in the framework of CLUSTER 10. One of the most significant results has been a network of coastal monitoring buoys, reported by Zappalà et al [6]. The systems developed constitute a further improvement and application of the know-how acquired in past programmes, described in Crisafi et al [7], Zappalà et al [8,9,10], so making the PI-CNR project an opportunity not only to buy expensive instruments, but also to develop advanced technology devices, to be used in monitoring activities. The monitoring systems can perform meteorological observations and measurements of physical, chemical and physico-chemical parameters characterizing sea water state and quality, current speed and direction; the measuring devices range from static sensors (e.g. Pt100 for temperature) to colorimetric analyzers for nutrients; a water sampler, taking samples for further laboratory determinations, may also be included in the systems to complete the series of measurable parameters. Water measurements can be carried out in situ at fixed depths, on samples pumped from various depths into a measurement chamber on the buoy, or using profiling instruments, each choice presenting different advantages and disadvantages. Power supply and data communication equipments often represent the main design constraints, involving the frequency and kind of measurements and the size of the buoy. The first is usually provided by solar cells that recharge batteries, while the choice of the data transmission system depends on the distance from the shore and on the quantity of data to be transferred. Offshore buoys generally use dedicated HF-VHF-UHF radio links, satellite (INMARSAT, ARGOS ) communication or (seldom) cellular telephony (ETACS, GSM or satellite based); for coastal buoys GSM and GPRS offer a low cost solution, enabling also the use of SMS (short messages) and to transfer data and/or commands. 2 The hardware and software of the systems The software here described was conceived to run in a data acquisition and transmission system hosted on small (8 square metres) coastal buoys, powered by batteries recharged by solar panels and wind generator (fig. 1). The monitoring system comprises the following measuring devices: a meteo station equipped with Theodor Friedrichs sensors for air temperature, wind direction (referenced to the heading of the buoy measured by a Precision Navigation blind compass) and speed, pressure, solar radiation.

3 5 Figure 1: The monitoring buoy near Messina. a system for pumping water samples from 5 depths (Idromar), equipped with IM50 probe measuring water Temperature, Conductivity, Dissolved Oxygen, Turbidity, Fluorescence. 5 SBE 39 T in situ probes at the same sampling depths. an experimental colorimetric Nutrient Probe Analyzer (Systea) sequentially measuring in few minutes ammonia, nitrate, nitrite and orthophosphate by one on-board double-beam solid state colorimeter. a water sampler for microbiological laboratory analysis, able to collect, fix with formalin and store up to eight 250 ml samples. a Nortek Aquadopp 600 Acoustic Doppler Current Profiler (whose performance from a floater is now being tested), measuring current speed and direction in 20 layers equally spaced in depth. More devices can easily be added. 2.1 The data acquisition and transmission system The data acquisition and transmission system, shown in fig. 2, is based on IEEE P996.1 standard boards; it features a 40 MHz 386 CPU, 10 RS-232 ports, an 8 inputs 12 bit ADC, 48 power outputs with connected circuit status feedback, 24 simple power outputs, a dual band GSM modem; the mass storage is supplied by Disk on Chip (DOC) devices. It meets (with some variations) and sometimes exceeds the capabilities of the ARES architecture described by Lessing and Henderson [11].

4 6 Figure 2: The data acquisition and transmission system. The environment is Datalight ROMDOS v. 6, an MS-DOS compatible Operating System. The software was written in Microsoft Professional Compiled BASIC v and Microsoft Macro Assembler v It enables to fully control the platform instruments both in local and remote mode using a special set of macro commands that include also conditional execution of branches; this feature can be very useful in case of partial operativity of the platform due, for instance, to low battery level or failure of some instrument. An embedded sequence manager starts each hour a programmed sequence of macro commands that can be different for each time and is remotely reprogrammable. New releases of the software are uploadable to the instrument without suspending the normal operativity of the system. The macro commands can be combined into sequences using a simple text editor. The syntax of the commands is very easy: every macro command begins with the letter Z, followed by a letter identifying the command and by the variable parameters (if any). Available commands include: System management commands Instrument management commands Conditional branch commands Data transmission commands A commented sequence of macro commands is presented in table 1.

5 7 Table 1: A sample sequence of macro commands. ZZ seqtemp.dat ZZ this is a sample measurement sequence, sequentially reading input from the ZZ five SBE 39 Temperature probes and then transmitting the acquired data ZZ the lines starting with ZZ are comments ZZ switch on T-probes ZI 49 1 ZZ the command ZI xx y switches on (if y=1) or off (if y=0) output n. xx ZZ T-probes power supply comes from output n. 49 ZZ wait 60 seconds ZU 60 ZZ the command ZU xx causes a pause of xx seconds in the elaboration ZZ read probes, starting with the deepest ZZ the command ZT xx causes acquisition from the T-probe on serial input xx ZT 10 ZT 9 ZT 8 ZT 7 ZT 6 ZZ transmit measured data ZE ZZ the ZE command sends the data measured by the five T-probes ZZ switch off T-probes ZI 49 0 ZZ end of measurement sequence An example of use of conditional branch is shown in table 2; it must be noted that the compared value must be measured before performing the test using the proper command. Every measurement command returns 15 values: 10 measurements, the minimum (value n. 11), the maximum (value n. 12), the mean (value n.13), the standard deviation (value n. 14), the number of valid measurements (value n. 15); the conditional branch test may be performed against any of the values. Measured data are transmitted via GSM SMS and to the main data centre, where are automatically inserted into the Data Bank for further validation and integration (see Bergamasco et al [12]). The command-data flow is shown in fig. 3. During inactivity periods, the system enters a low-power sleep mode from which it is wakened up synchronously each hour by the sequence manager or asynchronously by the reception of a modem connection. A watch dog timer automatically resets the system in case of hanging. 2.2 The control terminal The Control Terminal Program was written in Microsoft Visual Basic 6.0 to run in Windows environment.

6 8 Table 2: An example of conditional branch coding. ZZ this sequence shows an example of conditional branch ZA 4 ZZ the ZA 4 command reads the analog inputs Z? > ZZ the Z? xx yy zz o vvvvvv command performs like a IF THEN ZZ the xx is the number of the port from which read the value to be compared ZZ the yy is the number of the channel of the port ZZ the zz is the number of the measure (13 represents the mean value) ZZ the o is the comparison operator ZZ the vvvvvv is the comparison value ZZ the THEN section will be processed if the mean of the values measured on ZZ analog input number 1 is greater than 380 ZZ this is the THEN section Z@ ZZ the Z@ command starts the ELSE section ZZ this is the ELSE section Z& ZZ the Z& command represents the END IF section ZZ end sequence Figure 3: The command-data flow. It basically integrates a Terminal program with three utilities: an application sequence generator, an HEX file generator and a file upload manager. From the main terminal window it is possible to customize and use the terminal program or to activate the specific utilities.

7 The application sequence generator The application sequence generator is a menu-driven utility that generates the sequence files containing the macro commands for buoy mission programming. An example of screen is displayed in fig. 4; the top frame is used to choose the kind of operation to be performed (instrument measurement, device management, program management). Figure 4: The Sequence Generator screen. The example shows the insertion of a conditional branch instruction (similar to the IF..THEN) into the sequence file. This choice opens an intermediate frame, where it is possible to specify the conditions; in this example the condition is based on the raw result of the measurement on the first channel of the A/D converter: if between 154 and 398 the THEN section will be processed, otherwise the program flow will be diverted to the ELSE section. After the complete specification of the condition it is possible to write the generated macro command to the text box displaying the sequence file or to abort the operation The HEX file generator It is possible to transfer files to the data acquisition and transmission system coding them in a specifically designed format, somehow similar to an ascii coded hexadecimal dump, with checksum and transmission order information.

8 10 Although not very fast (it increases the amount of data to be transmitted), this format is a reliable and safe way to encode small amounts of data (e.g. the sequence files generated by the application sequence generator ) The file upload manager This utility was designed to perform automatic uploads of HEX files to the data acquisition and transmission systems in the buoys; it can work in a manual, automatic, or blind mode. The file transfer happens one line at a time, with the first line (numbered 0000) containing the file name and the last line (numbered 9999) signaling the end of file. In blind mode the lines are sequentially sent, at timed intervals, without waiting for any feedback; in manual mode, the user will wait for a feedback from the remote computer, then will choose to press the ENTER key to send next line, or BACKSPACE to resend the most recently transmitted; in automatic mode every need is managed by the program. It is possible to start (or resume) the file transmission at any line number. 3 Discussion The systems here described were developed in 2001 and used in installed buoys since 2002; the original design was upgraded in March 2003, adding more powerful commands in the software and tuning the hardware for the best performance in terms of power consumption. The data transmission uses a service, offered by the GSM network provider, converting traditional short messages (SMS) into messages, that are delivered almost immediately, so enabling to use the system for real time monitoring. The reliability of the data transmission system is high, depending on the Cellular Telephone Company, and surely is better and cheaper than a network of dedicated radio links managed by the buoy owner. The global data path is fault tolerant: A copy of the is stored in the measuring buoy. In case of problems with the receiving mail server, the mail messages will have a latency time during which the sending server will retry the delivery. The received mails are immediately downloaded into the data base computer, and a copy remains for some time in the mail server. Periodic back-up operations are performed on the data base. The use of enables to allocate the data centre in the most convenient place, without any need of proximity to the platforms: in fact the data acquired by all the buoys are collected and managed in Messina. The flexibility in mission programming, given by the execution of simple sequence files, allows to fit the measurements to the different and varying requirements of scientific research and environment monitoring (e.g. early warning or follow-up of pollution phenomena). The standard interval between

9 11 measurements is one hour, but it is possible to program the sequence files (24, one for each hour) to obtain higher or lower frequency, the only limit deriving from the time needed by the measuring instruments and from power consumption. The systems are fully automatic, and can be remotely controlled using a modem connected to a PC, or sending an SMS. It is also possible to disable the sequence manager, so stopping the execution of measurements (for instance during maintenance operations) without shutting down the buoy. The ability to remotely reprogram not only the sequence files, but also the main software enables to upgrade the systems without opening the watertight computer box. In the second half of 2003, new tests started to further upgrade the transmission system, with the use of new GSM-GPRS modems, in order to overcome the SMS length limitation and costs, connecting directly to the mail server. First tests were performed using a Siemens modem with Datalight Sockets to manage Internet connection; the device worked fine, but some difficulties were experienced in the integration with the existing control software. No difficulties, instead, were found using a Wavecom modem with embedded TCP-IP stack; with simple commands (similar to those used to send SMS) it is possible to send s and manage IP connections. This latter device will be used in the new release of the system, that is now under development. Acknowledgement The work here described was funded by the SAM and PI-CNR programs of the MIUR Cluster 10. References [1] Grisard, K., Eight years experience with the Elbe Estuary environmental survey net. Proc. of OES-IEEE OCEANS 94 Conference, I, pp , [2] Griffiths, G., Davis, R., Eriksen, C., Frye, D., Marchand, P., Dickey, T., Towards new platform technology for sustained observations. Proc. of OceanObs 99. Online [3] Paul, W., Buoy Technology. Marine Technology Society Journal, 35 (2), pp , [4] Seim, H., Werner, F., Nelson, J., Jahnke, R., Mooers, C., Shay, L., Weisberg, R., Luther, M., Proc. of SEA-COOS: Southeast Atlantic Coastal Ocean Observing System. MTS-IEEE OCEANS 2002 Conference, I, pp , [5] Pinardi, N., Allen, I., Demirov, E., De Mey, P., Korres, G., Laskaratos, A., Le Traon, P.Y., Maillard, C., Manzella, G., Tziavos, C., The

10 12 Mediterranean Ocean Forecasting System: first phase of implementation ( ). Annales Geophysicae, 21, pp. 3-20, [6] Zappalà, G., Caruso, G., & Crisafi, E., The SAM integrated system for coastal monitoring. Proc. of the 4th Int. Conf. On Environmental Problems in Coastal Regions, Coastal Environment IV, ed. C.A. Brebbia, WIT Press: Southampton, pp , [7] Crisafi, E., Azzaro, F., Zappalà, G., Magazzù, G., Integrated automatic systems for oceanographic research: some applications. Proc. of OES- IEEE OCEANS 94 Conference, I, pp , [8] Zappalà, G., Alberotanza, L., Crisafi, E., Assessment of environmental conditions using automatic monitoring systems. Proc. of MTS-IEEE OCEANS 99 Conference, II, pp , [9] Zappalà, G., Advanced technologies: equipments for environmental monitoring in coastal areas. Science-technology synergy for research in marine environment - Developments in Marine Technology, eds. L. Beranzoli, P. Favali, and G. Smriglio, Elsevier: Amsterdam, pp , [10] Zappalà, G., Caruso, G., Crisafi, E., Design and use of advanced technology devices for sea water monitoring. Operational Oceanography. Implementation at the European and regional Scales, eds. N.C. Flemming, S. Vallerga, N. Pinardi, H.W.A. Behrens, G. Manzella, D. Prandle, and J.H. Stel, Elsevier: Amsterdam, Oceanography Series, 66, [11] Lessing, P., Henderson, D., Architecture and development of an environmental acquisition and reporting system. Proc. of MTS-IEEE OCEANS 99 Conference, II, pp , [12] Bergamasco, A., Crisafi, E., Decembrini, F., A new e-tool to exploit data from an integrated monitoring approach for applied research and management purposes in coastal areas: the SAM project experience in Sicily (Italy). Seminario Una rete di progetti per lo sviluppo delle Scienze del mare nel Mezzogiorno d Italia: primi risultati del Piano Ambiente marino. Bari, 26 novembre Abstracts, p. 62.

The Application of Wireless Sensor in Aquaculture Water Quality Monitoring

The Application of Wireless Sensor in Aquaculture Water Quality Monitoring The Application of Wireless Sensor in Aquaculture Water Quality Monitoring Wen Ding, Yinchi Ma Beijing Fisheries Research Institute, Beijing, 100068, China {dingwen, mayinchi}@bjfishery.com Abstract. The

More information

Sample 3D velocity at up to 200 Hz for use in hydraulic models and laboratory flumes

Sample 3D velocity at up to 200 Hz for use in hydraulic models and laboratory flumes Sample 3D velocity at up to 200 Hz for use in hydraulic models and laboratory flumes The is a high-resolution acoustic velocimeter used to measure 3D water velocity fluctuations within a very small sampling

More information

5PRESENTING AND DISSEMINATING

5PRESENTING AND DISSEMINATING 5PRESENTING AND DISSEMINATING INFORMATION This chapter presents information and guidance on how to present and disseminate marine water quality monitoring data to the program s intended audience. Section

More information

Remote sensing In situ T, S and tracers Velocity Observing systems. Course url: Talley SIO 210 (2013)

Remote sensing In situ T, S and tracers Velocity Observing systems. Course url:   Talley SIO 210 (2013) SIO 210: I. Observational methods and II. Data analysis (combined single lecture) Fall 2013 I. Observations Reading: DPO 6.1, S16.1, S16.4, S16.5, S16.9 Remote sensing In situ T, S and tracers Velocity

More information

GS828-H. GPRS Data Logger

GS828-H. GPRS Data Logger GPRS Data Logger GS828-H Multi Channels Data Logging & Wireless Transmission Upload Data via GPRS and SMS on schedule or alarm triggered Programmable data logging and upload interval Support sensors via

More information

Implementation of a PC-based data-logger software for air pollution monitoring networks

Implementation of a PC-based data-logger software for air pollution monitoring networks Air Pollution XIII 455 Implementation of a PC-based data-logger software for air pollution monitoring networks G. Latini 1, L. Magnaterra 1, S. Tascini 1 & G. Cencioni 2 1 Dipartimento di Energetica Università

More information

GS828. GPRS Data Logger

GS828. GPRS Data Logger Sirius Corp GPRS Data Logger Multi Channels Data Logging & Wireless Transmission Upload Data via GPRS and SMS on schedule or alarm triggered Programmable data logging and upload interval Support sensors

More information

High-performance mean currents and turbulence, wave height and direction

High-performance mean currents and turbulence, wave height and direction High-performance mean currents and turbulence, wave height and direction The ADCP is the optimal tool for turbulence measurements. With a maximum sampling frequency of 16 Hz, it gives the scientific community

More information

AANDERAA. DATALOGGERS 3634 and 3660

AANDERAA. DATALOGGERS 3634 and 3660 DATALOGGERS 4 and 0 A rugged unit for reading standard Aanderaa sensors and for displaying, storing and transmitting the data in engineering units. Datalogger 4, channels Datalogger 0, 18 channels DATA

More information

Review on an Underwater Acoustic Networks

Review on an Underwater Acoustic Networks Review on an Underwater Acoustic Networks Amanpreet Singh Mann Lovely Professional University Phagwara, Punjab Reena Aggarwal Lovely Professional University Phagwara, Punjab Abstract: For the enhancement

More information

DATA LOGGER (Version V1.3)

DATA LOGGER (Version V1.3) WYLER AG Im Hölderli CH-8405 WINTERTHUR Switzerland Tel. 0041 (0) 52 233 66 66 Fax. 0041 (0) 52 233 20 53 Homepage: http://www.wylerag.com E-Mail: wyler@wylerag.com Operating instructions DATA LOGGER (Version

More information

Hardware design of a submerged buoy system based on electromagnetic inductive coupling

Hardware design of a submerged buoy system based on electromagnetic inductive coupling Hardware design of a submerged buoy system based on electromagnetic inductive coupling 1 Dalei Song, Shan Gao 1, Ming Xu 2, Xiangdong Wang 1 and Yutao Wang 2 1 Department of Automation, Engineering College,

More information

Sample 3D velocity at up to 64 Hz for small-scale research in coastal areas

Sample 3D velocity at up to 64 Hz for small-scale research in coastal areas Sample 3D velocity at up to 64 Hz for small-scale research in coastal areas The Vector is a high-accuracy single-point current meter that is capable of acquiring 3D velocity in a very small volume at rates

More information

IMS AMS 111 II. Automatic Weather Station. Easy and reliable weather monitoring anywhere

IMS AMS 111 II. Automatic Weather Station. Easy and reliable weather monitoring anywhere IMS II Automatic Weather Station Easy and reliable weather monitoring anywhere IMS Automatic Weather Station FEATURES: Synoptic Observation Climatological Observation Environmental Monitoring Radiation

More information

Computer Hardware Requirements for Real-Time Applications

Computer Hardware Requirements for Real-Time Applications Lecture (4) Computer Hardware Requirements for Real-Time Applications Prof. Kasim M. Al-Aubidy Computer Engineering Department Philadelphia University Real-Time Systems, Prof. Kasim Al-Aubidy 1 Lecture

More information

Power infrastructure monitoring system on Embedded Web

Power infrastructure monitoring system on Embedded Web Volume 1, Number 2-2013 PP-71-76 IJSE Available at www.ijse.org International Journal of Science and Engineering ISSN-2347-2200 Power infrastructure monitoring system on Embedded Web Jayant H. Gambhir

More information

Operation Manual GSM modem irz TG42-232

Operation Manual GSM modem irz TG42-232 Operation Manual GSM modem irz TG42-232 Table of Contents 1. Introduction... 4 1.1. About this Document... 4 1.2. Service Information... 4 1.3. Safety Precautions... 4 2. Overview... 5 2.1. Purpose...

More information

Single-point current meter designed for very long-term deployments

Single-point current meter designed for very long-term deployments Single-point current meter designed for very long-term deployments With all the features and capabilities of the standard Aquadopp, the deepwater current meter has been used and proven by oceanographers

More information

KDG27. GPS Tracker. Vehicle or Personal Position Tracking Vehicle Status and Speed Tracking. Auto Accident Report Global Position System (GPS)

KDG27. GPS Tracker. Vehicle or Personal Position Tracking Vehicle Status and Speed Tracking. Auto Accident Report Global Position System (GPS) Vehicle or Personal Position Tracking Vehicle Status and Speed Tracking Auto Accident Report Global Position System (GPS) Navigation System Anti-theft Alarm System Overview 1. GPS data tracking via GSM

More information

Current JGOFS DMTT activities, and data management requirements for future marine biogeochemical projects - insights for modelers

Current JGOFS DMTT activities, and data management requirements for future marine biogeochemical projects - insights for modelers 1 Current JGOFS DMTT activities, and data management requirements for future marine biogeochemical projects - insights for modelers Margarita Conkright Ocean Climate Laboratory National Oceanographic Data

More information

Aquadopp Profiler 1 MHz

Aquadopp Profiler 1 MHz Small and compact, with up to 25 m current profiling range; option for PUV wave measurements The Aquadopp Profiler is a highly versatile Acoustic Doppler Current Profiler (ADCP) available in four profiling

More information

HL20-A Measurement and Control System

HL20-A Measurement and Control System HL20-A Measurement and Control System HL20-A data acquisition system is a powerful data acquisition system suitable for various applications including meteorology, hydrology, ambient air pollution, agriculture,

More information

X-Log Expert Data Logger

X-Log Expert Data Logger > data loggers X-Log Expert Data Logger Highlights Built-in internet stack with web server Setup and data display by any web browser Data-Push to up to three different FTP sites Internal FTP site for easy

More information

Module 1. Introduction to Profiling Equipment

Module 1. Introduction to Profiling Equipment Module 1 Introduction to Profiling Equipment 2 Module 1: Profiling Instruments Overview Introduction to Profiling Equipment Internally recording instruments Data recorded in semiconductor memory Real-time

More information

Touch the future of IoT

Touch the future of IoT Touch the future of IoT For more than 40 years we have been developing and manufacturing telecommunications solutions to serve our customers with the most performing and competitive products for the Industrial

More information

Agriculture Wireless Temperature and Humidity Sensor Network Based on ZigBee Technology

Agriculture Wireless Temperature and Humidity Sensor Network Based on ZigBee Technology Agriculture Wireless Temperature and Humidity Sensor Network Based on ZigBee Technology Xi Wang 1 and Hui Gao 2 1 Heilongjiang Bayi Agricultural Reclamation University, Daqing 163319, China 2 Lanzhou Jiaotong

More information

Datac Control International Ltd

Datac Control International Ltd Datac Control International Ltd Site Automation / Control Head Office Remote Monitoring MIS Executive Decision Support DATAC Company Background Founded: 1981 Headquarters: Dublin, Ireland. US Headquarters:

More information

WIZ Panel SOFTWARE OPERATING MANUAL. Verified: TM X

WIZ Panel SOFTWARE OPERATING MANUAL. Verified: TM X WIZ Panel SOFTWARE OPERATING MANUAL Manual Version Software version Prepared: Sysmedia Verified: TM Checked: QM Approved: MD Issued: 1.0 9.0X SOFWARE DESIGNED AND DEVELOPED BY: SYSMEDIA Srl Via Anoia,

More information

EMBEDDED DATA ACQUISITION SYSTEM USING M2M COMMUNICATION

EMBEDDED DATA ACQUISITION SYSTEM USING M2M COMMUNICATION International Journal of Electronics, Communication & Instrumentation Engineering Research and Development (IJECIERD) ISSN 2249-684X Vol. 2 Issue 4 Dec 2012 37-42 TJPRC Pvt. Ltd., EMBEDDED DATA ACQUISITION

More information

GPRS based SCADA implementation for multisensory security with SMS alerts.

GPRS based SCADA implementation for multisensory security with SMS alerts. GPRS based SCADA implementation for multisensory security with SMS alerts. Priyanka somashekhar malabagi 1, Latha shenoy 2 M.Tech Student, Microelectronics and Control Systems, NMAM Institute of Technology,

More information

PATENT PENDING RABBIT EARS THERMOELECTRIC GENERATOR

PATENT PENDING RABBIT EARS THERMOELECTRIC GENERATOR Introduction: The Rabbit Ears CHP (Combined heat & power) is a Thermoelectric wood stove Generator Nominally rated at 100 watts. It has the ability to supply reliable solid-state power. The ONLY moving

More information

NI2400/NI816/NI4866 DATALOGGER NI2400/NI816/NI /16/24 CHANNEL ETHERNET DATA LOGGER with Embedded Web Server

NI2400/NI816/NI4866 DATALOGGER NI2400/NI816/NI /16/24 CHANNEL ETHERNET DATA LOGGER with Embedded Web Server DATALOGGER NI2400/NI816/NI4866 8/16/24 CHANNEL ETHERNET DATA LOGGER with Embedded Web Server DATASHEET Rev. 08 del 08/10/2018 Redatto da R&D Approvato da MKT GENERAL 1SPECIFICATIONS NI4866 NI816 NI2400

More information

A Survey on Underwater Sensor Network Architecture and Protocols

A Survey on Underwater Sensor Network Architecture and Protocols A Survey on Underwater Sensor Network Architecture and Protocols Rakesh V S 4 th SEM M.Tech, Department of Computer Science MVJ College of Engineering Bangalore, India raki.rakesh102@gmail.com Srimathi

More information

DATA LOGGER APPLICATION DEVELOPMENT USING MICROCONTROLLER ATMEGA 128 FOR A WEB-BASED GPRS COMMUNICATION

DATA LOGGER APPLICATION DEVELOPMENT USING MICROCONTROLLER ATMEGA 128 FOR A WEB-BASED GPRS COMMUNICATION DATA LOGGER APPLICATION DEVELOPMENT USING MICROCONTROLLER ATMEGA 128 FOR A WEB-BASED GPRS COMMUNICATION Devi Munandar 1, Oka Mahendra 1, Djohar Syamsi 1 1 Research Center for Informatics, Indonesian Institute

More information

Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS

Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS Sonika Bhagwatrao Jadhav 1, Prof. Ajay S. Wadhawe 2 Research Scholar (M.E.), Dept of ECE, SSIEMS, Parbhani, Maharashtra,

More information

Sea-Bird University MODULE LIST

Sea-Bird University MODULE LIST Sea-Bird University MODULE LIST MARTINI, KIM seabird.com Copyright 2017 Sea-Bird Scientific MODULE 0 Introduction, Course Plan and Syllabus SBE Training Introduction Modules by the numbers Topics We Will

More information

Universal Data Logger System for Environmental Monitoring Applications

Universal Data Logger System for Environmental Monitoring Applications Indonesian Journal of Electrical Engineering and Informatics (IJEEI) Vol. 5, No. 2, June 2017, pp. 131~136 ISSN: 2089-3272, DOI: 10.11591/ijeei.v5i2.289 131 Universal Data Logger System for Environmental

More information

ECOTERRA Journal of Environmental Research and Protection

ECOTERRA Journal of Environmental Research and Protection ECOTERRA Journal of Environmental Research and Protection PC based data acquisition, monitoring and controlling techniques in wastewater treatment processes Leontin Catarig, Ciprian Pop, Csaba Bartha S.C.

More information

Chapter 2. Literature Survey. 2.1 Remote access technologies

Chapter 2. Literature Survey. 2.1 Remote access technologies Chapter 2 Literature Survey This chapter presents a brief report on literature reviewed in context to present work with an aim to identify current state of research in the domain. Literature review is

More information

Cellular Mobile Trainer ETM

Cellular Mobile Trainer ETM Technical Teaching Equipment Cellular Mobile Trainer ETM Computer Control System communication port 2 Computer (not included Computer Control in the supply) Software 1 Unit: ETM. Cellular Mobile Trainer

More information

Data Sheet. RS Datascan data acquisition system

Data Sheet. RS Datascan data acquisition system Data Pack D Issued March 1997 1502323737 Data Sheet RS Datascan data acquisition system Introduction The RS Datascan range of distributed data acquisition modules provides a flexible, easy to use, cost

More information

Distributed Pervasive Systems

Distributed Pervasive Systems Distributed Pervasive Systems CS677 Guest Lecture Tian Guo Lecture 26, page 1 Outline Distributed Pervasive Systems Popular Application domains Sensor nodes and networks Energy in Distributed Systems (Green

More information

An Solution of Network Service Oriented Operator Network Intrusion Prevention

An Solution of Network Service Oriented Operator Network Intrusion Prevention International Symposium on Computers & Informatics (ISCI 2015) An Solution of Network Service Oriented Operator Network Intrusion Prevention Jie Li, Yang Li DIGITAL CHINA(CHINA)LIMITED, Beijing, China

More information

IP68. Autarkic Data Loggers - MT-051 / MT-713 / MT-723

IP68. Autarkic Data Loggers - MT-051 / MT-713 / MT-723 Autarkic Data Loggers - MT-051 / MT-713 / MT-723 Use in the most demanding environments These data loggers are designed for use in difficult to reach and widely distributed locations. In places where neither

More information

AquaTroll 600 Configuration and MultiLogger Integration

AquaTroll 600 Configuration and MultiLogger Integration 5 Gould Road, PO Box 2155 New London, NH 03257 USA Voice: (603) 526-9800 info@canarysystems.com www.canarysystems.com AquaTroll 600 Configuration and MultiLogger Integration Sensor Application Note #31

More information

References. The vision of ambient intelligence. The missing component...

References. The vision of ambient intelligence. The missing component... References Introduction 1 K. Sohraby, D. Minoli, and T. Znadi. Wireless Sensor Networks: Technology, Protocols, and Applications. John Wiley & Sons, 2007. H. Karl and A. Willig. Protocols and Architectures

More information

ALE/PROG# is pulsed low during programming,

ALE/PROG# is pulsed low during programming, AT9C In-Circuit Programming This application note illustrates the incircuit programmability of the Atmel AT9C Flash-based microcontroller. Guidelines for the addition of in-circuit programmability to AT9C

More information

HD32.7 HD HD [ GB ] 8-input Data Logger for Pt100 probes with SICRAM module

HD32.7 HD HD [ GB ] 8-input Data Logger for Pt100 probes with SICRAM module [ GB ] HD32.7 8-input Data Logger for Pt100 probes with SICRAM module HD32.8.8 8-input Data Logger for thermoucouple types, K, J, T, N, R, S, B, E HD32.8.16 16-input Data Logger for thermoucouple types,

More information

blueberry Intelligent data acquisition for wind energy, meteorology and industry Capturing the Future

blueberry Intelligent data acquisition for wind energy, meteorology and industry Capturing the Future blueberry Intelligent data acquisition for wind energy, meteorology and industry Capturing the Future The blueberry Integrated webserver for a simple, intuitive user interface Direct access via GSM or

More information

User Manual. 1. Introduction MtrackScout OBD-II Compliant... 2

User Manual. 1. Introduction MtrackScout OBD-II Compliant... 2 User Manual Contents 1. Introduction... 2 1.1. MtrackScout OBD-II Compliant... 2 2. Hardware Features... 2 2.1. OBD-II Protocol... 2 2.2. Micro USB Connection... 2 2.3. Buzzer... 2 2.4. Power Supply...

More information

ULTRASONIC TRANSIT TIME FLOWMETERS TTFM100-NG SERIES

ULTRASONIC TRANSIT TIME FLOWMETERS TTFM100-NG SERIES Water treatment, slurry and process water pumping; Flow balancing; Hydro-electric, cooling, anti-fire stations; ULTRASONIC TRANSIT TIME FLOWMETERS TTFM100-NG SERIES The Transit Time Flow Meter of TTFM100

More information

JCOMM Observing Programme Support Centre

JCOMM Observing Programme Support Centre JCOMM Observing Programme Support Centre GO-SHIP International Planning Meeting Portland OR, Febr 21 2010 Yves Desaubies Mathieu Belbeoch Hester Viola Aims of this talk Presentation of JCOMMOPS Infrastructure

More information

Automated Control System for Accident and Air Pollution Detection in Vehicle by using GSM and GPS modem

Automated Control System for Accident and Air Pollution Detection in Vehicle by using GSM and GPS modem Automated Control System for Accident and Air Pollution Detection in Vehicle by using GSM and GPS modem Suhas Sayajirao Jadhav 1, Bhagyashri Nagorao dhondge 2 1. HOD, Department of E&TC Engineering, Aditya

More information

Advanced systems for environmental assessment and control N. Quaranta Department ofenvironment, Lombardy Region, Milan, Italy

Advanced systems for environmental assessment and control N. Quaranta Department ofenvironment, Lombardy Region, Milan, Italy Advanced systems for environmental assessment and control N. Quaranta Department ofenvironment, Lombardy Region, Milan, Italy abstract Advanced systems information staff at the Department of Environment

More information

Datalogger Gealog SG. Datalogger Gealog SG. Gealog SG with graphic display

Datalogger Gealog SG. Datalogger Gealog SG. Gealog SG with graphic display Gealog SG with graphic display Page 1 of 13 Innovation leader in environmental monitoring stations The Gealog SG datalogger was especially designed for application in hydrometeorological measuring stations.

More information

Introducing the first PATENT PENDING solid state selfregulating

Introducing the first PATENT PENDING solid state selfregulating Introducing the first PATENT PENDING solid state selfregulating THERMOELECTRIC GENERATOR. Covered by 4 Patent applications. This novel thermoelectric TEG system will provide continuous power as long as

More information

AWA6223S Sound Level Calibrator. Instruction Manual HANGZHOU AIHUA INSTRUMENTS CO., LTD

AWA6223S Sound Level Calibrator. Instruction Manual HANGZHOU AIHUA INSTRUMENTS CO., LTD AWA6223S Sound Level Calibrator Instruction Manual HANGZHOU AIHUA INSTRUMENTS CO., LTD Notes 1. Please read the instruction carefully before using the instruments for the first time. 2. The calibrator

More information

> 1000 m current profiling range for stand-alone and online applications

> 1000 m current profiling range for stand-alone and online applications > 1000 m current profiling range for stand-alone and online applications The ADCP is a current profiler that combines an ultralong range with a compact layout. Novel ADCP transducer design allows 1000

More information

Interface BL232 with RS232/422/485 MODBUS and 0-10V outputs. Interface BL232

Interface BL232 with RS232/422/485 MODBUS and 0-10V outputs. Interface BL232 BIT LINE WEATHER INSTRUMENTS Interface BL232 with RS232/422/485 MODBUS and 0-10V outputs Qick and easy setup For domotic and building automation Wide Range power supply For solar and wind farm BIT LINE

More information

/TLC. Additional Manual for TEX-LCD series and TEX-LIGHT series. Manufactured by

/TLC. Additional Manual for TEX-LCD series and TEX-LIGHT series. Manufactured by Additional Manual for TEX-LCD series and TEX-LIGHT series Manufactured by Italy File Name: 03_TLC_ING_1.0.indd Version: 1.0 Date: 01/02/2008 Revision History Date Version Reason Editor 01/02/2008 1.0 Prima

More information

RTU modules Create your infrastructures with peace of mind!

RTU modules Create your infrastructures with peace of mind! W@de RTU modules Create your infrastructures with peace of mind! Make the most of your energy SM W@de (Water @pplications & Distributed Equipment) Compactness or modularity evolved to suit your applications

More information

1500ct Pump Controller

1500ct Pump Controller Quality Control & Integration, Inc. Control, Instrumentation, Telemetry, SCADA, and Automation Systems 1500ct Pump Controller Dynamic Solutions for greater control and true dynamic I/O, color, touch screen

More information

1500ct Pump Controller

1500ct Pump Controller Quality Control & Integration, Inc. Control, Instrumentation, Telemetry, SCADA, and Automation Systems 1500ct Pump Controller Dynamic Solutions for greater control and true dynamic I/O, color, touch screen

More information

UndErwatEr acoustic modems. product information GUidE

UndErwatEr acoustic modems. product information GUidE UndErwatEr acoustic modems product information GUidE evologics s2c R - series underwater acoustic modems EvoLogics S2CR - series underwater acoustic modems provide full-duplex digital communication using

More information

GPRS-T1. Monitoring Converter. SATEL sp. z o.o. ul. Schuberta Gdańsk POLAND tel

GPRS-T1. Monitoring Converter. SATEL sp. z o.o. ul. Schuberta Gdańsk POLAND tel Monitoring Converter GPRS-T1 Program version 1.01 gprs-t1_en 04/09 SATEL sp. z o.o. ul. Schuberta 79 80-172 Gdańsk POLAND tel. + 48 58 320 94 00 info@satel.pl www.satel.pl WARNINGS The module should only

More information

RN-171-EK Evaluation Board

RN-171-EK Evaluation Board RN -17 1-E K-DS RN-171-EK Evaluation Board Features Ultra-low power: 4-uA sleep, 40-mA Rx, 180-mA Tx at 10 dbm Configurable transmit power: 0 to +12 dbm UART hardware interfaces and SPI slave Up to 1 Mbps

More information

Micro-Master 4500 Series Controllers

Micro-Master 4500 Series Controllers Micro-Master 4500 Series Controllers Application Micro-Master controller used for horticultural and agricultural applications with Filter Flushing and Chemical Fertiliser Injection Programs 16 and 25 station

More information

Publication of specifications for the mobile network interfaces offered by Wind

Publication of specifications for the mobile network interfaces offered by Wind interfaces offered by Wind Page 1/10 Publication of specifications for the mobile network interfaces offered by Wind interfaces offered by Wind Page 2/10 TABLE OF CONTENTS 1. INTRODUCTION 3 2. SCOPE...

More information

KCS TraceME TM-202 / R9C5 GPS / GPRS / SMS / RFID module, OEM Version

KCS TraceME TM-202 / R9C5 GPS / GPRS / SMS / RFID module, OEM Version KCS TraceME TM-202 / R9C5 GPS / GPRS / SMS / RFID module, OEM Version The KCS GPRS/GPS range of modules enables you to remotely track & trace people, animals and a variety of objects, e.g. cars, trucks,

More information

Applications of Programmable Logic Controllers DG31 34

Applications of Programmable Logic Controllers DG31 34 Applications of Programmable Logic Controllers DG31 34 Purpose Unit purpose: This Unit is designed to introduce candidates to Programmable Logic Controllers (PLCs) and enable them to understand how PLCs

More information

Design of Underground Current Detection Nodes Based on ZigBee

Design of Underground Current Detection Nodes Based on ZigBee MATEC Web of Conferences 22, 0104 5 ( 2015) DOI: 10.1051/ matecconf/ 20152201045 C Owned by the authors, published by EDP Sciences, 2015 Design of Underground Current Detection Nodes Based on ZigBee Deyu

More information

KCS TraceME TM-178 / R9H4 GPS / GPRS / SMS / RFID module, OEM Version

KCS TraceME TM-178 / R9H4 GPS / GPRS / SMS / RFID module, OEM Version KCS TraceME TM-178 / R9H4 GPS / GPRS / SMS / RFID module, OEM Version The KCS GPRS/GPS range of modules enables you to remotely track & trace people, animals and a variety of objects, e.g. cars, trucks,

More information

By Ambuj Varshney & Akshat Logar

By Ambuj Varshney & Akshat Logar By Ambuj Varshney & Akshat Logar Wireless operations permits services, such as long range communications, that are impossible or impractical to implement with the use of wires. The term is commonly used

More information

AUTOMATIC AND AUTONOMOUS REMOTE WATER LEVEL AND WATER QUALITY MONITORING STATION

AUTOMATIC AND AUTONOMOUS REMOTE WATER LEVEL AND WATER QUALITY MONITORING STATION Brochure nº 9722.0048 AUTOMATIC AND AUTONOMOUS REMOTE WATER LEVEL AND WATER QUALITY MONITORING STATION MODEL HYDRODATA-2000C SERIES GEONICA, S.A. - Alejandro Rodríguez, nº 22-28039 Madrid - Spain Tel.

More information

Introduction of SeaDataNet and EMODNET Working towards a harmonised data infrastructure for marine data. Peter Thijsse MARIS

Introduction of SeaDataNet and EMODNET Working towards a harmonised data infrastructure for marine data. Peter Thijsse MARIS Introduction of SeaDataNet and EMODNET Working towards a harmonised data infrastructure for marine data Peter Thijsse MARIS CLIPC & IS-ENES 2 workshop, KNMI, November 2014 Outline 1. Introduction to marine

More information

Wireless Nodes for Active Structural Monitoring in Extreme Environments

Wireless Nodes for Active Structural Monitoring in Extreme Environments Wireless Nodes for Active Structural Monitoring in Extreme Environments Monitoring & Evaluation Technology Integration System M.E.T.I.-System Suite of Damage Detection Devices Seth S. Kessler, Ph.D. skessler@metisdesign.com

More information

RN-174 WiFly Super Module

RN-174 WiFly Super Module RN- WiFly Super Module Features Evaluation board for the RN- module Supports chip antenna (RN--C), PCB trace antenna (RN--P), wire antenna (RN--W), and U.FL connector for an external antenna (RN--U) Ultra-low

More information

AV-4000 GSM AV-4000 DVR

AV-4000 GSM AV-4000 DVR E a s y L o a d e r AV-4000 GSM AV-4000 DVR (for LED keypads) Integrated Alarm Control panel & Communicator Series 4000 Appendix for GSM Alarm Panels Version 1.05 Edition I This product is subject to continuous

More information

U90 Ladder Software Manual. Version 3.50, 6/03

U90 Ladder Software Manual. Version 3.50, 6/03 U90 Ladder Software Manual Version 3.50, 6/03 Table Of Contents Welcome to U90 Ladder... 1 Program Editors... 1 Project Navigation Tree...1 Browse Sequences...1 Printing Documentation...2 Interface Language...

More information

Project overview. Gelsomina Pappalardo National Research Council of Italy. AEROCOM - ACTRIS Meeting Hamburg, Germany 26 September 2013

Project overview. Gelsomina Pappalardo National Research Council of Italy. AEROCOM - ACTRIS Meeting Hamburg, Germany 26 September 2013 Project overview Gelsomina Pappalardo National Research Council of Italy AEROCOM - ACTRIS Meeting Hamburg, Germany 26 September 2013 At a glance Title: Instrument: Budget: Duration: Consortium: Project

More information

CORIOLIS: A DATA MANAGEMENT SERVICE FOR OPERATIONAL OCEANOGRAPHY. phone fax

CORIOLIS: A DATA MANAGEMENT SERVICE FOR OPERATIONAL OCEANOGRAPHY. phone fax CORIOLIS: A DATA MANAGEMENT SERVICE FOR OPERATIONAL OCEANOGRAPHY T.CARVAL (1), L. PETIT de la VILLEON (2) and the CORIOLIS team (1) IFREMER, IDM/ISIB, Centre de Brest, BP70, 29280 Plouzané, France (Thierry.Carval@ifremer.fr),

More information

ASSET AND OPERATIONS MANAGEMENT INTEGRATED SOLUTIONS FOR EFFECTIVE LOW COST MONITORING. Colin Davies. Carbon Based Environmental Pty Ltd

ASSET AND OPERATIONS MANAGEMENT INTEGRATED SOLUTIONS FOR EFFECTIVE LOW COST MONITORING. Colin Davies. Carbon Based Environmental Pty Ltd ASSET AND OPERATIONS MANAGEMENT INTEGRATED SOLUTIONS FOR EFFECTIVE LOW COST MONITORING Paper Presented by: Colin Davies Author: Colin Davies, Managing Director, Carbon Based Environmental Pty Ltd 6 th

More information

An Optimum Solution for Telemetry of Distributed. Wells in South of Tehran

An Optimum Solution for Telemetry of Distributed. Wells in South of Tehran An Optimum Solution for Telemetry of Distributed Wells in South of Tehran ESMAIL FATHI LOSHANI Engineering Faculty, Shahid Beheshti University, Daneshjoo Boulevard-Evin-Tehran, IRAN e.fathi@ece.ut.ac.ir

More information

AX5 User Manual Revision: 01 Revision Date: 2011/11/24

AX5 User Manual Revision: 01 Revision Date: 2011/11/24 AX5 User Manual Revision: 01 Revision Date: 2011/11/24 ATrack Technology Inc. Tel: +886-2-27975852 9F, No. 285, Sec. 2, Tiding Blvd., Fax: +886-2-27974030 Neihu Dist., Taipei City 11493, Taiwan (R.O.C.)

More information

Seabird CTD Carousel Setup & Deck Unit Diagnostics

Seabird CTD Carousel Setup & Deck Unit Diagnostics Seabird CTD Carousel Setup & Deck Unit Diagnostics Conventional two pin Seabird pigtail terminations are standard on NOAA vessels and usually performed by the ET. So interfacing the CTD deck unit only

More information

Evaluation of Satellite Ocean Color Data Using SIMBADA Radiometers

Evaluation of Satellite Ocean Color Data Using SIMBADA Radiometers Evaluation of Satellite Ocean Color Data Using SIMBADA Radiometers Robert Frouin Scripps Institution of Oceanography, la Jolla, California OCR-VC Workshop, 21 October 2010, Ispra, Italy The SIMBADA Project

More information

Design of Temperature and Humidity Data Acquisition System. Based on ARM

Design of Temperature and Humidity Data Acquisition System. Based on ARM 2017 International Conference on Computational Science and Engineering (ICCSE 2017) Design of Temperature and Humidity Data Acquisition System Based on ARM Pei-xue Liu 1, a, Yu-jie Chen 1, b, Bao-hua Jiang

More information

Dupline. Data Logger. Types G , G Product Description. Ordering Key G Type Selection. Input/Output Specifications

Dupline. Data Logger. Types G , G Product Description. Ordering Key G Type Selection. Input/Output Specifications Dupline Data Logger Types G 800 006, G 800 106 Product Description Programmable channel generator with optional built-in GSM Modem Event and time based data logging functions for digital, analog and counter

More information

Flow Meter. The most flexible flow meter

Flow Meter. The most flexible flow meter Flow Meter The most flexible flow meter Keep Smart Monitoring Simple The Signature from Teledyne Isco is not just another open channel flow meter it is a highly flexible monitoring platform, adapting right

More information

Arm11 Based Accident Alert and Vehicle Tracking Using GSM and GPS

Arm11 Based Accident Alert and Vehicle Tracking Using GSM and GPS Arm11 Based Accident Alert and Vehicle Tracking Using GSM and GPS Ehtesam Zaki M.Tech Student, Dept of ECE, VIF College Of Engineering and Technology. ABSTRACT: Traffic accidents are one of the leading

More information

I/A Series Remote Terminal Unit (RTU) RTU 20 for Oil, Gas, and Water SCADA Applications

I/A Series Remote Terminal Unit (RTU) RTU 20 for Oil, Gas, and Water SCADA Applications I/A Series Remote Terminal Unit (RTU) RTU 20 for Oil, Gas, and Water SCADA Applications RTU 20 OVERVIEW The I/A Series RTU 20 is an Intelligent Remote Device capable of performing a full range of control

More information

MECME DIGITAL LIBRARY(Mediterranean Coastal Marine Environment Digital Library)

MECME DIGITAL LIBRARY(Mediterranean Coastal Marine Environment Digital Library) CNR-IAMC-SEZIONE DI TARANTO ISTITUTO SPERIMENTALE TALASSOGRAFICO A.CERRUTI Via Roma 3 74100 TARANTO (I) MECME DIGITAL LIBRARY(Mediterranean Coastal Marine Environment Digital Library) S.Biagioni,C.Carlesi,M.Filippi

More information

Irrigation System Controllers Introduction

Irrigation System Controllers Introduction Irrigation System Controllers Introduction By Fedro S. Zazueta, Allen G. Smajstrla and Gary A. Clark Reprinted with permission from the University of Florida, Institute of Food and Agricultural Sciences.

More information

The framework of next generation automatic weather station in China

The framework of next generation automatic weather station in China The framework of next generation automatic weather station in China Xiaozhong CAO 1, Ming ZHANG 1, Bo WEN 2, Bailin WANG 3, Yong LEI 1 (1. Meteorological observation center of CMA, 2. China meteorological

More information

INDIAN INSTITUTE OF TECHNOLOGY DEPARTMENT OF CIVIL ENGINEERING

INDIAN INSTITUTE OF TECHNOLOGY DEPARTMENT OF CIVIL ENGINEERING INDIAN INSTITUTE OF TECHNOLOGY DEPARTMENT OF CIVIL ENGINEERING Sub: Quotation for supply of Weather Station Enquiry letter for Weather Station Reference: IITK/SERB/2017-3-1 Dated 31.03.2017 Sir / Madam,

More information

RECONFIGURABLE SMART SENSOR INTERFACE for INDUSTRIES USING ARMBASED ON IOT

RECONFIGURABLE SMART SENSOR INTERFACE for INDUSTRIES USING ARMBASED ON IOT RECONFIGURABLE SMART SENSOR INTERFACE for INDUSTRIES USING ARMBASED ON IOT Prof. V.L.Jogdand 1, Pallavi P. Karamkar 2, 1 Asst. Prof, E&TC, DPCOE PUNE 2 ME STUDENT, E & TC, DPCOE PUNE, ABSTRACT Configurable

More information

ENVIRORANGER ERS 500 NVIRORANGER ERS 500 USER GUIDE. Instruction Manual PL-600 January Rev. 1.2

ENVIRORANGER ERS 500 NVIRORANGER ERS 500 USER GUIDE. Instruction Manual PL-600 January Rev. 1.2 ENVIRORANGER ERS 500 USER GUIDE Instruction Manual PL-600 January 2001 33456000 Rev. 1.2 NVIRORANGER ERS 500 Safety Guidelines Warning notices must be observed to ensure personal safety as well as that

More information

ECE 477 Digital Systems Senior Design Project. Module 10 Embedded Software Development

ECE 477 Digital Systems Senior Design Project. Module 10 Embedded Software Development 2011 by D. G. Meyer ECE 477 Digital Systems Senior Design Project Module 10 Embedded Software Development Outline Memory Models Memory Sections Discussion Application Code Organization Memory Models -

More information

European Marine Data Exchange

European Marine Data Exchange European Marine Data Exchange By Dick M.A. Schaap MARIS (NL) EU SeaDataNet Technical Coordinator EU EMODnet Ingestion Coordinator Noordzeedagen 2018 - October 2018 Acquisition of ocean and marine data

More information

QUICK GUIDE for 4 modules. Installation

QUICK GUIDE for 4 modules. Installation QUICK GUIDE for 4 modules Installation 1. Prepare a SIM card so that the PIN code is 1234 or is deactivated. Mount the card in the unit. The unit has now 1234 as password or runs without a password. The

More information