Issues in Developing Open Source Licensing Tool for Controllers in the Context of BA (Building Automation)

Size: px
Start display at page:

Download "Issues in Developing Open Source Licensing Tool for Controllers in the Context of BA (Building Automation)"

Transcription

1 Issues in Developing Open Source Licensing Tool for Controllers in the Context of BA (Building Automation) Shah Ujval M Rajasekhara Babu M Khalid M.Tech computer science, SCSE Assistant (S.G) Professor, SCSE Director, SCSE VIT University, Vellore VIT University, Vellore VIT University, Vellore Tamil Nadu, India Tamil Nadu, India Tamil Nadu, India shah.ujval@gmail.com mrajasekharababu@vit.ac.in mkhalid@vit.ac.in Abstract -- Over the past ten years building owners, Managers and consulting engineers from the different Manufacturers/Vendors have become the increasingly frustrated by incompatibilities and limited Mechanism for the integration of building automation and control systems(bas)[1] because a site may have BAS equipment from multiple manufacturers in the field. A controller comes with different functionalities. Some of the functionalities will be locked down by the manufactures. There are times when site engineer need to lock or unlock the particular functionality of the controllers, called licensing. As Controllers are part of BAS, there are at present three issues in Developing open source licensing tool, and they mainly concentrate on BAS integration. They are Integration between BAS and existing Enterprise applications, integration of widely used open protocol standards (e.g. BACnet or LonTalk), and integration of subsystems (HVAC systems, fire safety systems, life safety, lighting systems [11]) of BAS [14]. Though today many solutions are available, Integration of diverse and heterogeneous BAS systems is a challenge. The paper describes the issues in developing open source licensing tool and how to overcome these issues. Keywords: Building Automation and control Systems (BAS); System integration; licensing; I. INTRODUCTION A building automation system (BAS) is an example of a distributed control systems. It describes the functionality provided by the building control systems, which is a computerized, intelligent network of electronic devices (mostly sensors, actuators and controllers), designed to monitor and control the mechanical and lighting systems in a building.bas core functionality keeps the building climate within a specified range, provides lighting based on an occupancy schedule, monitor systems performance and device failures and provides and/or text notifications to building engineering staffs. The BAS functionality reduces building energy and maintenance costs when compared to non-controlled building [18] Building automation systems are traditionally concerned with the control of heating, ventilation and air conditioning as well as lighting systems. With the advancement of technology, Modern building automation systems often called as intelligent buildings consist more than 30,000 components (e.g. sensors, actuators, and controllers).one of the main concern of BAS is how to integrate building automation controllers (as found in HVAC systems, lighting systems, security systems, fire safety systems, etc.) manufactured by different companies to communicate and share data with each other. Still some Manufactures are using Proprietary protocols for communication.proprietry protocols were an excellent tool in the 70s and 80s for BAS applications but were excessively expensive. This high cost spurred the search for greater efficiencies and less expensive alternatives. This led to the development of the BACnet [6-7] (A data Communication Protocol for Building Automation and Control Networks) completely non-proprietary open communication software standard by ASHRAE [5] and LonWorks [9]. Open system technologies have changed how the building automation industry conducts business. The relationship between owner, system integrator and manufacturer has been changed. Many owners are now taking advantage of Open system technologies to create a total building control network that encompasses every building system [3].Virtually all BAS manufactures have already adopted BACnet as the platform of choice at the system, or network level [5]. A. What is licensing? Licensing means to enable or disable some functionality of the controllers. Controller comes with different functionalities and some functionality might be locked down by manufactures. There are times when site engineer need to unlock the some of the functionality of the controller and to enable/disable certain functionality of each controller manually is a tedious process. 485

2 B. How we can achieve it? To enable/disable some functionality of the controllers, a controller requires an Unlock code. As BAS site contains several subsystems (HVAC systems, lighting systems, fire safety systems, etc), site engineer need to make a separate request for each controller in a different subsystem to enable/disable certain functionalities. This is the complex process and there are certain issues present in BASs subsystem integration. C. License file Format As Paper aims to develop open source licensing tool, a common file format should be followed. Table 1 shows the Parameter that will be the part of a XML File format. TABLE 1: A COMMON XML FILE FORMAT Field Type Comment SiteID String Unique site identifier SubsystemID String Unique subsystem under site (HVAC, lighting, Security, fire Alaram,etc) Unlock code String Present Only in the File generated by server Error description String Contains human readable description of the current status of the device entry D. Example of license file generated by tool Site engineer make a request of controllers to enable/disable functionality through tool. Example file generated by tool looks like this. <?xml version="1.0" encoding="utf-8" standalone="yes"?> <! Request file generated by Tool--> <BASsite> <SiteID> BAS12345</ SiteID> <SubsystemID>BASsite1234</SubsystemID> <SerialNumber> </SerialNumber> No licence request made yet generated by Tool </ErrorDescription > <SubsystemID>BASsite5678 </SubsystemID> <SerialNumber>ABCDEFGHIJ</SerialNumber> No licence request made yet generated by tool </ ErrorDescription > </BASsite> E. Example file Generated by the Server Once generated, server will put an appropriate unlock code in to the controllers. And controller will try to enable/disable particular functionality. Success/Failure can be seen in the file generated by server. <?xml version="1.0" encoding="utf-8" standalone="yes"?> <! Request file generated by Tool--> <BASsite> <SiteID> BAS12345</ SiteID> <SubsystemID> BASsite1234 </SubsystemID> <SerialNumber> </SerialNumber> <Unlock>XXXXXXXXXXXXXXXX</Unlock> Success - ABC functionality is enabled </ErrorDescription > <SubsystemID> BASsite5678 </SubsystemID> <SerialNumber>ABCDEFGHIJ</SerialNumber> <Unlock>XXXXXXXXXXXXXXXXX</Unlock> Failure Unlock code not matches or Device Id is wrong </ ErrorDescription > </BASsite> II. PROBLEMS IN DEVELOPING OPEN SOURCE LICENCING TOOL IN BAS Although the sophistication and flexibility of networking and communication technologies in general have been increasing geometrically, controls systems for buildings have carried forward a legacy of proprietary thinking which has impeded the natural migration of many of the benefits of open networking technology in to building systems. Through accident or intent, building automation and control systems have simply failed to embrace true open system concepts effectively for building owners [1]. 1. In early 80s, there was no such protocol which could satisfy BAS industry s needs. But Advancement of BACnet and LonWorks (Open system technologies) seems to satisfy need of the building automation systems. Nowadays, BAS manufactures always need to develop the products which support one or more of the Open standard protocols that are available. But the main concern or often it is difficult for BAS to integrate the products which adopt different protocols [14]. As we have different subsystems (HVAC systems, Lighting systems, safety systems, security systems) in BAS. Consider different building automation devices, each with different functionality and/or from different manufactures. In 486

