Welding station condition monitoring using bluetooth enabled sensors and intelligent data management

Size: px
Start display at page:

Download "Welding station condition monitoring using bluetooth enabled sensors and intelligent data management"

Transcription

1 Journal of Physics: Conference Series Welding station condition monitoring using bluetooth enabled sensors and intelligent data management To cite this article: D R Eyers et al 2005 J. Phys.: Conf. Ser Related content - A water-powered Energy Harvesting system with Bluetooth Low Energy interface M. Kroener, K. Allinger, M. Berger et al. - Self-activating intelligent home using bluetooth P Karthikeyan, N Sumanth and S Jude - Bluetooth Low Energy (BLE) Based Power Window System J Purba and D Wahyudin View the article online for updates and enhancements. This content was downloaded from IP address on 11/11/2018 at 12:47

2 Institute of Physics Publishing Journal of Physics: Conference Series 15 (2005) doi: / /15/1/024 Sensors & their Applications XIII Welding station condition monitoring using bluetooth enabled sensors and intelligent data management D.R. Eyers, R I Grosvenor and P W Prickett Intelligent Process Monitoring and Management (IPMM) Group, Cardiff School of Engineering, Cardiff University, Wales Abstract. This paper reports on the first phase deployment of bluetooth enabled condition monitoring systems at a large multinational engineering company. The radio networking of sensor signals is a fast developing area and the facilities afforded by the Wisnet device were used in the monitoring of a welding station. This and any of the planned further monitoring systems had to comply to a carefully managed IT information plan at the company. For the example application, the development and testing of microcontoller-based pre-processing of data is reported. This includes further development of the Petri Net approach to provide event-based monitoring as a sensible alternative to the continuous transmission of the sensory data. 1. Introduction The established Intelligent Process Monitoring and Management (IPMM) research group has evolved Petri Net-based approaches to machine and process condition monitoring. The importance of the intelligent use of captured data and the increasing emphasis on remote monitoring were first established during the MIRAM project [1]. More recent activities have included a European Regional Development Fund (ERDF) project targeted at delivering monitoring systems to SME s located in south Wales [2]. Achievements stemming from this project and related research include the successful deployment of distributed, networked microcontroller-based remote monitoring systems. Such systems are configured for a particular application via the coding of the Petri Net models into the microcontroller devices, as reported by Frankowiak [3]. In wider context, modern process monitoring systems are capable of observing hundreds of simultaneous sensor readings, and of returning these, often via various networks and/or the internet, to a central location for processing and storage. In the absence of a carefully considered Information Plan, the volume of data produced can become unmanageable for both the data transmission mechanism and the computational process and data storage equipment. The multinational engineering company involved with the research reported here, have high end capabilities with their LAN infrastructure. Although the acquired sensor signals for the welding station monitoring application would represent inconsequential traffic across the LAN, they considered the need for effective data management to be vitally important IOP Publishing Ltd 143

3 144 Welding Station Monitoring The selected application used to evaluate the monitoring system was a welding station. This is used almost continuously within a 3 shift pattern as one of the production stages for one of the company s core products. The welding of 2 end pieces to a flexible tube is performed automatically by the robot welder. The loading and unloading of the welder is a manual operation and one cycle consists of loading the assembly, welding of one end, unloading-turning-around and reloading, welding of the second end and unloading/transfer. The production profile may be conveniently be monitored by utilising the welding current measurements on the robot welder. There is clear distinction between the idle state and welding currents and a typical profile is shown in Figure 1. arbitrary units 12 Welding Current (arbitrary units) :24:28 10:24:37 10:24:46 10:24:55 10:25:04 10:25:13 10:25:22 10:25:31 10:25:40 10:25:49 10:25:58 10:26:07 10:26:16 10:26:25 10:26:34 10:26:43 10:26:52 10:27:01 10:27:10 10:27:19 10:27:28 10:27:37 10:27:46 10:27:55 10:28:04 10:28:13 10:28:22 10:28:31 10:28:40 10:28:49 Time Figure 1. Typical welding station operating profile Bluetooth Sensor Communications A review of the data link issues for the monitoring application was performed [4]. The company LAN was audited and as it is based on a Fast Ethernet (100Megabit) backbone it is a high-end specification and would easily cater for the current and future monitoring applications. The review also considered higher speed communications (Gigabit and high-end wireless networks for example) as well as lower speed communications via HSCSD, GPRS and other mobile communications. The selected approach was to use, the now, commercially available radio-linked sensor acquisition modules. The Wisnet [5] solution consists of an acquisition/transmission node that may be connected to up to 4 sensors and a bluetooth network controller (BNC). The bluetooth system is capable of transmitting at distances up to 100 metres (Bluetooth Class 1) and achieves data capture by means of continuous sampling for defined intervals. The base sampling rate is predetermined by the system supplier at installation and may be configured relative to this by the user. The resulting data resolution was set as a compromise between the system capabilities and the need for sensible data volumes. In other applications the