3 Fig. 1, the solid color portion of each symbol below is dedicated to the devices specific function within the building HVAC, Lighting, Security, life safety, etc. Even though Open System Technologies BACnet and LonWorks have gained their success in commercial BAS markets still some vendors are providing Proprietary protocol solutions. Fig 1. Presents the proprietary protocol solutions. So, Licensor application needs to make different requests according to controllers present in the different subsystems of BAS. It s not easy for tool to create request based on different proprietary communication protocol. Figure 1: A proprietary protocol solution 2. The present BAS are separated from IT (information technology systems), and BAS is an isolated island of information. Now most building owners, Managers and tenants hope to integrate BAS with their own enterprise application systems [13-14], and then BAS become one part of the enterprise information system [14]. The problem here is BAS manufactures has to pay more attention to develop products which can support TCP/IP network protocol (e.g. BACnet/IP of BACnet [12] and DDE of LonWorks). These technologies can realize interconnection and interactive operation between BAS and desktop applications. Also the traditional integration of building automation systems are more concerned about interactive operation among the systems. So the System s Coupling is strong. And the goal of real-time and seamless integration in BAS industry looks to fed away [14]. Our aim is to make system loosely coupled. 3. The term intelligent Building has become more popular in the 21 st century. Based on the gathered data about how the building energy is used, intelligent buildings can make decisions on how to control their corresponding subsystems such as lighting, temperature, security, and even window shade systems [18]. Issue here is products of HVAC systems, lighting system, security system and fire alarming system may adopt different protocols or be produced by different manufacturers, and these products are incompatible and can t be connected to each other.bas systems can t be integrated with enterprise applications conveniently [14] So, how licensing application makes an intelligent decision over here is big question. Controllers might need to enable/disable some functionality by their own according to data gathered from the environment. 4. BAS industry is still evolving, the development step of IT moves faster than BAS and gap between them becomes larger than ever [14]. Still many buildings are using Legacy systems installed years ago. Maintenance cost of such a building is likely to be high. And the great deal here is what happens if they want to include some new system in the Building (e.g. Security system). Integration of existing system and new system is complex process. Over the last four decades, growth and evolvement of IT infrastructure is tremendous and BAS systems need to step up in accordance with the growth of internet technologies. With the development of internet technologies in recent years, web services technology becomes the developing trend, Web services make it easier to integrate enterprise application systems with building automation systems and integrate BAS subsystems which adopt different standardize protocols than ever before [14]. III. CORRESPONDING SOLUTIONS There are different ways to integrate products made by different manufacturers but it s difficult. One of the possible solutions is to make a single front end system which knows the proprietary communication technique of each different system, and effectively bringing their difference in the sofatware.this approach requires cooperation of multiple manufactures. Practically these systems are very costly to implement and support, as the various systems evolve and change independently [6]. Another method involves defining a common protocol between centralized front end and individual gateways to proprietary systems. This approach has also proven to be costly, and was not really supported by vendors [6]. There are several solutions available in the market for the BAS integration. Next few paragraphs will show some of them. Every solution has its pros and cons. A. solution is based on Open system Protocols (such as BACnet and LonWorks) Today, we have several options to replace Proprietary Data Communication protocol used in BAS. At present, 487

4 Shah Ujval,M Rajasekhara babu,m Khalid, Int. J. Comp. Tech. Appl., Vol 2 (3), BACnet [6-8], LonWorks [9] and KNX [10] protocols have been widely accepted and used in BAS industry. So BACnet, Lon Works, and KNX protocols have got great success and development in past one decade, and they play more and more important roles in BAS industry. But of the different solutions present for integration of building services, BACnet is unofficially becoming the world standard (Frost and Sullivan s Conclusion). BACnet is an ANSI standard, ASHRAE standard, CEN standard, Korean National Standard, Arabic standard, and an ISO standard[5]. environment[15-17].today, there are over 245,000 instances of the Niagara Framework deployed worldwide. Fig. 3 represents the solution based on Niagara Framework. It shows how Niagara can be helpful to covert proprietary communication protocol to common object model. So, Licensing application need not have to create different Request for each Controllers Present in the site based on the manufacturers. Fig. 2 shows the solution respect to open standard protocol. The BACnet concept is to replace the communication portion of each device with a common, standard set of communication rules a common language so that each device looks the same on the wire. So, Licensing Tool need to create only one request for all types of controllers present in the BAS regardless of Manufactures and vendors. Figure 3: Solution With respect to Niagara Framework C. BAS system And Integration Technology Based on Web Services Next solution is based on integration between BASs and enterprise applications based on web services proposed by Jianho Bai, Hong Xiao, Xianghua Yang, and Guofang Zhang [14]. Figure 2: Open standard Protocol solution (BACnet) B. Solution based on Niagara Framework The problem here is having more than one Open System Protocols makes User confuse to choose between which protocols to use. Because again each protocol has its own advantage and disadvantage. Some people claims that BACnet is better than Lon Works and Others Vice Versa. We can still integrate different open standards such as BACnet [6-8], LonWorks [9], KNX [10] and Modbus by means of Niagara software Framework. The Niagara Framework [15-17] is a software platform that integrates diverse systems and devices regardless of manufacturer, or communication protocol into a unified platform that can be easily managed and controlled in real time over the Internet using a standard web browser. By integrating today's diverse building systems such as environmental controls, security, lighting, energy, video, fire and life safety, Niagara is creating better buildings ones that are smarter, use less energy, are more efficient, have lower operating costs, are safer and contribute to a sustainable Web services have a capability to provide good integration. At Present web services technology is the popular integration methods [14].this standard basedtechnology enables different Web Services to communicate with each other regardless of hardware and operating systems, Act as an ideal integration tool. The integration of web services is easy and less expensive. Web service can also help us realize the seamless and real-time integration between BASs and among BAS subsystems which adopt different standardized protocols or have different functions [14]. Fig. 4 shows the solutions respect to web service integration. Original sketch map includes three types of integration [14]. This solution mainly concentrate on the integration among BAS subsystems which adopt BACnet protocol, LonTalk protocol or other communication Protocols. Web service can be installed in controllers. BAS based on Web Services is not to replace the standardized Communication protocols which have been widely used in industries. It is use to realize higher level integration. 488