4 145 Wisnet is typically set with a 1 second sample interval. For the robot welding station a nominal 3 second sample interval was selected. In operation, the Wisnet system captures a sensor input and records this instantaneous sampled value to the local acquisition and transmission station. This facilitates the local storage of up to 24 sampled values before transmission to the BNC. The BNC was housed on the shop floor and was connected to the IT department via an ethernet connection to the company server. Testing of the installed system, operating in its supplied and configured mode suggested that the daily data traffic and storage would be of the order of 500 Kbytes. Intelligent Data Management The considerations that have led to a 99% reduction in the daily data traffic were structured in line with the knowledge derivation process proposed by Santoso & Lamoree[6]. Thus the defined stages that were considered were: (i) data preparation, (ii) extraction of information from stored data, (iii) information assimilation and (iv) report presentation. Figure 1 shows some acquired data obtained from the robot welding station, for the production of 2 units (4 welds, 2 manual product reversals), with the original continuous sampling regime. In this configuration at least 32 sample values travelled across the network. The Wisnet system has no intelligence to recognise extended periods of waiting for components to be loaded or machine downtime, for example. If effect the system once configured will blindly continue to send data to the BNC and server. What was actually required was the start time and stop time for each cycle of welded units. The main technique that was to be employed for tracking the station performance was overall equipment effectiveness (OEE). The constituent parts of the OEE calculation, availability, performance rate and quality rate were also deemed to be more efficiently obtained with an adaptation of the continuous monitoring approach. Thus the need for a pre-processing stage of the sensor inputs to be connected to the Wisnet units was identified. It was decided that the data preparation and information extraction should become event-based. This was achieved by the introduction of a microcontroller to pre-process the continuous sensor data as required. The deployed pre-processing microcontroller operated in a similar way to a state machine and used an adapted version of the Petri Net modelling for embedded microcontrollers technique developed within the IPMM group [3]. Thus for the robot station example, the pre-processing stage detected a change of state (for example, waiting-to-welding) and acted in an interrupt mode (permitted by the alarms condition in the Wisnet software) with the Wisnet transmitter. With the data traffic then reduced to start of cycle and end of cycle times the 99% reduction in traffic (500Kbytes per day reduced to 5 Kbytes per day) was achieved. The Petri Net approach will allow flexibility in future monitoring deployments, in that the configurations required for particular applications can be implemented via the programming of only the Petri Net model sections of the microcontroller code. Information Assimilation and Report Presentation These important aspects of the monitoring regime were also fully considered. The adaptation of the acquisition end of the bluetooth sensor monitoring system reported in the preceding section in turn led to a requirement to customise the data handling software at the database/server end of the system. With the supplied configuration, for example, after processing (and potentially batching) of the data, it is eventually transmitted to a central server, where it resides as a text file (one file for each sensor for

5 146 each day). Data analysis to generate meaningful information, for the new context was then found to be cumbersome. The company user requirements, for example, dictated the need for multiple days information, or combined sensor information. To resolve this issue, the raw text files are now read by a sever-side agent, and written to a Microsoft SQL Server 2000 database. This database affords ODBC in addition to a number of other proprietary database technologies, and facilitates querying to industry standard SQL-92. When implemented in a networked environment, this database allows full distributed data access both to clients on a LAN or WAN, or using protocols such as HTTP for Intranet or Internet. After the database was populated with production data it was possible to use a wide variety of tools to extract information. Direct querying in SQL Server Custom written applications to display information o In daily reports o As live data screens in the production environment o On Intranet/Internet pages Using Office Application tools for further processing o Microsoft Excel o Lotus 123 Information presentations tools such as Microsoft Crystal Reports Depending on the information requirement, each of these techniques has its relative advantages. Within the particular company, Crystal Reports has been implemented to automatically produce daily reports, and with custom programming these reports are packaged with the Adobe PDF file format and automatically sent by to production managers & team leaders. The shift, daily and historical performance data was also made accessible to the appropriate personnel via dynamic web pages. An example output is shown in Figure 2. The dynamic WebOEE page presents a headline value for the calculated OEE performance indicator value for the selected day. This is usually used to track the welding station performance for the current interval. Historical data can also be accessed via selection from the calendar window. The shift pattern details and the tabulated and charted production values are then automatically displayed. The selected example shows that shift 2 only produced 29 welded units and experienced significant downtime due to the unavailability of materials. The WebOEE page also provides a link to a monthly summary. An example summary for March 2005 is shown in Figure 3. During this period the 3 shift pattern was in operation only during weekdays. There were also gaps in the shifts worked on the 15 th /16 th March and from 25 th March onwards (Easter holidays). This data was collected during the deployment and evaluation stage of the system. As evident from Figure 3 the monitoring system confirmed the relatively large fluctuations in the robot welding operations from day to day and from shift to shift. This was key information for the production management and led to a number of actions. These included the agreement to extend the implementation of the bluetooth sensor monitoring to other production operations and machines and to develop interfaces to other production performance systems.

6 147 Figure 2. Main web-based display of production performance. Discussion The reported work represents a considered and useful deployment of the now commercially available radio/bluetooth enabled sensor monitoring systems The additional efforts to provide some preprocessing of the captured data and to make the system event-based led to significant savings in terms of the data traffic. The use of dynamic web pages and the adoption of the OEE measure would appear to be a sensible choice. A good balance is struck between providing up-to-date useful information whilst avoiding information overload.

7 148 Figure 4. Monthly performance chart. Acknowledgements The support of the multinational engineering company, who are not explicitly named here, for the parttime MPhil studies of D.R. Eyers (within the IPMM research group) is acknowledged. The on-going collaboration with Expert Monitoring Ltd, the suppliers of the Wisnet system is also acknowledged. References [1] Drake P R, Grosvenor R I and Jennings A D 1995 Proc. Sensors and their Applications VII, Dublin [2] [3] Frankowiak M.R P.hD Thesis, Cardiff School of Engineering [4] Eyers D.R Internal document, Cardiff School of Engineering [5] [6] Santoso S. and Lamoree J IEEE Power Engineering Society Summer Meeting, Seatle

Comet modular traffic management system. Traffic Solutions

Comet modular traffic management system. Traffic Solutions Comet modular traffic management system Traffic Solutions The scalable, modular design of the Comet system allows users to invest in a system initially addressing a particular need, whilst allowing future

More information