5 So, Licensing application need not have to create different Request for each Controllers Present in the site based on the manufacturers. Figure 4: solution with Respect to Web service integration IV. CONCLUSION Solutions presented above seem to solve the problem for a while but integration of heterogeneous systems is still a big issue worldwide. Though they are many solutions and alternative to this problem but no solution seem to provide a flexible, Scalable, Robust and Secure solutions. Every solution has its pros and cons. Introducing Open standards (such as BACnet, LonWorks), Niagara Framework, and a Web Service Technology in to BAS domain will seem to change the situation that BAS is an information island, and they have succeeded to some extent. And to develop an open source licensing tool seems to be possible for now. Building systems: BACnet, in Proc. Of the 1999 IEEE International Conference on Control Applications, Hawaii, USA, Vol. 2, pp , August [9] Control Network Protocol Specifications, ANSI/EIA/CEA 709.1, 1999 [10] KNX Specification, Konnex Assoc., Diegem,Belgium, 2009, Ver [11] Newman, H.M., Direct digital control of Building Systems: Theory and Practice, John Wiley & Sons. Inc., New York, [12] R.A. Fellows, "Connecting BACnet to the Internet, Heating/Piping/Air Conditioning HPAC Engineering, Vol. 72, No. 3, pp , March [13] L. Mark, An Owner s perspective of BAS and BAS Integration, Heating/Piping/Air Conditioning HPAC Engineering, Vol. 75, No. 7, pp , [14] Jianbo Bai, Hong Xiao, Xianghua Yang, Guofang Zhang, Study on Integration Technologies of Building Automation Systems based on Web Services, ISECS International Colloquium on in Computing, Communication, Control, and Management, 2009 (CCCM 2009), Vol. 4, pp , August [15] The Niagara Framework: Measuring Up to Open, Available from: white_papers/openwpfinal.pdf [16] The Niagara Framework, available from: _services/frameworks [17] A Comprehensive Software Platform Designed to Create Smart Device Applications An Overview of NiagaraAX, available from: [18] Wenqi Guo, Manchu Zhou, An Emerging Technology for improved Building Automation Control, Proc. Of the 2009 IEEE International conference on Systems, Man, and Cybernetics, San Antonio TX, USA, Vol. 2, pp. 337, October V. REFERENCES [1] Fisher, D.M., July "BACnet & LonWorks: A White Paper" available from: [2] Fellows, R. A., March "Connecting BACnet to the Internet" HPAC - Heating/Piping/Air Conditioning. Vol. 72, No. 3, pp [3] Investigating Open Systems Comparing LonWorks and BACnet available from: InvestigatingOpenSystems-2006-At%20a%20Glance.pdf [4] James Piper, November 2007, BACnet, LonMark and Modbus: How and Why They Work available from: LonMark-and-Modbus-How-and- Why-They-Work 7712 [5] State of the Art for Building automation system in hospital healthcare, available from: State_of_the_Art_-_Hospital_BAS.pdf [6] BACnet, [7] ANSI/ASHRAE Standard BACnet: A Data Communication Protocol for Building Automation and Control Networks, American Society of Heating, Refrigeration, and Air conditioning Engineers Inc. Atlanta, GA. [8] Haakenstad, L.K., The Open Protocol Standard for Computerized 489

RESEARCH OF A NEW METHODOLOGY FOR INTEGRATING BAS WITH MULTIPLE STANDARDS

RESEARCH OF A NEW METHODOLOGY FOR INTEGRATING BAS WITH MULTIPLE STANDARDS , Volume 5, Number 2, p.52-57, 2004 RESEARCH OF A NEW METHODOLOGY FOR INTEGRATING BAS WITH MULTIPLE STANDARDS C.Q. Dong and P.F. Hu Institute of Environment Science & Engineering, Huazhong University of

More information

Integrating Building Automation Systems based on Web Services

Integrating Building Automation Systems based on Web Services JOURNAL OF SOFTWARE, VOL. 6, NO. 11, NOVEMBER 2011 2209 Integrating Building Automation Systems based on Web Services Bai Jianbo*, Hao Yuzhe, Miao Guochang College of Mechanical and Electrical Engineering,

More information

30 top tips to tackle HVAC challenges No.15 - BACnet