Welcome to a world where technology flows through the heart of your business environment. Welcome to CDC

Welcome to a world where technology flows through the heart of your business environment. Welcome to CDC Welcome to a world where technology flows through the heart of your business environment Welcome to CDC Overview 4 Urban Campus 5 Intelligent Campus Management Solution 6 Key Features 7 Integra Management

More information

The Industrial Intranet: a Cause For Change

The Industrial Intranet: a Cause For Change The Industrial Intranet: a Cause For Change by S Graham, Schneider Automation Electricity + Control March 2000 Most plant data collection applications today use a batch approach, where data is transmitted

More information

Intelligent Monitoring of Robotic Systems with PIC microcontrollers and a Petri-Net based Approach

Intelligent Monitoring of Robotic Systems with PIC microcontrollers and a Petri-Net based Approach Intelligent Monitoring of Robotic Systems with PIC microcontrollers and a Petri-Net based Approach Dimitris Koutandos McQuay Hellas S.A. Athens, 17123, Hellas dkoutandos@yahoo.gr Abstract This paper investigates

More information

Monitor ~ Manage ~ Reduce ~ Control

Monitor ~ Manage ~ Reduce ~ Control Introduction AllSolus offers products and services that enable energy, gas, water and environmental measurement, monitoring and management. Our mission is to help our clients take control of their energy,

More information

Design of Remote GPRS-based Gas Data Monitoring System

Design of Remote GPRS-based Gas Data Monitoring System IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Design of Remote GPRS-based Gas Data Monitoring System To cite this article: Xiyue Yan et al 2018 IOP Conf. Ser.: Earth Environ.

More information

Welcome to a world where technology flows through the heart of your business environment. Welcome to CDC

Welcome to a world where technology flows through the heart of your business environment. Welcome to CDC Welcome to a world where technology flows through the heart of your business environment Welcome to CDC Overview 4 Retail Centres 5 Intelligent Retail Centre Management Solution 6 Key Features 7 Integra

More information

Case History: New Gas Flow Computer Design Facilitates Offshore Measurement In Gulf Coast Project

Case History: New Gas Flow Computer Design Facilitates Offshore Measurement In Gulf Coast Project Acadiana Flow Measurement Society Show 13 14 April 1999 Case History: New Gas Flow Computer Design Facilitates Offshore Measurement In Gulf Coast Project Mike Chunn and Wayne Bonin, Chevron USA Ltd. Danny

More information

Optimizing the hotspot performances by using load and resource balancing method

Optimizing the hotspot performances by using load and resource balancing method IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Optimizing the 802.11 hotspot performances by using load and resource balancing method To cite this article: C J Napitupulu et

More information

The ALICE Glance Shift Accounting Management System (SAMS)

The ALICE Glance Shift Accounting Management System (SAMS) Journal of Physics: Conference Series PAPER OPEN ACCESS The ALICE Glance Shift Accounting Management System (SAMS) To cite this article: H. Martins Silva et al 2015 J. Phys.: Conf. Ser. 664 052037 View

More information

UCOS User-Configurable Open System

UCOS User-Configurable Open System UCOS User-Configurable Open System User-Configurable Open System (UCOS) UCOS is a complete control system solution. It includes graphical development software, a graphical human machine interface (HMI),

More information

Managed WAN SLA. Contents

Managed WAN SLA. Contents Managed WAN SLA Contents Terminology... 2 Service Description... 2 Service Offerings... 2 Private Network Services... 2 Ethernet Connectivity... 2 T-1 Connectivity... 3 Other Connectivity... 3 Internet

More information

Managed WAN SLA. Contents

Managed WAN SLA. Contents Managed WAN SLA Contents Terminology... 2 Service Description... 2 General... 2 Levels and Offerings... 2 Private Network Services... 2 Features... 2 Internet Access... 3 Features... 3 Service Level Metrics...

More information

SCADA Expert Vijeo Citect Architecture and Redundancy Study Guide

SCADA Expert Vijeo Citect Architecture and Redundancy Study Guide SCADA Expert Vijeo Citect Architecture and Redundancy Study Guide 2015 Schneider-Electric Pty (Australia) Ltd 78 Waterloo Road Macquarie Park NSW 2113 Australia DISCLAIMER Schneider Electric makes no representations

More information

Designing a Reliable Industrial Ethernet Network

Designing a Reliable Industrial Ethernet Network N-TRON Corp. 820 S. University Blvd. Suite 4E Mobile, Al. 36609 Phone: 251-342-2164 Fax: 251-342-6353 Designing a Reliable Industrial Ethernet Network Most of the major manufacturing automation end users

More information

How OPC UA Software Enhances Big Data Integrity for IIoT SCADA Systems. Charles Chen Product Manager

How OPC UA Software Enhances Big Data Integrity for IIoT SCADA Systems. Charles Chen Product Manager How OPC UA Software Enhances Big Data Integrity for IIoT SCADA Systems Charles Chen Product Manager Big Data Integrity Is a Critical Factor in the Evolution from Traditional to IIoT SCADA Systems Over

More information

PROFESSIONAL SERVICES

PROFESSIONAL SERVICES PROFESSIONAL SERVICES TELEPRESENCE CONSULTING 75% OF BUSINESS LEADERS BELIEVE THAT FACE-TO-FACE COLLABORATION IS CRITICAL. IT IMPROVES WORKFORCE PRODUCTIVITY, MAKES VIRTUAL TEAMS MORE EFFECTIVE AND SIGNIFICANTLY

More information

Ovation Process Historian

Ovation Process Historian Ovation Process Historian Features Designed to meet the needs of precision, performance, scalability and historical data management for the Ovation control system Collects historical data of Ovation process