30 top tips to tackle HVAC challenges No.15 - BACnet ABB DRIVES AND MOTORS 30 top tips to tackle HVAC challenges - BACnet 1 Not all drives feature BACnet BACnet is a data communication protocol mainly used in the building automation and HVAC industry (heating,

More information

The BACnet history He has a real problem...

The BACnet history He has a real problem... The BACnet history He has a real problem... The BACnet history He has got a solution... BACnet history... 1987 1991 1995 1998 2001 2002 2003 2004 Foundation of the ASHRAE (American Society of Heating Refrigeration

More information

Comprehensive Data Center Energy Management Solutions

Comprehensive Data Center Energy Management Solutions FROM INSIGHT TO EFFICIENCY: Comprehensive Data Center Energy Management Solutions Since 1995, facility managers and BAS professionals have relied on the Niagara framework to provide full convergence of

More information

Sir Walter Scott may not have been thinking of building automation systems. How BACnet. Is Connecting At ASHRAE s Headquarters

Sir Walter Scott may not have been thinking of building automation systems. How BACnet. Is Connecting At ASHRAE s Headquarters 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

Building Management Solutions. for Data Centers and Mission Critical Facilities

Building Management Solutions. for Data Centers and Mission Critical Facilities Building Management Solutions for Data Centers and Mission Critical Facilities How Efficient is Your Data Center? Recent years have seen rapid growth in global demand for computing capacity, resulting

More information

The simplicity of integrating HVAC&R machines into BMS architectures

The simplicity of integrating HVAC&R machines into BMS architectures The simplicity of integrating HVAC&R machines into BMS architectures Frank Schmid Regional Sales Manager 14-15 SEPTEMBER 2011, MUNICH Making energy safe, reliable, efficient, productive, green 2 Convergence

More information

Leveraging Building Automation Systems to support ongoing commissioning

Leveraging Building Automation Systems to support ongoing commissioning Leveraging Building Automation Systems to support ongoing commissioning Building Automation Systems Introduction Show me the money Critical components Building Automation System Architectures Protocols

More information

i-vu Building Automation System VVT Zoning System Total Control and Comfort for Your Building

i-vu Building Automation System VVT Zoning System Total Control and Comfort for Your Building i-vu Building Automation System VVT Zoning System Total Control and Comfort for Your Building Comfort and Control for Small to Medium Sized Commercial Buildings In the 1990 s, Carrier invented the first

More information

BACnet Secure Connect

BACnet Secure Connect BACnet Secure Connect A Secure Infrastructure for Building Automation David Fisher Bernhard Isler Michael Osborne SSPC 135 IT Working Group Contents A Secure Infrastructure for Building Automation... 1

More information

Simplifying Device and System Integration Specifications for Building Automation Systems

Simplifying Device and System Integration Specifications for Building Automation Systems Simplifying Device and System Integration Specifications for Building Automation Systems Ron Bernstein LonMark Chief Ambassador ron@lonmark.org LONMARK The Next Generation Greater system integration going

More information

Key Features and Benefits

Key Features and Benefits System Description Since its beginning, Automated Logic has focused on one objective: to develop innovative building automation systems with the latest technologies, which advance operational freedom,

More information

The Simply Smart Way to Optimize Building Control and Performance

The Simply Smart Way to Optimize Building Control and Performance Connected Buildings ComfortPoint Open Building Management System The Simply Smart Way to Optimize Building Control and Performance For Consultants and Specifiers ComfortPoint Open BMS. Simply Smart. Honeywell

More information

August 2017 Welcome Design Topic Product Focus

August 2017 Welcome Design Topic Product Focus EngineeringAdvantage Newsletter August 2017 In This Issue: Welcome Design Topic Smart Buildings Product Focus Siemens Total Room Automation Welcome to Siemens EngineeringAdvantage Newsletter We hope you

More information

BCPro System Product Bulletin

BCPro System Product Bulletin CH-BCM100-0, CH-BCM200-0 Introduction The BCPro system from Johnson Controls is ideally suited to automating the environmental control and energy usage functions of conventional buildings. Not only does

More information

Application of LonWorks Distributed Control Technology in Greenhouses

Application of LonWorks Distributed Control Technology in Greenhouses Application of LonWorks Distributed Control Technology in Greenhouses Gilberto A. Pereira a, Carlos E. Cugnasca b a Agricultural Automation Laboratory, Escola Politécnica, Universidade de São Paulo, Brazil,

More information

AUTOMATION. NETx BMS Server 2.0

AUTOMATION. NETx BMS Server 2.0 AUTOMATION NETx BMS Server 2.0 NETx BMS Server 2.0 Home and building automation systems are becoming increasingly complex and diverse. Often a variety of systems and technologies are used simultaneously.

More information

CYLON ACTIVE ENERGY ENGINEERS IRELAND CONFERENCE 1 ST OCTOBER 2013 OVERVIEW 2013

CYLON ACTIVE ENERGY ENGINEERS IRELAND CONFERENCE 1 ST OCTOBER 2013 OVERVIEW 2013 CYLON ACTIVE ENERGY ENGINEERS IRELAND CONFERENCE 1 ST OCTOBER 2013 CYLON A GLOBAL PRESENCE 28 years in operation 150 approved system integrators internationally 1.5 of partner installations globally 30%

More information

Discussion Topics. Integrated System Definition. Two Primary Characteristics. Understanding and Specifying Open Protocol Syracuse, NY April 2009

Discussion Topics. Integrated System Definition. Two Primary Characteristics. Understanding and Specifying Open Protocol Syracuse, NY April 2009 Discussion Topics 1. Key characteristics of integrated systems 2. Integrated Systems evolution & pros/cons encountered Understanding and Specifying Open Syracuse, NY April 2009 3. Role of open protocols

More information

Cloud Computing: Making the Right Choice for Your Organization

Cloud Computing: Making the Right Choice for Your Organization Cloud Computing: Making the Right Choice for Your Organization A decade ago, cloud computing was on the leading edge. Now, 95 percent of businesses use cloud technology, and Gartner says that by 2020,

More information

Lighting and Sunblind Control Solution. Open-to-Wireless TM : Wireless, Battery-less Sensing, Wireless Mesh Networks. Energy Management and Metering

Lighting and Sunblind Control Solution. Open-to-Wireless TM : Wireless, Battery-less Sensing, Wireless Mesh Networks. Energy Management and Metering 0UUV]H[P]L :VS\[PVUZ MVY.YLLULY )\PSKPUNZ;4 Our solutions are built from the ground up to deliver exacting performance meeting the strictest guidelines, achieving an unprecedented interoperable building

More information

Ethernet Networking The evolution of your building

Ethernet Networking The evolution of your building Ethernet Networking The evolution of your building Every corner of your building needs a voice to tell you what s happening. Delta is designing Ethernet products to make those voices heard. Raymond Rae,

More information

RS-232 Serial RS-485 Serial Ethernet

RS-232 Serial RS-485 Serial Ethernet Integrating fuel systems into modern building management systems has never been more important as the critical power needs of buildings become greater and more complex. While most standard fuel equipment

More information

Metasys System Extended Architecture

Metasys System Extended Architecture Product Bulletin Issue Date March 31, 2003 Metasys System Extended Architecture The architecture of the Metasys building automation and facilities management system has been extended to be fully compatible

More information

Energy Solutions for Buildings

Energy Solutions for Buildings Energy Solutions for Buildings Making energy safe, reliable, efficient, productive and green Make the most of your energy SM 1 Solutions to enable and sustain energy savings Technology is crucial to make

More information

M2M Solutions that Use IT for Energy Efficiency and Comfort in Offices

M2M Solutions that Use IT for Energy Efficiency and Comfort in Offices Hitachi Review Vol. 64 (2015), No. 1 41 Featured Articles M2M Solutions that Use IT for Energy Efficiency and Comfort in Offices Nobuhiro Matsudaira Masataka Hozoji Kiyokazu Nishioka Kazuhiro Maeda OVERVIEW:

More information

Vortex Whitepaper. Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems

Vortex Whitepaper. Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems Vortex Whitepaper Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems www.adlinktech.com 2017 Table of Contents 1. Introduction........ P 3 2. Iot and

More information

Building Controls and Facilities Management in the 21 st Century

Building Controls and Facilities Management in the 21 st Century Building Controls and Facilities Management in the 21 st Century Srinivas Katipamula, Enron Energy Services Peter Armstrong, Pacific Northwest National Laboratory Mike R. Brambley, Pacific Northwest National

More information

Are Intelligent Buildings Green Buildings? National Green Building Conference & Exposition Ottawa Congress Centre April 11, 2006

Are Intelligent Buildings Green Buildings? National Green Building Conference & Exposition Ottawa Congress Centre April 11, 2006 Are Intelligent Buildings Green Buildings? National Green Building Conference & Exposition Ottawa Congress Centre April 11, 2006 David Katz, M.B.A., Sustainable Resources Management Working on CABA Project

More information

BACnet Its Origins, Evolution, and Future

BACnet Its Origins, Evolution, and Future BACnet Its Origins, Evolution, and Future The Pre-Pre-History 1964-1981 1964 - Honeywell Selectrographic 6 installed 1975 Diskless IBM System/7 arrives 1977 The first System/7 with a hard disk and software

More information

Supervisory Controllers

Supervisory Controllers FACILITY EXPLORER SUPERVISORY CONTROLLERS Supervisory Controllers FX20, FX60 The FX20, FX60 and FX70 are building automation supervisory class controllers in the Facility Explorer product family. They

More information

EMCS Data Exchange Challenges: The Real Story! Srinivas Katipamula, Ph.D ASHRAE Summer Meeting Monday June 23 rd, Salt Lake City, UT

EMCS Data Exchange Challenges: The Real Story! Srinivas Katipamula, Ph.D ASHRAE Summer Meeting Monday June 23 rd, Salt Lake City, UT EMCS Data Exchange Challenges: The Real Story! Srinivas Katipamula, Ph.D. 2008 ASHRAE Summer Meeting Monday June 23 rd, Salt Lake City, UT Outline Why do we need data from building systems? Challenges

More information

BACdroid A versatile platform for building automation

BACdroid A versatile platform for building automation BACdroid A versatile platform for building automation Markus Jung, Christian Mauser, Wolfgang Kastner Institute of Computer Aided Automation Automation Systems Group Vienna University of Technology Vienna,

More information

Innovative Solutions for home & building automation. June 2009

Innovative Solutions for home & building automation. June 2009 Innovative Solutions for home & building automation June 2009 W h o w e a r e Leading providers of interfacing solutions for systems integration Specifically designed for building and home automation Own

More information

Value of Integration

Value of Integration Value of Integration What is a Smart or Integrated Building? Do we mean Smart Building? Safely Efficiently Cost effectively With minimal environment impact Building Information Modeling (BIM) System monitoring

More information

BROADBAND FORUM S USER SERVICES PLATFORM (USP)

BROADBAND FORUM S USER SERVICES PLATFORM (USP) BROADBAND FORUM S USER SERVICES PLATFORM (USP) UTILIZING NEW TECHNOLOGIES TO CONTROL AND MANAGE DEVICES IN THE HOME JOHN BLACKFORD - PRODUCT MANAGEMENT DIRECTOR, ARRIS TABLE OF CONTENTS INTRODUCTION...

More information

Page 1. Reference: Networking and Integration of Facilities Automation Systems, Chapter 12

Page 1. Reference:  Networking and Integration of Facilities Automation Systems, Chapter 12 Page 1 Reference: http://www.bacnet.org/tutorial/hmn-overview/sld001.htm Networking and Integration of Facilities Automation Systems, Chapter 12 1 Page 2 www.bacnet.org BACnet (Building Automation and

More information

SECURE SMART GRID DEVICE for HOME AREA NETWORKS Using WIRELESS APPLICATION PROTOCOL

SECURE SMART GRID DEVICE for HOME AREA NETWORKS Using WIRELESS APPLICATION PROTOCOL 826 SECURE SMART GRID DEVICE for HOME AREA NETWORKS Using WIRELESS APPLICATION PROTOCOL S. RAM KANNAN B.E, CSE Chennai, TN India ramkannan1991@gmail.com R. SABARISH B.E, CSE Chennai, TN India sabarish.raghu@gmail.com

More information

Government Connections GEMnet Project Links Buildings in 3 States

Government Connections GEMnet Project Links Buildings in 3 States The following article was published in ASHRAE Journal, October 2002. Copyright 2002 American Society of Heating, Refrigerating and Air- Conditioning Engineers, Inc. It is presented for educational purposes

More information

Architectural issues related to Ethernet TCP/IP Connectivity to LonWorks

Architectural issues related to Ethernet TCP/IP Connectivity to LonWorks Architectural issues related to Ethernet TCP/IP Connectivity to LonWorks David Gaw, Adam Marsh Coactive Aesthetics, Inc. 4000 Bridgeway, Suite 303 Sausalito, CA 94965 http:\\www.coactive.com Submitted

More information

Mr. Ed Merwin. Tridium

Mr. Ed Merwin. Tridium Mr. Ed Merwin Tridium Advanced Integrated Facilities May 4, 2010 Ed Merwin National Sales Leader Niagara Automation Energy Security Honeywell, Inc. Agenda Technology Solutions for Today s Facilities Systems

More information

Pow-R-Command 1000 OPC Server

Pow-R-Command 1000 OPC Server Pow-R-Command 1000 OPC Server Technical Data TD01412040E Effective October 2007 New Information Contents General............................................... 2 Pow-R-Command 1000 System.........................

More information

INTELLIGENT BUILDING INFRASTRUCTURE SOLUTIONS

INTELLIGENT BUILDING INFRASTRUCTURE SOLUTIONS INTELLIGENT BUILDING INFRASTRUCTURE SOLUTIONS CommScope offers Intelligent Building Infrastructure that provide a robust common infrastructure and convergence for all of a building s systems. 2007 CommScope,

More information

INTELLIGENT BUILDING INFRASTRUCTURE SOLUTIONS

INTELLIGENT BUILDING INFRASTRUCTURE SOLUTIONS INTELLIGENT BUILDING INFRASTRUCTURE SOLUTIONS CommScope offers Intelligent Building Infrastructure that provide a robust common infrastructure and convergence for all of a building s systems. Intelligent

More information

Next-Generation HCI: Fine- Tuned for New Ways of Working

Next-Generation HCI: Fine- Tuned for New Ways of Working www. Govtech.com Next-Generation HCI: Fine-Tuned for New Ways of Working - p. 1 February 21, 2018 Next-Generation HCI: Fine- Tuned for New Ways of Working Traditional data center management focuses mainly

More information

Tridium - Introduction

Tridium - Introduction Tridium - Introduction The Connected Data Centre Jimmy Jose Jan 2017 A Mission Critical Facility needs clear information for decision making Imagine all your building, system, repair and operational data

More information

BUILDING AUTOMATION OF THE FUTURE

BUILDING AUTOMATION OF THE FUTURE BUILDING AUTOMATION OF THE FUTURE BUILDING AUTOMATION OF THE FUTURE Building automation over IP: With its revolutionary Smart Building concept, MICROSENS enables building automation at low cost. Because,

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

BACnet and Lighting Applications

BACnet and Lighting Applications BACnet and Lighting Applications The photographs used in this presentation were taken by Steve Karg. This presentation was created and edited with OpenOffice.org Presenter. Why a Standard Protocol? Interoperability

More information

BACnet MS/TP Protocol for LabVIEW. User Manual

BACnet MS/TP Protocol for LabVIEW. User Manual BACnet MS/TP Protocol for LabVIEW User Manual Ovak Technologies 2015 Contents 1 Introduction... 3 1.1 Definitions and Acronyms... 3 1.2 Purpose... 3 1.3 Overview... 3 2 BACnet Background... 4 3 BACnet

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

INTELLIGENT SOLUTION MANAGING AUTOMATION

INTELLIGENT SOLUTION MANAGING AUTOMATION INTELLIGENT SOLUTION MANAGING AUTOMATION isma is the own brand of Global Control 5 Sp. z o. o. that includes comprehensive solutions for building automation. The possibilities of the offered systems are

More information

Paper. Delivering Strong Security in a Hyperconverged Data Center Environment

Paper. Delivering Strong Security in a Hyperconverged Data Center Environment Paper Delivering Strong Security in a Hyperconverged Data Center Environment Introduction A new trend is emerging in data center technology that could dramatically change the way enterprises manage and

More information

Solutions for office buildings

Solutions for office buildings Solutions for office buildings Office buildings are a mess! They use way too much energy They are very hard to monitor They are not flexible They generate dissatisfaction They have a strong negative impact

More information

How Cisco Provided an Integrated, Intelligent Office Experience at Its Bangalore Campus

How Cisco Provided an Integrated, Intelligent Office Experience at Its Bangalore Campus How Cisco Provided an Integrated, Intelligent Office Experience at Its Bangalore Campus Cisco s Smart+Connected Communities (S+CC) solutions combine networking technologies with building systems and infrastructure

More information

Modernizing Healthcare IT for the Data-driven Cognitive Era Storage and Software-Defined Infrastructure

Modernizing Healthcare IT for the Data-driven Cognitive Era Storage and Software-Defined Infrastructure Modernizing Healthcare IT for the Data-driven Cognitive Era Storage and Software-Defined Infrastructure An IDC InfoBrief, Sponsored by IBM April 2018 Executive Summary Today s healthcare organizations

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

Udaipur, Rajasthan, India. University, Udaipur, Rajasthan, India

Udaipur, Rajasthan, India. University, Udaipur, Rajasthan, India ROLE OF NETWORK VIRTUALIZATION IN CLOUD COMPUTING AND NETWORK CONVERGENCE 1 SHAIKH ABDUL AZEEM, 2 SATYENDRA KUMAR SHARMA 1 Research Scholar, Department of Computer Science, Pacific Academy of Higher Education

More information

Government Data Center Modernization

Government Data Center Modernization Government Data Center Modernization Service Standards Focus Group Discussion 13 March 2017 Table of Contents Welcome and Introduction What are standards and their need Key challenges Standard functional

More information

CDW LLC 200 North Milwaukee Avenue, Vernon Hills, IL

CDW LLC 200 North Milwaukee Avenue, Vernon Hills, IL Coordinating Conferencing and Collaboration Vital unified communications capabilities offer a solid foundation for an integrated view of the collaborative environment. To make the most of the opportunities

More information

Trane Controls. Smart Solutions for Smart Buildings

Trane Controls. Smart Solutions for Smart Buildings Trane Controls Smart Solutions for Smart Buildings Experience and Application Knowledge The Trane Advantage With over 35 years of experience in the controls industry and over 100 years of accumulated knowledge

More information

Tulane University. Reducing energy waste. Smart is...

Tulane University. Reducing energy waste. Smart is... Tulane University Reducing energy waste Smart is... Lowering energy expenses and increasing sustainability with intelligent buildings. In the wake of a major natural disaster, Tulane University made a

More information

THE RTOS AS THE ENGINE POWERING THE INTERNET OF THINGS

THE RTOS AS THE ENGINE POWERING THE INTERNET OF THINGS THE RTOS AS THE ENGINE POWERING THE INTERNET OF THINGS By Bill Graham and Michael Weinstein WHEN IT MATTERS, IT RUNS ON WIND RIVER EXECUTIVE SUMMARY Driven by the convergence of cloud technology, rapidly

More information

2013 North American Software Defined Data Center Management Platforms New Product Innovation Award

2013 North American Software Defined Data Center Management Platforms New Product Innovation Award 2013 North American Software Defined Data Center Management Platforms New Product Innovation Award 2013 New Product Innovation Award Software Defined Data Center Management Platforms North America, 2013

More information

That Set the Foundation for the Private Cloud

That Set the Foundation for the Private Cloud for Choosing Virtualization Solutions That Set the Foundation for the Private Cloud solutions from work together to harmoniously manage physical and virtual environments, enabling the use of multiple hypervisors

More information

SmartStruxure Lite Solution Get control. Get efficient. Get value. Integrated small- to medium-sized building management

SmartStruxure Lite Solution Get control. Get efficient. Get value. Integrated small- to medium-sized building management SmartStruxure Lite Solution Get control. Get efficient. Get value. Integrated small- to medium-sized building management Make the most of your energy SM Studies show that most buildings waste up to half

More information

DaaS Market Report Workspace Services and Desktops-as-a-Service Global Market Trends: The Service Provider Perspective

DaaS Market Report Workspace Services and Desktops-as-a-Service Global Market Trends: The Service Provider Perspective DaaS Market Report 2017 2017 Workspace Services and Desktops-as-a-Service Global Market Trends: The Service Provider Perspective Survey shows jump in traditional Value Added Resellers (VARs) embracing

More information

Interfacing with Packaged Equipment

Interfacing with Packaged Equipment Interfacing with Packaged Equipment Cory Knopp, MBA Vice President, Business Development Setpoint Systems Corporation 720-545-4528 cknopp@setpointsystems.com Opportunities and Risks of Systems Integration

More information

xiii A. Hayden Lindsey IBM Distinguished Engineer and Director, Studio Tools Foreword

xiii A. Hayden Lindsey IBM Distinguished Engineer and Director, Studio Tools Foreword Foreword Business applications are increasingly leveraging Web technologies. Naturally this is true for Internet applications, but it is also true for intranet and extranet applications applications that

More information

Smart Buildings The workplace of the future, today. Darlene Pope Sr. Vice President, Energy and Sustainability Services

Smart Buildings The workplace of the future, today. Darlene Pope Sr. Vice President, Energy and Sustainability Services Smart Buildings The workplace of the future, today Darlene Pope Sr. Vice President, Energy and Sustainability Services What is a Smart Building? A building that provides the owner, operator, and occupant

More information

Energy Saving with ICT -- Green University of Tokyo Project --

Energy Saving with ICT -- Green University of Tokyo Project -- Energy Saving with ICT -- Green University of Tokyo Project -- Kaoru YOSHIDA, Ph.D Mitsubishi Research Institute, Inc., Japan E-mail : kaoru@mri.co.jp Hiroshi Esaki, Ph.D Graduate School of Information

More information

Presented By: Tim McLaughlin, Director of Business Development - Engnuity and Richard Theron, Product Manager FieldServer Agenda: Introduction Who is

Presented By: Tim McLaughlin, Director of Business Development - Engnuity and Richard Theron, Product Manager FieldServer Agenda: Introduction Who is Presented By: Tim McLaughlin, Director of Business Development - Engnuity and Richard Theron, Product Manager FieldServer Agenda: Introduction Who is Engenuity? Who is FieldServer? Identifying protocol

More information

W H I T E P A P E R : O P E N. V P N C L O U D. Implementing A Secure OpenVPN Cloud

W H I T E P A P E R : O P E N. V P N C L O U D. Implementing A Secure OpenVPN Cloud W H I T E P A P E R : O P E N. V P N C L O U D Implementing A Secure OpenVPN Cloud Platform White Paper: OpenVPN Cloud Platform Implementing OpenVPN Cloud Platform Content Introduction... 3 The Problems...

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

Industry Sector. Zug (Switzerland), July 4, Security in an IT world

Industry Sector. Zug (Switzerland), July 4, Security in an IT world Technical Article Industry Sector Building Technologies Division Zug (Switzerland), July 4, 2011 Security in an IT world There is a move towards more integrated solutions in security, with security management

More information

21ST century enterprise. HCL Technologies Presents. Roadmap for Data Center Transformation

21ST century enterprise. HCL Technologies Presents. Roadmap for Data Center Transformation 21ST century enterprise HCL Technologies Presents Roadmap for Data Center Transformation june 2016 21st Century Impact on Data Centers The rising wave of digitalization has changed the way IT impacts business.

More information

Virtualization. Q&A with an industry leader. Virtualization is rapidly becoming a fact of life for agency executives,

Virtualization. Q&A with an industry leader. Virtualization is rapidly becoming a fact of life for agency executives, Virtualization Q&A with an industry leader Virtualization is rapidly becoming a fact of life for agency executives, as the basis for data center consolidation and cloud computing and, increasingly, as

More information

Commercialization of the Cloud Platform Suite and Endeavors toward a High-Efficiency Server

Commercialization of the Cloud Platform Suite and Endeavors toward a High-Efficiency Server Commercialization of the Cloud Platform Suite and Endeavors toward a High-Efficiency Server SUZUKI Kumiko, MATSUMOTO Shintaro, YOSHIZAWA Kentarou OCHI Ichiro, SHIMADA Hiroshi, KOGUCHI Kazuto Abstract This

More information

Introducing. and the. An introduction to the most advanced web-enabled open controls technology available today. Phil Barnett- Tridium Europe Ltd

Introducing. and the. An introduction to the most advanced web-enabled open controls technology available today. Phil Barnett- Tridium Europe Ltd Introducing and the An introduction to the most advanced web-enabled open controls technology available today Phil Barnett- Tridium Europe Ltd Company Facts Niagara Framework launched in 1998 US Company

More information

StruxureWare TM. Building Operation. Data Center Infrastructure Management (DCIM) Software

StruxureWare TM. Building Operation. Data Center Infrastructure Management (DCIM) Software StruxureWare TM Building Operation Data Center Infrastructure Management (DCIM) Software StruxureWare Building Operation is part of an architecture which unites power, data centers, process and machines,

More information

Smart Data Center Solutions

Smart Data Center Solutions Smart Data Center Solutions New Data Center Challenges Require New Solutions Data Center Architecture. Inside and Out. Data centers are mission-critical facilities. A silo-based approach to designing,

More information

Modernizing Control Systems for Campuses

Modernizing Control Systems for Campuses Modernizing Control Systems for Campuses APPA 2018 Presented by: James Comte, Commissioning and Controls Manager University of California, San Francisco In November 2013, President Janet Napolitano announced

More information

Proven results Unsurpassed interoperability Fast, secure and adaptable network. Only EnergyAxis brings it all together for the Smart Grid

Proven results Unsurpassed interoperability Fast, secure and adaptable network. Only EnergyAxis brings it all together for the Smart Grid Proven results Unsurpassed interoperability Fast, secure and adaptable network Only EnergyAxis brings it all together for the Smart Grid Outage management & restoration Elster global strength Demand response

More information

Technology Happens! BICSI Winter Conference. Orlando Florida January 20, Presented by. Chip Chapman, RCDD. Principal

Technology Happens! BICSI Winter Conference. Orlando Florida January 20, Presented by. Chip Chapman, RCDD. Principal Technology Happens! BICSI Winter Conference Orlando Florida January 20, 2010 Presented by Chip Chapman, RCDD Principal chip@ibswebsite.com 614.240.5999 www.ibswebsite.com The Swing The Swing The Swing

More information

Modius OpenData v3.3. Product Overview of Modius OpenData for Unified Data Center Monitoring & Analysis

Modius OpenData v3.3. Product Overview of Modius OpenData for Unified Data Center Monitoring & Analysis Modius OpenData v3.3 Product Overview of Modius OpenData for Unified Data Center Monitoring & Analysis Modius Inc. 832 Folsom, Suite 1001 San Francisco, CA 94107 888.323.0066 info@modius.com www.modius.com

More information

An integrated, flexible, and Internet- based control architecture for home automation system in the Internet Era

An integrated, flexible, and Internet- based control architecture for home automation system in the Internet Era An integrated, flexible, and Internet- based control architecture for home automation system in the Internet Era Neng-Shiang Liang, Li-Chen Fu, Chao-Lin Wu lichen@csie.ntu.edu.tw Department of Computer

More information

Building Automation Solutions For Smart Grid Applications And Possible Improvements. ZAFER AYDIN Software Engineer R&D Center - Makel Electric

Building Automation Solutions For Smart Grid Applications And Possible Improvements. ZAFER AYDIN Software Engineer R&D Center - Makel Electric Building Automation Solutions For Smart Grid Applications And Possible Improvements ZAFER AYDIN Software Engineer R&D Center - Makel Electric Outline About building automation systems(bas) About Gresbas

More information

Pepperell Center Data Center Offering. Pepperell Center. Data Center Offering. Pepperell Mill Campus 40 Main Street Biddeford, Maine.

Pepperell Center Data Center Offering. Pepperell Center. Data Center Offering. Pepperell Mill Campus 40 Main Street Biddeford, Maine. Pepperell Center Data Center Offering Pepperell Mill Campus 40 Main Street Biddeford, Maine Page 1 Summer 2009 Table of Contents Project Summary... 3 History... 4 Location Viability... 5 Pepperell Center...

More information

SDI, Containers and DevOps - Cloud Adoption Trends Driving IT Transformation

SDI, Containers and DevOps - Cloud Adoption Trends Driving IT Transformation SDI, Containers and DevOps - Cloud Adoption Trends Driving IT Transformation Research Report August 2017 suse.com Executive Summary As we approach 2020, businesses face a maelstrom of increasing customer

More information

WIntroduction. Motion Control Architectures. Chuck Lewin, Founder of Performance Motion Devices

WIntroduction. Motion Control Architectures. Chuck Lewin, Founder of Performance Motion Devices Motion Control Architectures Chuck Lewin, Founder of Performance Motion Devices WIntroduction hen engineers think of advances in motion control technology, they usually think of faster motors, improved

More information

MPLS SOLUTION How to Make the Best Choice for Your Business

MPLS SOLUTION How to Make the Best Choice for Your Business HOW-TO GUIDE Choosing the Right MPLS SOLUTION How to Make the Best Choice for Your Business TABLE OF CONTENTS Introduction 3 CH. 1 Why Organizations Choose MPLS 4 CH. 2 What Types of MPLS Solutions Will

More information

Three ways to reduce operating costs of power generators with remote management

Three ways to reduce operating costs of power generators with remote management Three ways to reduce operating costs of power generators with remote management Whitepaper How remote management can be used to cut costs and improve maintenance. HMS Industrial Networks, 26 june 2017

More information

FX Server BACNET AWS Protocol Implementation Conformance Statement

FX Server BACNET AWS Protocol Implementation Conformance Statement FX Server BACNET AWS Protocol Implementation Conformance Statement Document Introduction. 2 Annex A- Protocol Implementation Conformance Statement (Normative) 3 Product Description. 3 BACnet Standardized

More information

Why Converged Infrastructure?

Why Converged Infrastructure? Why Converged Infrastructure? Three reasons to consider converged infrastructure for your organization Converged infrastructure isn t just a passing trend. It s here to stay. According to a recent survey

More information

DATA SHEET HIGHTLIGHTS Deploying a Single System to Manage All Devices and Services Implementing Service Assurance

DATA SHEET HIGHTLIGHTS Deploying a Single System to Manage All Devices and Services Implementing Service Assurance Motorola EDGE Service Assurance Software Suite The allows service providers to expand broadband service revenues while reducing operational and support costs through automated service provisioning and

More information

Dell helps you simplify IT

Dell helps you simplify IT Dell helps you simplify IT Workshops the first step. Reduce desktop and data center complexity. Improve productivity. Innovate. Dell IT Consulting Services New Edition 2011 Introduction Are you spending

More information

Unlocking the Power of the Physical Infrastructure UCISA-NG. Chris Frazer PTS Consulting 12 th October 2010

Unlocking the Power of the Physical Infrastructure UCISA-NG. Chris Frazer PTS Consulting 12 th October 2010 Unlocking the Power of the Physical Infrastructure UCISA-NG Chris Frazer PTS Consulting 12 th October 2010 1 Intelligent Buildings The use of integrated technological building systems, communications and

More information

METADATA INTERCHANGE IN SERVICE BASED ARCHITECTURE

METADATA INTERCHANGE IN SERVICE BASED ARCHITECTURE UDC:681.324 Review paper METADATA INTERCHANGE IN SERVICE BASED ARCHITECTURE Alma Butkovi Tomac Nagravision Kudelski group, Cheseaux / Lausanne alma.butkovictomac@nagra.com Dražen Tomac Cambridge Technology

More information

Next-generation IT Platforms Delivering New Value through Accumulation and Utilization of Big Data

Next-generation IT Platforms Delivering New Value through Accumulation and Utilization of Big Data Next-generation IT Platforms Delivering New Value through Accumulation and Utilization of Big Data 46 Next-generation IT Platforms Delivering New Value through Accumulation and Utilization of Big Data

More information