More information

Improve Your Manufacturing With Insights From IoT Analytics

Improve Your Manufacturing With Insights From IoT Analytics Improve Your Manufacturing With Insights From IoT Analytics Accelerated Time to Value With a Prebuilt, Future-Proof Solution Dr. Zack Pu Offering Manager, Industrial IoT Hitachi Vantara Dr. Wei Yuan Senior

More information

the steps that IS Services should take to ensure that this document is aligned with the SNH s KIMS and SNH s Change Requirement;

the steps that IS Services should take to ensure that this document is aligned with the SNH s KIMS and SNH s Change Requirement; Shaping the Future of IS and ICT in SNH: 2014-2019 SNH s IS/ICT Vision We will develop the ICT infrastructure to support the business needs of our customers. Our ICT infrastructure and IS/GIS solutions

More information

Review Zara, Netflix and Amazon Case

Review Zara, Netflix and Amazon Case Review Zara, Netflix and Amazon Case Value Chains? including Role of Management Role of Information Systems Differences from major competitors Assess Effectiveness, Efficiency, Speed Competitive Forces?

More information

1 Introduction to the software

1 Introduction to the software 1 Introduction to the software mk:@msitstore:d:\winpower%20net\helpeng.chm::/introduction%20to%20softw... 1/2 1 Introduction to the software The monitoring software is matched with our company controller.

More information

Halifax Regional Municipality

Halifax Regional Municipality Halifax Regional Municipality Challenge Leverage existing IT infrastructure to design a high-definition surveillance system that helps protect corporate assets across the Halifax Regional Municipality

More information

The CORD reference architecture addresses the needs of various communications access networks with a wide array of use cases including:

The CORD reference architecture addresses the needs of various communications access networks with a wide array of use cases including: Introduction Today s Mobile Network Operator (MNO) infrastructure is built with proprietary vertically integrated Network Elements (NEs), leading to inefficient utilization of network resources. Further,

More information

Service Definition Internet Service

Service Definition Internet Service Service Definition Internet Service Standard S003 Ver 2 Contents 1 Overview... 1 1.1 Introduction... 1 1.2 Product Overview... 1 2 Service Specification... 1 2.1 Service Options... 2 2.2 Access Service...

More information

Why MCL-Client. Visualize multimodal mobile worker applications. Realize MCL-Client. Visualize Mobilize Realize MCL-Collection

Why MCL-Client. Visualize multimodal mobile worker applications. Realize MCL-Client.   Visualize Mobilize Realize MCL-Collection Visualize Mobilize Realize MCL-Collection Why MCL-Client Visualize multimodal mobile worker applications Realize MCL-Client Why MCL-Client Organizations throughout the world choose MCL-Collection for its

More information

EMC Business Continuity for Microsoft SharePoint Server (MOSS 2007)

EMC Business Continuity for Microsoft SharePoint Server (MOSS 2007) EMC Business Continuity for Microsoft SharePoint Server (MOSS 2007) Enabled by EMC Symmetrix DMX-4 4500 and EMC Symmetrix Remote Data Facility (SRDF) Reference Architecture EMC Global Solutions 42 South

More information

PROJECT FINAL REPORT

PROJECT FINAL REPORT PROJECT FINAL REPORT Grant Agreement number: INFSO-ICT-224350 Project acronym: Project title: Funding Scheme: flexware Flexible Wireless Automation in Real-Time Environments STREP Period covered: from

More information

Power Transmission and Distribution Monitoring using Internet of Things (IoT) for Smart Grid

Power Transmission and Distribution Monitoring using Internet of Things (IoT) for Smart Grid IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Power Transmission and Distribution Monitoring using Internet of Things (IoT) for Smart Grid To cite this article: N A Hidayatullah

More information

SCLIntra Enterprise Product Summary

SCLIntra Enterprise Product Summary SCLIntra Enterprise Product Summary SCLIntra uses barcoding technology to monitor and control the flow of tangible objects mail, parcels, property, files or people as they enter and move through a facility.

More information

SALISBURY NHS FOUNDATION TRUST. TITLE - Information Strategy Annual Review

SALISBURY NHS FOUNDATION TRUST. TITLE - Information Strategy Annual Review SALISBURY NHS FOUNDATION TRUST PAPER - SFT 1931 TITLE - Information Strategy 2007 2010 Annual Review PURPOSE OF PAPER To inform the Board as to progress made within the Information Systems Strategy during

More information

DEVELOPMENT OF A GENERIC WIND FARM SCADA SYSTEM

DEVELOPMENT OF A GENERIC WIND FARM SCADA SYSTEM DEVELOPMENT OF A GENERIC WIND FARM SCADA SYSTEM G J Smith GARRAD HASSAN & PARTNERS LTD. (Document No. 2228/GR/16, Issue 2) Contract JOR3-CT98-0296 PUBLISHABLE FINAL REPORT 1 July 1999 to 31 December 2000

More information

GSN Cloud Contact Centre Customer Connectivity Datasheet

GSN Cloud Contact Centre Customer Connectivity Datasheet GSN Cloud Contact Centre Customer Connectivity Datasheet Commercial in Confidence Reference: GSN CCC Connecting to Customers Version: 1.1 Global Speech Networks Pty Ltd Level 8, 636 St Kilda Road Melbourne,

More information

McAfee epolicy Orchestrator 4.5 Hardware Sizing and Bandwidth Usage Guide

McAfee epolicy Orchestrator 4.5 Hardware Sizing and Bandwidth Usage Guide McAfee epolicy Orchestrator 4.5 Hardware Sizing and Bandwidth Usage Guide COPYRIGHT Copyright 009 McAfee, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed,

More information

Automate sharing. Empower users. Retain control. Utilizes our purposebuilt cloud, not public shared clouds

Automate sharing. Empower users. Retain control. Utilizes our purposebuilt cloud, not public shared clouds EXECUTIVE BRIEF SHAREBASE BY HYLAND Automate sharing. Empower users. Retain control. With ShareBase by Hyland, empower users with enterprise file sync and share (EFSS) technology and retain control over

More information

Comparative analyses for the performance of Rational Rose and Visio in software engineering teaching

Comparative analyses for the performance of Rational Rose and Visio in software engineering teaching Journal of Physics: Conference Series PAPER OPEN ACCESS Comparative analyses for the performance of Rational Rose and Visio in software engineering teaching To cite this article: Zhaojun Yu and Zhan Xiong

More information

ARC VIEW. Critical Industries Need Active Defense and Intelligence-driven Cybersecurity. Keywords. Summary. By Sid Snitkin

ARC VIEW. Critical Industries Need Active Defense and Intelligence-driven Cybersecurity. Keywords. Summary. By Sid Snitkin ARC VIEW DECEMBER 7, 2017 Critical Industries Need Active Defense and Intelligence-driven Cybersecurity By Sid Snitkin Keywords Industrial Cybersecurity, Risk Management, Threat Intelligence, Anomaly &

More information

What is the fundamental purpose of a communication system? Discuss the communication model s elements.

What is the fundamental purpose of a communication system? Discuss the communication model s elements. What is the fundamental purpose of a communication system? The fundamental purpose of a communication system is the exchange of data between two parties. Discuss the communication model s elements. The

More information

OVERVIEW...3. Why RePOS...3 INTEGRATION...3. Control...4. Reliability...4. Accessibility...5. Flexibly...5. Support...5. RePOS Components...

OVERVIEW...3. Why RePOS...3 INTEGRATION...3. Control...4. Reliability...4. Accessibility...5. Flexibly...5. Support...5. RePOS Components... 1 P a g e CONTENTS OVERVIEW...3 Why RePOS...3 INTEGRATION...3 Control...4 Reliability...4 Accessibility...5 Flexibly...5 Support...5 RePOS Components...6 Technical Requrirements...7 RePOS Interface...7

More information

Phire 12.2 Hardware and Software Requirements

Phire 12.2 Hardware and Software Requirements Phire 12.2 Hardware and Software Requirements Copyright 2017, Phire. All rights reserved. The Programs (which include both the software and documentation) contain proprietary information; they are provided

More information

enhance the network transform performance

enhance the network transform performance enhance the network transform performance networking Your network is the backbone of your IT platform. Yet, it may be the oldest part of your infrastructure. Today networks are more complex than ever before

More information

INFORMATION ASSET MANAGEMENT POLICY

INFORMATION ASSET MANAGEMENT POLICY INFORMATION ASSET MANAGEMENT POLICY Approved by Board of Directors Date: To be reviewed by Board of Directors March 2021 CONTENT PAGE 1. Introduction 3 2. Policy Statement 3 3. Purpose 4 4. Scope 4 5 Objectives

More information

Operational Assessment Support Information System (OASIS)

Operational Assessment Support Information System (OASIS) Operational Assessment Support Information System (OASIS) Glenn D. House Sr. 2Is Inc. 75 West Street Walpole, MA 02081 (508) 850-7520 x202 glenn_house@2is-inc.com Charles A. Cox Franz Inc. 2201 Broadway,

More information

The three most important letters in WiFi - ROI

The three most important letters in WiFi - ROI The three most important letters in WiFi - ROI WiFi is today an essential need across industries be it for Internet service providers (ISPs), cellular carriers, hotels, restaurants, coffee shops, the city

More information

Radiological Assessment Display and Control System

Radiological Assessment Display and Control System Features Fast, real-time data acquisition and control Highly reliable communication with remote terminal units Collecting, converting, integrating and analyzing data from all monitors Detecting, annunciating

More information

A Collation & Analysis Methodology for Substation Event Data via a Web Interface (supporting COMTRADE, GOOSE & MMS Data Sources from Multiple Vendors)

A Collation & Analysis Methodology for Substation Event Data via a Web Interface (supporting COMTRADE, GOOSE & MMS Data Sources from Multiple Vendors) 1 A Collation & Analysis Methodology for Substation Event Data via a Web Interface (supporting COMTRADE, GOOSE & MMS Data Sources from Multiple Vendors) Abstract Author: Bruce Mackay Email Address: bruce.mackay@concogrp.com

More information

TELEMETRIC SYSTEM FOR MANAGEMENT IN CONCRETE PROCESS

TELEMETRIC SYSTEM FOR MANAGEMENT IN CONCRETE PROCESS TELEMETRIC SYSTEM FOR MANAGEMENT IN CONCRETE PROCESS Andrzej Karłowski Poznań University off Technology andrzej.karlowski@ikb.poznan.pl ABSTRACT In day of Internet and mobile phones of wireless broadcast

More information

Attachment C Service Level Agreement for WAN and Internet

Attachment C Service Level Agreement for WAN and Internet Attachment C Service Level Agreement for WAN and Internet Overview The Vendor SLA for Owner shall apply to all data transmission and reception on all Vendor provided Owner Wide Area Network (WAN) connectivity,

More information

Movicon NExT Pro.Lean Ver.3.2. Print Doc Movicon

Movicon NExT Pro.Lean Ver.3.2. Print Doc Movicon Movicon NExT Pro.Lean Ver.3.2 Print Doc Movicon Table of Contents 1. PRO.LEAN... 1 1.1. WHAT IS PRO.LEAN?... 1 1.2. THE ADVANTAGES OF MEASURING PRODUCTION PERFORMANCES... 3 1.3. GETTING STARTED: CONFIGURING

More information

Cloud Services. Introduction

Cloud Services. Introduction Introduction adi Digital have developed a resilient, secure, flexible, high availability Software as a Service (SaaS) cloud platform. This Platform provides a simple to use, cost effective and convenient

More information

Progressing AMI in Asia Pacific Mike Wetselaar Director Sales South East ASia

Progressing AMI in Asia Pacific Mike Wetselaar Director Sales South East ASia Progressing AMI in Asia Pacific Mike Wetselaar Director Sales South East ASia 1 Landis+Gyr Smart Grid 09.05.2012 Table of Content I. The AMI network II. III. The Challenges Addressing your requirements

More information

WLCG Transfers Dashboard: a Unified Monitoring Tool for Heterogeneous Data Transfers.

WLCG Transfers Dashboard: a Unified Monitoring Tool for Heterogeneous Data Transfers. WLCG Transfers Dashboard: a Unified Monitoring Tool for Heterogeneous Data Transfers. J Andreeva 1, A Beche 1, S Belov 2, I Kadochnikov 2, P Saiz 1 and D Tuckett 1 1 CERN (European Organization for Nuclear

More information

ilight Series Lighting Systems Lighting controls for a connected world

ilight Series Lighting Systems Lighting controls for a connected world ilight Series Lighting Systems Lighting controls for a connected world You can get more out of your lighting system than you might think...much more Everyone needs lighting, and its all around us, so what

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

Management Information Systems

Management Information Systems Telecommunications, the Internet, and Wireless Technology Lecturer: Richard Boateng, PhD. Lecturer in Information Systems, University of Ghana Business School Executive Director, PearlRichards Foundation,

More information

Designing a Reliable Industrial Ethernet Network

Designing a Reliable Industrial Ethernet Network N-TRON Corp. 820 S. University Blvd. Suite 4E Mobile, Al. 36609 Phone: 251-342-2164 Fax: 251-342-6353 Designing a Reliable Industrial Ethernet Network Most of the major manufacturing automation end users

More information

B5-111 APPLICATION OF INTRANET TECHNOLOGIES FOR POWER SYSTEM PROTECTION

B5-111 APPLICATION OF INTRANET TECHNOLOGIES FOR POWER SYSTEM PROTECTION 21, rue d'artois, F-75008 Paris http://www.cigre.org B5-111 Session 2004 CIGRÉ APPLICATION OF INTRANET TECHNOLOGIES FOR POWER SYSTEM PROTECTION A. TAKEUCHI F. KUMURA M. NAKAHARA Chubu Electric Power Co.

More information

INFORMATION COMUNICATION TECHNOLOGY SKS 1362

INFORMATION COMUNICATION TECHNOLOGY SKS 1362 INFORMATION COMUNICATION TECHNOLOGY SKS 1362 Lecture Six http://www.dr-qais.com Facebook: Dr Prince Badakhshi 1 2 It is a kind of business that buying and selling of products or services are conducted

More information

Visual Management. ProducTVity Station. Protocol conversion Multi-vendor support Web server Data logging Crimson 3.0 Software

Visual Management. ProducTVity Station. Protocol conversion Multi-vendor support Web server Data logging Crimson 3.0 Software Visual Management ProducTVity Station Protocol conversion Multi-vendor support Web server Data logging Crimson 3.0 Software Increased profitability through insight. Collect and display KPIs on any TV.

More information

Efficient Handoff using Mobile IP and Simplified Cellular IP

Efficient Handoff using Mobile IP and Simplified Cellular IP Presented at GNSS 2004 The 2004 International Symposium on GNSS/GPS Sydney, Australia 6 8 December 2004 Efficient Handoff using Mobile IP and Simplified Cellular IP S. Omar School of Surveying & Spatial

More information

SNL Material Monitoring System, The T-1 RF Seal, and the IAEA & KAMS

SNL Material Monitoring System, The T-1 RF Seal, and the IAEA & KAMS IAEA-SM-367/7/02 SNL Material Monitoring System, The T-1 RF Seal, and the IAEA & KAMS Lawrence Desonier Sandia National Laboratories PO Box 5800, MS 1361 Albuquerque, NM 87185 Abstract Throughout the world,

More information

The Threaded Case Study

The Threaded Case Study Cisco Networking Academy Program Semesters III and IV Instructor: Chris Widmer The Threaded Case Study OBJECTIVE The purpose of the Threaded Case Study is to allow you to apply the knowledge that you have

More information

Overcoming the Challenges of Server Virtualisation

Overcoming the Challenges of Server Virtualisation Overcoming the Challenges of Server Virtualisation Maximise the benefits by optimising power & cooling in the server room Server rooms are unknowingly missing a great portion of their benefit entitlement

More information

Small-cell-based Solution to Make Diverse Services Possible

Small-cell-based Solution to Make Diverse Services Possible Small-cell-based Solution to Make Diverse Services Possible Masanori Hashimoto Hideo Iwamoto The of Things (IoT) has brought the age of connection where everything is linked to a network, but it is also

More information

What a BACnet system looks like and how it can be used generally depends. By Roland Laird

What a BACnet system looks like and how it can be used generally depends. By Roland Laird This article was published in ASHRAE Journal, November 2009. Copyright 2009 American Society of Heating, Refrigerating and Air-Conditioning Engineers, Inc. Posted at www.ashrae.org. This article may not

More information

The E3SoHo experience in Warsaw pilot site: conclusions and lessons learnt

The E3SoHo experience in Warsaw pilot site: conclusions and lessons learnt The E3SoHo experience in Warsaw pilot site: conclusions and lessons learnt ICT enabling energy efficiency in buildings: News from two social housing projects 06 May 2014 Mateusz ZGUTKA Mostostal Contents

More information

ELECTRICAL NETWORK SUPERVISOR STATUS REPORT

ELECTRICAL NETWORK SUPERVISOR STATUS REPORT EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH ORGANISATION EUROPÉENNE POUR LA RECHERCHE NUCLÉAIRE CERN - ST Division CERN-ST-2001-018 30 January 2001 ELECTRICAL NETWORK SUPERVISOR STATUS REPORT S. Poulsen

More information

The smart choice for industrial switches

The smart choice for industrial switches The smart choice for industrial switches Help your customers transform their smart cities, automated factories and wireless outdoor environments. A healthy margin and full support Specify D-Link industrial

More information

Personal Computer-less (PC-less) Microcontroller Training Kit

Personal Computer-less (PC-less) Microcontroller Training Kit IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Personal Computer-less (PC-less) Microcontroller Training Kit To cite this article: Y Somantri et al 2018 IOP Conf. Ser.: Mater.

More information

Medical event notification system using SMS technology

Medical event notification system using SMS technology Journal of Physics: Conference Series OPEN ACCESS Medical event notification system using SMS technology To cite this article: J Voos et al 2013 J. Phys.: Conf. Ser. 477 012015 Related content - Notification

More information

The TDAQ Analytics Dashboard: a real-time web application for the ATLAS TDAQ control infrastructure

The TDAQ Analytics Dashboard: a real-time web application for the ATLAS TDAQ control infrastructure The TDAQ Analytics Dashboard: a real-time web application for the ATLAS TDAQ control infrastructure Giovanna Lehmann Miotto, Luca Magnoni, John Erik Sloper European Laboratory for Particle Physics (CERN),

More information

90 % of WAN decision makers cite their

90 % of WAN decision makers cite their WHITEPAPER So many ways to WAN How the most essential technology for distributed enterprises has evolved and where it s headed One of the most critical components to the success of any growth-oriented

More information

What s New in IGSS V9

What s New in IGSS V9 INDUSTRIAL AUTOMATION Interactive Graphical SCADA System INSIGHT AND OVERVIEW What s New in IGSS V9 What s New in IGSS V9 1 Table of Contents The IGSS Master Module... 3 Design and Runtime modes... 3 Added

More information

Networks: Communicating and Sharing Resources

Networks: Communicating and Sharing Resources Networks: Communicating and Sharing Resources 1 Local Area Networks Client/server networks o Made up of one or more file servers and clients (any type of computer) o Client software enables requests to

More information

CMS users data management service integration and first experiences with its NoSQL data storage

CMS users data management service integration and first experiences with its NoSQL data storage Journal of Physics: Conference Series OPEN ACCESS CMS users data management service integration and first experiences with its NoSQL data storage To cite this article: H Riahi et al 2014 J. Phys.: Conf.

More information

SCADA Software. 3.1 SCADA communication architectures SCADA system

SCADA Software. 3.1 SCADA communication architectures SCADA system 3 SCADA Software 3.1 SCADA communication architectures 3.1.1 SCADA system A supervisory control and data acquisition (SCADA) system means a system consisting of a number of remote terminal units (RTUs)

More information

How Industrial PoE Switches Facilitate Reliable Outdoor IP Surveillance Networks. Jackey Hsueh Product Manager

How Industrial PoE Switches Facilitate Reliable Outdoor IP Surveillance Networks. Jackey Hsueh Product Manager How Industrial PoE Switches Facilitate Reliable Outdoor IP Surveillance Networks Jackey Hsueh Product Manager Abstract Outdoor IP surveillance networks can reap substantial benefits from PoE technologies.

More information

WHAT YOU NEED TO KNOW BEFORE YOU DEPLOY A HIGH

WHAT YOU NEED TO KNOW BEFORE YOU DEPLOY A HIGH ENTERPRISE WIRELESS NETWORK DESIGN GUIDE WHAT YOU NEED TO KNOW BEFORE YOU DEPLOY A HIGH CAPACITY, SECURE WIRELESS NETWORK www.securedgenetworks.com Table of Contents Table of Contents... 2 1. Overview:...

More information

HARDWARE OF SUPERVISORY CONTROL & DATA ACQUISITION SYSTEM

HARDWARE OF SUPERVISORY CONTROL & DATA ACQUISITION SYSTEM Chapter 3 HARDWARE OF SUPERVISORY CONTROL & DATA ACQUISITION SYSTEM Dr. H.K. VERMA Distinguished Professor Department of Electrical and Electronics Engineering School of Engineering and Technology SHARDA

More information

Exploration of Fault Diagnosis Technology for Air Compressor Based on Internet of Things

Exploration of Fault Diagnosis Technology for Air Compressor Based on Internet of Things Exploration of Fault Diagnosis Technology for Air Compressor Based on Internet of Things Zheng Yue-zhai and Chen Xiao-ying Abstract With the development of network and communication technology, this article

More information

Network Communications Standards. Applied Information Technology

Network Communications Standards. Applied Information Technology Network Communications Standards Applied Information Technology Network Standards Why do we need network standards? Defined guidelines for how computers or networked devices communicate Think of it as

More information

PUT DATA PROTECTION WHERE YOU NEED IT

PUT DATA PROTECTION WHERE YOU NEED IT from Carbonite PUT DATA PROTECTION WHERE YOU NEED IT Flexibility is your best friend when it comes to choosing a backup plan. For a backup solution to be considered flexible, it needs to satisfy several

More information

METHODS OF GATHERING EGM DATA. David L Gaines. Standard Automation & Control LP 2450 South Shore Blvd, Suite 210, League City, TX 77573

METHODS OF GATHERING EGM DATA. David L Gaines. Standard Automation & Control LP 2450 South Shore Blvd, Suite 210, League City, TX 77573 METHODS OF GATHERING EGM DATA David L Gaines Standard Automation & Control LP 2450 South Shore Blvd, Suite 210, League City, TX 77573 Modern methods for collecting Electronic Gas Measurement (EGM) data

More information

Atmosphere Fax Network Architecture Whitepaper

Atmosphere Fax Network Architecture Whitepaper Atmosphere Fax Network Architecture Whitepaper Contents Introduction... 3 The 99.99% Uptime Fax Network... 4 Reliability and High Availability... 5 Security... 7 Delivery... 9 Network Monitoring... 11

More information

GStat 2.0: Grid Information System Status Monitoring

GStat 2.0: Grid Information System Status Monitoring Journal of Physics: Conference Series GStat 2.0: Grid Information System Status Monitoring To cite this article: Laurence Field et al 2010 J. Phys.: Conf. Ser. 219 062045 View the article online for updates

More information

Chapter 10. Glossary

Chapter 10. Glossary Chapter 10 Glossary 137 ADSL Asymmetric Digital Subscriber Line: New broadband, consumer-focused data delivery technology utilising existing telephone systems (e.g. for use with connecting to the Internet).

More information

What can the OnBase Cloud do for you? lbmctech.com

What can the OnBase Cloud do for you? lbmctech.com What can the OnBase Cloud do for you? lbmctech.com The OnBase Cloud by Hyland When it comes to cloud deployments, experience matters. With experience comes more functionality, long tracks of outstanding

More information

SOFTOLOGY LIMITED

SOFTOLOGY LIMITED Introduction. SOFTOLOGY Softology have been helping companies resolve their document management issues and requirements since 1992. Our core document management solution is a comprehensive document content

More information

The COUNTER Code of Practice for Articles

The COUNTER Code of Practice for Articles The COUNTER Code of Practice for Articles Release 1 Published March 2014 Abstract The COUNTER Code of Practice for Articles (COUNTER Articles) provides specifications for the recording and reporting of

More information

A Unifying Standard for Interfacing Transducers to Networks IEEE

A Unifying Standard for Interfacing Transducers to Networks IEEE A Unifying Standard for Interfacing Transducers to Networks IEEE-1451.0 James Wiczer, Ph.D. President Smart Sensor Interface Research and Development Group Sensor Synergy, Inc. 1110 W. Lake Cook Rd. Suite

More information

1 Introduction. 2 The Editions Available. 2.1 The Personal Edition

1 Introduction. 2 The Editions Available. 2.1 The Personal Edition 1 Introduction The purpose of this Instruction Sheet is to describe the various Editions of MX-Contact so that you can select the right version for your needs. This document should assist you in answering

More information

Technical Spotlight DEMO6-S6

Technical Spotlight DEMO6-S6 Technical Spotlight DEMO6-S6 Spotlight on BPL communication implemented in DEMO6 This project has received funding from the European Union s Seventh Framework Programme for research, technological development

More information

TB+ 1.5 Billion+ The OnBase Cloud by Hyland 600,000,000+ content stored. pages stored

TB+ 1.5 Billion+ The OnBase Cloud by Hyland 600,000,000+ content stored. pages stored the onbase cloud ONBASE CLOUD // Experience Matters The OnBase Cloud by Hyland When it comes to cloud deployments, experience matters. With experience comes more functionality, an established history of

More information

Moving From Reactive to Proactive Storage Management with an On-demand Cloud Solution

Moving From Reactive to Proactive Storage Management with an On-demand Cloud Solution Moving From Reactive to Proactive Storage Management with an On-demand Cloud Solution The Ever-Present Storage Management Conundrum In the modern IT landscape, the storage management conundrum is as familiar

More information

Development of datamining software for the city water supply company

Development of datamining software for the city water supply company Journal of Physics: Conference Series PAPER OPEN ACCESS Development of datamining software for the city water supply company To cite this article: O G Orlinskaya and E V Boiko 2018 J. Phys.: Conf. Ser.

More information

System Analysis & design

System Analysis & design Assiut University Faculty of Computers and Information System Analysis & design Year 2 Academic Year 2014/ 2015 Term (2) Copyright 2014 Dr. Hossam Ragab 8 A n important component of the design phase is

More information

CCM 4300 Lecture 2 Computer Networks: Wireless and Mobile Communication Systems. Dr Shahedur Rahman School of Science and Technology

CCM 4300 Lecture 2 Computer Networks: Wireless and Mobile Communication Systems. Dr Shahedur Rahman School of Science and Technology CCM 4300 Lecture 2 Computer Networks: Wireless and Mobile Communication Systems Dr Shahedur Rahman School of Science and Technology 1 Recap of Last Session defined a computer network and identified some

More information

Create a smarter environment where information becomes insight

Create a smarter environment where information becomes insight Create a smarter environment where information becomes insight How a seamless network can turn data into intelligence for your smart city or factory Contents Introduction 3 Smart city surveillance: From

More information

ISO27001 Preparing your business with Snare

ISO27001 Preparing your business with Snare WHITEPAPER Complying with ISO27001 Preparing your business with Snare T he technical controls imposed by ISO (International Organisation for Standardization) Standard 27001 cover a wide range of security

More information

advanced call analytics for large multi-site organisations

advanced call analytics for large multi-site organisations advanced call analytics for large multi-site organisations Overview gives you all the information you need to manage your telecoms infrastructure is built upon a unique objects-based directory that places

More information