WorldWideScience

Sample records for network operating systems

  1. Network operating system

    Science.gov (United States)

    1985-01-01

    Long-term and short-term objectives for the development of a network operating system for the Space Station are stated. The short-term objective is to develop a prototype network operating system for a 100 megabit/second fiber optic data bus. The long-term objective is to establish guidelines for writing a detailed specification for a Space Station network operating system. Major milestones are noted. Information is given in outline form.

  2. Towards a network operating system

    OpenAIRE

    López Álvarez, Victor; Gonzalez de Dios, Oscar; Fuentes, Beatriz; Yannuzzi, Marcelo; Fernández Palacios, Juan Pedro; Lopez, Diego

    2014-01-01

    A Network Operating System (NetOS) is a novel paradigm for developing a next-generation network management and operation platform. As we shall describe, NetOS not only goes far beyond the SDN concepts but also constitutes a fundamental enabler for NFV. © 2014 OSA.

  3. Operating systems and network protocols for wireless sensor networks.

    Science.gov (United States)

    Dutta, Prabal; Dunkels, Adam

    2012-01-13

    Sensor network protocols exist to satisfy the communication needs of diverse applications, including data collection, event detection, target tracking and control. Network protocols to enable these services are constrained by the extreme resource scarcity of sensor nodes-including energy, computing, communications and storage-which must be carefully managed and multiplexed by the operating system. These challenges have led to new protocols and operating systems that are efficient in their energy consumption, careful in their computational needs and miserly in their memory footprints, all while discovering neighbours, forming networks, delivering data and correcting failures.

  4. Network operating system focus technology

    Science.gov (United States)

    1985-01-01

    An activity structured to provide specific design requirements and specifications for the Space Station Data Management System (DMS) Network Operating System (NOS) is outlined. Examples are given of the types of supporting studies and implementation tasks presently underway to realize a DMS test bed capability to develop hands-on understanding of NOS requirements as driven by actual subsystem test beds participating in the overall Johnson Space Center test bed program. Classical operating system elements and principal NOS functions are listed.

  5. Evolution of Linux operating system network

    Science.gov (United States)

    Xiao, Guanping; Zheng, Zheng; Wang, Haoqin

    2017-01-01

    Linux operating system (LOS) is a sophisticated man-made system and one of the most ubiquitous operating systems. However, there is little research on the structure and functionality evolution of LOS from the prospective of networks. In this paper, we investigate the evolution of the LOS network. 62 major releases of LOS ranging from versions 1.0 to 4.1 are modeled as directed networks in which functions are denoted by nodes and function calls are denoted by edges. It is found that the size of the LOS network grows almost linearly, while clustering coefficient monotonically decays. The degree distributions are almost the same: the out-degree follows an exponential distribution while both in-degree and undirected degree follow power-law distributions. We further explore the functionality evolution of the LOS network. It is observed that the evolution of functional modules is shown as a sequence of seven events (changes) succeeding each other, including continuing, growth, contraction, birth, splitting, death and merging events. By means of a statistical analysis of these events in the top 4 largest components (i.e., arch, drivers, fs and net), it is shown that continuing, growth and contraction events occupy more than 95% events. Our work exemplifies a better understanding and describing of the dynamics of LOS evolution.

  6. [Comprehensive system integration and networking in operating rooms].

    Science.gov (United States)

    Feußner, H; Ostler, D; Kohn, N; Vogel, T; Wilhelm, D; Koller, S; Kranzfelder, M

    2016-12-01

    A comprehensive surveillance and control system integrating all devices and functions is a precondition for realization of the operating room of the future. Multiple proprietary integrated operation room systems are currently available with a central user interface; however, they only cover a relatively small part of all functionalities. Internationally, there are at least three different initiatives to promote a comprehensive systems integration and networking in the operating room: the Japanese smart cyber operating theater (SCOT), the American medical device plug-and-play interoperability program (MDPnP) and the German secure and dynamic networking in operating room and hospital (OR.NET) project supported by the Federal Ministry of Education and Research. Within the framework of the internationally advanced OR.NET project, prototype solution approaches were realized, which make short-term and mid-term comprehensive data retrieval systems probable. An active and even autonomous control of the medical devices by the surveillance and control system (closed loop) is expected only in the long run due to strict regulatory barriers.

  7. A Distributed Password Scheme for Network Operating Systems

    National Research Council Canada - National Science Library

    Roth, Christopher

    2002-01-01

    Password-based user identification and authentication in a network-based operating system generally relies upon a single file that contains user information and the encoded or hashed representations...

  8. A Neural Networks Based Operation Guidance System for Procedure Presentation and Validation

    International Nuclear Information System (INIS)

    Seung, Kun Mo; Lee, Seung Jun; Seong, Poong Hyun

    2006-01-01

    In this paper, a neural network based operator support system is proposed to reduce operator's errors in abnormal situations in nuclear power plants (NPPs). There are many complicated situations, in which regular and suitable operations should be done by operators accordingly. In order to regulate and validate operators' operations, it is necessary to develop an operator support system which includes computer based procedures with the functions for operation validation. Many computerized procedures systems (CPS) have been recently developed. Focusing on the human machine interface (HMI) design and procedures' computerization, most of CPSs used various methodologies to enhance system's convenience, reliability and accessibility. Other than only showing procedures, the proposed system integrates a simple CPS and an operation validation system (OVS) by using artificial neural network (ANN) for operational permission and quantitative evaluation

  9. Power consumption analysis of operating systems for wireless sensor networks.

    Science.gov (United States)

    Lajara, Rafael; Pelegrí-Sebastiá, José; Perez Solano, Juan J

    2010-01-01

    In this paper four wireless sensor network operating systems are compared in terms of power consumption. The analysis takes into account the most common operating systems--TinyOS v1.0, TinyOS v2.0, Mantis and Contiki--running on Tmote Sky and MICAz devices. With the objective of ensuring a fair evaluation, a benchmark composed of four applications has been developed, covering the most typical tasks that a Wireless Sensor Network performs. The results show the instant and average current consumption of the devices during the execution of these applications. The experimental measurements provide a good insight into the power mode in which the device components are running at every moment, and they can be used to compare the performance of different operating systems executing the same tasks.

  10. NOSArmor: Building a Secure Network Operating System

    Directory of Open Access Journals (Sweden)

    Hyeonseong Jo

    2018-01-01

    Full Text Available Software-Defined Networking (SDN, controlling underlying network devices (i.e., data plane in a logically centralized manner, is now actively adopted in many real world networking environments. It is clear that a network administrator can easily understand and manage his networking environments with the help of SDN. In SDN, a network operating system (NOS, also known as an SDN controller, is the most critical component because it should be involved in all transactions for controlling network devices, and thus the security of NOS cannot be highly exaggerated. However, in spite of its importance, no previous works have thoroughly investigated the security of NOS. In this work, to address this problem, we present the NOSArmor, which integrates several security mechanisms, named as security building block (SBB, into a consolidated SDN controller. NOSArmor consists of eight SBBs and each of them addresses different security principles of network assets. For example, while role-based authorization focuses on securing confidentiality of internal storage from malicious applications, OpenFlow protocol verifier protects availability of core service in the controller from malformed control messages received from switches. In addition, NOSArmor shows competitive performance compared to existing other controllers (i.e., ONOS, Floodlight with secureness of network assets.

  11. Operating Systems for Wireless Sensor Networks: A Survey

    Directory of Open Access Journals (Sweden)

    Muhammad Omer Farooq

    2011-05-01

    Full Text Available This paper presents a survey on the current state-of-the-art in Wireless Sensor Network (WSN Operating Systems (OSs. In recent years, WSNs have received tremendous attention in the research community, with applications in battlefields, industrial process monitoring, home automation, and environmental monitoring, to name but a few. A WSN is a highly dynamic network because nodes die due to severe environmental conditions and battery power depletion. Furthermore, a WSN is composed of miniaturized motes equipped with scarce resources e.g., limited memory and computational abilities. WSNs invariably operate in an unattended mode and in many scenarios it is impossible to replace sensor motes after deployment, therefore a fundamental objective is to optimize the sensor motes’ life time. These characteristics of WSNs impose additional challenges on OS design for WSN, and consequently, OS design for WSN deviates from traditional OS design. The purpose of this survey is to highlight major concerns pertaining to OS design in WSNs and to point out strengths and weaknesses of contemporary OSs for WSNs, keeping in mind the requirements of emerging WSN applications. The state-of-the-art in operating systems for WSNs has been examined in terms of the OS Architecture, Programming Model, Scheduling, Memory Management and Protection, Communication Protocols, Resource Sharing, Support for Real-Time Applications, and additional features. These features are surveyed for both real-time and non-real-time WSN operating systems.

  12. Operating systems for wireless sensor networks: a survey.

    Science.gov (United States)

    Farooq, Muhammad Omer; Kunz, Thomas

    2011-01-01

    This paper presents a survey on the current state-of-the-art in Wireless Sensor Network (WSN) Operating Systems (OSs). In recent years, WSNs have received tremendous attention in the research community, with applications in battlefields, industrial process monitoring, home automation, and environmental monitoring, to name but a few. A WSN is a highly dynamic network because nodes die due to severe environmental conditions and battery power depletion. Furthermore, a WSN is composed of miniaturized motes equipped with scarce resources e.g., limited memory and computational abilities. WSNs invariably operate in an unattended mode and in many scenarios it is impossible to replace sensor motes after deployment, therefore a fundamental objective is to optimize the sensor motes' life time. These characteristics of WSNs impose additional challenges on OS design for WSN, and consequently, OS design for WSN deviates from traditional OS design. The purpose of this survey is to highlight major concerns pertaining to OS design in WSNs and to point out strengths and weaknesses of contemporary OSs for WSNs, keeping in mind the requirements of emerging WSN applications. The state-of-the-art in operating systems for WSNs has been examined in terms of the OS Architecture, Programming Model, Scheduling, Memory Management and Protection, Communication Protocols, Resource Sharing, Support for Real-Time Applications, and additional features. These features are surveyed for both real-time and non-real-time WSN operating systems.

  13. Operating Systems for Wireless Sensor Networks: A Survey

    Science.gov (United States)

    Farooq, Muhammad Omer; Kunz, Thomas

    2011-01-01

    This paper presents a survey on the current state-of-the-art in Wireless Sensor Network (WSN) Operating Systems (OSs). In recent years, WSNs have received tremendous attention in the research community, with applications in battlefields, industrial process monitoring, home automation, and environmental monitoring, to name but a few. A WSN is a highly dynamic network because nodes die due to severe environmental conditions and battery power depletion. Furthermore, a WSN is composed of miniaturized motes equipped with scarce resources e.g., limited memory and computational abilities. WSNs invariably operate in an unattended mode and in many scenarios it is impossible to replace sensor motes after deployment, therefore a fundamental objective is to optimize the sensor motes’ life time. These characteristics of WSNs impose additional challenges on OS design for WSN, and consequently, OS design for WSN deviates from traditional OS design. The purpose of this survey is to highlight major concerns pertaining to OS design in WSNs and to point out strengths and weaknesses of contemporary OSs for WSNs, keeping in mind the requirements of emerging WSN applications. The state-of-the-art in operating systems for WSNs has been examined in terms of the OS Architecture, Programming Model, Scheduling, Memory Management and Protection, Communication Protocols, Resource Sharing, Support for Real-Time Applications, and additional features. These features are surveyed for both real-time and non-real-time WSN operating systems. PMID:22163934

  14. Deep Space Network equipment performance, reliability, and operations management information system

    Science.gov (United States)

    Cooper, T.; Lin, J.; Chatillon, M.

    2002-01-01

    The Deep Space Mission System (DSMS) Operations Program Office and the DeepSpace Network (DSN) facilities utilize the Discrepancy Reporting Management System (DRMS) to collect, process, communicate and manage data discrepancies, equipment resets, physical equipment status, and to maintain an internal Station Log. A collaborative effort development between JPL and the Canberra Deep Space Communication Complex delivered a system to support DSN Operations.

  15. D0 HVAC System Heat Pump Controller Programming, Networking, and Operating Information

    International Nuclear Information System (INIS)

    Anderson, B.

    1999-01-01

    The purpose of this engineering note is to provide the necessary information to setup, program, and network the Electronic Systems USA Heat Pump Controller with the LON network card and Intellution Fix32 to operate properly within the HVAC system at D-Zero. The heat pump controllers are used for local temperature control of the office environments on the fifth and six floors of D-Zero. Heat pump units 1-6 are located in the ceiling of the sixth floor. Heat pump units 7-12 are found in the fifth floor ceiling. Heat pump unit 13 is in the Southeast corner of the fifth floor. Prior to installation the heat pump controller must be properly prepared to operate correctly in the HVAC system. Each heat pump unit must contain firmware (software) version 1.31 to operate properly on the network. Controllers with version 1.30 will not be able to communicate over the LON network. The manufacturer can only update the firmware version. Before installation a series of heat pump setpoints must be manually set using the Intelligent Stat. Connect the Intelligent Stat via the serial cable or wired connection.

  16. State of the art survey of network operating systems development

    Science.gov (United States)

    1985-01-01

    The results of the State-of-the-Art Survey of Network Operating Systems (NOS) performed for Goddard Space Flight Center are presented. NOS functional characteristics are presented in terms of user communication data migration, job migration, network control, and common functional categories. Products (current or future) as well as research and prototyping efforts are summarized. The NOS products which are revelant to the space station and its activities are evaluated.

  17. Structure of distribution gas network operation system; Structure du systeme d'exploitation du reseau de distribution du gaz

    Energy Technology Data Exchange (ETDEWEB)

    Dzirba, E. [Institute of Oil and Gas (Poland); Osiadacz, A. [Warsaw Technical Uniwersity (Poland)

    2000-07-01

    Distribution networks have become increasingly complex to manage and potentially labor-intensive to operate safely and efficiently. Remote monitoring enables the operator to continually monitor the performance of the system from a central point(s). Where the system operates outside known parameters, the operator can respond very quickly. Remote control provides the additional functionality of enabling plant to be operated from a central point(s) directly or indirectly via operator. Communication can be through one or a combination of different communication media. The whole system for operation of gas distribution network may be looked at as 5-level general model based on ISO proposals adapted for modern control and management systems. The structure and requirements imposed on such a system are described in this paper. (authors)

  18. Improving the Transmission System Reliability for the 154kV Radial Network Operation

    Energy Technology Data Exchange (ETDEWEB)

    Choo, Jin Boo; Yoo, Myeong Ho; Yoon, Young Beum; Kim, Tae Won [Korea Electric Power Research Institute, Taejon (Korea, Republic of); Lee, Gi Won; Chung, Beom Jin; Jung, Jung Won; Park, Kyu Hyun; Lee, Myung Hee; Kim, Hyun Jong; Kim, Chae Hee [KEYIN CO., (Korea, Republic of)

    1996-12-31

    Analyzing that 154kV radial network current ed operated, we developed Automatic Power Reconfiguration System(APRS) which restore blackout area. It consists of special data acquisition system(DAU) and central monitoring system for reason of protecting currently operating power system. In addition, it communicates using optical communication network for high speed data transmission and accuracy. An Accuracy of operation and stability of the developed system is tested using Real Time Digital Simulator in 3-bus equivalent model system. In An Outage case, our developed system can restore a blackout area in three second. An ability of the restoration of a blackout was verified by simulations. For the field test, the developed system was set up at SINCHON S/S, SESOMUN S/S, SINDANG S/S and MAJANG S/S governed by Seoul Power Transmission Center. If the system reliability is proved for a one year test in real power system, application of the system will be extended to the other substations.

  19. Mobile Virtual Network Operator Information Systems for Increased Sustainability in Utilities

    DEFF Research Database (Denmark)

    Joensen, Hallur Leivsgard; Tambo, Torben

    2011-01-01

    sales from efficiency of business processes, underlying information systems, and the ability to make the link from consumption to cost visual and transparent to consumers. The conclusion is that the energy sector should look into other sectors and learn from information systems which ease up business......, sales and buying processes are separated from physical networks and energy production. This study aims to characterise and evaluate information systems supporting the transformation of the free market-orientation of energy and provision of utilities in a cross-sectorial proposition known as Mobile...... Virtual Network Operator (MVNO). Emphasis is particularly on standardised information systems for automatically linking consumers, sellers and integration of network infrastructure actors. The method used is a feasibility study assessing business and information processes of a forthcoming utilities market...

  20. Network operations support systems as a competitive advantage

    OpenAIRE

    Soh, Andrew K. L.

    2005-01-01

    The overall purpose of this paper is to perfom an analysis of TELUS and to examine if Network Operation Support Systems (OSS) can provide TELUS with a sustainable competitive advantage. The paper begins with the first three chapter exploring overviews of the components of the Canadian Telecommunications services industry, TELUS and its products, and the markets and revenues. The next chapter is an industry analysis of the industry landscape and its players. Michael Porter's Five Forces model ...

  1. Computer network defense system

    Science.gov (United States)

    Urias, Vincent; Stout, William M. S.; Loverro, Caleb

    2017-08-22

    A method and apparatus for protecting virtual machines. A computer system creates a copy of a group of the virtual machines in an operating network in a deception network to form a group of cloned virtual machines in the deception network when the group of the virtual machines is accessed by an adversary. The computer system creates an emulation of components from the operating network in the deception network. The components are accessible by the group of the cloned virtual machines as if the group of the cloned virtual machines was in the operating network. The computer system moves network connections for the group of the virtual machines in the operating network used by the adversary from the group of the virtual machines in the operating network to the group of the cloned virtual machines, enabling protecting the group of the virtual machines from actions performed by the adversary.

  2. Mercury Deposition Network Site Operator Training for the System Blank and Blind Audit Programs

    Science.gov (United States)

    Wetherbee, Gregory A.; Lehmann, Christopher M.B.

    2008-01-01

    The U.S. Geological Survey operates the external quality assurance project for the National Atmospheric Deposition Program/Mercury Deposition Network. The project includes the system blank and blind audit programs for assessment of total mercury concentration data quality for wet-deposition samples. This presentation was prepared to train new site operators and to refresh experienced site operators to successfully process and submit system blank and blind audit samples for chemical analysis. Analytical results are used to estimate chemical stability and contamination levels of National Atmospheric Deposition Program/Mercury Deposition Network samples and to evaluate laboratory variability and bias.

  3. Optimal Operation of Interdependent Power Systems and Electrified Transportation Networks

    Directory of Open Access Journals (Sweden)

    M. Hadi Amini

    2018-01-01

    Full Text Available Electrified transportation and power systems are mutually coupled networks. In this paper, a novel framework is developed for interdependent power and transportation networks. Our approach constitutes solving an iterative least cost vehicle routing process, which utilizes the communication of electrified vehicles (EVs with competing charging stations, to exchange data such as electricity price, energy demand, and time of arrival. The EV routing problem is solved to minimize the total cost of travel using the Dijkstra algorithm with the input from EVs battery management system, electricity price from charging stations, powertrain component efficiencies and transportation network traffic conditions. Through the bidirectional communication of EVs with competing charging stations, EVs’ charging demand estimation is done much more accurately. Then the optimal power flow problem is solved for the power system, to find the locational marginal price at load buses where charging stations are connected. Finally, the electricity prices were communicated from the charging stations to the EVs, and the loop is closed. Locational electricity price acts as the shared parameter between the two optimization problems, i.e., optimal power flow and optimal routing problem. Electricity price depends on the power demand, which is affected by the charging of EVs. On the other hand, location of EV charging stations and their different pricing strategies might affect the routing decisions of the EVs. Our novel approach that combines the electrified transportation with power system operation, holds tremendous potential for solving electrified transportation issues and reducing energy costs. The effectiveness of the proposed approach is demonstrated using Shanghai transportation network and IEEE 9-bus test system. The results verify the cost-savings for both power system and transportation networks.

  4. A Common Definition of the System Operators' Core Activities[Electric Power Transmission System Operator

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2006-02-15

    In this report a common definition of the system operator's core activities in the Nordic countries is identified and also a list of non-core activities is introduced. As a starting point the common tasks for system responsibility as identified by Nordel has been used for the work. The term TSO (Transmission System Operator) is employed as a common denominator in the report. It is found out that the TSOs carry out common core activities in the roles as a transmission operator, a system operator and a balance settlement responsible. The core activities for the TSO as a transmission network operator are: Maintain the adequate transmission system in the long run and network development plan on the national as well as on the Nordic level using sophisticated analysis and planning methods and tools. Plan the transmission network on the national as well as on the Nordic level utilising new investments, renewal and maintenance of existing network components so that the network is secure to operate and adequate transmission capacity is guaranteed. Aim at timely network expansions using enhanced information exchange between the Nordic TSOs, and on the national level between the TSO and distribution and regional network operators, large consumers and large producers. Secure the technical compatibility with networks across the border and within a country by establishing connection requirements on the national level and ensuring that the national requirements are compatible across the Nordic power system. The core activities for the TSO as a system operator are: Define common technical requirements for the secure system operation using common planning, operation, connection and data exchange procedures. Secure the system operation with the operational planning for the following year by using information exchange between TSOs enabling the TSOs to make the best possible forecast of the global grid situation in order to assess the flows in their network and the available

  5. Radar-based alert system to operate a sewerage network: relevance and operational effectiveness after several years of use.

    Science.gov (United States)

    Faure, D; Payrastre, O; Auchet, P

    2005-01-01

    Since January 2000, the sewerage network of a very urbanised catchment area in the Greater Nancy Urban Community has been operated according to the alarms generated in real time by a storm alert system using weather radar data. This alert system is based on an automatic identification of intense rain cells in the radar images. This paper presents the characteristics of this alert system and synthesises the main results of two complementary studies realised in 2002 in order to estimate the relevance and the operational effectiveness of the alert system. The first study consisted in an off-line analysis of almost 50,000 intense rain cells detected in four years of historical radar data. The second study was an analysis of the experience feedback after two years of operational use of this alert system. The results of these studies are discussed in function of the initial operational objectives.

  6. The APS control system network

    International Nuclear Information System (INIS)

    Sidorowicz, K.V.; McDowell, W.P.

    1995-01-01

    The APS accelerator control system is a distributed system consisting of operator interfaces, a network, and computer-controlled interfaces to hardware. This implementation of a control system has come to be called the open-quotes Standard Model.close quotes The operator interface is a UNDC-based workstation with an X-windows graphical user interface. The workstation may be located at any point on the facility network and maintain full functionality. The function of the network is to provide a generalized communication path between the host computers, operator workstations, input/output crates, and other hardware that comprise the control system. The crate or input/output controller (IOC) provides direct control and input/output interfaces for each accelerator subsystem. The network is an integral part of all modem control systems and network performance will determine many characteristics of a control system. This paper will describe the overall APS network and examine the APS control system network in detail. Metrics are provided on the performance of the system under various conditions

  7. Exploring network operations for data and information networks

    Science.gov (United States)

    Yao, Bing; Su, Jing; Ma, Fei; Wang, Xiaomin; Zhao, Xiyang; Yao, Ming

    2017-01-01

    Barabási and Albert, in 1999, formulated scale-free models based on some real networks: World-Wide Web, Internet, metabolic and protein networks, language or sexual networks. Scale-free networks not only appear around us, but also have high qualities in the world. As known, high quality information networks can transfer feasibly and efficiently data, clearly, their topological structures are very important for data safety. We build up network operations for constructing large scale of dynamic networks from smaller scale of network models having good property and high quality. We focus on the simplest operators to formulate complex operations, and are interesting on the closeness of operations to desired network properties.

  8. Operations and maintenance manual for the LDUA supervisory control and data acquisition system (LDUA System 4200) and control network (LDUA System 4400)

    International Nuclear Information System (INIS)

    Barnes, G.A.

    1998-01-01

    This document defines the requirements applicable to the operation, maintenance and storage of the Supervisory Control and Data Acquisition System (SCADAS) and Control Network in support of the Light Duty Utility Arm (LDUA) operations

  9. Reduction of Uncertainty Propagation in the Airport Operations Network

    Energy Technology Data Exchange (ETDEWEB)

    Rodriguez Sanz, A.; Gomez Comendador, F.; Arnaldo Valdes, R.

    2016-07-01

    Airport operations are a complex system involving multiple elements (ground access, landside, airside and airspace), stakeholders (ANS providers, airlines, airport managers, policy makers and ground handling companies) and interrelated processes. To ensure appropriate and safe operation it is necessary to understand these complex relationships and how the effects of potential incidents, failures and delays (due to unexpected events or capacity constraints) may propagate throughout the different stages of the system. An incident may easily ripple through the network and affect the operation of the airport as a whole, making the entire system vulnerable. A holistic view of the processes that also takes all of the parties (and the connections between them) into account would significantly reduce the risks associated with airport operations, while at the same time improving efficiency. Therefore, this paper proposes a framework to integrate all relevant stakeholders and reduce uncertainty in delay propagation, thereby lowering the cause-effect chain probability of the airport system (which is crucial for the operation and development of air transport). Firstly, we developed a model (map) to identify the functional relationships and interdependencies between the different stakeholders and processes that make up the airport operations network. This will act as a conceptual framework. Secondly, we reviewed and characterised the main causes of delay. Finally, we extended the system map to create a probabilistic graphical model, using a Bayesian Network approach and influence diagrams, in order to predict the propagation of unexpected delays across the airport operations network. This will enable us to learn how potential incidents may spread throughout the network creating unreliable, uncertain system states. Policy makers, regulators and airport managers may use this conceptual framework (and the associated indicators) to understand how delays propagate across the airport

  10. The embedded operating system project

    Science.gov (United States)

    Campbell, R. H.

    1984-01-01

    This progress report describes research towards the design and construction of embedded operating systems for real-time advanced aerospace applications. The applications concerned require reliable operating system support that must accommodate networks of computers. The report addresses the problems of constructing such operating systems, the communications media, reconfiguration, consistency and recovery in a distributed system, and the issues of realtime processing. A discussion is included on suitable theoretical foundations for the use of atomic actions to support fault tolerance and data consistency in real-time object-based systems. In particular, this report addresses: atomic actions, fault tolerance, operating system structure, program development, reliability and availability, and networking issues. This document reports the status of various experiments designed and conducted to investigate embedded operating system design issues.

  11. Autonomous power networks based power system

    International Nuclear Information System (INIS)

    Jokic, A.; Van den Bosch, P.P.J.

    2006-01-01

    This paper presented the concept of autonomous networks to cope with this increased complexity in power systems while enhancing market-based operation. The operation of future power systems will be more challenging and demanding than present systems because of increased uncertainties, less inertia in the system, replacement of centralized coordinating activities by decentralized parties and the reliance on dynamic markets for both power balancing and system reliability. An autonomous network includes the aggregation of networked producers and consumers in a relatively small area with respect to the overall system. The operation of an autonomous network is coordinated and controlled with one central unit acting as an interface between internal producers/consumers and the rest of the power system. In this study, the power balance problem and system reliability through provision of ancillary services was formulated as an optimization problem for the overall autonomous networks based power system. This paper described the simulation of an optimal autonomous network dispatching in day ahead markets, based on predicted spot prices for real power, and two ancillary services. It was concluded that large changes occur in a power systems structure and operation, most of them adding to the uncertainty and complexity of the system. The introduced concept of an autonomous power network-based power system was shown to be a realistic and consistent approach to formulate and operate a market-based dispatch of both power and ancillary services. 9 refs., 4 figs

  12. Securing Mobile Networks in an Operational Setting

    Science.gov (United States)

    Ivancic, William D.; Stewart, David H.; Bell, Terry L.; Paulsen, Phillip E.; Shell, Dan

    2004-01-01

    This paper describes a network demonstration and three month field trial of mobile networking using mobile-IPv4. The network was implemented as part of the US Coast Guard operational network which is a ".mil" network and requires stringent levels of security. The initial demonstrations took place in November 2002 and a three month field trial took place from July through September of 2003. The mobile network utilized encryptors capable of NSA-approved Type 1 algorithms, mobile router from Cisco Systems and 802.11 and satellite wireless links. This paper also describes a conceptual architecture for wide-scale deployment of secure mobile networking in operational environments where both private and public infrastructure is used. Additional issues presented include link costs, placement of encryptors and running routing protocols over layer-3 encryption devices.

  13. NASDA knowledge-based network planning system

    Science.gov (United States)

    Yamaya, K.; Fujiwara, M.; Kosugi, S.; Yambe, M.; Ohmori, M.

    1993-01-01

    One of the SODS (space operation and data system) sub-systems, NP (network planning) was the first expert system used by NASDA (national space development agency of Japan) for tracking and control of satellite. The major responsibilities of the NP system are: first, the allocation of network and satellite control resources and, second, the generation of the network operation plan data (NOP) used in automated control of the stations and control center facilities. Up to now, the first task of network resource scheduling was done by network operators. NP system automatically generates schedules using its knowledge base, which contains information on satellite orbits, station availability, which computer is dedicated to which satellite, and how many stations must be available for a particular satellite pass or a certain time period. The NP system is introduced.

  14. Operation quality assessment model for video conference system

    Science.gov (United States)

    Du, Bangshi; Qi, Feng; Shao, Sujie; Wang, Ying; Li, Weijian

    2018-01-01

    Video conference system has become an important support platform for smart grid operation and management, its operation quality is gradually concerning grid enterprise. First, the evaluation indicator system covering network, business and operation maintenance aspects was established on basis of video conference system's operation statistics. Then, the operation quality assessment model combining genetic algorithm with regularized BP neural network was proposed, which outputs operation quality level of the system within a time period and provides company manager with some optimization advice. The simulation results show that the proposed evaluation model offers the advantages of fast convergence and high prediction accuracy in contrast with regularized BP neural network, and its generalization ability is superior to LM-BP neural network and Bayesian BP neural network.

  15. Operating-System Support for Distributed Multimedia

    NARCIS (Netherlands)

    Mullender, Sape J.; Leslie, Ian M.; McAuley, Derek

    1994-01-01

    Multimedia applications place new demands upon processors, networks and operating systems. While some network designers, through ATM for example, have considered revolutionary approaches to supporting multimedia, the same cannot be said for operating systems designers. Most work is evolutionary in

  16. Auto-control of pumping operations in sewerage systems by rule-based fuzzy neural networks

    Directory of Open Access Journals (Sweden)

    Y.-M. Chiang

    2011-01-01

    Full Text Available Pumping stations play an important role in flood mitigation in metropolitan areas. The existing sewerage systems, however, are facing a great challenge of fast rising peak flow resulting from urbanization and climate change. It is imperative to construct an efficient and accurate operating prediction model for pumping stations to simulate the drainage mechanism for discharging the rainwater in advance. In this study, we propose two rule-based fuzzy neural networks, adaptive neuro-fuzzy inference system (ANFIS and counterpropagation fuzzy neural network for on-line predicting of the number of open and closed pumps of a pivotal pumping station in Taipei city up to a lead time of 20 min. The performance of ANFIS outperforms that of CFNN in terms of model efficiency, accuracy, and correctness. Furthermore, the results not only show the predictive water levels do contribute to the successfully operating pumping stations but also demonstrate the applicability and reliability of ANFIS in automatically controlling the urban sewerage systems.

  17. Optimum reliable operation of water distribution networks by ...

    African Journals Online (AJOL)

    In recent decades much attention has been paid to optimal operation of water distribution networks (WDNs). In this regard, the system operation costs, including energy and disinfection chemicals, as well as system reliability should be simultaneously considered in system performance optimisation, to provide the minimum ...

  18. A study on the applications of expert systems and neural networks for the development of operator support systems in nuclear power plants

    International Nuclear Information System (INIS)

    Cheon, Se Woo

    1993-02-01

    In order to assist operators in effectively maintaining plant safety and to enhance plant availability, the need to develop operator support systems is growing to increase. The application of both expert system and neural network technologies to the operator support has the potential to increase the performance of these systems. A prototype integrated operator support system, called NSSS-DS, has been developed for multiple alarm processing, plant trip diagnosis, and the failure diagnosis of three main systems (a rod control system, reactor coolant pumps (RCPs) and a pressurizer) in the primary side of the Kori-2 nuclear power plant. This system diagnoses system malfunction quickly and offers appropriate guidance to operators. The system uses rule-based deduction with certainty factor operation. Diagnosis is performed using an establish-refine inference strategy. This strategy is to match a set of symptoms with a specific malfunction hypothesis in a predetermined structure of possible hypotheses. The diagnostic symptoms include alarms, indication lamps, parameter values and valve lineup that can be acquired at a main control room. The overall plant-wide diagnosis is performed at the main control part which can process multiple alarms and diagnose possible failure modes and failed systems in the plant. The method of alarm processing is the object-oriented approach in which each alarm can be represented as an active data element, an object. The alarm processing is performed using alarm processing meta rules and alarm processing frames. Also, the diagnosis of a plant trip can be performed at the main control part. The specific diagnosis of the three main systems can be performed followed by the diagnostic results of the main control part. The system also provides follow-up treatments to the operators. The application to these systems is described from the point of view of diagnostic strategies. For the applications of the neural network technology, two feasibility

  19. Operation of a Data Acquisition, Transfer, and Storage System for the Global Space-Weather Observation Network

    Directory of Open Access Journals (Sweden)

    T Nagatsuma

    2014-10-01

    Full Text Available A system to optimize the management of global space-weather observation networks has been developed by the National Institute of Information and Communications Technology (NICT. Named the WONM (Wide-area Observation Network Monitoring system, it enables data acquisition, transfer, and storage through connection to the NICT Science Cloud, and has been supplied to observatories for supporting space-weather forecast and research. This system provides us with easier management of data collection than our previously employed systems by means of autonomous system recovery, periodical state monitoring, and dynamic warning procedures. Operation of the WONM system is introduced in this report.

  20. Dynamic Routing for Delay-Tolerant Networking in Space Flight Operations

    Science.gov (United States)

    Burleigh, Scott C.

    2008-01-01

    Contact Graph Routing (CGR) is a dynamic routing system that computes routes through a time-varying topology composed of scheduled, bounded communication contacts in a network built on the Delay-Tolerant Networking (DTN) architecture. It is designed to support operations in a space network based on DTN, but it also could be used in terrestrial applications where operation according to a predefined schedule is preferable to opportunistic communication, as in a low-power sensor network. This paper will describe the operation of the CGR system and explain how it can enable data delivery over scheduled transmission opportunities, fully utilizing the available transmission capacity, without knowing the current state of any bundle protocol node (other than the local node itself) and without exhausting processing resources at any bundle router.

  1. Optimization of power system operation

    CERN Document Server

    Zhu, Jizhong

    2015-01-01

    This book applies the latest applications of new technologies topower system operation and analysis, including new and importantareas that are not covered in the previous edition. Optimization of Power System Operation covers both traditional andmodern technologies, including power flow analysis, steady-statesecurity region analysis, security constrained economic dispatch,multi-area system economic dispatch, unit commitment, optimal powerflow, smart grid operation, optimal load shed, optimalreconfiguration of distribution network, power system uncertaintyanalysis, power system sensitivity analysis, analytic hierarchicalprocess, neural network, fuzzy theory, genetic algorithm,evolutionary programming, and particle swarm optimization, amongothers. New topics such as the wheeling model, multi-areawheeling, the total transfer capability computation in multipleareas, are also addressed. The new edition of this book continues to provide engineers andac demics with a complete picture of the optimization of techn...

  2. Methodology for Designing Operational Banking Risks Monitoring System

    Science.gov (United States)

    Kostjunina, T. N.

    2018-05-01

    The research looks at principles of designing an information system for monitoring operational banking risks. A proposed design methodology enables one to automate processes of collecting data on information security incidents in the banking network, serving as the basis for an integrated approach to the creation of an operational risk management system. The system can operate remotely ensuring tracking and forecasting of various operational events in the bank network. A structure of a content management system is described.

  3. HTTR operation monitoring with neural network in 30 days operation at 850degC

    International Nuclear Information System (INIS)

    Shimizu, Atsushi; Nabeshima, Kunihiko; Nakagawa, Shigeaki

    2009-01-01

    The High temperature engineering test reactor (HTTR) executed the rated power operation for 30days of the first time (850degC in temperature of the nuclear reactor outlet coolant) until March, 27th through April, 26th, 2007. In this operation, HTTR was observed according to the operation monitoring model with the neural network, and the detection performance of neural network was verified during slight changes of reactor state at rated power. The neural network used for the operation monitoring was an auto-associative network, where 31 input 31 outputs and the hidden layers were connected with 20 units by the hierarchy of three layer structure. Back-propagation algorithm was used for study rule. The operation monitoring model in initial study was constructed by using the power up data between 30% and rated power, which were randomly studied. The adjustment study during the operation monitoring changes the internal structure of the initial study model to follow the changes of reactor status, such as the burn-up of the nuclear fuel for the rated power operation. As a monitoring result, slight changes of reactor state by the control system operation were correctly detected, and the on-line application to an early anomaly diagnosis for HTTR facilities will be expected. (author)

  4. Bayesian network modeling of operator's state recognition process

    International Nuclear Information System (INIS)

    Hatakeyama, Naoki; Furuta, Kazuo

    2000-01-01

    Nowadays we are facing a difficult problem of establishing a good relation between humans and machines. To solve this problem, we suppose that machine system need to have a model of human behavior. In this study we model the state cognition process of a PWR plant operator as an example. We use a Bayesian network as an inference engine. We incorporate the knowledge hierarchy in the Bayesian network and confirm its validity using the example of PWR plant operator. (author)

  5. Islanded operation of distributed networks

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2005-07-01

    This report summarises the findings of a study to investigate the regulatory, commercial and technical risks and benefits associated with the operation of distributed generation to power an islanded section of distributed network. A review of published literature was carried out, and UK generators were identified who could operate as part of an island network under the existing technical, regulatory, and safety framework. Agreement on case studies for consideration with distributed network operators (DNOs) is discussed as well as the quantification of the risks, benefits and costs of islanding, and the production of a case implementation plan for each case study. Technical issues associated with operating sections of network in islanded mode are described, and impacts of islanding on trading and settlement, and technical and commercial modelling are explored.

  6. Islanded operation of distributed networks

    International Nuclear Information System (INIS)

    2005-01-01

    This report summarises the findings of a study to investigate the regulatory, commercial and technical risks and benefits associated with the operation of distributed generation to power an islanded section of distributed network. A review of published literature was carried out, and UK generators were identified who could operate as part of an island network under the existing technical, regulatory, and safety framework. Agreement on case studies for consideration with distributed network operators (DNOs) is discussed as well as the quantification of the risks, benefits and costs of islanding, and the production of a case implementation plan for each case study. Technical issues associated with operating sections of network in islanded mode are described, and impacts of islanding on trading and settlement, and technical and commercial modelling are explored

  7. Optimal dimensioning of low-energy district heating networks with operational planning

    DEFF Research Database (Denmark)

    Tol, Hakan; Svendsen, Svend

    2012-01-01

    in design stage resulted in satisfaction of heat demand of the house in low temperature operation. In this paper the operational planning of the low-energy DH systems was investigated to reduce the dimensions of the distribution network with consideration given both to current high-heat and future low......-heat demand situations. The operational planning was based on boosting (increasing) the supply temperature at peak-demand situations which occur rarely over a year period. Hence optimal pipe dimensions of low-energy DH systems were investigated based on the dynamic response of in-house heating systems...... of operational planning in comparison to DH network dimensioned according to high heat demand situation....

  8. Hyper-Spectral Networking Concept of Operations and Future Air Traffic Management Simulations

    Science.gov (United States)

    Davis, Paul; Boisvert, Benjamin

    2017-01-01

    The NASA sponsored Hyper-Spectral Communications and Networking for Air Traffic Management (ATM) (HSCNA) project is conducting research to improve the operational efficiency of the future National Airspace System (NAS) through diverse and secure multi-band, multi-mode, and millimeter-wave (mmWave) wireless links. Worldwide growth of air transportation and the coming of unmanned aircraft systems (UAS) will increase air traffic density and complexity. Safe coordination of aircraft will require more capable technologies for communications, navigation, and surveillance (CNS). The HSCNA project will provide a foundation for technology and operational concepts to accommodate a significantly greater number of networked aircraft. This paper describes two of the HSCNA projects technical challenges. The first technical challenge is to develop a multi-band networking concept of operations (ConOps) for use in multiple phases of flight and all communication link types. This ConOps will integrate the advanced technologies explored by the HSCNA project and future operational concepts into a harmonized vision of future NAS communications and networking. The second technical challenge discussed is to conduct simulations of future ATM operations using multi-bandmulti-mode networking and technologies. Large-scale simulations will assess the impact, compared to todays system, of the new and integrated networks and technologies under future air traffic demand.

  9. Analysis of critical operating conditions for LV distribution networks with microgrids

    Science.gov (United States)

    Zehir, M. A.; Batman, A.; Sonmez, M. A.; Font, A.; Tsiamitros, D.; Stimoniaris, D.; Kollatou, T.; Bagriyanik, M.; Ozdemir, A.; Dialynas, E.

    2016-11-01

    Increase in the penetration of Distributed Generation (DG) in distribution networks, raises the risk of voltage limit violations while contributing to line losses. Especially in low voltage (LV) distribution networks (secondary distribution networks), impacts of active power flows on the bus voltages and on the network losses are more dominant. As network operators must meet regulatory limitations, they have to take into account the most critical operating conditions in their systems. In this study, it is aimed to present the impact of the worst operation cases of LV distribution networks comprising microgrids. Simulation studies are performed on a field data-based virtual test-bed. The simulations are repeated for several cases consisting different microgrid points of connection with different network loading and microgrid supply/demand conditions.

  10. Global tree network for computing structures enabling global processing operations

    Science.gov (United States)

    Blumrich; Matthias A.; Chen, Dong; Coteus, Paul W.; Gara, Alan G.; Giampapa, Mark E.; Heidelberger, Philip; Hoenicke, Dirk; Steinmacher-Burow, Burkhard D.; Takken, Todd E.; Vranas, Pavlos M.

    2010-01-19

    A system and method for enabling high-speed, low-latency global tree network communications among processing nodes interconnected according to a tree network structure. The global tree network enables collective reduction operations to be performed during parallel algorithm operations executing in a computer structure having a plurality of the interconnected processing nodes. Router devices are included that interconnect the nodes of the tree via links to facilitate performance of low-latency global processing operations at nodes of the virtual tree and sub-tree structures. The global operations performed include one or more of: broadcast operations downstream from a root node to leaf nodes of a virtual tree, reduction operations upstream from leaf nodes to the root node in the virtual tree, and point-to-point message passing from any node to the root node. The global tree network is configurable to provide global barrier and interrupt functionality in asynchronous or synchronized manner, and, is physically and logically partitionable.

  11. Global Operations Networks in Motion

    DEFF Research Database (Denmark)

    Slepniov, Dmitrij; Jørgensen, Claus; Wæhrens, Brian Vejrum

    2009-01-01

    This paper addresses the phenomenon of global operations networks and how they change over time. The paper is based on the cases of three Danish companies and their global operations networks. It finds a number of common patterns highlighting some organisational effects and managerial challenges...... the companies face regarding rapid changes in their networks configurations and capabilities. The paper details the variables determining these changes and suggests how the on-going interplay between the focal organisation, its network partners, and their various contextual conditions can be approached....

  12. Heating networks and domestic central heating systems

    Energy Technology Data Exchange (ETDEWEB)

    Kamler, W; Wasilewski, W

    1976-08-01

    This is a comprehensive survey of the 26 contributions from 8 European countries submitted to the 3rd International District Heating Conference in Warsaw held on the subject 'Heating Networks and Domestic Central Heating Systems'. The contributions are grouped according to 8 groups of subjects: (1) heat carriers and their parameters; (2) system of heating networks; (3) calculation and optimization of heating networks; (4) construction of heating networks; (5) operation control and automation; (6) operational problems; (7) corrosion problems; and (8) methods of heat accounting.

  13. Key Technologies in the Context of Future Networks: Operational and Management Requirements

    Directory of Open Access Journals (Sweden)

    Lorena Isabel Barona López

    2016-12-01

    Full Text Available The concept of Future Networks is based on the premise that current infrastructures require enhanced control, service customization, self-organization and self-management capabilities to meet the new needs in a connected society, especially of mobile users. In order to provide a high-performance mobile system, three main fields must be improved: radio, network, and operation and management. In particular, operation and management capabilities are intended to enable business agility and operational sustainability, where the addition of new services does not imply an excessive increase in capital or operational expenditures. In this context, a set of key-enabled technologies have emerged in order to aid in this field. Concepts such as Software Defined Network (SDN, Network Function Virtualization (NFV and Self-Organized Networks (SON are pushing traditional systems towards the next 5G network generation.This paper presents an overview of the current status of these promising technologies and ongoing works to fulfill the operational and management requirements of mobile infrastructures. This work also details the use cases and the challenges, taking into account not only SDN, NFV, cloud computing and SON but also other paradigms.

  14. A Common Definition of the System Operators' Core Activities

    International Nuclear Information System (INIS)

    2006-02-01

    In this report a common definition of the system operator's core activities in the Nordic countries is identified and also a list of non-core activities is introduced. As a starting point the common tasks for system responsibility as identified by Nordel has been used for the work. The term TSO (Transmission System Operator) is employed as a common denominator in the report. It is found out that the TSOs carry out common core activities in the roles as a transmission operator, a system operator and a balance settlement responsible. The core activities for the TSO as a transmission network operator are: Maintain the adequate transmission system in the long run and network development plan on the national as well as on the Nordic level using sophisticated analysis and planning methods and tools. Plan the transmission network on the national as well as on the Nordic level utilising new investments, renewal and maintenance of existing network components so that the network is secure to operate and adequate transmission capacity is guaranteed. Aim at timely network expansions using enhanced information exchange between the Nordic TSOs, and on the national level between the TSO and distribution and regional network operators, large consumers and large producers. Secure the technical compatibility with networks across the border and within a country by establishing connection requirements on the national level and ensuring that the national requirements are compatible across the Nordic power system. The core activities for the TSO as a system operator are: Define common technical requirements for the secure system operation using common planning, operation, connection and data exchange procedures. Secure the system operation with the operational planning for the following year by using information exchange between TSOs enabling the TSOs to make the best possible forecast of the global grid situation in order to assess the flows in their network and the available

  15. A guide to distribution network operator connection and use of system methodologies and charging

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2006-05-04

    This report aims to help those developing or planning to develop power generation schemes connected to local electricity distribution systems (distributed generation) to understand the various regional network charging schemes in the UK. It is also intended to act as a route map to understand distribution charges as they are currently applied; further changes in charging arrangements between 2005 and 2010 are indicated and signposts to sources of further information are provided. The report explains the structure of distribution networks, the outcome of the regulatory review of distribution pricing undertaken by the Office of Gas and Electricity Markets (Ofgem) applicable from 1 April 2005 and how this affects distribution network operators (DNOs) and their distribution charges. The report considers: the energy policy framework in the UK; the commercial and regulatory framework that applies to distributed generators; DNOs and their regulatory framework; network charging methodologies and principles; charging statements; and areas of likely future changes. Individual schedules and contact details are given in an appendix for each DNO.

  16. Wireless sensors in heterogeneous networked systems configuration and operation middleware

    CERN Document Server

    Cecilio, José

    2014-01-01

    This book presents an examination of the middleware that can be used to configure and operate heterogeneous node platforms and sensor networks. The middleware requirements for a range of application scenarios are compared and analysed. The text then defines middleware architecture that has been integrated in an approach demonstrated live in a refinery. Features: presents a thorough introduction to the major concepts behind wireless sensor networks (WSNs); reviews the various application scenarios and existing middleware solutions for WSNs; discusses the middleware mechanisms necessary for hete

  17. An Optical Multicast Routing with Minimal Network Coding Operations in WDM Networks

    Directory of Open Access Journals (Sweden)

    Huanlin Liu

    2014-01-01

    Full Text Available Network coding can improve the optical multicast routing performance in terms of network throughput, bandwidth utilization, and traffic load balance. But network coding needs high encoding operations costs in all-optical WDM networks due to shortage of optical RAM. In the paper, the network coding operation is defined to evaluate the number of network coding operation cost in the paper. An optical multicast routing algorithm based on minimal number of network coding operations is proposed to improve the multicast capacity. Two heuristic criteria are designed to establish the multicast routing with low network coding cost and high multicast capacity. One is to select one path from the former K shortest paths with the least probability of dropping the multicast maximal capacity. The other is to select the path with lowest potential coding operations with the highest link shared degree among the multiple wavelength disjoint paths cluster from source to each destination. Comparing with the other multicast routing based on network coding, simulation results show that the proposed multicast routing algorithm can effectively reduce the times of network coding operations, can improve the probability of reaching multicast maximal capacity, and can keep the less multicast routing link cost for optical WDM networks.

  18. Expected Range of Cooperation Between Transmission System Operators and Distribution System Operators After Implementation of ENTSO-E Grid Codes

    Directory of Open Access Journals (Sweden)

    Tomasz Pakulski

    2015-06-01

    Full Text Available The authors present the prospects of cooperation between transmission system operators (TSO and distribution system operators (DSO after entry into force ENTSO-E (European Network of Transmission System Operators for Electricity grid codes. New areas of DSO activities, associated with offering TSO aggregated services for national power system regulation based on the regulation resources connected to the distribution grid, and services on the distribution system level as part of the creation of local balancing areas (LBA are presented. The paper also presents the possibilities of providing ancillary services by different types of distributed generation sources in the distribution network. The LBA concept, which involves integrated management of local regulation resources including generation, demand, and energy storage is described. The options of the renewable energy sources (RES using for voltage and reactive power control in the distribution network with the use of wind farms (WF connected to the distribution system are characterized.

  19. Comparing genomes to computer operating systems in terms of the topology and evolution of their regulatory control networks.

    Science.gov (United States)

    Yan, Koon-Kiu; Fang, Gang; Bhardwaj, Nitin; Alexander, Roger P; Gerstein, Mark

    2010-05-18

    The genome has often been called the operating system (OS) for a living organism. A computer OS is described by a regulatory control network termed the call graph, which is analogous to the transcriptional regulatory network in a cell. To apply our firsthand knowledge of the architecture of software systems to understand cellular design principles, we present a comparison between the transcriptional regulatory network of a well-studied bacterium (Escherichia coli) and the call graph of a canonical OS (Linux) in terms of topology and evolution. We show that both networks have a fundamentally hierarchical layout, but there is a key difference: The transcriptional regulatory network possesses a few global regulators at the top and many targets at the bottom; conversely, the call graph has many regulators controlling a small set of generic functions. This top-heavy organization leads to highly overlapping functional modules in the call graph, in contrast to the relatively independent modules in the regulatory network. We further develop a way to measure evolutionary rates comparably between the two networks and explain this difference in terms of network evolution. The process of biological evolution via random mutation and subsequent selection tightly constrains the evolution of regulatory network hubs. The call graph, however, exhibits rapid evolution of its highly connected generic components, made possible by designers' continual fine-tuning. These findings stem from the design principles of the two systems: robustness for biological systems and cost effectiveness (reuse) for software systems.

  20. The embedded operating system project

    Science.gov (United States)

    Campbell, R. H.

    1985-01-01

    The design and construction of embedded operating systems for real-time advanced aerospace applications was investigated. The applications require reliable operating system support that must accommodate computer networks. Problems that arise in the construction of such operating systems, reconfiguration, consistency and recovery in a distributed system, and the issues of real-time processing are reported. A thesis that provides theoretical foundations for the use of atomic actions to support fault tolerance and data consistency in real-time object-based system is included. The following items are addressed: (1) atomic actions and fault-tolerance issues; (2) operating system structure; (3) program development; (4) a reliable compiler for path Pascal; and (5) mediators, a mechanism for scheduling distributed system processes.

  1. The THUDSOS Distributed Operating System

    Institute of Scientific and Technical Information of China (English)

    廖先Zhi; 刘旭峰; 等

    1991-01-01

    The THUDSOS is a distributed operating system modeled as an abstract machine which provides decentralized control,transparency,availability,and reliability,as welol as a good degree of autonomy at each node,that makes our distributed system usable.Our operating system supports transparent access to data through network wide filesystem.The simultaneous access to any device is discussed for the case when the peripherals are treated as files.This operating system allows spawning of parallel application programs to solve problems in the fields,such as numerical analysis and artificial intelligence.

  2. Operating principle of Soft Open Points for electrical distribution network operation

    International Nuclear Information System (INIS)

    Cao, Wanyu; Wu, Jianzhong; Jenkins, Nick; Wang, Chengshan; Green, Timothy

    2016-01-01

    Highlights: • Two control modes were developed for a B2B VSCs based SOP. • The SOP operating principle was investigated under various network conditions. • The performance of the SOP using two control modes was analyzed. - Abstract: Soft Open Points (SOPs) are power electronic devices installed in place of normally-open points in electrical power distribution networks. They are able to provide active power flow control, reactive power compensation and voltage regulation under normal network operating conditions, as well as fast fault isolation and supply restoration under abnormal conditions. Two control modes were developed for the operation of an SOP, using back-to-back voltage-source converters (VSCs). A power flow control mode with current control provides independent control of real and reactive power. A supply restoration mode with a voltage controller enables power supply to isolated loads due to network faults. The operating principle of the back-to-back VSCs based SOP was investigated under both normal and abnormal network operating conditions. Studies on a two-feeder medium-voltage distribution network showed the performance of the SOP under different network-operating conditions: normal, during a fault and post-fault supply restoration. During the change of network operating conditions, a mode switch method based on the phase locked loop controller was used to achieve the transitions between the two control modes. Hard transitions by a direct mode switching were noticed unfavourable, but seamless transitions were obtained by deploying a soft cold load pickup and voltage synchronization process.

  3. An operating environment for control systems on transputer networks

    NARCIS (Netherlands)

    Tillema, H.G.; Schoute, Albert L.; Wijbrans, K.C.J.; Wijbrans, K.C.J.

    1991-01-01

    The article describes an operating environment for control systems. The environment contains the basic layers of a distributed operating system. The design of this operating environment is based on the requirements demanded by controllers which can be found in complex control systems. Due to the

  4. Study and realisation of a gateway between a MIL1553 network and an Ethernet network. Implementation of the OS9NET homogeneous network and of the TCP/IP heterogeneous network on the OS-9/68000 real time operating system

    International Nuclear Information System (INIS)

    Tricot-Censier, Pascal

    1989-01-01

    This research thesis addresses the design of a homogeneous network for machines acquiring data in real time, and the interconnection by a heterogeneous network of this group with three groups of mini-computers, workstations, and personal computers. Thus, this work involved hardware as well as software designs and developments. After a recall of main notions related to networks, and a presentation of the OS9 real time core, the author reports the design and development of the Ethernet controller card. He reports the design and realisation of a gateway between Ethernet and MIL1553 which is notably based on the previously mentioned controller card. An Ethernet driver is then designed for the OS9 operating system. As the connection with other machines which do not support OS9, requires the development of applications using TCP/IP protocols, the author describes how software designed for PCs have been adapted for a use in real time and for the OS9 operating system. He presents an additional software layer to TCP/IP for an inter-process communication through a heterogeneous network. This layer allows the development of applications distributed among systems which possess different processors and operating systems. Finally, the author presents a test protocol which ensures the fast transfer of memory blocks between OS9 machines [fr

  5. Managing Evolving Global Operations Networks

    DEFF Research Database (Denmark)

    Mykhaylenko, Alona; Wæhrens, Brian Vejrum; Johansen, John

    2015-01-01

    For many globally dispersed organisations, the home base (HB) is a historic locus of integrative and coordinating efforts that safeguard overall performance. However, the dynamism of global operations networks is increasingly pulling the centre of gravity away from the HB and dispersing it across...... the network, challenging the HB’s ability to sustain its centrality over time. To counteract this tendency, this paper addresses the gap in the literature regarding the development of the network management capability of the HB within the context of its network. Data was collected through a retrospective...... longitudinal case study of an intra-organisational operations network of one OEM and its three foreign subsidiaries. The findings suggest a row of strategic roles and corresponding managerial capabilities, which the HB needs to develop depending on the changing subsidiaries’ competencies and HB...

  6. Reliable file sharing in distributed operating system using web RTC

    Science.gov (United States)

    Dukiya, Rajesh

    2017-12-01

    Since, the evolution of distributed operating system, distributed file system is come out to be important part in operating system. P2P is a reliable way in Distributed Operating System for file sharing. It was introduced in 1999, later it became a high research interest topic. Peer to Peer network is a type of network, where peers share network workload and other load related tasks. A P2P network can be a period of time connection, where a bunch of computers connected by a USB (Universal Serial Bus) port to transfer or enable disk sharing i.e. file sharing. Currently P2P requires special network that should be designed in P2P way. Nowadays, there is a big influence of browsers in our life. In this project we are going to study of file sharing mechanism in distributed operating system in web browsers, where we will try to find performance bottlenecks which our research will going to be an improvement in file sharing by performance and scalability in distributed file systems. Additionally, we will discuss the scope of Web Torrent file sharing and free-riding in peer to peer networks.

  7. MANAGING GLOBAL OPERATIONS NETWORKS IN MOTION

    DEFF Research Database (Denmark)

    Slepniov, Dmitrij; Jørgensen, Claus; Sørensen, Brian Vejrum

    2008-01-01

    capabilities and intensified need for transfer, assimilation and augmentation of activities and know-how within the network. Based on these the paper highlights some organisational effects and managerial challenges the companies face regarding rapid changes in their networks configurations and capabilities.......Most industrial companies are, for reasons related to cost, market access or knowledge, working with some aspect of offshore operations. This may take form of captive operations or through outsourcing of activities overseas. With this trend, global operations networks are emerging resulting...... in corporate strategic repositioning, re-configurations of sites, and changes to the underlying capabilities. The paper is based on cases of 3 Danish companies and their global supply networks. These networks are not in a steady state, they evolve as a consequence of the ongoing co-evolution between the focal...

  8. Cognitive virtual network operator games

    CERN Document Server

    Duan, Lingjie; Shou, Biying

    2014-01-01

    This SpringerBrief provides an overview of cognitive mobile virtual network operator's (C-MVNO) decisions under investment flexibility, supply uncertainty, and market competition in cognitive radio networks. This is a new research area at the nexus of cognitive radio engineering and microeconomics. The authors focus on an operator's joint spectrum investment and service pricing decisions. The readers will learn how to tradeoff the two flexible investment choices (dynamic spectrum leasing and spectrum sensing) under supply uncertainty. Furthermore, if there is more than one operator, we present

  9. A versatile sensor network for urban search and rescue operations

    Science.gov (United States)

    Känsälä, Klaus; Korkalainen, Marko; Mäyrä, Aki

    2011-11-01

    The presentation is based in the research work carried out in EU funded project SGL for USaR (Second Generation Locator for Urban Search and Rescue Operations). The aim of this project is to develop wireless standalone communication system with embedded sensor network which can be globally used in rescue operations after accidents or terrorist attacks. The system should be able to operate without external support for several days: it should have autonomy with power supply and communication. The devices must be lightweight so that rescue team can easily carry them and finally they must be easy to install and use. The range of the wireless communication must cover an area of several square kilometers. The embedded sensor system must be able to detect sings of life but also detect hazards threatening the rescue operators thus preventing more accidents. It should also support positioning and digital mapping as well as the management of the search and rescue operation. This sensor network for urban search and rescue operations has been tested on a field conditions and it has proven to be robust and reliable and provides an energy efficient way of communication and positioning on harsh conditions.

  10. Modeling operational risks of the nuclear industry with Bayesian networks

    Energy Technology Data Exchange (ETDEWEB)

    Wieland, Patricia [Pontificia Univ. Catolica do Rio de Janeiro (PUC-Rio), RJ (Brazil). Dept. de Engenharia Industrial; Comissao Nacional de Energia Nuclear (CNEN), Rio de Janeiro, RJ (Brazil)], e-mail: pwieland@cnen.gov.br; Lustosa, Leonardo J. [Pontificia Univ. Catolica do Rio de Janeiro (PUC-Rio), RJ (Brazil). Dept. de Engenharia Industrial], e-mail: ljl@puc-rio.br

    2009-07-01

    Basically, planning a new industrial plant requires information on the industrial management, regulations, site selection, definition of initial and planned capacity, and on the estimation of the potential demand. However, this is far from enough to assure the success of an industrial enterprise. Unexpected and extremely damaging events may occur that deviates from the original plan. The so-called operational risks are not only in the system, equipment, process or human (technical or managerial) failures. They are also in intentional events such as frauds and sabotage, or extreme events like terrorist attacks or radiological accidents and even on public reaction to perceived environmental or future generation impacts. For the nuclear industry, it is a challenge to identify and to assess the operational risks and their various sources. Early identification of operational risks can help in preparing contingency plans, to delay the decision to invest or to approve a project that can, at an extreme, affect the public perception of the nuclear energy. A major problem in modeling operational risk losses is the lack of internal data that are essential, for example, to apply the loss distribution approach. As an alternative, methods that consider qualitative and subjective information can be applied, for example, fuzzy logic, neural networks, system dynamic or Bayesian networks. An advantage of applying Bayesian networks to model operational risk is the possibility to include expert opinions and variables of interest, to structure the model via causal dependencies among these variables, and to specify subjective prior and conditional probabilities distributions at each step or network node. This paper suggests a classification of operational risks in industry and discusses the benefits and obstacles of the Bayesian networks approach to model those risks. (author)

  11. Modeling operational risks of the nuclear industry with Bayesian networks

    International Nuclear Information System (INIS)

    Wieland, Patricia; Lustosa, Leonardo J.

    2009-01-01

    Basically, planning a new industrial plant requires information on the industrial management, regulations, site selection, definition of initial and planned capacity, and on the estimation of the potential demand. However, this is far from enough to assure the success of an industrial enterprise. Unexpected and extremely damaging events may occur that deviates from the original plan. The so-called operational risks are not only in the system, equipment, process or human (technical or managerial) failures. They are also in intentional events such as frauds and sabotage, or extreme events like terrorist attacks or radiological accidents and even on public reaction to perceived environmental or future generation impacts. For the nuclear industry, it is a challenge to identify and to assess the operational risks and their various sources. Early identification of operational risks can help in preparing contingency plans, to delay the decision to invest or to approve a project that can, at an extreme, affect the public perception of the nuclear energy. A major problem in modeling operational risk losses is the lack of internal data that are essential, for example, to apply the loss distribution approach. As an alternative, methods that consider qualitative and subjective information can be applied, for example, fuzzy logic, neural networks, system dynamic or Bayesian networks. An advantage of applying Bayesian networks to model operational risk is the possibility to include expert opinions and variables of interest, to structure the model via causal dependencies among these variables, and to specify subjective prior and conditional probabilities distributions at each step or network node. This paper suggests a classification of operational risks in industry and discusses the benefits and obstacles of the Bayesian networks approach to model those risks. (author)

  12. Defect networks and supersymmetric loop operators

    Energy Technology Data Exchange (ETDEWEB)

    Bullimore, Mathew [Perimeter Institute for Theoretical Physics, 31 Caroline Street North, Waterloo, ON N2L 2Y5 (Canada)

    2015-02-10

    We consider topological defect networks with junctions in A{sub N−1} Toda CFT and the connection to supersymmetric loop operators in N=2 theories of class S on a four-sphere. Correlation functions in the presence of topological defect networks are computed by exploiting the monodromy of conformal blocks, generalising the notion of a Verlinde operator. Concentrating on a class of topological defects in A{sub 2} Toda theory, we find that the Verlinde operators generate an algebra whose structure is determined by a set of generalised skein relations that encode the representation theory of a quantum group. In the second half of the paper, we explore the dictionary between topological defect networks and supersymmetric loop operators in the N=2{sup ∗} theory by comparing to exact localisation computations. In this context, the the generalised skein relations are related to the operator product expansion of loop operators.

  13. Distributed Interplanetary Delay/Disruption Tolerant Network (DTN) Monitor and Control System

    Science.gov (United States)

    Wang, Shin-Ywan

    2012-01-01

    The main purpose of Distributed interplanetary Delay Tolerant Network Monitor and Control System as a DTN system network management implementation in JPL is defined to provide methods and tools that can monitor the DTN operation status, detect and resolve DTN operation failures in some automated style while either space network or some heterogeneous network is infused with DTN capability. In this paper, "DTN Monitor and Control system in Deep Space Network (DSN)" exemplifies a case how DTN Monitor and Control system can be adapted into a space network as it is DTN enabled.

  14. Features of complex networks in a free-software operating system

    International Nuclear Information System (INIS)

    Nair, Rajiv; Nagarjuna, G; Ray, Arnab K

    2012-01-01

    We propose a mathematical model to fit the degree distribution of directed dependency networks in free and open-source software. In this complex system, the intermediate scales of both the in-directed and out-directed dependency networks follow a power-law trend (specifically Zipf's law). Deviations from this feature are found both for the highly linked nodes, and the poorly linked nodes. This is due to finite-size effects in the networks, and the parameters needed to model finite-size behaviour make a quantitative distinction between the in-directed and out-directed networks. We also provide a model to describe the dynamic evolution of the network, and account for its saturation in the long-time limit.

  15. System-level Modeling of Wireless Integrated Sensor Networks

    DEFF Research Database (Denmark)

    Virk, Kashif M.; Hansen, Knud; Madsen, Jan

    2005-01-01

    Wireless integrated sensor networks have emerged as a promising infrastructure for a new generation of monitoring and tracking applications. In order to efficiently utilize the extremely limited resources of wireless sensor nodes, accurate modeling of the key aspects of wireless sensor networks...... is necessary so that system-level design decisions can be made about the hardware and the software (applications and real-time operating system) architecture of sensor nodes. In this paper, we present a SystemC-based abstract modeling framework that enables system-level modeling of sensor network behavior...... by modeling the applications, real-time operating system, sensors, processor, and radio transceiver at the sensor node level and environmental phenomena, including radio signal propagation, at the sensor network level. We demonstrate the potential of our modeling framework by simulating and analyzing a small...

  16. Interconnection and power transportation networks: operation; Reseaux d'interconnexion et de transport: fonctionnement

    Energy Technology Data Exchange (ETDEWEB)

    Bornard, P. [Reseau de Transport d' Electricite (RTE), Div. Systeme Electrique, 92 - Paris la Defense (France); Pavard, M. [Electricite de France (EDF), 75 - Paris (France); Testud, G. [Reseau de Transport d' Electricite (RTE), Dept. Exploitation du Systeme Electrique, 92 - Paris la Defense (France)

    2005-10-01

    For economical or technical reasons, the power generation units are in general grouped together in the same geographical areas, while the consumption points are much more dispersed. The power transportation and interconnection networks ensure the link between the big generation areas and the big consumption areas, and also with other foreign networks. The network manager must keep the balance between the available offer and the potential demand and ensures the transit of energy between the production units and the end-users with respecting the contractual voltage and frequency ranges. Incidents must be mastered to limit the inconvenience to users and to avoid the complete collapse of the power transportation system. This article describes the operation of such systems: 1 - problems linked with networks operation; 2 - transits distribution: general problem, transmissible power in a power line, voltage drop, calculations of power distributions; 3 - voltage and frequency adjustments; 4 - operation in disturbed regime: mastery of common incidents, mechanisms of major incidents (operation of a power system in strongly disturbed regime), protection of the power system, recovery; 5 - conclusion. (J.S.)

  17. Optimal scope of supply chain network & operations design

    NARCIS (Netherlands)

    Ma, N.

    2014-01-01

    The increasingly complex supply chain networks and operations call for the development of decision support systems and optimization techniques that take a holistic view of supply chain issues and provide support for integrated decision-making. The economic impacts of optimized supply chain are

  18. GSFC network operations with Tracking and Data Relay Satellites

    Science.gov (United States)

    Spearing, R.; Perreten, D. E.

    The Tracking and Data Relay Satellite System (TDRSS) Network (TN) has been developed to provide services to all NASA User spacecraft in near-earth orbits. Three inter-relating entities will provide these services. The TN has been transformed from a network continuously changing to meet User specific requirements to a network which is flexible to meet future needs without significant changes in operational concepts. Attention is given to the evolution of the TN network, the TN capabilities-space segment, forward link services, tracking services, return link services, the three basic capabilities, single access services, multiple access services, simulation services, the White Sands Ground Terminal, the NASA communications network, and the network control center.

  19. System for prediction of environmental emergency dose information network system

    International Nuclear Information System (INIS)

    Misawa, Makoto; Nagamori, Fumio

    2009-01-01

    In cases when an accident happens to arise with some risk for emission of a large amount radioactivity from the nuclear facilities, the environmental emergency due to this accident should be predicted rapidly and be informed immediately. The SPEEDI network system for such purpose was completed and now operated by Nuclear Safety Technology Center (NUSTEC) commissioned to do by Ministry of Education, Culture, Sports, Science and Technology, Japan. Fujitsu has been contributing to this project by developing the principal parts of the network performance, by introducing necessary servers, and also by keeping the network in good condition, such as with construction of the system followed by continuous operation and maintenance of the system. Real-time prediction of atmospheric diffusion of radionuclides for nuclear accidents in the world is now available with experimental verification for the real-time emergency response system. Improvement of worldwide version of the SPEEDI network system, accidental discharge of radionuclides with the function of simultaneous prediction for multiple domains and its evaluation is possible. (S. Ohno)

  20. Real-time multi-task operators support system

    International Nuclear Information System (INIS)

    Wang He; Peng Minjun; Wang Hao; Cheng Shouyu

    2005-01-01

    The development in computer software and hardware technology and information processing as well as the accumulation in the design and feedback from Nuclear Power Plant (NPP) operation created a good opportunity to develop an integrated Operator Support System. The Real-time Multi-task Operator Support System (RMOSS) has been built to support the operator's decision making process during normal and abnormal operations. RMOSS consists of five system subtasks such as Data Collection and Validation Task (DCVT), Operation Monitoring Task (OMT), Fault Diagnostic Task (FDT), Operation Guideline Task (OGT) and Human Machine Interface Task (HMIT). RMOSS uses rule-based expert system and Artificial Neural Network (ANN). The rule-based expert system is used to identify the predefined events in static conditions and track the operation guideline through data processing. In dynamic status, Back-Propagation Neural Network is adopted for fault diagnosis, which is trained with the Genetic Algorithm. Embedded real-time operation system VxWorks and its integrated environment Tornado II are used as the RMOSS software cross-development. VxGUI is used to design HMI. All of the task programs are designed in C language. The task tests and function evaluation of RMOSS have been done in one real-time full scope simulator. Evaluation results show that each task of RMOSS is capable of accomplishing its functions. (authors)

  1. Electricity Networks: Infrastructure and Operations. Too complex for a resource?

    Energy Technology Data Exchange (ETDEWEB)

    Volk, Dennis

    2013-07-01

    Electricity security remains a priority of energy policy and continuous electrification will further enhance the importance in the years to come. Market liberalisation has brought substantial benefits to societies, including competition, innovation, more client-oriented services and the reduced needs for public expenditure. Further, the path of decarbonisation is a must but experiences with many new technologies and policies show their many implications on power systems. Electricity networks form the backbone of reliable and affordable power systems and also significantly support the inception of renewable generation. The importance of distribution and transmission networks has to be well understood by policy makers and regulators to maintain the sensitive balance within the policy triangle of reliability, affordability and sustainability as power systems rapidly change. Failures in choosing the right institutions and regulatory frameworks to operate and build networks will put the sensitive balance within the policy triangle at risk. ''Too complex for a resource?'' identifies the key challenges the electricity distribution and transmission networks face today and in the future. It further provides for best practice examples on institutional design choices and regulatory frameworks for sound network service provision but also highlights the importance of additional responses required. More market-based and dynamic frameworks for various system services, the growing need for active service participation of renewable generators and highly independent and transparent central operators seem to be at the heart of these responses. ''Too complex for a resource?'' finds that the answer to the challenges ahead is not always more infrastructure and that networks and the services they provide have to be regarded as equal part of the total power system. Thus, accurate and dynamic cost allocation can significantly support to transform

  2. The high speed interconnect system architecture and operation

    Science.gov (United States)

    Anderson, Steven C.

    The design and operation of a fiber-optic high-speed interconnect system (HSIS) being developed to meet the requirements of future avionics and flight-control hardware with distributed-system architectures are discussed. The HSIS is intended for 100-Mb/s operation of a local-area network with up to 256 stations. It comprises a bus transmission system (passive star couplers and linear media linked by active elements) and network interface units (NIUs). Each NIU is designed to perform the physical, data link, network, and transport functions defined by the ISO OSI Basic Reference Model (1982 and 1983) and incorporates a fiber-optic transceiver, a high-speed protocol based on the SAE AE-9B linear token-passing data bus (1986), and a specialized application interface unit. The operating modes and capabilities of HSIS are described in detail and illustrated with diagrams.

  3. Multi-agent based controller for islanding operation of active distribution networks with distributed generation

    DEFF Research Database (Denmark)

    Cha, Seung-Tae; Wu, Qiuwei; Østergaard, Jacob

    2011-01-01

    -bus system was used to investigate the dynamic and steady state performance of the active distribution system during islanding operation. Case studies have been carried out using the Real-Time Digital Simulator (RTDS) based simulation platform. Case study results show that the proposed multi......The increasing amount of distributed generation (DG) in today’s highly complex restructured power networks gives more options for distribution system operators (DSOs) under contingency conditions. A low voltage distribution network with a large amount of DG can be operated as an islanded system...... if the distribution system is disconnected from the main grid due to the contingency. In order to successfully operate distribution systems under islanding mode, the possibility of small power islands within the distribution system needs to be considered. The control and management of these small power islands...

  4. Islanded operation of distribution networks

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2005-07-01

    This report summarises the results of a study assessing the benefits and risks to distribution network of generator islanding and examining the technical, commercial and regulatory changes required to facilitate the operation of islanding. The background to the study is traced, and details are given of a literature review, the technical criteria for operating sections of the network in islanding mode, and the impact of islanding on trading. Case studies and a detailed implementation plan, data acquisition, and commercial incentives are discussed.

  5. Islanded operation of distribution networks

    International Nuclear Information System (INIS)

    2005-01-01

    This report summarises the results of a study assessing the benefits and risks to distribution network of generator islanding and examining the technical, commercial and regulatory changes required to facilitate the operation of islanding. The background to the study is traced, and details are given of a literature review, the technical criteria for operating sections of the network in islanding mode, and the impact of islanding on trading. Case studies and a detailed implementation plan, data acquisition, and commercial incentives are discussed

  6. Open-source hardware and software and web application for gamma dose rate network operation

    International Nuclear Information System (INIS)

    Luff, R.; Zaehringer, M.; Harms, W.; Bleher, M.; Prommer, B.; Stoehlker, U.

    2014-01-01

    The German Federal Office for Radiation Protection operates a network of about 1800 gamma dose rate stations as a part of the national emergency preparedness plan. Each of the six network centres is capable of operating the network alone. Most of the used hardware and software have been developed in-house under open-source license. Short development cycles and close cooperation between developers and users ensure robustness, transparency and fast maintenance procedures, thus avoiding unnecessary complex solutions. This also reduces the overall costs of the network operation. An easy-to-expand web interface has been developed to make the complete system available to other interested network operators in order to increase cooperation between different countries. The interface is also regularly in use for education during scholarships of trainees supported, e.g. by the 'international Atomic Energy Agency' to operate a local area dose rate monitoring test network. (authors)

  7. Location-aware network operation for cloud radio access network

    KAUST Repository

    Wang, Fanggang; Ruan, Liangzhong; Win, Moe Z.

    2017-01-01

    One of the major challenges in effectively operating a cloud radio access network (C-RAN) is the excessive overhead signaling and computation load that scale rapidly with the size of the network. In this paper, the exploitation of location

  8. Supporting Control Room Operators in Highly Automated Future Power Networks

    DEFF Research Database (Denmark)

    Chen, Minjiang; Catterson, Victoria; Syed, Mazheruddin

    2017-01-01

    Operating power systems is an extremely challenging task, not least because power systems have become highly interconnected, as well as the range of network issues that can occur. It is therefore a necessity to develop decision support systems and visualisation that can effectively support the hu...... the human operators for decisionmaking in the complex and dynamic environment of future highly automated power system. This paper aims to investigate the decision support functions associated with frequency deviation events for the proposed Web of Cells concept....

  9. Global Operations Networks

    DEFF Research Database (Denmark)

    In the current context of global economic liberalisation and technological advancements, industrial companies are less likely to generate value in the traditional vertically integrated chain. Instead, they are doing so by means of elaborate cross-border and cross-organisational networks. As a rule......, these networks are configured on a global basis and consist of diverse and interdependent affiliates (linked both through ownership and non-equity relationships), which are engaged in an exchange of goods, services and information. The Scandinavian context is no exception to this trend. Nevertheless......, international comparative studies providing comprehensive insights from it are still rare. With the objective of bridging this gap, Global Operations Networks (GONE) project (sponsored by the Danish Research Council) brought together numerous academic and industrial partners from Denmark, Sweden and Finland...

  10. SELF: expert system for supporting verification of network operating constraints in power transmission planning

    Energy Technology Data Exchange (ETDEWEB)

    Cicoria, R; Migliardi, P [Ente Nazionale per l` Energia Elettrica, Milan (Italy); Pogliano, P [Centro Informazioni Studi Esperienze (CISE), Milan (Italy)

    1995-06-01

    Performing planned studies into very large HV transmission systems is a very complex task which requires the use of simulation models and the application of the heuristic acquired by expert palnners during previous studies. The ENEL Electric Research Center and the CISE Artificial Intelligence Section have developed a knowledge-based system, named SELF, which is aimed at supporting the transmission system palnner. SELF is capable of assisting the engineer both in finding the convergence of the load flow calculation and determining solutions that respect active power, voltage and VAR operating constraints. This paper describes the overall architecture of the system and shows its integration in a larger planning environment called SPIRA, currently utilized at ENEL. More details are given on the least completed modules, the redispatching and network reinforcement subsystems which deal with active power constraint verification.

  11. An operating system for future aerospace vehicle computer systems

    Science.gov (United States)

    Foudriat, E. C.; Berman, W. J.; Will, R. W.; Bynum, W. L.

    1984-01-01

    The requirements for future aerospace vehicle computer operating systems are examined in this paper. The computer architecture is assumed to be distributed with a local area network connecting the nodes. Each node is assumed to provide a specific functionality. The network provides for communication so that the overall tasks of the vehicle are accomplished. The O/S structure is based upon the concept of objects. The mechanisms for integrating node unique objects with node common objects in order to implement both the autonomy and the cooperation between nodes is developed. The requirements for time critical performance and reliability and recovery are discussed. Time critical performance impacts all parts of the distributed operating system; e.g., its structure, the functional design of its objects, the language structure, etc. Throughout the paper the tradeoffs - concurrency, language structure, object recovery, binding, file structure, communication protocol, programmer freedom, etc. - are considered to arrive at a feasible, maximum performance design. Reliability of the network system is considered. A parallel multipath bus structure is proposed for the control of delivery time for time critical messages. The architecture also supports immediate recovery for the time critical message system after a communication failure.

  12. How does network design constrain optimal operation of intermittent water supply?

    Science.gov (United States)

    Lieb, Anna; Wilkening, Jon; Rycroft, Chris

    2015-11-01

    Urban water distribution systems do not always supply water continuously or reliably. As pipes fill and empty, pressure transients may contribute to degraded infrastructure and poor water quality. To help understand and manage this undesirable side effect of intermittent water supply--a phenomenon affecting hundreds of millions of people in cities around the world--we study the relative contributions of fixed versus dynamic properties of the network. Using a dynamical model of unsteady transition pipe flow, we study how different elements of network design, such as network geometry, pipe material, and pipe slope, contribute to undesirable pressure transients. Using an optimization framework, we then investigate to what extent network operation decisions such as supply timing and inflow rate may mitigate these effects. We characterize some aspects of network design that make them more or less amenable to operational optimization.

  13. Game-theoretic strategies for asymmetric networked systems

    Energy Technology Data Exchange (ETDEWEB)

    Rao, Nageswara S. [ORNL; Ma, Chris Y. T. [Hang Seng Management College, Hon Kong; Hausken, Kjell [University of Stavanger, Norway; He, Fei [Texas A& M University, Kingsville, TX, USA; Yau, David K. Y. [Singapore University of Technology and Design; Zhuang, Jun [University at Buffalo (SUNY)

    2017-07-01

    Abstract—We consider an infrastructure consisting of a network of systems each composed of discrete components that can be reinforced at a certain cost to guard against attacks. The network provides the vital connectivity between systems, and hence plays a critical, asymmetric role in the infrastructure operations. We characterize the system-level correlations using the aggregate failure correlation function that specifies the infrastructure failure probability given the failure of an individual system or network. The survival probabilities of systems and network satisfy first-order differential conditions that capture the component-level correlations. We formulate the problem of ensuring the infrastructure survival as a game between anattacker and a provider, using the sum-form and product-form utility functions, each composed of a survival probability term and a cost term. We derive Nash Equilibrium conditions which provide expressions for individual system survival probabilities, and also the expected capacity specified by the total number of operational components. These expressions differ only in a single term for the sum-form and product-form utilities, despite their significant differences.We apply these results to simplified models of distributed cloud computing infrastructures.

  14. Symptom based diagnostic system using artificial neural networks

    International Nuclear Information System (INIS)

    Santosh; Vinod, Gopika; Saraf, R.K.

    2003-01-01

    Nuclear power plant experiences a number of transients during its operations. In case of such an undesired plant condition generally known as an initiating event, the operator has to carry out diagnostic and corrective actions. The operator's response may be too late to mitigate or minimize the negative consequences in such scenarios. The objective of this work is to develop an operator support system based on artificial neural networks that will assist the operator to identify the initiating events at the earliest stages of their developments. A symptom based diagnostic system has been developed to investigate the initiating events. Neutral networks are utilized for carrying out the event identification by continuously monitoring process parameters. Whenever an event is detected, the system will display the necessary operator actions along with the initiating event. The system will also show the graphical trend of process parameters that are relevant to the event. This paper describes the features of the software that is used to monitor the reactor. (author)

  15. Operating System for Runtime Reconfigurable Multiprocessor Systems

    Directory of Open Access Journals (Sweden)

    Diana Göhringer

    2011-01-01

    Full Text Available Operating systems traditionally handle the task scheduling of one or more application instances on processor-like hardware architectures. RAMPSoC, a novel runtime adaptive multiprocessor System-on-Chip, exploits the dynamic reconfiguration on FPGAs to generate, start and terminate hardware and software tasks. The hardware tasks have to be transferred to the reconfigurable hardware via a configuration access port. The software tasks can be loaded into the local memory of the respective IP core either via the configuration access port or via the on-chip communication infrastructure (e.g. a Network-on-Chip. Recent-series of Xilinx FPGAs, such as Virtex-5, provide two Internal Configuration Access Ports, which cannot be accessed simultaneously. To prevent conflicts, the access to these ports as well as the hardware resource management needs to be controlled, e.g. by a special-purpose operating system running on an embedded processor. For that purpose and to handle the relations between temporally and spatially scheduled operations, the novel approach of an operating system is of high importance. This special purpose operating system, called CAP-OS (Configuration Access Port-Operating System, which will be presented in this paper, supports the clients using the configuration port with the services of priority-based access scheduling, hardware task mapping and resource management.

  16. Network Centric Warfare Case Study: U.S. V Corps and 3rd Infantry Division (Mechanized) During Operation Iraqi Freedom Combat Operations (Mar-Apr 2003). Volume 3. Network Centric Warfare Insights

    Science.gov (United States)

    2003-01-01

    OPSEC), military deception, psychological operations (PSYOPS), special information operations (IO), information assurance, physical security...nonlethal effects, such as operational 8 Network Centric Warfare Case Study security (OPSEC), military deception, psychological operations (PSYOP...Support Operations Group ASR Alternate Supply Route; or, Ammunition Supply Rate ATACMS Army Tactical Missile System ATARS Advanced

  17. Windows XP Operating System Security Analysis

    National Research Council Canada - National Science Library

    Goktepe, Meftun

    2002-01-01

    .... The purpose of this research is to determine if Windows XP, when used as a workstation operating system in domain- based networks, provides adequate security policy enforcement for organizations...

  18. Computing single step operators of logic programming in radial basis function neural networks

    Science.gov (United States)

    Hamadneh, Nawaf; Sathasivam, Saratha; Choon, Ong Hong

    2014-07-01

    Logic programming is the process that leads from an original formulation of a computing problem to executable programs. A normal logic program consists of a finite set of clauses. A valuation I of logic programming is a mapping from ground atoms to false or true. The single step operator of any logic programming is defined as a function (Tp:I→I). Logic programming is well-suited to building the artificial intelligence systems. In this study, we established a new technique to compute the single step operators of logic programming in the radial basis function neural networks. To do that, we proposed a new technique to generate the training data sets of single step operators. The training data sets are used to build the neural networks. We used the recurrent radial basis function neural networks to get to the steady state (the fixed point of the operators). To improve the performance of the neural networks, we used the particle swarm optimization algorithm to train the networks.

  19. Computing single step operators of logic programming in radial basis function neural networks

    Energy Technology Data Exchange (ETDEWEB)

    Hamadneh, Nawaf; Sathasivam, Saratha; Choon, Ong Hong [School of Mathematical Sciences, Universiti Sains Malaysia, 11800 USM, Penang (Malaysia)

    2014-07-10

    Logic programming is the process that leads from an original formulation of a computing problem to executable programs. A normal logic program consists of a finite set of clauses. A valuation I of logic programming is a mapping from ground atoms to false or true. The single step operator of any logic programming is defined as a function (T{sub p}:I→I). Logic programming is well-suited to building the artificial intelligence systems. In this study, we established a new technique to compute the single step operators of logic programming in the radial basis function neural networks. To do that, we proposed a new technique to generate the training data sets of single step operators. The training data sets are used to build the neural networks. We used the recurrent radial basis function neural networks to get to the steady state (the fixed point of the operators). To improve the performance of the neural networks, we used the particle swarm optimization algorithm to train the networks.

  20. Computing single step operators of logic programming in radial basis function neural networks

    International Nuclear Information System (INIS)

    Hamadneh, Nawaf; Sathasivam, Saratha; Choon, Ong Hong

    2014-01-01

    Logic programming is the process that leads from an original formulation of a computing problem to executable programs. A normal logic program consists of a finite set of clauses. A valuation I of logic programming is a mapping from ground atoms to false or true. The single step operator of any logic programming is defined as a function (T p :I→I). Logic programming is well-suited to building the artificial intelligence systems. In this study, we established a new technique to compute the single step operators of logic programming in the radial basis function neural networks. To do that, we proposed a new technique to generate the training data sets of single step operators. The training data sets are used to build the neural networks. We used the recurrent radial basis function neural networks to get to the steady state (the fixed point of the operators). To improve the performance of the neural networks, we used the particle swarm optimization algorithm to train the networks

  1. The J-Staff System, Network Synchronisation and Noise

    Science.gov (United States)

    2014-06-01

    0 19th ICCRTS “C2 Agility: Lessons Learned from Research and Operations” The J-Staff System, Network Synchronisation and Noise Topics: 2, 5...DATES COVERED 00-00-2014 to 00-00-2014 4. TITLE AND SUBTITLE The J-Staff System, Network Synchronisation and Noise 5a. CONTRACT NUMBER 5b...Prescribed by ANSI Std Z39-18 1 The J-staff system, Network Synchronisation and Noise Alexander Kalloniatis, Mathew Zuparic Joint & Operations Analysis

  2. Knowledge-based operation and management of communications systems

    Science.gov (United States)

    Heggestad, Harold M.

    1988-01-01

    Expert systems techniques are being applied in operation and control of the Defense Communications System (DCS), which has the mission of providing reliable worldwide voice, data and message services for U.S. forces and commands. Thousands of personnel operate DCS facilities, and many of their functions match the classical expert system scenario: complex, skill-intensive environments with a full spectrum of problems in training and retention, cost containment, modernization, and so on. Two of these functions are: (1) fault isolation and restoral of dedicated circuits at Tech Control Centers, and (2) network management for the Defense Switched Network (the modernized dial-up voice system currently replacing AUTOVON). An expert system for the first of these is deployed for evaluation purposes at Andrews Air Force Base, and plans are being made for procurement of operational systems. In the second area, knowledge obtained with a sophisticated simulator is being embedded in an expert system. The background, design and status of both projects are described.

  3. UNIVERSAL INTERFACE TO MULTIPLE OPERATIONS SYSTEMS

    DEFF Research Database (Denmark)

    Sonnenwald, Diane H.

    1986-01-01

    Alternative ways to provide access to operations systems that maintain, test, and configure complex telephone networks are being explored. It is suggested that a universal interface that provides simultaneous access to multiple operations systems that execute in different hardware and software...... environments, can be provided by an architecture that is based on the separation of presentation issues from application issues and on a modular interface management system that consists of a virtual user interface, physical user interface, and interface agent. The interface functionality that is needed...

  4. Intelligent Control and Operation of Distribution System

    DEFF Research Database (Denmark)

    Bhattarai, Bishnu Prasad

    methodology to ensure efficient control and operation of the future distribution networks. The major scientific challenge is thus to develop control models and strategies to coordinate responses from widely distributed controllable loads and local generations. Detailed models of key Smart Grid (SG) elements...... in this direction but also benefit distribution system operators in the planning and development of the distribution network. The major contributions of this work are described in the following four stages: In the first stage, an intelligent Demand Response (DR) control architecture is developed for coordinating...... the key SG actors, namely consumers, network operators, aggregators, and electricity market entities. A key intent of the architecture is to facilitate market participation of residential consumers and prosumers. A Hierarchical Control Architecture (HCA) having primary, secondary, and tertiary control...

  5. Real-Time Analysis of an Active Distribution Network - Coordinated Frequency Control for Islanding Operation

    DEFF Research Database (Denmark)

    Cha, Seung-Tae

    distribution networks makes it possible to operate the distribution networks independently which is called islanding operation. However, it is a challenge to ensure secure and reliable operation of the islanded system due to a num-ber of reasons, e.g. low inertia in the islanded system, intermittency of some...... of the DERs, etc. Particularly during islanding operation, with relatively few DG units, the frequency and voltage control of the islanded system is not straightforward. DG units, specially based on renewable energy sources (RESs), i.e. wind and solar, have an inter-mittent nature and intrinsic...... system (BESS) and two secondary frequency control scenarios with BESS and DG units. During the island-ing transition, the frequency is regulated by the fast-acting primary control of the BESS. The secondary control of the main management system (MMS) detects the status of the BESS and tries to return...

  6. Designing Networked Adaptive Interactive Hybrid Systems

    NARCIS (Netherlands)

    Kester, L.J.H.M.

    2008-01-01

    Advances in network technologies enable distributed systems, operating in complex physical environments, to coordinate their activities over larger areas within shorter time intervals. In these systems humans and intelligent machines will, in close interaction, be able to reach their goals under

  7. Applying Model Based Systems Engineering to NASA's Space Communications Networks

    Science.gov (United States)

    Bhasin, Kul; Barnes, Patrick; Reinert, Jessica; Golden, Bert

    2013-01-01

    System engineering practices for complex systems and networks now require that requirement, architecture, and concept of operations product development teams, simultaneously harmonize their activities to provide timely, useful and cost-effective products. When dealing with complex systems of systems, traditional systems engineering methodology quickly falls short of achieving project objectives. This approach is encumbered by the use of a number of disparate hardware and software tools, spreadsheets and documents to grasp the concept of the network design and operation. In case of NASA's space communication networks, since the networks are geographically distributed, and so are its subject matter experts, the team is challenged to create a common language and tools to produce its products. Using Model Based Systems Engineering methods and tools allows for a unified representation of the system in a model that enables a highly related level of detail. To date, Program System Engineering (PSE) team has been able to model each network from their top-level operational activities and system functions down to the atomic level through relational modeling decomposition. These models allow for a better understanding of the relationships between NASA's stakeholders, internal organizations, and impacts to all related entities due to integration and sustainment of existing systems. Understanding the existing systems is essential to accurate and detailed study of integration options being considered. In this paper, we identify the challenges the PSE team faced in its quest to unify complex legacy space communications networks and their operational processes. We describe the initial approaches undertaken and the evolution toward model based system engineering applied to produce Space Communication and Navigation (SCaN) PSE products. We will demonstrate the practice of Model Based System Engineering applied to integrating space communication networks and the summary of its

  8. A Space Operations Network Alternative: Using Globally Connected Research and Education Networks for Space-Based Science Operations

    Science.gov (United States)

    Bradford, Robert N.

    2006-01-01

    Earth based networking in support of various space agency projects has been based on leased service/circuits which has a high associated cost. This cost is almost always taken from the science side resulting in less science. This is a proposal to use Research and Education Networks (RENs) worldwide to support space flight operations in general and space-based science operations in particular. The RENs were developed to support scientific and educational endeavors. They do not provide support for general Internet traffic. The connectivity and performance of the research and education networks is superb. The connectivity at Layer 3 (IP) virtually encompasses the globe. Most third world countries and all developed countries have their own research and education networks, which are connected globally. Performance of the RENs especially in the developed countries is exceptional. Bandwidth capacity currently exists and future expansion promises that this capacity will continue. REN performance statistics has always exceeded minimum requirements for spaceflight support. Research and Education networks are more loosely managed than a corporate network but are highly managed when compared to the commodity Internet. Management of RENs on an international level is accomplished by the International Network Operations Center at Indiana University at Indianapolis. With few exceptions, each regional and national REN has its own network ops center. The acceptable use policies (AUP), although differing by country, allows any scientific program or project the use of their networks. Once in compliance with the first RENs AUP, all others will accept that specific traffic including regional and transoceanic networks. RENs can support spaceflight related scientific programs and projects. Getting the science to the researcher is obviously key to any scientific project. RENs provide a pathway to virtually any college or university in the world, as well as many governmental institutes and

  9. Emergency operation determination system

    International Nuclear Information System (INIS)

    Miki, Tetsushi.

    1993-01-01

    The system of the present invention can determine an emergency operation coping with abnormal events occurring during nuclear plant operation without replying on an operator's judgement. That is, the system of the present invention comprises an intelligence base which divides and classifies the aims of the plant operation for the function, structure and operation manual and puts them into network. Degree of attainment for the extend of the status normality is determined on every aim of operation based on various kinds of measured data during plant operation. For a degree of attainment within a predetermined range, it is judged that an emergency operation is possible although this is in an abnormal state. Degree of emergency is determined by a fuzzy theory based on the degree of attainment, variation coefficient for the degree of attainment and the sensitivity to external disturbance as parameters. Priority for the degree of emergency on every operation aims is determined by comparison. Normality is successively checked for the determined operation aims. As a result, equipments as objects of abnormality suppressing operation are specified, and the operation amount of the equipments as objects are determined so that the measuring data are within a predetermined range. (I.S.)

  10. Networking of safeguards systems

    International Nuclear Information System (INIS)

    Chare, P.; Dutrannois, A.; Kloeckner, W.; Swinhoe, M.

    1995-01-01

    This paper discusses the design of a safeguards system that can be incorporated into a plant during the final phase of its construction to permit the acquisition and transmission of data during plant operation in the absence of an inspector. The system is an example of a networked data system of weighing, identity, and NDA information. It collects all of its non-surveillance data produced by safeguards equipment in a fuel fabrication plant. The data collection and transfer tasks are carried out by two software packages: NEGUS, a redundant data acquisition system designed to record neutron coincidence data, high-resolution gamma spectra, and sensor data for the NDA information and associated barcode identity information, and BRANCH, which deals with weighing and associated identity information. These processes collect data from local electronics using an ethernet network and provide information to the main review program

  11. Solutions to operate transmission and distribution gas networks

    Directory of Open Access Journals (Sweden)

    Neacsu Sorin

    2017-01-01

    Full Text Available In order to respect the actual and future regulations, besides SCADA, there is a need for further modern operating solutions for the transmission and distribution gas network. The paper presents the newest operating principles and modern software solutions that represent a considerable help to operate the transmission and distribution gas networks.

  12. Smart network expansion - (no) an issue for urban network operators. With hot spot analysis to smart grid; Smarter Netzausbau - (k)ein Thema fuer staedtische Netzbetreiber. Mit Hotspotanalyse zum Smart Grid

    Energy Technology Data Exchange (ETDEWEB)

    Safirov, Janko; Guarente, Andreas; Haas, Hans-Juergen [Stadtwerke Solingen Netz GmbH, Solingen (Germany); Ladermann, Alexander; Seeger, Nick; Fritz, Wolfgang [Consentec GmbH, Aachen (Germany)

    2013-04-29

    The ongoing construction of production facilities based on renewable energy sources in distribution networks has led to measures to reinforce power distribution systems with many network operators, or this occurs in the near future. Many areal network operators with extended network structures and often lower load in comparison to the installed generation capacity are in the focus of these developments. In contrast, it is frequently assumed for urban distribution networks that these are affected at most sporadic by measures to reinforce power distribution systems. However, basically also for urban network operators the question concerning the development of the supply task rises.

  13. Advanced smartgrids for distribution system operators

    CERN Document Server

    Boillot, Marc

    2014-01-01

    The dynamic of the Energy Transition is engaged in many region of the World. This is a real challenge for electric systems and a paradigm shift for existing distribution networks. With the help of "advanced" smart technologies, the Distribution System Operators will have a central role to integrate massively renewable generation, electric vehicle and demand response programs. Many projects are on-going to develop and assess advanced smart grids solutions, with already some lessons learnt. In the end, the Smart Grid is a mean for Distribution System Operators to ensure the quality and the secu

  14. Modeling of District Heating Networks for the Purpose of Operational Optimization with Thermal Energy Storage

    Science.gov (United States)

    Leśko, Michał; Bujalski, Wojciech

    2017-12-01

    The aim of this document is to present the topic of modeling district heating systems in order to enable optimization of their operation, with special focus on thermal energy storage in the pipelines. Two mathematical models for simulation of transient behavior of district heating networks have been described, and their results have been compared in a case study. The operational optimization in a DH system, especially if this system is supplied from a combined heat and power plant, is a difficult and complicated task. Finding a global financial optimum requires considering long periods of time and including thermal energy storage possibilities into consideration. One of the most interesting options for thermal energy storage is utilization of thermal inertia of the network itself. This approach requires no additional investment, while providing significant possibilities for heat load shifting. It is not feasible to use full topological models of the networks, comprising thousands of substations and network sections, for the purpose of operational optimization with thermal energy storage, because such models require long calculation times. In order to optimize planned thermal energy storage actions, it is necessary to model the transient behavior of the network in a very simple way - allowing for fast and reliable calculations. Two approaches to building such models have been presented. Both have been tested by comparing the results of simulation of the behavior of the same network. The characteristic features, advantages and disadvantages of both kinds of models have been identified. The results can prove useful for district heating system operators in the near future.

  15. Failure Analysis of Network Based Accessible Pedestrian Signals in Closed-Loop Operation

    Science.gov (United States)

    2011-03-01

    The potential failure modes of a network based accessible pedestrian system were analyzed to determine the limitations and benefits of closed-loop operation. The vulnerabilities of the system are accessed using the industry standard process known as ...

  16. Improving the phase stability of the SLAC rf driveline network for SLC operation

    International Nuclear Information System (INIS)

    Weaver, J.N.; Hogg, H.A.

    1983-01-01

    Successful operation of the Stanford Linear Collider (SLC) will require greater phase stability from the two-mile long rf drive network than previous linac operation did. This paper discusses four proposed modifications of the present system that should help achieve the general objective to reduce all long term temperature and atmospheric pressure induced phase variations to less than 20 0 at 2856 MHz, so that the phase/amplitude detector subsystems, which will control the network output phases relative to a beam reference, will operate within their most accurate ranges

  17. Implementability of two-qubit unitary operations over the butterfly network and the ladder network with free classical communication

    Energy Technology Data Exchange (ETDEWEB)

    Akibue, Seiseki [Department of Physics, Graduate School of Science, The University of Tokyo, Tokyo (Japan); Murao, Mio [Department of Physics, Graduate School of Science, The University of Tokyo, Tokyo, Japan and NanoQuine, The University of Tokyo, Tokyo (Japan)

    2014-12-04

    We investigate distributed implementation of two-qubit unitary operations over two primitive networks, the butterfly network and the ladder network, as a first step to apply network coding for quantum computation. By classifying two-qubit unitary operations in terms of the Kraus-Cirac number, the number of non-zero parameters describing the global part of two-qubit unitary operations, we analyze which class of two-qubit unitary operations is implementable over these networks with free classical communication. For the butterfly network, we show that two classes of two-qubit unitary operations, which contain all Clifford, controlled-unitary and matchgate operations, are implementable over the network. For the ladder network, we show that two-qubit unitary operations are implementable over the network if and only if their Kraus-Cirac number do not exceed the number of the bridges of the ladder.

  18. Implementability of two-qubit unitary operations over the butterfly network and the ladder network with free classical communication

    International Nuclear Information System (INIS)

    Akibue, Seiseki; Murao, Mio

    2014-01-01

    We investigate distributed implementation of two-qubit unitary operations over two primitive networks, the butterfly network and the ladder network, as a first step to apply network coding for quantum computation. By classifying two-qubit unitary operations in terms of the Kraus-Cirac number, the number of non-zero parameters describing the global part of two-qubit unitary operations, we analyze which class of two-qubit unitary operations is implementable over these networks with free classical communication. For the butterfly network, we show that two classes of two-qubit unitary operations, which contain all Clifford, controlled-unitary and matchgate operations, are implementable over the network. For the ladder network, we show that two-qubit unitary operations are implementable over the network if and only if their Kraus-Cirac number do not exceed the number of the bridges of the ladder

  19. International operations networks

    CERN Document Server

    Farooq, Sami; Cheng, Yang

    2014-01-01

    Although the area of International Manufacturing Network (IMN) and International Operations Network (ION) has received considerable attention in the literature, most of studies appear multifaceted and interdisciplinary, and thereby require thorough investigation from both academic and practical perspectives, in order to deepen our related understanding. The book seeks advanced contributions that will combine theoretical insights and empirical experience by offering a detailed examination of IMN and, further, ION from various perspectives. This book can be used as a reference material for scholarpractitioners, business executives, and university researchers who need to deepen their understanding on the importance and influence of IMN and ION as well as their development. The book is important because there are few reference/resource materials available related to IMN and ION.

  20. Adaptive intelligent power systems: Active distribution networks

    International Nuclear Information System (INIS)

    McDonald, Jim

    2008-01-01

    Electricity networks are extensive and well established. They form a key part of the infrastructure that supports industrialised society. These networks are moving from a period of stability to a time of potentially major transition, driven by a need for old equipment to be replaced, by government policy commitments to cleaner and renewable sources of electricity generation, and by change in the power industry. This paper looks at moves towards active distribution networks. The novel transmission and distribution systems of the future will challenge today's system designs. They will cope with variable voltages and frequencies, and will offer more flexible, sustainable options. Intelligent power networks will need innovation in several key areas of information technology. Active control of flexible, large-scale electrical power systems is required. Protection and control systems will have to react to faults and unusual transient behaviour and ensure recovery after such events. Real-time network simulation and performance analysis will be needed to provide decision support for system operators, and the inputs to energy and distribution management systems. Advanced sensors and measurement will be used to achieve higher degrees of network automation and better system control, while pervasive communications will allow networks to be reconfigured by intelligent systems

  1. Survey of timing/synchronization of operating wideband digital communications networks

    Science.gov (United States)

    Mitchell, R. L.

    1978-01-01

    In order to benefit from experience gained from the synchronization of operational wideband digital networks, a survey was made of three such systems: Data Transmission Company, Western Union Telegraph Company, and the Computer Communications Group of the Trans-Canada Telephone System. The focus of the survey was on deployment and operational experience from a practical (as opposed to theoretical) viewpoint. The objective was to provide a report on the results of deployment how the systems performed, and wherein the performance differed from that predicted or intended in the design. It also attempted to determine how the various system designers would use the benefit of hindsight if they could design those same systems today.

  2. LOAD FORECASTING FOR POWER SYSTEM PLANNING AND OPERATION USING ARTIFICIAL NEURAL NETWORK AT AL BATINAH REGION OMAN

    Directory of Open Access Journals (Sweden)

    HUSSEIN A. ABDULQADER

    2012-08-01

    Full Text Available Load forecasting is essential part for the power system planning and operation. In this paper the modeling and design of artificial neural network for load forecasting is carried out in a particular region of Oman. Neural network approach helps to reduce the problem associated with conventional method and has the advantage of learning directly from the historical data. The neural network here uses data such as past load; weather information like humidity and temperatures. Once the neural network is trained for the past set of data it can give a prediction of future load. This reduces the capital investment reducing the equipments to be installed. The actual data are taken from the Mazoon Electrical Company, Oman. The data of load for the year 2007, 2008 and 2009 are collected for a particular region called Al Batinah in Oman and trained using neural networks to forecast the future. The main objective is to forecast the amount of electricity needed for better load distribution in the areas of this region in Oman. The load forecasting is done for the year 2010 and is validated for the accuracy.

  3. A practical algorithm for optimal operation management of distribution network including fuel cell power plants

    Energy Technology Data Exchange (ETDEWEB)

    Niknam, Taher; Meymand, Hamed Zeinoddini; Nayeripour, Majid [Electrical and Electronic Engineering Department, Shiraz University of Technology, Shiraz (Iran)

    2010-08-15

    Fuel cell power plants (FCPPs) have been taken into a great deal of consideration in recent years. The continuing growth of the power demand together with environmental constraints is increasing interest to use FCPPs in power system. Since FCPPs are usually connected to distribution network, the effect of FCPPs on distribution network is more than other sections of power system. One of the most important issues in distribution networks is optimal operation management (OOM) which can be affected by FCPPs. This paper proposes a new approach for optimal operation management of distribution networks including FCCPs. In the article, we consider the total electrical energy losses, the total electrical energy cost and the total emission as the objective functions which should be minimized. Whereas the optimal operation in distribution networks has a nonlinear mixed integer optimization problem, the optimal solution could be obtained through an evolutionary method. We use a new evolutionary algorithm based on Fuzzy Adaptive Particle Swarm Optimization (FAPSO) to solve the optimal operation problem and compare this method with Genetic Algorithm (GA), Particle Swarm Optimization (PSO), Differential Evolution (DE), Ant Colony Optimization (ACO) and Tabu Search (TS) over two distribution test feeders. (author)

  4. Data Exchange Inventory System for Telecommunications and Systems Operations (DEXI-OTSO)

    Data.gov (United States)

    Social Security Administration — This Data Exchange Inventory (DEXI) for the Office of Telecommunications and System Operations, (OTSO) Network Troubleshooting is a browser-based inventory database...

  5. Facilitating sustainability through smart network design in combination with virtual power plant operation

    NARCIS (Netherlands)

    El Bakari, K.; Kling, W.L.

    2010-01-01

    While smart grids are considered as an outcome to integrate a high penetration level of dispersed generation (DG) in the power system, most distribution networks are still passive controlled. To accelerate the transition towards smart grids network operators can take two important steps: 1.

  6. Benchmarks for enhanced network performance: hands-on testing of operating system solutions to identify the optimal application server platform for the Graduate School of Business and Public Policy

    OpenAIRE

    Burman, Rex; Coca, Anthony R.

    2010-01-01

    MBA Professional Report With the release of next generation operating systems, network managers face the prospect of upgrading their systems based on the assumption that "newer is better". The Graduate School of Business and Public Policy is in the process of upgrading their network application server and one of the most important decisions to be made is which Server Operating System to use. Based on hands-on benchmark tests and analysis we aim to assist the GSBPP by providing benchma...

  7. An Online Evaluation of Operating Reserve for System Security

    OpenAIRE

    Le-Ren Chang-Chien; Yin-Juin Lin; Chin-Chung Wu

    2007-01-01

    Utilities use operating reserve for frequency regulation.To ensure that the operating frequency and system security are well maintained, the operating grid codes always specify that the reserve quantity and response rate should meet some prescribed levels. This paper proposes a methodology to evaluate system's contingency reserve for an isolated power network. With the presented algorithm to estimate system's frequency response characteristic, an online allocation of contingency reserve would...

  8. Optimal Operations and Resilient Investments in Steam Networks

    Energy Technology Data Exchange (ETDEWEB)

    Bungener, Stéphane L., E-mail: stephane.bungener@a3.epfl.ch [Industrial Process and Energy Systems Engineering, École Polytechnique Fédérale de Lausanne, Lausanne (Switzerland); Van Eetvelde, Greet [Environmental and Spatial Management, Faculty of Engineering and Architecture, Ghent University, Ghent (Belgium); Maréchal, François [Industrial Process and Energy Systems Engineering, École Polytechnique Fédérale de Lausanne, Lausanne (Switzerland)

    2016-01-20

    Steam is a key energy vector for industrial sites, most commonly used for process heating and cooling, cogeneration of heat and mechanical power as a motive fluid or for stripping. Steam networks are used to carry steam from producers to consumers and between pressure levels through letdowns and steam turbines. The steam producers (boilers, heat and power cogeneration units, heat exchangers, chemical reactors) should be sized to supply the consumers at nominal operating conditions as well as peak demand. First, this paper proposes an Mixed Integer Linear Programing formulation to optimize the operations of steam networks in normal operating conditions and exceptional demand (when operating reserves fall to zero), through the introduction of load shedding. Optimization of investments based on operational and investment costs are included in the formulation. Though rare, boiler failures can have a heavy impact on steam network operations and costs, leading to undercapacity and unit shutdowns. A method is therefore proposed to simulate steam network operations when facing boiler failures. Key performance indicators are introduced to quantify the network’s resilience. The proposed methods are applied and demonstrated in an industrial case study using industrial data. The results indicate the importance of oversizing key steam producing equipments and the value of industrial symbiosis to increase industrial site resilience.

  9. Optimal Operations and Resilient Investments in Steam Networks

    International Nuclear Information System (INIS)

    Bungener, Stéphane L.; Van Eetvelde, Greet; Maréchal, François

    2016-01-01

    Steam is a key energy vector for industrial sites, most commonly used for process heating and cooling, cogeneration of heat and mechanical power as a motive fluid or for stripping. Steam networks are used to carry steam from producers to consumers and between pressure levels through letdowns and steam turbines. The steam producers (boilers, heat and power cogeneration units, heat exchangers, chemical reactors) should be sized to supply the consumers at nominal operating conditions as well as peak demand. First, this paper proposes an Mixed Integer Linear Programing formulation to optimize the operations of steam networks in normal operating conditions and exceptional demand (when operating reserves fall to zero), through the introduction of load shedding. Optimization of investments based on operational and investment costs are included in the formulation. Though rare, boiler failures can have a heavy impact on steam network operations and costs, leading to undercapacity and unit shutdowns. A method is therefore proposed to simulate steam network operations when facing boiler failures. Key performance indicators are introduced to quantify the network’s resilience. The proposed methods are applied and demonstrated in an industrial case study using industrial data. The results indicate the importance of oversizing key steam producing equipments and the value of industrial symbiosis to increase industrial site resilience.

  10. Operator splitting method for simulation of dynamic flows in natural gas pipeline networks

    Science.gov (United States)

    Dyachenko, Sergey A.; Zlotnik, Anatoly; Korotkevich, Alexander O.; Chertkov, Michael

    2017-12-01

    We develop an operator splitting method to simulate flows of isothermal compressible natural gas over transmission pipelines. The method solves a system of nonlinear hyperbolic partial differential equations (PDEs) of hydrodynamic type for mass flow and pressure on a metric graph, where turbulent losses of momentum are modeled by phenomenological Darcy-Weisbach friction. Mass flow balance is maintained through the boundary conditions at the network nodes, where natural gas is injected or withdrawn from the system. Gas flow through the network is controlled by compressors boosting pressure at the inlet of the adjoint pipe. Our operator splitting numerical scheme is unconditionally stable and it is second order accurate in space and time. The scheme is explicit, and it is formulated to work with general networks with loops. We test the scheme over range of regimes and network configurations, also comparing its performance with performance of two other state of the art implicit schemes.

  11. Dynamics of subway networks based on vehicles operation timetable

    Science.gov (United States)

    Xiao, Xue-mei; Jia, Li-min; Wang, Yan-hui

    2017-05-01

    In this paper, a subway network is represented as a dynamic, directed and weighted graph, in which vertices represent subway stations and weights of edges represent the number of vehicles passing through the edges by considering vehicles operation timetable. Meanwhile the definitions of static and dynamic metrics which can represent vertices' and edges' local and global attributes are proposed. Based on the model and metrics, standard deviation is further introduced to study the dynamic properties (heterogeneity and vulnerability) of subway networks. Through a detailed analysis of the Beijing subway network, we conclude that with the existing network structure, the heterogeneity and vulnerability of the Beijing subway network varies over time when the vehicle operation timetable is taken into consideration, and the distribution of edge weights affects the performance of the network. In other words, although the vehicles operation timetable is restrained by the physical structure of the network, it determines the performances and properties of the Beijing subway network.

  12. Network Management using Multi-Agents System

    Directory of Open Access Journals (Sweden)

    Nestor DUQUE

    2013-07-01

    Full Text Available This paper aims to present a multiagent system for network management. The models developed for the proposed system defines certain intelligent agents interact to achieve the objectives and requirements of the multiagent organization.These agents have the property of being adaptive, acquire knowledge and skills to make decisions according to the actual state of the network that is represented in the information base, MIB, SNMP devices. The ideal state of the network policy is defined by the end user entered, which contain the value that should have performance variables and other parameters such as the frequency with which these variables should be monitored.. An agent based architecture increase the integration, adaptability, cooperation, autonomy and the efficient operation in heterogeneous environment in the network supervision. 

  13. Network Management using Multi-Agents System

    Directory of Open Access Journals (Sweden)

    Gustavo ISAZA

    2012-12-01

    Full Text Available This paper aims to present a multiagent system for network management. The models developed for the proposed system defines certain intelligent agents interact to achieve the objectives and requirements of the multiagent organization.These agents have the property of being adaptive, acquire knowledge and skills to make decisions according to the actual state of the network that is represented in the information base, MIB, SNMP devices. The ideal state of the network policy is defined by the end user entered, which contain the value that should have performance variables and other parameters such as the frequency with which these variables should be monitored.. An agent based architecture increase the integration, adaptability, cooperation, autonomy and the efficient operation in heterogeneous environment in the network supervision. 

  14. Three neural network based sensor systems for environmental monitoring

    International Nuclear Information System (INIS)

    Keller, P.E.; Kouzes, R.T.; Kangas, L.J.

    1994-05-01

    Compact, portable systems capable of quickly identifying contaminants in the field are of great importance when monitoring the environment. One of the missions of the Pacific Northwest Laboratory is to examine and develop new technologies for environmental restoration and waste management at the Hanford Site. In this paper, three prototype sensing systems are discussed. These prototypes are composed of sensing elements, data acquisition system, computer, and neural network implemented in software, and are capable of automatically identifying contaminants. The first system employs an array of tin-oxide gas sensors and is used to identify chemical vapors. The second system employs an array of optical sensors and is used to identify the composition of chemical dyes in liquids. The third system contains a portable gamma-ray spectrometer and is used to identify radioactive isotopes. In these systems, the neural network is used to identify the composition of the sensed contaminant. With a neural network, the intense computation takes place during the training process. Once the network is trained, operation consists of propagating the data through the network. Since the computation involved during operation consists of vector-matrix multiplication and application of look-up tables unknown samples can be rapidly identified in the field

  15. A novel approach for voltage secure operation using Probabilistic Neural Network in transmission network

    Directory of Open Access Journals (Sweden)

    Santi Behera

    2016-05-01

    Full Text Available This work proposes a unique approach for improving voltage stability limit using a Probabilistic Neural Network (PNN classifier that gives corrective controls available in the system in the scenario of contingencies. The sensitivity of system is analyzed to identify weak buses with ENVCI evaluation approaching zero. The input to the classifier, termed as voltage stability enhancing neural network (VSENN classifier, for training are line flows and bus voltages near the notch point of the P–V curve and the output of the VSENN is a control variable. For various contingencies the control action that improves the voltage profile as well as stability index is identified and trained accordingly. The trained VSENN is finally tested for its robustness to improve load margin and ENVCI as well, apart from trained set of operating condition of the system along with contingencies. The proposed approach is verified in IEEE 39-bus test system.

  16. Lan Network Management System Design In PT. ABC

    OpenAIRE

    Mellviana Chandra; Drs. Lingga Hermanto, MM

    1998-01-01

    In all cases, the process of choosing what type of system and network to the appropriate network operating system relies heavily on an understanding of running a business firm (in terms of managing data and information into something meaningful). Hence thing to note is studied process data and information flow within an existing business in a way to analyze and evaluate as precisely as possible. Emphasized here that the selected network must support and reflect the ways data / information flo...

  17. Integrated multimedia information system on interactive CATV network

    Science.gov (United States)

    Lee, Meng-Huang; Chang, Shin-Hung

    1998-10-01

    In the current CATV system architectures, they provide one- way delivery of a common menu of entertainment to all the homes through the cable network. Through the technologies evolution, the interactive services (or two-way services) can be provided in the cable TV systems. They can supply customers with individualized programming and support real- time two-way communications. With a view to the service type changed from the one-way delivery systems to the two-way interactive systems, `on demand services' is a distinct feature of multimedia systems. In this paper, we present our work of building up an integrated multimedia system on interactive CATV network in Shih Chien University. Besides providing the traditional analog TV programming from the cable operator, we filter some channels to reserve them as our campus information channels. In addition to the analog broadcasting channel, the system also provides the interactive digital multimedia services, e.g. Video-On- Demand (VOD), Virtual Reality, BBS, World-Wide-Web, and Internet Radio Station. These two kinds of services are integrated in a CATV network by the separation of frequency allocation for the analog broadcasting service and the digital interactive services. Our ongoing work is to port our previous work of building up a VOD system conformed to DAVIC standard (for inter-operability concern) on Ethernet network into the current system.

  18. NOVANET: communications network for a control system

    International Nuclear Information System (INIS)

    Hill, J.R.; Severyn, J.R.; VanArsdall, P.J.

    1983-01-01

    NOVANET is a control system oriented fiber optic local area network that was designed to meet the unique and often conflicting requirements of the Nova laser control system which will begin operation in 1984. The computers and data acquisition devices that form the distributed control system for a large laser fusion research facility need reliable, high speed communications. Both control/status messages and experimental data must be handled. A subset of NOVANET is currently operating on the two beam Novette laser system

  19. An Industrial Control System for the Supervision of the CERN Electrical Distribution Network

    CERN Document Server

    Poulsen, S

    1999-01-01

    CERN operates a large distribution network for the supply of electricity to the particle accelerators, experiments and the associated infrastructure. The distribution network operates on voltage levels from 400 V to 400 kV with a total yearly consumption of near to 1000 GWh. In the past, the laboratory has developed an in-house control system for this network, using the technologies applied to the accelerator control system. However, CERN is now working on a project to purchase, configure and install an industrial Electrical Network Supervisor (ENS). This is a state-of-the-art industrial control system completely developed and supported by an external contractor. The system - based on a scalable and distributed architecture - will allow the installation to be performed gradually, and will be tested while the existing system is fully operational. Ultimately, the complete electrical distribution network will be supervised with this new system, the maintenance and further development of which will be the complet...

  20. Restaurant Management System Over Private Network

    Directory of Open Access Journals (Sweden)

    Amanat Dhillon

    2017-08-01

    Full Text Available Restaurant Management System over Private Network is an automated business environment which allows restaurants to reduce operational costs increase efficiency of business improve customer satisfaction cut down labour costs decrease order processing time and provide better Quality-of-ServiceQ-S. This system manages a digital menu allowing the customers to place orders easily. Authentication fields for employees enable better administration of the restaurant. The whole restaurant is integrated into one private network thereby improving security and eliminating the need for a constant internet connection.

  1. Developing a dynamic control system for mine compressed air networks

    OpenAIRE

    Van Heerden, S.W.; Pelzer, R.; Marais, J.H.

    2014-01-01

    Mines in general, make use of compressed air systems for daily operational activities. Compressed air on mines is traditionally distributed via compressed air ring networks where multiple shafts are supplied with compressed air from an integral system. These compressed air networks make use of a number of compressors feeding the ring from various locations in the network. While these mines have sophisticated control systems to control these compressors, they are not dynamic systems. Compresso...

  2. A Gamma Memory Neural Network for System Identification

    Science.gov (United States)

    Motter, Mark A.; Principe, Jose C.

    1992-01-01

    A gamma neural network topology is investigated for a system identification application. A discrete gamma memory structure is used in the input layer, providing delayed values of both the control inputs and the network output to the input layer. The discrete gamma memory structure implements a tapped dispersive delay line, with the amount of dispersion regulated by a single, adaptable parameter. The network is trained using static back propagation, but captures significant features of the system dynamics. The system dynamics identified with the network are the Mach number dynamics of the 16 Foot Transonic Tunnel at NASA Langley Research Center, Hampton, Virginia. The training data spans an operating range of Mach numbers from 0.4 to 1.3.

  3. Benefits analysis of Soft Open Points for electrical distribution network operation

    International Nuclear Information System (INIS)

    Cao, Wanyu; Wu, Jianzhong; Jenkins, Nick; Wang, Chengshan; Green, Timothy

    2016-01-01

    Highlights: • An analysis framework was developed to quantify the operational benefits. • The framework considers both network reconfiguration and SOP control. • Benefits were analyzed through both quantitative and sensitivity analysis. - Abstract: Soft Open Points (SOPs) are power electronic devices installed in place of normally-open points in electrical power distribution networks. They are able to provide active power flow control, reactive power compensation and voltage regulation under normal network operating conditions, as well as fast fault isolation and supply restoration under abnormal conditions. A steady state analysis framework was developed to quantify the operational benefits of a distribution network with SOPs under normal network operating conditions. A generic power injection model was developed and used to determine the optimal SOP operation using an improved Powell’s Direct Set method. Physical limits and power losses of the SOP device (based on back to back voltage-source converters) were considered in the model. Distribution network reconfiguration algorithms, with and without SOPs, were developed and used to identify the benefits of using SOPs. Test results on a 33-bus distribution network compared the benefits of using SOPs, traditional network reconfiguration and the combination of both. The results showed that using only one SOP achieved a similar improvement in network operation compared to the case of using network reconfiguration with all branches equipped with remotely controlled switches. A combination of SOP control and network reconfiguration provided the optimal network operation.

  4. Test, Control and Monitor System (TCMS) operations plan

    Science.gov (United States)

    Macfarlane, C. K.; Conroy, M. P.

    1993-01-01

    The purpose is to provide a clear understanding of the Test, Control and Monitor System (TCMS) operating environment and to describe the method of operations for TCMS. TCMS is a complex and sophisticated checkout system focused on support of the Space Station Freedom Program (SSFP) and related activities. An understanding of the TCMS operating environment is provided and operational responsibilities are defined. NASA and the Payload Ground Operations Contractor (PGOC) will use it as a guide to manage the operation of the TCMS computer systems and associated networks and workstations. All TCMS operational functions are examined. Other plans and detailed operating procedures relating to an individual operational function are referenced within this plan. This plan augments existing Technical Support Management Directives (TSMD's), Standard Practices, and other management documentation which will be followed where applicable.

  5. The evolution of a distributed operating system

    NARCIS (Netherlands)

    van Renesse, Robbert; Tanenbaum, Andrew S.; Mullender, Sape J.; Schröder-Preikschat, Wolfgang; Zimmer, Wolfgang

    AMOEBA is a research project to build a true distributed operating system using the object model. Under the COST11-ter MANDIS project this work was extended to cover wide-area networks. Besides describing the system, this paper discusses the successive versions in the implementation of its model,

  6. The LILARTI neural network system

    Energy Technology Data Exchange (ETDEWEB)

    Allen, J.D. Jr.; Schell, F.M.; Dodd, C.V.

    1992-10-01

    The material of this Technical Memorandum is intended to provide the reader with conceptual and technical background information on the LILARTI neural network system of detail sufficient to confer an understanding of the LILARTI method as it is presently allied and to facilitate application of the method to problems beyond the scope of this document. Of particular importance in this regard are the descriptive sections and the Appendices which include operating instructions, partial listings of program output and data files, and network construction information.

  7. Preventing Network Centric Overload (End State Education for the Operational Commander/Staff)

    National Research Council Canada - National Science Library

    Beck, John

    2001-01-01

    .... An end state education system must be devised that prepares our senior leaders to operate a newly formed network centric task force with equipment, organizations and theory of use that most likely...

  8. Optimization of operation cycles in BWRs using neural networks

    International Nuclear Information System (INIS)

    Ortiz S, J. J.; Castillo, A.; Alejandro P, D.

    2011-11-01

    The first results of a system for the optimization of operation cycles in boiling water reactors by means of a multi state recurrent neural network are present in this work. The neural network finds the best combination of fuel cells; fuel reloads and control bars patterns previously designed, according to an energy function that qualifies the performance of the three partial solutions for the solution of the whole problem. The partial solutions are designed by means of optimization systems non couple among them and that can use any optimization technique. The phase of the fuel axial design is not made and the size of the axial areas is fixed during the optimization process. The methodology was applied to design a balance cycle of 18 months for the reactors of the nuclear power station of Laguna Verde. The results show that is possible to find combinations of partial solutions that in set represent good solutions to the complete design problem of an operation cycle of a nuclear reactor. The results are compared with others obtained previously by other techniques. This system was developed in platform Li nux and programmed in Fortran 95 taking advantage of the 8 nuclei of a work station Dell Precision T7400. (Author)

  9. Concept of Deployable Network Operations Center (DNOC)

    National Research Council Canada - National Science Library

    Bordetsky, Alex; Thiry, Jeff; Johnson, Shawn

    2005-01-01

    .... The increasing use of expeditionary and special operations forces in ad hoc, dynamic, and tactical environments poses a need for an adaptable, flexible, and responsive deployable network operations center (DNOC...

  10. Defense Strategies for Asymmetric Networked Systems with Discrete Components

    Directory of Open Access Journals (Sweden)

    Nageswara S. V. Rao

    2018-05-01

    Full Text Available We consider infrastructures consisting of a network of systems, each composed of discrete components. The network provides the vital connectivity between the systems and hence plays a critical, asymmetric role in the infrastructure operations. The individual components of the systems can be attacked by cyber and physical means and can be appropriately reinforced to withstand these attacks. We formulate the problem of ensuring the infrastructure performance as a game between an attacker and a provider, who choose the numbers of the components of the systems and network to attack and reinforce, respectively. The costs and benefits of attacks and reinforcements are characterized using the sum-form, product-form and composite utility functions, each composed of a survival probability term and a component cost term. We present a two-level characterization of the correlations within the infrastructure: (i the aggregate failure correlation function specifies the infrastructure failure probability given the failure of an individual system or network, and (ii the survival probabilities of the systems and network satisfy first-order differential conditions that capture the component-level correlations using multiplier functions. We derive Nash equilibrium conditions that provide expressions for individual system survival probabilities and also the expected infrastructure capacity specified by the total number of operational components. We apply these results to derive and analyze defense strategies for distributed cloud computing infrastructures using cyber-physical models.

  11. Defense Strategies for Asymmetric Networked Systems with Discrete Components.

    Science.gov (United States)

    Rao, Nageswara S V; Ma, Chris Y T; Hausken, Kjell; He, Fei; Yau, David K Y; Zhuang, Jun

    2018-05-03

    We consider infrastructures consisting of a network of systems, each composed of discrete components. The network provides the vital connectivity between the systems and hence plays a critical, asymmetric role in the infrastructure operations. The individual components of the systems can be attacked by cyber and physical means and can be appropriately reinforced to withstand these attacks. We formulate the problem of ensuring the infrastructure performance as a game between an attacker and a provider, who choose the numbers of the components of the systems and network to attack and reinforce, respectively. The costs and benefits of attacks and reinforcements are characterized using the sum-form, product-form and composite utility functions, each composed of a survival probability term and a component cost term. We present a two-level characterization of the correlations within the infrastructure: (i) the aggregate failure correlation function specifies the infrastructure failure probability given the failure of an individual system or network, and (ii) the survival probabilities of the systems and network satisfy first-order differential conditions that capture the component-level correlations using multiplier functions. We derive Nash equilibrium conditions that provide expressions for individual system survival probabilities and also the expected infrastructure capacity specified by the total number of operational components. We apply these results to derive and analyze defense strategies for distributed cloud computing infrastructures using cyber-physical models.

  12. Sustainable Operation of Arterial Networks

    Science.gov (United States)

    2017-07-14

    This report describes operational data analysis and modeling of arterial networks with signalized intersections as follows: The setup for data collection, analysis and simulation is presented in Section 2.1. Detailed analysis of collected signal phas...

  13. Development of Fast-Running Simulation Methodology Using Neural Networks for Load Follow Operation

    International Nuclear Information System (INIS)

    Seong, Seung-Hwan; Park, Heui-Youn; Kim, Dong-Hoon; Suh, Yong-Suk; Hur, Seop; Koo, In-Soo; Lee, Un-Chul; Jang, Jin-Wook; Shin, Yong-Chul

    2002-01-01

    A new fast-running analytic model has been developed for analyzing the load follow operation. The new model was based on the neural network theory, which has the capability of modeling the input/output relationships of a nonlinear system. The new model is made up of two error back-propagation neural networks and procedures to calculate core parameters, such as the distributions and density of xenon in a quasi-steady-state core like load follow operation. One neural network is designed to retrieve the axial offset of power distribution, and the other is for reactivity corresponding to a given core condition. The training data sets for learning the neural networks in the new model are generated with a three-dimensional nodal code and, also, the measured data of the first-day test of load follow operation. Using the new model, the simulation results of the 5-day load follow test in a pressurized water reactor show a good agreement between the simulation data and the actual measured data. Required computing time for simulating a load follow operation is comparable to that of a fast-running lumped model. Moreover, the new model does not require additional engineering factors to compensate for the difference between the actual measurements and analysis results because the neural network has the inherent learning capability of neural networks to new situations

  14. The structure of the clouds distributed operating system

    Science.gov (United States)

    Dasgupta, Partha; Leblanc, Richard J., Jr.

    1989-01-01

    A novel system architecture, based on the object model, is the central structuring concept used in the Clouds distributed operating system. This architecture makes Clouds attractive over a wide class of machines and environments. Clouds is a native operating system, designed and implemented at Georgia Tech. and runs on a set of generated purpose computers connected via a local area network. The system architecture of Clouds is composed of a system-wide global set of persistent (long-lived) virtual address spaces, called objects that contain persistent data and code. The object concept is implemented at the operating system level, thus presenting a single level storage view to the user. Lightweight treads carry computational activity through the code stored in the objects. The persistent objects and threads gives rise to a programming environment composed of shared permanent memory, dispensing with the need for hardware-derived concepts such as the file systems and message systems. Though the hardware may be distributed and may have disks and networks, the Clouds provides the applications with a logically centralized system, based on a shared, structured, single level store. The current design of Clouds uses a minimalist philosophy with respect to both the kernel and the operating system. That is, the kernel and the operating system support a bare minimum of functionality. Clouds also adheres to the concept of separation of policy and mechanism. Most low-level operating system services are implemented above the kernel and most high level services are implemented at the user level. From the measured performance of using the kernel mechanisms, we are able to demonstrate that efficient implementations are feasible for the object model on commercially available hardware. Clouds provides a rich environment for conducting research in distributed systems. Some of the topics addressed in this paper include distributed programming environments, consistency of persistent data

  15. Neuro-optimal operation of a variable air volume HVAC and R system

    International Nuclear Information System (INIS)

    Ning Min; Zaheeruddin, M.

    2010-01-01

    Low operational efficiency especially under partial load conditions and poor control are some reasons for high energy consumption of heating, ventilation, air conditioning and refrigeration (HVAC and R) systems. To improve energy efficiency, HVAC and R systems should be efficiently operated to maintain a desired indoor environment under dynamic ambient and indoor conditions. This study proposes a neural network based optimal supervisory operation strategy to find the optimal set points for chilled water supply temperature, discharge air temperature and VAV system fan static pressure such that the indoor environment is maintained with the least chiller and fan energy consumption. To achieve this objective, a dynamic system model is developed first to simulate the system behavior under different control schemes and operating conditions. A multi-layer feed forward neural network is constructed and trained in unsupervised mode to minimize the cost function which is comprised of overall energy cost and penalty cost when one or more constraints are violated. After training, the network is implemented as a supervisory controller to compute the optimal settings for the system. Simulation results show that compared to the conventional night reset operation scheme, the optimal operation scheme saves around 10% energy under full load condition and 19% energy under partial load conditions.

  16. An operator support system for research reactor operations and fault diagnosis through a connectionist framework and PSA based knowledge based systems

    International Nuclear Information System (INIS)

    Varde, P.V.; Sankar, S.; Verma, A.K.

    1998-01-01

    During reactor upset/abnormal conditions, emphasis is placed on the plant operator's ability to quickly identify the problem and perform diagnosis and initiate recovery action to ensure the safety of the plant. However, the reliability of human action is adversely affected at the time of crisis due to time stress and psychological factors. The availability of operational aids capable of monitoring the status of the plant and quickly identifying the deviation from normal operation is expected to significantly improve the operator reliability. The development of operator support systems using probabilistic safety assessment (PSA) techniques and information is finding wide application in nuclear plant operation. Often it is observed that most of the applications use a rule-based approach for diagnosis as well as safety status/transient conditions monitoring. A more efficient approach using artificial neural networks for safety status/transient condition monitoring and rule-based systems for diagnosis and emergency procedure generation has been applied for the development of a prototype operator adviser (OPAD) system for a 100 MW(th) heavy water moderated, cooled and natural uranium fueled research reactor. The development objective of this system is to improve the reliability of operator action and hence the reactor safety at the time of crisis as well as in normal operation. In order to address safety objectives at various stages of development of OPAD, the PSA techniques and tools have been used for knowledge representation. It has been demonstrated, with recall tests on the artificial neural network, that it can efficiently identify the reactor status in real-time scenario. This paper discusses various issues related to the development of an operator support system in a comprehensive way, right from the study of safety objectives, to data collection, to implementation of such a system

  17. An Overview of Android Operating System and Its Security Features

    OpenAIRE

    Rajinder Singh

    2014-01-01

    Android operating system is one of the most widely used operating system these days. Android Operating System is mainly divided into four main layers: the kernel, libraries, application framework and applications. Its kernel is based on Linux. Linux kernel is used to manage core system services such as virtual memory, networking, drivers, and power management. In these paper different features of architecture of Android OS as well security features of Android OS are discussed.

  18. European standards applied by Gas Transmission System Operator

    International Nuclear Information System (INIS)

    Witek, M.; Kuchta, K.; Oleszkiewicz, J.; Teperek, T.

    2005-01-01

    The lecture described actual state of implementation of European standards concerning transmission of natural gas and underlined their importance for proper performance of Transmission System Operator (TSO). European standards implemented to Polish Standards as PN-EN, necessary for TSO, related to design, construction and operation of high pressure gas network were also described. The lecture underlined as well the impact of standards application on preparation process of national regulations. They obligate TSO to create the technical conditions that ensure safety of gas transmission network functioning as well as environmental and surroundings safety. (authors)

  19. Safe design and operation of tank reactors for multiple-reaction networks: uniqueness and multiplicity

    NARCIS (Netherlands)

    Westerterp, K.R.; Westerink, E.J.

    1990-01-01

    A method is developed to design a tank reactor in which a network of reactions is carried out. The network is a combination of parallel and consecutive reactions. The method ensures unique operation. Dimensionless groups are used which are either representative of properties of the reaction system

  20. Designing Green Networks and Network Operations Saving Run-the-Engine Costs

    CERN Document Server

    Minoli, Daniel

    2011-01-01

    In recent years the confluence of socio-political trends toward environmental responsibility and the pressing need to reduce Run-the-Engine (RTE) costs has given birth to a nascent discipline of Green IT. A clear and concise introduction to green networks and green network operations, this book examines analytical measures and discusses virtualization, network computing, and web services as approaches for green data centers and networks. It identifies some strategies for green appliance and end devices and examines the methodical steps that can be taken over time to achieve a seamless migratio

  1. The automated ground network system

    Science.gov (United States)

    Smith, Miles T.; Militch, Peter N.

    1993-01-01

    The primary goal of the Automated Ground Network System (AGNS) project is to reduce Ground Network (GN) station life-cycle costs. To accomplish this goal, the AGNS project will employ an object-oriented approach to develop a new infrastructure that will permit continuous application of new technologies and methodologies to the Ground Network's class of problems. The AGNS project is a Total Quality (TQ) project. Through use of an open collaborative development environment, developers and users will have equal input into the end-to-end design and development process. This will permit direct user input and feedback and will enable rapid prototyping for requirements clarification. This paper describes the AGNS objectives, operations concept, and proposed design.

  2. 110 kV NETWORK TECHNICAL LOSSES ASSESSMENT. REAL DISTRIBUTION SYSTEM CASE STUDY

    Directory of Open Access Journals (Sweden)

    BARBULESCU C.

    2015-06-01

    Full Text Available The paper is focusing on evaluating the technical losses within a real distribution network. The study was conducted for a distribution system operator within the Romanian Power System. The analysed area is represented by a real part of the Romanian Power System. It is modelled in a computer aided power system analysis tool. Several power system operating conditions are analysed. Power system optimization measures are provided having as a goal to reduce the technical losses' value. Values obtained based on the field measurement are compared to the ones provided by computer simulations. These conclusions are very useful for the distribution network operator.

  3. Synthesis of recurrent neural networks for dynamical system simulation.

    Science.gov (United States)

    Trischler, Adam P; D'Eleuterio, Gabriele M T

    2016-08-01

    We review several of the most widely used techniques for training recurrent neural networks to approximate dynamical systems, then describe a novel algorithm for this task. The algorithm is based on an earlier theoretical result that guarantees the quality of the network approximation. We show that a feedforward neural network can be trained on the vector-field representation of a given dynamical system using backpropagation, then recast it as a recurrent network that replicates the original system's dynamics. After detailing this algorithm and its relation to earlier approaches, we present numerical examples that demonstrate its capabilities. One of the distinguishing features of our approach is that both the original dynamical systems and the recurrent networks that simulate them operate in continuous time. Copyright © 2016 Elsevier Ltd. All rights reserved.

  4. SNMS: an intelligent transportation system network architecture based on WSN and P2P network

    Institute of Scientific and Technical Information of China (English)

    LI Li; LIU Yuan-an; TANG Bi-hua

    2007-01-01

    With the development of city road networks, the question of how to obtain information about the roads is becoming more and more important. In this article, sensor network with mobile station (SNMS), a novel two-tiered intelligent transportation system (ITS) network architecture based on wireless sensor network (WSN) and peer-to-peer (P2P) network, is proposed to provide significant traffic information about the road and thereby, assist travelers to take optimum decisions when they are driving. A detailed explanation with regard to the strategy of each level as well as the design of two main components in the network, sensor unit (SU) and mobile station (MS), is presented. Finally, a representative scenario is described to display the operation of the system.

  5. Multi-objective optimization for the maximization of the operating share of cogeneration system in District Heating Network

    International Nuclear Information System (INIS)

    Franco, Alessandro; Versace, Michele

    2017-01-01

    Highlights: • Combined Heat and Power plants and civil/residential energy uses. • CHP plant supported by auxiliary boilers and thermal energy storage. • Definition of optimal operational strategies for cogeneration plants for District Heating. • Optimal-sized Thermal Energy Storage and a hybrid operational strategy. • Maximization of cogeneration share and reduction of time of operation of auxiliary boilers. - Abstract: The aim of the paper is to define optimal operational strategies for Combined Heat and Power plants connected to civil/residential District Heating Networks. The role of a reduced number of design variables, including a Thermal Energy Storage system and a hybrid operational strategy dependent on the storage level, is considered. The basic principle is to reach maximum efficiency of the system operation through the utilization of an optimal-sized Thermal Energy Storage. Objective functions of both energetic and combined energetic and economic can be considered. In particular, First and Second Law Efficiency, thermal losses of the storage, number of starts and stops of the combined heat and power unit are considered. Constraints are imposed to nullify the waste of heat and to operate the unit at its maximum efficiency for the highest possible number of consecutive operating hours, until the thermal tank cannot store more energy. The methodology is applied to a detailed case study: a medium size district heating system, in an urban context in the northern Italy, powered by a combined heat and power plant supported by conventional auxiliary boilers. The issues involving this type of thermal loads are also widely investigated in the paper. An increase of Second Law Efficiency of the system of 26% (from 0.35 to 0.44) can be evidenced, while the First Law Efficiency shifts from about 0.74 to 0.84. The optimization strategy permits of combining the economic benefit of cogeneration with the idea of reducing the energy waste and exergy losses.

  6. Integrated Analysis of Environment-driven Operational Effects in Sensor Networks

    Energy Technology Data Exchange (ETDEWEB)

    Park, Alfred J [ORNL; Perumalla, Kalyan S [ORNL

    2007-07-01

    There is a rapidly growing need to evaluate sensor network functionality and performance in the context of the larger environment of infrastructure and applications in which the sensor network is organically embedded. This need, which is motivated by complex applications related to national security operations, leads to a paradigm fundamentally different from that of traditional data networks. In the sensor networks of interest to us, the network dynamics depend strongly on sensor activity, which in turn is triggered by events in the environment. Because the behavior of sensor networks is sensitive to these driving phenomena, the integrity of the sensed observations, measurements and resource usage by the network can widely vary. It is therefore imperative to accurately capture the environmental phenomena, and drive the simulation of the sensor network operation by accounting fully for the environment effects. In this paper, we illustrate the strong, intimate coupling between the sensor network operation and the driving phenomena in their applications with an example sensor network designed to detect and track gaseous plumes.

  7. Arrester Resistive Current Measuring System Based on Heterogeneous Network

    Science.gov (United States)

    Zhang, Yun Hua; Li, Zai Lin; Yuan, Feng; Hou Pan, Feng; Guo, Zhan Nan; Han, Yue

    2018-03-01

    Metal Oxide Arrester (MOA) suffers from aging and poor insulation due to long-term impulse voltage and environmental impact, and the value and variation tendency of resistive current can reflect the health conditions of MOA. The common wired MOA detection need to use long cables, which is complicated to operate, and that wireless measurement methods are facing the problems of poor data synchronization and instability. Therefore a novel synchronous measurement system of arrester current resistive based on heterogeneous network is proposed, which simplifies the calculation process and improves synchronization, accuracy and stability and of the measuring system. This system combines LoRa wireless network, high speed wireless personal area network and the process layer communication, and realizes the detection of arrester working condition. Field test data shows that the system has the characteristics of high accuracy, strong anti-interference ability and good synchronization, which plays an important role in ensuring the stable operation of the power grid.

  8. Operational Analysis of Distribution Systems Featuring Large-scale Variable RES: Contributions of Energy Storage Systems and Switchable Capacitor Banks

    OpenAIRE

    Mário Pascoal Santos Pereira

    2017-01-01

    In the last decade, the level of variable renewable energy sources (RESs) integrated in distribution network systems have been continuously growing. This adds more uncertainty to these systems, which also face many traditional sources of uncertainty, and those pertaining to other emerging technologies such as demand response and electric vehicles. As a result, distribution system operators are finding it increasingly difficult to maintain an optimal operation of such network systems. These ch...

  9. Knowledge-enhanced network simulation modeling of the nuclear power plant operator

    International Nuclear Information System (INIS)

    Schryver, J.C.; Palko, L.E.

    1988-01-01

    Simulation models of the human operator of advanced control systems must provide an adequate account of the cognitive processes required to control these systems. The Integrated Reactor Operator/System (INTEROPS) prototype model was developed at Oak Ridge National Laboratory (ORNL) to demonstrate the feasibility of dynamically integrating a cognitive operator model and a continuous plant process model (ARIES-P) to provide predictions of the total response of a nuclear power plant during upset/emergency conditions. The model consists of a SAINT network of cognitive tasks enhanced with expertise provided by a knowledge-based fault diagnosis model. The INTEROPS prototype has been implemented in both closed and open loop modes. The prototype model is shown to be cognitively relevant by accounting for cognitive tunneling, confirmation bias, evidence chunking, intentional error, and forgetting

  10. Federated software defined network operations for LHC experiments

    Science.gov (United States)

    Kim, Dongkyun; Byeon, Okhwan; Cho, Kihyeon

    2013-09-01

    The most well-known high-energy physics collaboration, the Large Hadron Collider (LHC), which is based on e-Science, has been facing several challenges presented by its extraordinary instruments in terms of the generation, distribution, and analysis of large amounts of scientific data. Currently, data distribution issues are being resolved by adopting an advanced Internet technology called software defined networking (SDN). Stability of the SDN operations and management is demanded to keep the federated LHC data distribution networks reliable. Therefore, in this paper, an SDN operation architecture based on the distributed virtual network operations center (DvNOC) is proposed to enable LHC researchers to assume full control of their own global end-to-end data dissemination. This may achieve an enhanced data delivery performance based on data traffic offloading with delay variation. The evaluation results indicate that the overall end-to-end data delivery performance can be improved over multi-domain SDN environments based on the proposed federated SDN/DvNOC operation framework.

  11. Building Automation System Cyber Networks: An Unmitigated Risk to Federal Facilities

    Science.gov (United States)

    2015-12-01

    Cybersecurity, Appendix III, IV. xviii on the GSA network, and protected behind the GSA firewall ; the remaining facilities are operated on private...control systems by delaying or blocking the flow of information through control networks, thereby denying availability of the networks to control system...a worm, malware , or virus with no specific target.43 A targeted attack occurs when an individual or group attacks a specific system at a specific

  12. Method for designing networking adaptive interactive hybrid systems

    NARCIS (Netherlands)

    Kester, L. J.H.M.

    2010-01-01

    Advances in network technologies enable distributed systems, operating in complex physical environments, to co-ordinate their activities over larger areas within shorter time intervals. Some envisioned application domains for such systems are defence, crisis management, traffic management and public

  13. Developing a portable, autonomous aerosol backscatter lidar for network or remote operations

    Science.gov (United States)

    Strawbridge, K. B.

    2013-03-01

    Lidar has the ability to detect the complex vertical structure of the atmosphere and can therefore identify the existence and extent of aerosols with high spatial and temporal resolution, making it well suited for understanding atmospheric dynamics and transport processes. Environment Canada has developed a portable, autonomous lidar system that can be monitored remotely and operated continuously except during precipitation events. The lidar, housed in a small trailer, simultaneously emits two wavelengths of laser light (1064 nm and 532 nm) at energies of approximately 150 mJ/pulse/wavelength and detects the backscatter signal at 1064 nm and both polarizations at 532 nm. For laser energies of this magnitude, the challenge resides in designing a system that meets the airspace safety requirements for autonomous operations. Through the combination of radar technology, beam divergence, laser cavity interlocks and using computer log files, this risk was mitigated. A Continuum Inlite small footprint laser is the backbone of the system because of three design criteria: requiring infrequent flash lamp changes compared to previous Nd : YAG Q-switch lasers, complete software control capability and a built-in laser energy monitoring system. A computer-controlled interface was designed to monitor the health of the system, adjust operational parameters and maintain a climate-controlled environment. Through an Internet connection, it also transmitted the vital performance indicators and data stream to allow the lidar profile data for multiple instruments from near ground to 15 km, every 10 s, to be viewed, in near real-time via a website. The details of the system design and calibration will be discussed and the success of the instrument as tested within the framework of a national lidar network dubbed CORALNet (Canadian Operational Research Aerosol Lidar Network). In addition, the transport of a forest fire plume across the country will be shown as evidenced by the lidar

  14. Developing a portable, autonomous aerosol backscatter lidar for network or remote operations

    Directory of Open Access Journals (Sweden)

    K. B. Strawbridge

    2013-03-01

    Full Text Available Lidar has the ability to detect the complex vertical structure of the atmosphere and can therefore identify the existence and extent of aerosols with high spatial and temporal resolution, making it well suited for understanding atmospheric dynamics and transport processes. Environment Canada has developed a portable, autonomous lidar system that can be monitored remotely and operated continuously except during precipitation events. The lidar, housed in a small trailer, simultaneously emits two wavelengths of laser light (1064 nm and 532 nm at energies of approximately 150 mJ/pulse/wavelength and detects the backscatter signal at 1064 nm and both polarizations at 532 nm. For laser energies of this magnitude, the challenge resides in designing a system that meets the airspace safety requirements for autonomous operations. Through the combination of radar technology, beam divergence, laser cavity interlocks and using computer log files, this risk was mitigated. A Continuum Inlite small footprint laser is the backbone of the system because of three design criteria: requiring infrequent flash lamp changes compared to previous Nd : YAG Q-switch lasers, complete software control capability and a built-in laser energy monitoring system. A computer-controlled interface was designed to monitor the health of the system, adjust operational parameters and maintain a climate-controlled environment. Through an Internet connection, it also transmitted the vital performance indicators and data stream to allow the lidar profile data for multiple instruments from near ground to 15 km, every 10 s, to be viewed, in near real-time via a website. The details of the system design and calibration will be discussed and the success of the instrument as tested within the framework of a national lidar network dubbed CORALNet (Canadian Operational Research Aerosol Lidar Network. In addition, the transport of a forest fire plume across the country will be shown as evidenced

  15. Applications of the parallel computing system using network

    International Nuclear Information System (INIS)

    Ido, Shunji; Hasebe, Hiroki

    1994-01-01

    Parallel programming is applied to multiple processors connected in Ethernet. Data exchanges between tasks located in each processing element are realized by two ways. One is socket which is standard library on recent UNIX operating systems. Another is a network connecting software, named as Parallel Virtual Machine (PVM) which is a free software developed by ORNL, to use many workstations connected to network as a parallel computer. This paper discusses the availability of parallel computing using network and UNIX workstations and comparison between specialized parallel systems (Transputer and iPSC/860) in a Monte Carlo simulation which generally shows high parallelization ratio. (author)

  16. Analysis of complex systems using neural networks

    International Nuclear Information System (INIS)

    Uhrig, R.E.

    1992-01-01

    The application of neural networks, alone or in conjunction with other advanced technologies (expert systems, fuzzy logic, and/or genetic algorithms), to some of the problems of complex engineering systems has the potential to enhance the safety, reliability, and operability of these systems. Typically, the measured variables from the systems are analog variables that must be sampled and normalized to expected peak values before they are introduced into neural networks. Often data must be processed to put it into a form more acceptable to the neural network (e.g., a fast Fourier transformation of the time-series data to produce a spectral plot of the data). Specific applications described include: (1) Diagnostics: State of the Plant (2) Hybrid System for Transient Identification, (3) Sensor Validation, (4) Plant-Wide Monitoring, (5) Monitoring of Performance and Efficiency, and (6) Analysis of Vibrations. Although specific examples described deal with nuclear power plants or their subsystems, the techniques described can be applied to a wide variety of complex engineering systems

  17. Fuzzy-driven energy storage system for mitigating voltage unbalance factor on distribution network with photovoltaic system

    Science.gov (United States)

    Wong, Jianhui; Lim, Yun Seng; Morris, Stella; Morris, Ezra; Chua, Kein Huat

    2017-04-01

    The amount of small-scaled renewable energy sources is anticipated to increase on the low-voltage distribution networks for the improvement of energy efficiency and reduction of greenhouse gas emission. The growth of the PV systems on the low-voltage distribution networks can create voltage unbalance, voltage rise, and reverse-power flow. Usually these issues happen with little fluctuation. However, it tends to fluctuate severely as Malaysia is a region with low clear sky index. A large amount of clouds often passes over the country, hence making the solar irradiance to be highly scattered. Therefore, the PV power output fluctuates substantially. These issues can lead to the malfunction of the electronic based equipment, reduction in the network efficiency and improper operation of the power protection system. At the current practice, the amount of PV system installed on the distribution network is constraint by the utility company. As a result, this can limit the reduction of carbon footprint. Therefore, energy storage system is proposed as a solution for these power quality issues. To ensure an effective operation of the distribution network with PV system, a fuzzy control system is developed and implemented to govern the operation of an energy storage system. The fuzzy driven energy storage system is able to mitigate the fluctuating voltage rise and voltage unbalance on the electrical grid by actively manipulates the flow of real power between the grid and the batteries. To verify the effectiveness of the proposed fuzzy driven energy storage system, an experimental network integrated with 7.2kWp PV system was setup. Several case studies are performed to evaluate the response of the proposed solution to mitigate voltage rises, voltage unbalance and reduce the amount of reverse power flow under highly intermittent PV power output.

  18. African Network Operators Group (AfNOG) Training Workshops and ...

    International Development Research Centre (IDRC) Digital Library (Canada)

    The African Network Operators Group (AfNOG) is a forum for technical cooperation and coordination between African network operators and engineers from the region's universities, research institutions and industry. This year, AfNOG's training workshops and meetings will be held in Rabat, Morocco, between 24 May and 6 ...

  19. Installing and Testing a Server Operating System

    Directory of Open Access Journals (Sweden)

    Lorentz JÄNTSCHI

    2003-08-01

    Full Text Available The paper is based on the experience of the author with the FreeBSD server operating system administration on three servers in use under academicdirect.ro domain.The paper describes a set of installation, preparation, and administration aspects of a FreeBSD server.First issue of the paper is the installation procedure of FreeBSD operating system on i386 computer architecture. Discussed problems are boot disks preparation and using, hard disk partitioning and operating system installation using a existent network topology and a internet connection.Second issue is the optimization procedure of operating system, server services installation, and configuration. Discussed problems are kernel and services configuration, system and services optimization.The third issue is about client-server applications. Using operating system utilities calls we present an original application, which allows displaying the system information in a friendly web interface. An original program designed for molecular structure analysis was adapted for systems performance comparisons and it serves for a discussion of Pentium, Pentium II and Pentium III processors computation speed.The last issue of the paper discusses the installation and configuration aspects of dial-in service on a UNIX-based operating system. The discussion includes serial ports, ppp and pppd services configuration, ppp and tun devices using.

  20. Artificial neural networks for dynamic monitoring of simulated-operating parameters of high temperature gas cooled engineering test reactor (HTTR)

    International Nuclear Information System (INIS)

    Seker, Serhat; Tuerkcan, Erdinc; Ayaz, Emine; Barutcu, Burak

    2003-01-01

    This paper addresses to the problem of utilisation of the artificial neural networks (ANNs) for detecting anomalies as well as physical parameters of a nuclear power plant during power operation in real time. Three different types of neural network algorithms were used namely, feed-forward neural network (back-propagation, BP) and two types of recurrent neural networks (RNN). The data used in this paper were gathered from the simulation of the power operation of the Japan's High Temperature Engineering Testing Reactor (HTTR). For the wide range of power operation, 56 signals were generated by the reactor dynamic simulation code for several hours of normal power operation at different power ramps between 30 and 100% nominal power. Paper will compare the outcomes of different neural networks and presents the neural network system and the determination of physical parameters from the simulated operating data

  1. Optimal Operation System of the Integrated District Heating System with Multiple Regional Branches

    Science.gov (United States)

    Kim, Ui Sik; Park, Tae Chang; Kim, Lae-Hyun; Yeo, Yeong Koo

    This paper presents an optimal production and distribution management for structural and operational optimization of the integrated district heating system (DHS) with multiple regional branches. A DHS consists of energy suppliers and consumers, district heating pipelines network and heat storage facilities in the covered region. In the optimal management system, production of heat and electric power, regional heat demand, electric power bidding and sales, transport and storage of heat at each regional DHS are taken into account. The optimal management system is formulated as a mixed integer linear programming (MILP) where the objectives is to minimize the overall cost of the integrated DHS while satisfying the operation constraints of heat units and networks as well as fulfilling heating demands from consumers. Piecewise linear formulation of the production cost function and stairwise formulation of the start-up cost function are used to compute nonlinear cost function approximately. Evaluation of the total overall cost is based on weekly operations at each district heat branches. Numerical simulations show the increase of energy efficiency due to the introduction of the present optimal management system.

  2. Location-aware network operation for cloud radio access network

    KAUST Repository

    Wang, Fanggang

    2017-06-20

    One of the major challenges in effectively operating a cloud radio access network (C-RAN) is the excessive overhead signaling and computation load that scale rapidly with the size of the network. In this paper, the exploitation of location information of the mobile devices is proposed to address this challenge. We consider an approach in which location-assisted channel state information (CSI) acquisition methods are introduced to complement conventional pilot-based CSI acquisition methods and avoid excessive overhead signaling. A low-complexity algorithm is designed to maximize the sum rate. An adaptive algorithm is also proposed to address the uncertainty issue in CSI acquisition. Both theoretical and numerical analyses show that location information provides a new dimension to improve throughput for next-generation massive cooperative networks.

  3. Steering operational synergies in terrestrial observation networks: opportunity for advancing Earth system dynamics modelling

    Directory of Open Access Journals (Sweden)

    R. Baatz

    2018-05-01

    Full Text Available Advancing our understanding of Earth system dynamics (ESD depends on the development of models and other analytical tools that apply physical, biological, and chemical data. This ambition to increase understanding and develop models of ESD based on site observations was the stimulus for creating the networks of Long-Term Ecological Research (LTER, Critical Zone Observatories (CZOs, and others. We organized a survey, the results of which identified pressing gaps in data availability from these networks, in particular for the future development and evaluation of models that represent ESD processes, and provide insights for improvement in both data collection and model integration. From this survey overview of data applications in the context of LTER and CZO research, we identified three challenges: (1 widen application of terrestrial observation network data in Earth system modelling, (2 develop integrated Earth system models that incorporate process representation and data of multiple disciplines, and (3 identify complementarity in measured variables and spatial extent, and promoting synergies in the existing observational networks. These challenges lead to perspectives and recommendations for an improved dialogue between the observation networks and the ESD modelling community, including co-location of sites in the existing networks and further formalizing these recommendations among these communities. Developing these synergies will enable cross-site and cross-network comparison and synthesis studies, which will help produce insights around organizing principles, classifications, and general rules of coupling processes with environmental conditions.

  4. Steering operational synergies in terrestrial observation networks: opportunity for advancing Earth system dynamics modelling

    Science.gov (United States)

    Baatz, Roland; Sullivan, Pamela L.; Li, Li; Weintraub, Samantha R.; Loescher, Henry W.; Mirtl, Michael; Groffman, Peter M.; Wall, Diana H.; Young, Michael; White, Tim; Wen, Hang; Zacharias, Steffen; Kühn, Ingolf; Tang, Jianwu; Gaillardet, Jérôme; Braud, Isabelle; Flores, Alejandro N.; Kumar, Praveen; Lin, Henry; Ghezzehei, Teamrat; Jones, Julia; Gholz, Henry L.; Vereecken, Harry; Van Looy, Kris

    2018-05-01

    Advancing our understanding of Earth system dynamics (ESD) depends on the development of models and other analytical tools that apply physical, biological, and chemical data. This ambition to increase understanding and develop models of ESD based on site observations was the stimulus for creating the networks of Long-Term Ecological Research (LTER), Critical Zone Observatories (CZOs), and others. We organized a survey, the results of which identified pressing gaps in data availability from these networks, in particular for the future development and evaluation of models that represent ESD processes, and provide insights for improvement in both data collection and model integration. From this survey overview of data applications in the context of LTER and CZO research, we identified three challenges: (1) widen application of terrestrial observation network data in Earth system modelling, (2) develop integrated Earth system models that incorporate process representation and data of multiple disciplines, and (3) identify complementarity in measured variables and spatial extent, and promoting synergies in the existing observational networks. These challenges lead to perspectives and recommendations for an improved dialogue between the observation networks and the ESD modelling community, including co-location of sites in the existing networks and further formalizing these recommendations among these communities. Developing these synergies will enable cross-site and cross-network comparison and synthesis studies, which will help produce insights around organizing principles, classifications, and general rules of coupling processes with environmental conditions.

  5. Secure, Network-Centric Operations of a Space-Based Asset: Cisco Router in Low Earth Orbit (CLEO) and Virtual Mission Operations Center (VMOC)

    Science.gov (United States)

    Ivancic, William; Stewart, Dave; Shell, Dan; Wood, Lloyd; Paulsen, Phil; Jackson, Chris; Hodgson, Dave; Notham, James; Bean, Neville; Miller, Eric

    2005-01-01

    This report documents the design of network infrastructure to support operations demonstrating the concept of network-centric operations and command and control of space-based assets. These demonstrations showcase major elements of the Transformal Communication Architecture (TCA), using Internet Protocol (IP) technology. These demonstrations also rely on IP technology to perform the functions outlined in the Consultative Committee for Space Data Systems (CCSDS) Space Link Extension (SLE) document. A key element of these demonstrations was the ability to securely use networks and infrastructure owned and/or controlled by various parties. This is a sanitized technical report for public release. There is a companion report available to a limited audience. The companion report contains detailed networking addresses and other sensitive material and is available directly from William Ivancic at Glenn Research Center.

  6. OPERATING SYSTEM FOR WIRELESS SENSOR NETWORKS AND AN EXPERIMENT OF PORTING CONTIKIOS TO MSP430 MICROCONTROLLER

    Directory of Open Access Journals (Sweden)

    Thang Vu Chien

    2012-07-01

    Full Text Available Wireless Sensor Networks (WSNs consist of a large number of sensor nodes, and are used for various applications such as building monitoring, environment control, wild-life habitat monitoring, forest fire detection, industry automation, military, security, and health-care. Each sensor node needs an operating system (OS that can control the hardware, provide hardware abstraction to application software, and fill in the gap between applications and the underlying hardware. In this paper, researchers present OS for WSNs and an experiment of porting contikiOS to MSP430 microcontroller which is very popular in many hardware platforms for WSNs. Researchers begin by presenting the major issues for the design of OS for WSNs. Then, researchers examine some popular operating systems for WSNs including TinyOS, ContikiOS, and LiteOS. Finally, researchers present an experiment of porting ContikiOS to MSP430 microcontroller. Wireless Sensor Networks (WSNs terdiri dari sejumlah besar sensor nodes, dan digunakan untuk berbagai aplikasi seperti pemantauan gedung, pengendalian lingkungan, pemantauan kehidupan habitat liar, deteksi kebakaran hutan, otomatisasi industri, militer, keamanan, dan kesehatan. Setiap sensor nodememerlukan sistem operasi (SO yang dapat mengontrol hardware, menyediakan abstraksi hardware untuk aplikasi perangkat lunak, dan mengisi kesenjangan antara aplikasi dan hardware. Dalam penelitian ini, peneliti menyajikan SO untuk WSNs dan percobaan dari port contikiOS untuk MSP430 mikrokontroler yang sangat populer di platformhardware untuk WSNs. Peneliti memulai dengan menghadirkan isu utama yaitu desain SO untuk WSNs. Lalu, penelitimemeriksa beberapa sistem operasi populer untuk WSNs, termasuk TinyOS, ContikiOS, dan LiteOS. Akhirnya penelitimenyajikan sebuah percobaan dari port ContikiOS untuk MSP430 mikrokontroler.

  7. Applying Trusted Network Technology To Process Control Systems

    Science.gov (United States)

    Okhravi, Hamed; Nicol, David

    Interconnections between process control networks and enterprise networks expose instrumentation and control systems and the critical infrastructure components they operate to a variety of cyber attacks. Several architectural standards and security best practices have been proposed for industrial control systems. However, they are based on older architectures and do not leverage the latest hardware and software technologies. This paper describes new technologies that can be applied to the design of next generation security architectures for industrial control systems. The technologies are discussed along with their security benefits and design trade-offs.

  8. The Evolution of a distributed operating system (Amoeba)

    NARCIS (Netherlands)

    van Renesse, Robbert; Tanenbaum, Andrew S.; Mullender, Sape J.

    1989-01-01

    AMOEBA is a research project to build a true distributed operating system using the object model. Under the COST11-ter MANDIS project this work was extended to cover wide-area networks. Besides describing the system, this paper discusses the successive versions in the implementation of its model,

  9. The relations between network-operation and topological-property in a scale-free and small-world network with community structure

    Science.gov (United States)

    Ma, Fei; Yao, Bing

    2017-10-01

    It is always an open, demanding and difficult task for generating available model to simulate dynamical functions and reveal inner principles from complex systems and networks. In this article, due to lots of real-life and artificial networks are built from series of simple and small groups (components), we discuss some interesting and helpful network-operation to generate more realistic network models. In view of community structure (modular topology), we present a class of sparse network models N(t , m) . At the moment, we capture the fact the N(t , 4) has not only scale-free feature, which means that the probability that a randomly selected vertex with degree k decays as a power-law, following P(k) ∼k-γ, where γ is the degree exponent, but also small-world property, which indicates that the typical distance between two uniform randomly chosen vertices grows proportionally to logarithm of the order of N(t , 4) , namely, relatively shorter diameter and lower average path length, simultaneously displays higher clustering coefficient. Next, as a new topological parameter correlating to reliability, synchronization capability and diffusion properties of networks, the number of spanning trees over a network is studied in more detail, an exact analytical solution for the number of spanning trees of the N(t , 4) is obtained. Based on the network-operation, part hub-vertex linking with each other will be helpful for structuring various network models and investigating the rules related with real-life networks.

  10. An operator-console system of the photon factory injector LINAC

    International Nuclear Information System (INIS)

    Nakahara, Kazuo; Abe, Isamu; Furukawa, Kazuro; Kamikubota, Norihiko

    1990-01-01

    It is sometimes difficult to unify accelerator control systems constructed in different ways. This problem arose in unifying the control systems of the injector linac and the storage ring making up the Photon Factory of the National Laboratory for High Energy Physics. One easy approach is to unify only the operator consoles; the unified console is connected to both separate control systems using gateways. The operator-console system of the Photon Factory injector linac has been designed and constructed using this approach. It consists of several workstations interconnected via a local-area network, a gateway to the old linac control network and a CATV system for the real-time display of the accelerator status. In this way the linac will be controlled from the control center of the Photon Factory storage ring. (orig.)

  11. Radial basis function neural network for power system load-flow

    International Nuclear Information System (INIS)

    Karami, A.; Mohammadi, M.S.

    2008-01-01

    This paper presents a method for solving the load-flow problem of the electric power systems using radial basis function (RBF) neural network with a fast hybrid training method. The main idea is that some operating conditions (values) are needed to solve the set of non-linear algebraic equations of load-flow by employing an iterative numerical technique. Therefore, we may view the outputs of a load-flow program as functions of the operating conditions. Indeed, we are faced with a function approximation problem and this can be done by an RBF neural network. The proposed approach has been successfully applied to the 10-machine and 39-bus New England test system. In addition, this method has been compared with that of a multi-layer perceptron (MLP) neural network model. The simulation results show that the RBF neural network is a simpler method to implement and requires less training time to converge than the MLP neural network. (author)

  12. Intelligent control for modeling of real-time reservoir operation, part II: artificial neural network with operating rule curves

    Science.gov (United States)

    Chang, Ya-Ting; Chang, Li-Chiu; Chang, Fi-John

    2005-04-01

    To bridge the gap between academic research and actual operation, we propose an intelligent control system for reservoir operation. The methodology includes two major processes, the knowledge acquired and implemented, and the inference system. In this study, a genetic algorithm (GA) and a fuzzy rule base (FRB) are used to extract knowledge based on the historical inflow data with a design objective function and on the operating rule curves respectively. The adaptive network-based fuzzy inference system (ANFIS) is then used to implement the knowledge, to create the fuzzy inference system, and then to estimate the optimal reservoir operation. To investigate its applicability and practicability, the Shihmen reservoir, Taiwan, is used as a case study. For the purpose of comparison, a simulation of the currently used M-5 operating rule curve is also performed. The results demonstrate that (1) the GA is an efficient way to search the optimal input-output patterns, (2) the FRB can extract the knowledge from the operating rule curves, and (3) the ANFIS models built on different types of knowledge can produce much better performance than the traditional M-5 curves in real-time reservoir operation. Moreover, we show that the model can be more intelligent for reservoir operation if more information (or knowledge) is involved.

  13. Fabrication and Operation of Microfluidic Hanging-Drop Networks.

    Science.gov (United States)

    Misun, Patrick M; Birchler, Axel K; Lang, Moritz; Hierlemann, Andreas; Frey, Olivier

    2018-01-01

    The hanging-drop network (HDN) is a technology platform based on a completely open microfluidic network at the bottom of an inverted, surface-patterned substrate. The platform is predominantly used for the formation, culturing, and interaction of self-assembled spherical microtissues (spheroids) under precisely controlled flow conditions. Here, we describe design, fabrication, and operation of microfluidic hanging-drop networks.

  14. Transparent settlement model between mobile network operator and mobile voice over Internet protocol operator

    Directory of Open Access Journals (Sweden)

    Luzango Pangani Mfupe

    2014-12-01

    Full Text Available Advances in technology have enabled network-less mobile voice over internet protocol operator (MVoIPO to offer data services (i.e. voice, text and video to mobile network operator's (MNO's subscribers through an application enabled on subscriber's user equipment using MNO's packet-based cellular network infrastructure. However, this raises the problem of how to handle interconnection settlements between the two types of operators, particularly how to deal with users who now have the ability to make ‘free’ on-net MVoIP calls among themselves within the MNO's network. This study proposes a service level agreement-based transparent settlement model (TSM to solve this problem. The model is based on concepts of achievement and reward, not violation and punishment. The TSM calculates the MVoIPO's throughput distribution by monitoring the variations of peaks and troughs at the edge of a network. This facilitates the determination of conformance and non-conformance levels to the pre-set throughput thresholds and, subsequently, the issuing of compensation to the MVoIPO by the MNO as a result of generating an economically acceptable volume of data traffic.

  15. Parameter estimation in space systems using recurrent neural networks

    Science.gov (United States)

    Parlos, Alexander G.; Atiya, Amir F.; Sunkel, John W.

    1991-01-01

    The identification of time-varying parameters encountered in space systems is addressed, using artificial neural systems. A hybrid feedforward/feedback neural network, namely a recurrent multilayer perception, is used as the model structure in the nonlinear system identification. The feedforward portion of the network architecture provides its well-known interpolation property, while through recurrency and cross-talk, the local information feedback enables representation of temporal variations in the system nonlinearities. The standard back-propagation-learning algorithm is modified and it is used for both the off-line and on-line supervised training of the proposed hybrid network. The performance of recurrent multilayer perceptron networks in identifying parameters of nonlinear dynamic systems is investigated by estimating the mass properties of a representative large spacecraft. The changes in the spacecraft inertia are predicted using a trained neural network, during two configurations corresponding to the early and late stages of the spacecraft on-orbit assembly sequence. The proposed on-line mass properties estimation capability offers encouraging results, though, further research is warranted for training and testing the predictive capabilities of these networks beyond nominal spacecraft operations.

  16. Weighted Complex Network Analysis of Shanghai Rail Transit System

    Directory of Open Access Journals (Sweden)

    Yingying Xing

    2016-01-01

    Full Text Available With increasing passenger flows and construction scale, Shanghai rail transit system (RTS has entered a new era of networking operation. In addition, the structure and properties of the RTS network have great implications for urban traffic planning, design, and management. Thus, it is necessary to acquire their network properties and impacts. In this paper, the Shanghai RTS, as well as passenger flows, will be investigated by using complex network theory. Both the topological and dynamic properties of the RTS network are analyzed and the largest connected cluster is introduced to assess the reliability and robustness of the RTS network. Simulation results show that the distribution of nodes strength exhibits a power-law behavior and Shanghai RTS network shows a strong weighted rich-club effect. This study also indicates that the intentional attacks are more detrimental to the RTS network than to the random weighted network, but the random attacks can cause slightly more damage to the random weighted network than to the RTS network. Our results provide a richer view of complex weighted networks in real world and possibilities of risk analysis and policy decisions for the RTS operation department.

  17. Security assessment for intentional island operation in modern power system

    DEFF Research Database (Denmark)

    Chen, Yu; Xu, Zhao; Østergaard, Jacob

    2011-01-01

    be increased. However, when to island or how to ensure the islanded systems can survive the islanding transition is uncertain. This article proposes an Islanding Security Region (ISR) concept to provide security assessment of island operation. By comparing the system operating state with the ISR, the system......There has been a high penetration level of Distributed Generations (DGs) in distribution systems in Denmark. Even more DGs are expected to be installed in the coming years. With that, to utilize them in maintaining the security of power supply is of great concern for Danish utilities. During...... the emergency in the power system, some distribution networks may be intentionally separated from the main grid to avoid complete system collapse. If DGs in those networks could continuously run instead of immediately being shut down, the blackout could be avoided and the reliability of supply could...

  18. Multi-agent based modeling for electric vehicle integration in a distribution network operation

    DEFF Research Database (Denmark)

    Hu, Junjie; Morais, Hugo; Lind, Morten

    2016-01-01

    The purpose of this paper is to present a multi-agent based modeling technology for simulating and operating a hierarchical energy management of a power distribution system with focus on EVs integration. The proposed multi-agent system consists of four types of agents: i) Distribution system...... operator (DSO) technical agent and ii) DSO market agents that both belong to the top layer of the hierarchy and their roles are to manage the distribution network by avoiding grid congestions and using congestion prices to coordinate the energy scheduled; iii) Electric vehicle virtual power plant agents...

  19. UMTS network planning, optimization, and inter-operation with GSM

    CERN Document Server

    Rahnema, Moe

    2008-01-01

    UMTS Network Planning, Optimization, and Inter-Operation with GSM is an accessible, one-stop reference to help engineers effectively reduce the time and costs involved in UMTS deployment and optimization. Rahnema includes detailed coverage from both a theoretical and practical perspective on the planning and optimization aspects of UMTS, and a number of other new techniques to help operators get the most out of their networks. Provides an end-to-end perspective, from network design to optimizationIncorporates the hands-on experiences of numerous researchersSingle

  20. An intelligent nuclear reactor core controller for load following operations, using recurrent neural networks and fuzzy systems

    International Nuclear Information System (INIS)

    Boroushaki, M.; Ghofrani, M.B.; Lucas, C.; Yazdanpanah, M.J.

    2003-01-01

    In the last decade, the intelligent control community has paid great attention to the topic of intelligent control systems for nuclear plants (core, steam generator...). Papers mostly used approximate and simple mathematical SISO (single-input-single-output) model of nuclear plants for testing and/or tuning of the control systems. They also tried to generalize theses models to a real MIMO (multi-input-multi-output) plant, while nuclear plants are typically of complex nonlinear and multivariable nature with high interactions between their state variables and therefore, many of these proposed intelligent control systems are not appropriate for real cases. In this paper, we designed an on-line intelligent core controller for load following operations, based on a heuristic control algorithm, using a valid and updatable recurrent neural network (RNN). We have used an accurate 3-dimensional core calculation code to represent the real plant and to train the RNN. The results of simulation show that this intelligent controller can control the reactor core during load following operations, using optimum control rod groups manoeuvre and variable overlapping strategy. This methodology represents a simple and reliable procedure for controlling other complex nonlinear MIMO plants, and may improve the responses, comparing to other control systems

  1. Operations plan for the Regional Seismic Test Network

    International Nuclear Information System (INIS)

    1981-01-01

    The Regional Seismic Test Network program was established to provide a capability for detection of extremely sensitive earth movements. Seismic signals from both natural and man-made earth motions will be analyzed with the ultimate objective of accurately locating underground nuclear explosions. The Sandia National Laboratories, Albuquerque, has designed an unattended seismic station capable of recording seismic information received at the location of the seismometers installed as part of that specific station. A network of stations is required to increase the capability of determining the source of the seismic signal and the location of the source. Current plans are to establish a five-station seismic network in the United States and Canada. The Department of Energy, Nevada Operations Office, has been assigned the responsibility for deploying, installing, and operating these remote stations. This Operation Plan provides the basic information and tasking to accomplish this assignment

  2. Using social network analysis and agent-based modelling to explore information flow using common operational pictures for maritime search and rescue operations.

    Science.gov (United States)

    Baber, C; Stanton, N A; Atkinson, J; McMaster, R; Houghton, R J

    2013-01-01

    The concept of common operational pictures (COPs) is explored through the application of social network analysis (SNA) and agent-based modelling to a generic search and rescue (SAR) scenario. Comparing the command structure that might arise from standard operating procedures with the sort of structure that might arise from examining information-in-common, using SNA, shows how one structure could be more amenable to 'command' with the other being more amenable to 'control' - which is potentially more suited to complex multi-agency operations. An agent-based model is developed to examine the impact of information sharing with different forms of COPs. It is shown that networks using common relevant operational pictures (which provide subsets of relevant information to groups of agents based on shared function) could result in better sharing of information and a more resilient structure than networks that use a COP. SNA and agent-based modelling are used to compare different forms of COPs for maritime SAR operations. Different forms of COP change the communications structures in the socio-technical systems in which they operate, which has implications for future design and development of a COP.

  3. Implementing controlled-unitary operations over the butterfly network

    Energy Technology Data Exchange (ETDEWEB)

    Soeda, Akihito; Kinjo, Yoshiyuki; Turner, Peter S. [Department of Physics, Graduate School of Science, The University of Tokyo, Tokyo (Japan); Murao, Mio [Department of Physics, Graduate School of Science, The University of Tokyo, Tokyo, Japan and NanoQuine, The University of Tokyo, Tokyo (Japan)

    2014-12-04

    We introduce a multiparty quantum computation task over a network in a situation where the capacities of both the quantum and classical communication channels of the network are limited and a bottleneck occurs. Using a resource setting introduced by Hayashi [1], we present an efficient protocol for performing controlled-unitary operations between two input nodes and two output nodes over the butterfly network, one of the most fundamental networks exhibiting the bottleneck problem. This result opens the possibility of developing a theory of quantum network coding for multiparty quantum computation, whereas the conventional network coding only treats multiparty quantum communication.

  4. Mathematical models of electrical network systems theory and applications : an introduction

    CERN Document Server

    Kłos, Andrzej

    2017-01-01

    This book is for all those who are looking for a non-conventional mathematical model of electrical network systems. It presents a modern approach using linear algebra and derives various commonly unknown quantities and interrelations of network analysis. It also explores some applications of algebraic network model of and solves some examples of previously unsolved network problems in planning and operation of network systems. Complex mathematical aspects are illustrated and described in a way that is understandable for non-mathematicians. Discussing interesting concepts and practically useful methods of network analysis, it is a valuable resource for lecturers, students, engineers and research workers. .

  5. Creating networking adaptive interactive hybrid systems : A methodic approach

    NARCIS (Netherlands)

    Kester, L.J.

    2011-01-01

    Advances in network technologies enable distributed systems, operating in complex physical environments, to coordinate their activities over larger areas within shorter time intervals. Some envisioned application domains for such systems are defense, crisis management, traffic management, public

  6. Restaurant Management System Over Private Network

    OpenAIRE

    Amanat Dhillon; Shreya Tuli

    2017-01-01

    Restaurant Management System over Private Network is an automated business environment which allows restaurants to reduce operational costs increase efficiency of business improve customer satisfaction cut down labour costs decrease order processing time and provide better Quality-of-ServiceQ-S. This system manages a digital menu allowing the customers to place orders easily. Authentication fields for employees enable better administration of the restaurant. The whole restaurant is integrated...

  7. Networked: The New Social Operating System

    Science.gov (United States)

    Rainie, Lee; Wellman, Barry

    2012-01-01

    Daily life is connected life, its rhythms driven by endless email pings and responses, the chimes and beeps of continually arriving text messages, tweets and retweets, Facebook updates, pictures and videos to post and discuss. Our perpetual connectedness gives us endless opportunities to be part of the give-and-take of networking. Some worry that…

  8. Insertion algorithms for network model database management systems

    Science.gov (United States)

    Mamadolimov, Abdurashid; Khikmat, Saburov

    2017-12-01

    The network model is a database model conceived as a flexible way of representing objects and their relationships. Its distinguishing feature is that the schema, viewed as a graph in which object types are nodes and relationship types are arcs, forms partial order. When a database is large and a query comparison is expensive then the efficiency requirement of managing algorithms is minimizing the number of query comparisons. We consider updating operation for network model database management systems. We develop a new sequantial algorithm for updating operation. Also we suggest a distributed version of the algorithm.

  9. A Reference Architecture for Network-Centric Information Systems

    National Research Council Canada - National Science Library

    Renner, Scott; Schaefer, Ronald

    2003-01-01

    This paper presents the "C2 Enterprise Reference Architecture" (C2ERA), which is a new technical concept of operations for building information systems better suited to the Network-Centric Warfare (NCW) environment...

  10. Urban Traffic Signal System Control Structural Optimization Based on Network Analysis

    Directory of Open Access Journals (Sweden)

    Li Wang

    2013-01-01

    Full Text Available Advanced urban traffic signal control systems such as SCOOT and SCATS normally coordinate traffic network using multilevel hierarchical control mechanism. In this mechanism, several key intersections will be selected from traffic signal network and the network will be divided into different control subareas. Traditionally, key intersection selection and control subareas division are executed according to dynamic traffic counts and link length between intersections, which largely rely on traffic engineers’ experience. However, it omits important inherent characteristics of traffic network topology. In this paper, we will apply network analysis approach into these two aspects for traffic system control structure optimization. Firstly, the modified C-means clustering algorithm will be proposed to assess the importance of intersections in traffic network and furthermore determine the key intersections based on three indexes instead of merely on traffic counts in traditional methods. Secondly, the improved network community discovery method will be used to give more reasonable evidence in traffic control subarea division. Finally, to test the effectiveness of network analysis approach, a hardware-in-loop simulation environment composed of regional traffic control system, microsimulation software and signal controller hardware, will be built. Both traditional method and proposed approach will be implemented on simulation test bed to evaluate traffic operation performance indexes, for example, travel time, stop times, delay and average vehicle speed. Simulation results show that the proposed network analysis approach can improve the traffic control system operation performance effectively.

  11. The wireless networking system of Earthquake precursor mobile field observation

    Science.gov (United States)

    Wang, C.; Teng, Y.; Wang, X.; Fan, X.; Wang, X.

    2012-12-01

    The mobile field observation network could be real-time, reliably record and transmit large amounts of data, strengthen the physical signal observations in specific regions and specific period, it can improve the monitoring capacity and abnormal tracking capability. According to the features of scatter everywhere, a large number of current earthquake precursor observation measuring points, networking technology is based on wireless broadband accessing McWILL system, the communication system of earthquake precursor mobile field observation would real-time, reliably transmit large amounts of data to the monitoring center from measuring points through the connection about equipment and wireless accessing system, broadband wireless access system and precursor mobile observation management center system, thereby implementing remote instrument monitoring and data transmition. At present, the earthquake precursor field mobile observation network technology has been applied to fluxgate magnetometer array geomagnetic observations of Tianzhu, Xichang,and Xinjiang, it can be real-time monitoring the working status of the observational instruments of large area laid after the last two or three years, large scale field operation. Therefore, it can get geomagnetic field data of the local refinement regions and provide high-quality observational data for impending earthquake tracking forecast. Although, wireless networking technology is very suitable for mobile field observation with the features of simple, flexible networking etc, it also has the phenomenon of packet loss etc when transmitting a large number of observational data due to the wireless relatively weak signal and narrow bandwidth. In view of high sampling rate instruments, this project uses data compression and effectively solves the problem of data transmission packet loss; Control commands, status data and observational data transmission use different priorities and means, which control the packet loss rate within

  12. Development of an accident diagnosis system using a dynamic neural network for nuclear power plants

    International Nuclear Information System (INIS)

    Lee, Seung Jun; Kim, Jong Hyun; Seong, Poong Hyun

    2004-01-01

    In this work, an accident diagnosis system using the dynamic neural network is developed. In order to help the plant operators to quickly identify the problem, perform diagnosis and initiate recovery actions ensuring the safety of the plant, many operator support system and accident diagnosis systems have been developed. Neural networks have been recognized as a good method to implement an accident diagnosis system. However, conventional accident diagnosis systems that used neural networks did not consider a time factor sufficiently. If the neural network could be trained according to time, it is possible to perform more efficient and detailed accidents analysis. Therefore, this work suggests a dynamic neural network which has different features from existing dynamic neural networks. And a simple accident diagnosis system is implemented in order to validate the dynamic neural network. After training of the prototype, several accident diagnoses were performed. The results show that the prototype can detect the accidents correctly with good performances

  13. Orthogonal Operation of Constitutional Dynamic Networks Consisting of DNA-Tweezer Machines.

    Science.gov (United States)

    Yue, Liang; Wang, Shan; Cecconello, Alessandro; Lehn, Jean-Marie; Willner, Itamar

    2017-12-26

    Overexpression or down-regulation of cellular processes are often controlled by dynamic chemical networks. Bioinspired by nature, we introduce constitutional dynamic networks (CDNs) as systems that emulate the principle of the nature processes. The CDNs comprise dynamically interconvertible equilibrated constituents that respond to external triggers by adapting the composition of the dynamic mixture to the energetic stabilization of the constituents. We introduce a nucleic acid-based CDN that includes four interconvertible and mechanically triggered tweezers, AA', BB', AB' and BA', existing in closed, closed, open, and open configurations, respectively. By subjecting the CDN to auxiliary triggers, the guided stabilization of one of the network constituents dictates the dynamic reconfiguration of the structures of the tweezers constituents. The orthogonal and reversible operations of the CDN DNA tweezers are demonstrated, using T-A·T triplex or K + -stabilized G-quadruplex as structural motifs that control the stabilities of the constituents. The implications of the study rest on the possible applications of input-guided CDN assemblies for sensing, logic gate operations, and programmed activation of molecular machines.

  14. First field trial of Virtual Network Operator oriented network on demand (NoD) service provisioning over software defined multi-vendor OTN networks

    Science.gov (United States)

    Li, Yajie; Zhao, Yongli; Zhang, Jie; Yu, Xiaosong; Chen, Haoran; Zhu, Ruijie; Zhou, Quanwei; Yu, Chenbei; Cui, Rui

    2017-01-01

    A Virtual Network Operator (VNO) is a provider and reseller of network services from other telecommunications suppliers. These network providers are categorized as virtual because they do not own the underlying telecommunication infrastructure. In terms of business operation, VNO can provide customers with personalized services by leasing network infrastructure from traditional network providers. The unique business modes of VNO lead to the emergence of network on demand (NoD) services. The conventional network provisioning involves a series of manual operation and configuration, which leads to high cost in time. Considering the advantages of Software Defined Networking (SDN), this paper proposes a novel NoD service provisioning solution to satisfy the private network need of VNOs. The solution is first verified in the real software defined multi-domain optical networks with multi-vendor OTN equipment. With the proposed solution, NoD service can be deployed via online web portals in near-real time. It reinvents the customer experience and redefines how network services are delivered to customers via an online self-service portal. Ultimately, this means a customer will be able to simply go online, click a few buttons and have new services almost instantaneously.

  15. A super base station based centralized network architecture for 5G mobile communication systems

    Directory of Open Access Journals (Sweden)

    Manli Qian

    2015-04-01

    Full Text Available To meet the ever increasing mobile data traffic demand, the mobile operators are deploying a heterogeneous network with multiple access technologies and more and more base stations to increase the network coverage and capacity. However, the base stations are isolated from each other, so different types of radio resources and hardware resources cannot be shared and allocated within the overall network in a cooperative way. The mobile operators are thus facing increasing network operational expenses and a high system power consumption. In this paper, a centralized radio access network architecture, referred to as the super base station (super BS, is proposed, as a possible solution for an energy-efficient fifth-generation (5G mobile system. The super base station decouples the logical functions and physical entities of traditional base stations, so different types of system resources can be horizontally shared and statistically multiplexed among all the virtual base stations throughout the entire system. The system framework and main functionalities of the super BS are described. Some key technologies for system implementation, i.e., the resource pooling, real-time virtualization, adaptive hardware resource allocation are also highlighted.

  16. Space Flight Operations Center local area network

    Science.gov (United States)

    Goodman, Ross V.

    1988-01-01

    The existing Mission Control and Computer Center at JPL will be replaced by the Space Flight Operations Center (SFOC). One part of the SFOC is the LAN-based distribution system. The purpose of the LAN is to distribute the processed data among the various elements of the SFOC. The SFOC LAN will provide a robust subsystem that will support the Magellan launch configuration and future project adaptation. Its capabilities include (1) a proven cable medium as the backbone for the entire network; (2) hardware components that are reliable, varied, and follow OSI standards; (3) accurate and detailed documentation for fault isolation and future expansion; and (4) proven monitoring and maintenance tools.

  17. Coordinated Operation of the Electricity and Natural Gas Systems with Bi-directional Energy Conversion

    DEFF Research Database (Denmark)

    Zeng, Qing; Zhang, Baohua; Fang, Jiakun

    2017-01-01

    A coordinated operation of the natural gas and electricity network with bi-directional energy conversion is expected to accommodate high penetration levels of renewables. This work focuses on the unified optimal operation of the integrated natural gas and electricity system considering the network...

  18. Construct mine environment monitoring system based on wireless mesh network

    Science.gov (United States)

    Chen, Xin; Ge, Gengyu; Liu, Yinmei; Cheng, Aimin; Wu, Jun; Fu, Jun

    2018-04-01

    The system uses wireless Mesh network as a network transmission medium, and strive to establish an effective and reliable underground environment monitoring system. The system combines wireless network technology and embedded technology to monitor the internal data collected in the mine and send it to the processing center for analysis and environmental assessment. The system can be divided into two parts: the main control network module and the data acquisition terminal, and the SPI bus technology is used for mutual communication between them. Multi-channel acquisition and control interface design Data acquisition and control terminal in the analog signal acquisition module, digital signal acquisition module, and digital signal output module. The main control network module running Linux operating system, in which the transplant SPI driver, USB card driver and AODV routing protocol. As a result, the internal data collection and reporting of the mine are realized.

  19. PWR system simulation and parameter estimation with neural networks

    Energy Technology Data Exchange (ETDEWEB)

    Akkurt, Hatice; Colak, Uener E-mail: uc@nuke.hacettepe.edu.tr

    2002-11-01

    A detailed nonlinear model for a typical PWR system has been considered for the development of simulation software. Each component in the system has been represented by appropriate differential equations. The SCILAB software was used for solving nonlinear equations to simulate steady-state and transient operational conditions. Overall system has been constructed by connecting individual components to each other. The validity of models for individual components and overall system has been verified. The system response against given transients have been analyzed. A neural network has been utilized to estimate system parameters during transients. Different transients have been imposed in training and prediction stages with neural networks. Reactor power and system reactivity during the transient event have been predicted by the neural network. Results show that neural networks estimations are in good agreement with the calculated response of the reactor system. The maximum errors are within {+-}0.254% for power and between -0.146 and 0.353% for reactivity prediction cases. Steam generator parameters, pressure and water level, are also successfully predicted by the neural network employed in this study. The noise imposed on the input parameters of the neural network deteriorates the power estimation capability whereas the reactivity estimation capability is not significantly affected.

  20. PWR system simulation and parameter estimation with neural networks

    International Nuclear Information System (INIS)

    Akkurt, Hatice; Colak, Uener

    2002-01-01

    A detailed nonlinear model for a typical PWR system has been considered for the development of simulation software. Each component in the system has been represented by appropriate differential equations. The SCILAB software was used for solving nonlinear equations to simulate steady-state and transient operational conditions. Overall system has been constructed by connecting individual components to each other. The validity of models for individual components and overall system has been verified. The system response against given transients have been analyzed. A neural network has been utilized to estimate system parameters during transients. Different transients have been imposed in training and prediction stages with neural networks. Reactor power and system reactivity during the transient event have been predicted by the neural network. Results show that neural networks estimations are in good agreement with the calculated response of the reactor system. The maximum errors are within ±0.254% for power and between -0.146 and 0.353% for reactivity prediction cases. Steam generator parameters, pressure and water level, are also successfully predicted by the neural network employed in this study. The noise imposed on the input parameters of the neural network deteriorates the power estimation capability whereas the reactivity estimation capability is not significantly affected

  1. Enhanced Situational Awareness and Decision Support for Operators of Future Distributed Power Network Architectures

    DEFF Research Database (Denmark)

    Zaher, Ammar S. A. E.; Catterson, V. M.; Syed, M. H.

    2016-01-01

    This paper describes scenarios proposed for a control room decision support system aimed at future power network operators. The purpose is to consider the requirements of the future control room from the perspective of the operator under the conditions of a significant frequency excursion incident....... The control room visualisation and decision support functionality for aiding the operator in restoring the frequency to its target value will be considered. The analysis takes place within the Web-ofCells framework, adopted to deal with power system control through a web of subsystems, called cells, which...

  2. EHV network operation, maintenance, organization and training

    Energy Technology Data Exchange (ETDEWEB)

    Gravier, J P [Electricite de France (EDF), 75 - Paris (France)

    1994-12-31

    The service interruptions of electricity have an ever increasing social and industrial impact, it is thus fundamental to operate the network to its best level of performances. To face these changing conditions, Electricite de France has consequently adapted its strategy to improve its organization for maintenance and operation, clarify the operation procedures and give further training to the staff. This work presents the above mentioned issues. (author) 2 figs.

  3. IBM PC/IX operating system evaluation plan

    Science.gov (United States)

    Dominick, Wayne D. (Editor); Granier, Martin; Hall, Philip P.; Triantafyllopoulos, Spiros

    1984-01-01

    An evaluation plan for the IBM PC/IX Operating System designed for IBM PC/XT computers is discussed. The evaluation plan covers the areas of performance measurement and evaluation, software facilities available, man-machine interface considerations, networking, and the suitability of PC/IX as a development environment within the University of Southwestern Louisiana NASA PC Research and Development project. In order to compare and evaluate the PC/IX system, comparisons with other available UNIX-based systems are also included.

  4. Robust and Stable Disturbance Observer of Servo System for Low Speed Operation Using the Radial Basis Function Network

    DEFF Research Database (Denmark)

    Lee, Kyo-Beum; Blaabjerg, Frede

    2005-01-01

    A new scheme to estimate the moment of inertia in the servo motor drive system in very low speed is proposed in this paper. The speed estimation scheme in most servo drive systems for low speed operation is sensitive to the variation of machine parameter, especially the moment of inertia....... To estimate the motor inertia value, the observer using the Radial Basis Function Network (RBFN) is applied. A control law for stabilizing the system and adaptive laws for updating both of the weights in the RBFN and a bounding constant are established so that the whole closed-loop system is stable...... in the sense of Lyapunov. The effectiveness of the proposed inertia estimation is verified by simulations and experiments. It is concluded that the speed control performance in low speed region is improved with the proposed disturbance observer using RBFN....

  5. Operating a global seismic network - perspectives from the USGS GSN

    Science.gov (United States)

    Gee, L. S.; Derr, J. S.; Hutt, C. R.; Bolton, H.; Ford, D.; Gyure, G. S.; Storm, T.; Leith, W.

    2007-05-01

    The Global Seismographic Network (GSN) is a permanent digital network of state-of-the-art seismological and geophysical sensors connected by a global telecommunications network, serving as a multi-use scientific facility used for seismic monitoring for response applications, basic and applied research in solid earthquake geophysics, and earth science education. A joint program of the U.S. Geological Survey (USGS), the National Science Foundation, and Incorporated Research Institutions in Seismology (IRIS), the GSN provides near- uniform, worldwide monitoring of the Earth through 144 modern, globally distributed seismic stations. The USGS currently operates 90 GSN or GSN-affiliate stations. As a US government program, the USGS GSN is evaluated on several performance measures including data availability, data latency, and cost effectiveness. The USGS-component of the GSN, like the GSN as a whole, is in transition from a period of rapid growth to steady- state operations. The program faces challenges of aging equipment and increased operating costs at the same time that national and international earthquake and tsunami monitoring agencies place an increased reliance on GSN data. Data acquisition of the USGS GSN is based on the Quanterra Q680 datalogger, a workhorse system that is approaching twenty years in the field, often in harsh environments. An IRIS instrumentation committee recently selected the Quanterra Q330 HR as the "next generation" GSN data acquisition system, and the USGS will begin deploying the new equipment in the middle of 2007. These new systems will address many of the issues associated with the ageing Q680 while providing a platform for interoperability across the GSN.. In order to address the challenge of increasing operational costs, the USGS employs several tools. First, the USGS benefits from the contributions of local host institutions. The station operators are the first line of defense when a station experiences problems, changing boards

  6. EPICS: operating system independent device/driver support

    International Nuclear Information System (INIS)

    Kraimer, M.R.

    2003-01-01

    Originally EPICS input/output controllers (IOCs) were only supported on VME-based systems running the vxWorks operating system. Now IOCs are supported on many systems: vxWorks, RTEMS, Solaris, HPUX, Linux, WIN32, and Darwin. A challenge is to provide operating-system-independent device and driver support. This paper presents some techniques for providing such support. EPICS (Experimental Physics and Industrial Control System) is a set of software tools, libraries, and applications developed collaboratively and used worldwide to create distributed, real-time control systems for scientific instruments such as particle accelerators, telescopes, and other large scientific experiments. An important component of all EPICS-based control systems is a collection of input/output controllers (IOCs). An IOC has three primary components: (1) a real-time database; (2) channel access, which provides network access to the database; and (3) device/driver support for interfacing to equipment. This paper describes some projects related to providing device/driver support on non-vxWorks systems. In order to support IOCs on platforms other than vxWorks, operating-system-independent (OSI) application program interfaces (APIs) were defined for threads, semaphores, timers, etc. Providing support for a new platform consists of providing an operating-system-dependent implementation of the OSI APIs.

  7. High-speed and high-fidelity system and method for collecting network traffic

    Science.gov (United States)

    Weigle, Eric H [Los Alamos, NM

    2010-08-24

    A system is provided for the high-speed and high-fidelity collection of network traffic. The system can collect traffic at gigabit-per-second (Gbps) speeds, scale to terabit-per-second (Tbps) speeds, and support additional functions such as real-time network intrusion detection. The present system uses a dedicated operating system for traffic collection to maximize efficiency, scalability, and performance. A scalable infrastructure and apparatus for the present system is provided by splitting the work performed on one host onto multiple hosts. The present system simultaneously addresses the issues of scalability, performance, cost, and adaptability with respect to network monitoring, collection, and other network tasks. In addition to high-speed and high-fidelity network collection, the present system provides a flexible infrastructure to perform virtually any function at high speeds such as real-time network intrusion detection and wide-area network emulation for research purposes.

  8. Non-line-of-sight optical wireless sensor network operating in multiscattering channel

    Science.gov (United States)

    Kedar, Debbie; Arnon, Shlomi

    2006-11-01

    Networks of sensors are envisaged to be major participants in future data-gathering systems for civilian and military applications, including medical and environmental monitoring and surveillance, home security, agriculture, and industry. Typically, a very large number of miniature sensing and communicating nodes are distributed ad hoc at the location of interest, where they establish a network and wirelessly communicate sensed data either to one another or to a base station using various network topologies. The optical modality is a potential solution for the links, due to the small and lightweight hardware and low power consumption, as well as other special features. Notably, the backscattering of light by molecules and aerosols in the atmosphere can function as a vehicle of communication in a way similar to the deployment of numerous tiny reflecting mirrors. The scattering of light at solar-blind ultraviolet wavelengths is of particular interest since scattering by atmospheric particles is significant and ambient solar interference is minimal. In this paper we derive a mathematical model of a simple and low-cost non-line-of-sight (NLOS) optical wireless sensor network operating in the solar-blind ultraviolet spectral range. The viability and limitations of the internode link are evaluated and found to facilitate miniature operational sensor networks.

  9. Design of Networked Home Automation System Based on μCOS-II and AMAZON

    Directory of Open Access Journals (Sweden)

    Liu Jianfeng

    2015-01-01

    Full Text Available In recent years, with the popularity of computers and smart phones and the development of intelligent building in electronics industry, people’s requirement of living environment is gradually changing. The intelligent home furnishing building has become the new focus of people purchasing. And the networked home automation system which relies on the advanced network technology to connect with air conditioning, lighting, security, curtains, TV, water heater and other home furnishing systems into a local area network becomes a networked control system. μC /OS is a real-time operating system with the free open-source code, the compact structure and the preemptive real-time kernel. In this paper, the author focuses on the design of home furnishing total controller based on AMAZON multimedia processor and μC/OS-II real-time operating system, and achieves the remote access connection and control through the Ethernet.

  10. Benefits of Self-Organizing Networks (SON for Mobile Operators

    Directory of Open Access Journals (Sweden)

    Olav Østerbø

    2012-01-01

    Full Text Available Self-Organizing Networks (SON is a collection of functions for automatic configuration, optimization, diagnostisation and healing of cellular networks. It is considered to be a necessity in future mobile networks and operations due to the increased cost pressure. The main drivers are essentially to reduce CAPEX and OPEX, which would otherwise increase dramatically due to increased number of network parameters that has to be monitored and set, the rapidly increasing numbers of base stations in the network and parallel operation of 2G, 3G and Evolved Packet Core (EPC infrastructures. This paper presents evaluations on the use of some of the most important SON components. Mobile networks are getting more complex to configure, optimize and maintain. Many SON functions will give cost savings and performance benefits from the very beginning of a network deployment and these should be prioritized now. But even if many functions are already available and can give large benefits, the field is still in its infancy and more advanced functions are either not yet implemented or have immature implementations. It is therefore necessary to have a strategy for how and when different SON functions should be introduced in mobile networks.

  11. Importance Of Penetration Testing For Legacy Operating System

    Directory of Open Access Journals (Sweden)

    Poorvi Bhatt

    2017-12-01

    Full Text Available Penetration testing is very important technique to find vulnerabilities in commercial networks. There are various techniques for ethical hacking via penetration testing. This report explains a white hat hacker approach of penetration testing. I have performed this test on private network where three PCs are connected through LAN via switch and without firewall. This network is not connected with Internet. All the PCs have windows operating system. The attacker host has windows server 2003 with Service Pack1 second host has windows XP with Service Pack 2 and third host has windows 2000 with service pack 4.

  12. Expert systems and advanced automation for space missions operations

    Science.gov (United States)

    Durrani, Sajjad H.; Perkins, Dorothy C.; Carlton, P. Douglas

    1990-01-01

    Increased complexity of space missions during the 1980s led to the introduction of expert systems and advanced automation techniques in mission operations. This paper describes several technologies in operational use or under development at the National Aeronautics and Space Administration's Goddard Space Flight Center. Several expert systems are described that diagnose faults, analyze spacecraft operations and onboard subsystem performance (in conjunction with neural networks), and perform data quality and data accounting functions. The design of customized user interfaces is discussed, with examples of their application to space missions. Displays, which allow mission operators to see the spacecraft position, orientation, and configuration under a variety of operating conditions, are described. Automated systems for scheduling are discussed, and a testbed that allows tests and demonstrations of the associated architectures, interface protocols, and operations concepts is described. Lessons learned are summarized.

  13. Utility communication networks and services specification, deployment and operation

    CERN Document Server

    2017-01-01

    This CIGRE green book begins by addressing the specification and provision of communication services in the context of operational applications for electrical power utilities, before subsequently providing guidelines on the deployment or transformation of networks to deliver these specific communication services. Lastly, it demonstrates how these networks and their services can be monitored, operated, and maintained to ensure that the requisite high level of service quality is consistently achieved.

  14. Application of local area networks to accelerator control systems at the Stanford Linear Accelerator

    International Nuclear Information System (INIS)

    Fox, J.D.; Linstadt, E.; Melen, R.

    1983-03-01

    The history and current status of SLAC's SDLC networks for distributed accelerator control systems are discussed. These local area networks have been used for instrumentation and control of the linear accelerator. Network topologies, protocols, physical links, and logical interconnections are discussed for specific applications in distributed data acquisition and control system, computer networks and accelerator operations

  15. Systems for the safe operation of the JET tokamak with tritium

    International Nuclear Information System (INIS)

    Stork, D.; Ageladarakis, P.; Bell, A.C.

    1999-01-01

    In 1997, the JET device was operated for an extensive campaign with deuterium-tritium (D-T) plasmas (the DTE1 campaign). A comprehensive network of machine protection systems was necessary so that this experimental campaign could be executed safely without damage to the machine or release of activated material. This network had been developed over many years of JET deuterium plasma operation and therefore the modifications for D-T operation was not a significant problem. The DTE1 campaign was executed successfully and safely and the machine protection systems proved reliable and robust and, in the limited cases where they were required to act, functioned correctly. The machine protection systems at JET are described and their categorisation and development over time are summarised. The management, commissioning and operational experience during DTE1 are discussed and some examples of fault scenarios are described. The experience with protection systems at JET highlights the importance of correct design and philosophy decisions being taken at an early stage. It is shown that this experience will be invaluable data input to the safe operation of future large fusion machines. (orig.)

  16. Multi-operator collaboration for green cellular networks under roaming price consideration

    KAUST Repository

    Ghazzai, Hakim; Yaacoub, Elias E.; Alouini, Mohamed-Slim

    2014-01-01

    This paper investigates the collaboration between multiple mobile operators to optimize the energy efficiency of cellular networks. Our framework studies the case of LTE-Advanced networks deployed in the same area and owning renewable energy generators. The objective is to reduce the CO2 emissions of cellular networks via collaborative techniques and using base station sleeping strategy while respecting the network quality of service. Low complexity and practical algorithm is employed to achieve green goals during low traffic periods. Cooperation decision criteria are also established basing on derived roaming prices and profit gains of competitive mobile operators. Our numerical results show a significant save in terms of CO2 compared to the non-collaboration case and that cooperative mobile operator exploiting renewables are more awarded than traditional operators.

  17. Multi-operator collaboration for green cellular networks under roaming price consideration

    KAUST Repository

    Ghazzai, Hakim

    2014-09-01

    This paper investigates the collaboration between multiple mobile operators to optimize the energy efficiency of cellular networks. Our framework studies the case of LTE-Advanced networks deployed in the same area and owning renewable energy generators. The objective is to reduce the CO2 emissions of cellular networks via collaborative techniques and using base station sleeping strategy while respecting the network quality of service. Low complexity and practical algorithm is employed to achieve green goals during low traffic periods. Cooperation decision criteria are also established basing on derived roaming prices and profit gains of competitive mobile operators. Our numerical results show a significant save in terms of CO2 compared to the non-collaboration case and that cooperative mobile operator exploiting renewables are more awarded than traditional operators.

  18. [Network Design of the Spaceport Command and Control System

    Science.gov (United States)

    Teijeiro, Antonio

    2017-01-01

    I helped the Launch Control System (LCS) hardware team sustain the network design of the Spaceport Command and Control System. I wrote the procedure that will be used to satisfy an official hardware test for the hardware carrying data from the Launch Vehicle. I installed hardware and updated design documents in support of the ongoing development of the Spaceport Command and Control System and applied firewall experience I gained during my spring 2017 semester to inspect and create firewall security policies as requested. Finally, I completed several online courses concerning networking fundamentals and Unix operating systems.

  19. Mapping biological systems to network systems

    CERN Document Server

    Rathore, Heena

    2016-01-01

    The book presents the challenges inherent in the paradigm shift of network systems from static to highly dynamic distributed systems – it proposes solutions that the symbiotic nature of biological systems can provide into altering networking systems to adapt to these changes. The author discuss how biological systems – which have the inherent capabilities of evolving, self-organizing, self-repairing and flourishing with time – are inspiring researchers to take opportunities from the biology domain and map them with the problems faced in network domain. The book revolves around the central idea of bio-inspired systems -- it begins by exploring why biology and computer network research are such a natural match. This is followed by presenting a broad overview of biologically inspired research in network systems -- it is classified by the biological field that inspired each topic and by the area of networking in which that topic lies. Each case elucidates how biological concepts have been most successfully ...

  20. Experimental Determination of Operating and Maximum Power Transfer Efficiencies at Resonant Frequency in a Wireless Power Transfer System using PP Network Topology with Top Coupling

    Science.gov (United States)

    Ramachandran, Hema; Pillai, K. P. P.; Bindu, G. R.

    2017-08-01

    A two-port network model for a wireless power transfer system taking into account the distributed capacitances using PP network topology with top coupling is developed in this work. The operating and maximum power transfer efficiencies are determined analytically in terms of S-parameters. The system performance predicted by the model is verified with an experiment consisting of a high power home light load of 230 V, 100 W and is tested for two forced resonant frequencies namely, 600 kHz and 1.2 MHz. The experimental results are in close agreement with the proposed model.

  1. A Real-Time Simulation Platform for Power System Operation

    DEFF Research Database (Denmark)

    Cha, Seung-Tae; Østergaard, Jacob; Wu, Qiuwei

    2010-01-01

    This paper describes the real-time digital simulation platform that can be used for power system operation, analysis, and power system modeling. This particular platform gives grid operators, planners and researchers the opportunity to observe how a power system behaves and can be used...... in real time. Various phenomena commonly encountered when dealing with the two-area system is studied. Despite its small size, it mimics very closely the behavior of typical systems in actual operation. The electromagnetic transient type of simulation made in RSCAD enables the study of fast and detailed...... phenomena like single-phase faults in the two-area network and to observe their effects on a larger time scale. Also, the case study of 11 bus system with 5 generators has been also used and the results are presented....

  2. A Framework for Adaptable Operating and Runtime Systems

    Energy Technology Data Exchange (ETDEWEB)

    Sterling, Thomas [Indiana Univ., Bloomington, IN (United States)

    2014-03-04

    The emergence of new classes of HPC systems where performance improvement is enabled by Moore’s Law for technology is manifest through multi-core-based architectures including specialized GPU structures. Operating systems were originally designed for control of uniprocessor systems. By the 1980s multiprogramming, virtual memory, and network interconnection were integral services incorporated as part of most modern computers. HPC operating systems were primarily derivatives of the Unix model with Linux dominating the Top-500 list. The use of Linux for commodity clusters was first pioneered by the NASA Beowulf Project. However, the rapid increase in number of cores to achieve performance gain through technology advances has exposed the limitations of POSIX general-purpose operating systems in scaling and efficiency. This project was undertaken through the leadership of Sandia National Laboratories and in partnership of the University of New Mexico to investigate the alternative of composable lightweight kernels on scalable HPC architectures to achieve superior performance for a wide range of applications. The use of composable operating systems is intended to provide a minimalist set of services specifically required by a given application to preclude overheads and operational uncertainties (“OS noise”) that have been demonstrated to degrade efficiency and operational consistency. This project was undertaken as an exploration to investigate possible strategies and methods for composable lightweight kernel operating systems towards support for extreme scale systems.

  3. New information technologies in operative control of modes in regional electrical power systems

    OpenAIRE

    ANDREY D. TEVJASHEV; TATJANA B. TIMOFEEVA

    2003-01-01

    The problem of development of software for management of modes in electrical power systems in connection with casual character of a load in network is considered. The stochastic mathematical model of a system for operating control of modes in regional electrical power systems is offered. The methods for problem solving of operating control and operating planning of operational modes in regional electrical power systems are developed. The application of the developed models and methods will al...

  4. IGENPRO knowledge-based operator support system

    International Nuclear Information System (INIS)

    Morman, J. A.

    1998-01-01

    Research and development is being performed on the knowledge-based IGENPRO operator support package for plant transient diagnostics and management to provide operator assistance during off-normal plant transient conditions. A generic thermal-hydraulic (T-H) first-principles approach is being implemented using automated reasoning, artificial neural networks and fuzzy logic to produce a generic T-H system-independent/plant-independent package. The IGENPRO package has a modular structure composed of three modules: the transient trend analysis module PROTREN, the process diagnostics module PRODIAG and the process management module PROMANA. Cooperative research and development work has focused on the PRODIAG diagnostic module of the IGENPRO package and the operator training matrix of transients used at the Braidwood Pressurized Water Reactor station. Promising simulator testing results with PRODIAG have been obtained for the Braidwood Chemical and Volume Control System (CVCS), and the Component Cooling Water System. Initial CVCS test results have also been obtained for the PROTREN module. The PROMANA effort also involves the CVCS. Future work will be focused on the long-term, slow and mild degradation transients where diagnoses of incipient T-H component failure prior to forced outage events is required. This will enhance the capability of the IGENPRO system as a predictive maintenance tool for plant staff and operator support

  5. Transactive control: a framework for operating power systems characterized by high penetration of distributed energy resources

    DEFF Research Database (Denmark)

    Hu, Junjie; Yang, Guangya; Kok, Koen

    2016-01-01

    The increasing number of distributed energy resources connected to power systems raises operational challenges for the network operator, such as introducing grid congestion and voltage deviations in the distribution network level, as well as increasing balancing needs at the whole system level......, followed by a literature review and demonstration projects that apply to transactive control. Cases are then presented to illustrate the transactive control framework. At the end, discussions and research directions are presented, for applying transactive control to operating power systems, characterized...

  6. Neural network for adapting nuclear power plant control for wide-range operation

    International Nuclear Information System (INIS)

    Ku, C.C.; Lee, K.Y.; Edwards, R.M.

    1991-01-01

    A new concept of using neural networks has been evaluated for optimal control of a nuclear reactor. The neural network uses the architecture of a standard backpropagation network; however, a new dynamic learning algorithm has been developed to capture the underlying system dynamics. The learning algorithm is based on parameter estimation for dynamic systems. The approach is demonstrated on an optimal reactor temperature controller by adjusting the feedback gains for wide-range operation. Application of optimal control to a reactor has been considered for improving temperature response using a robust fifth-order reactor power controller. Conventional gain scheduling can be employed to extend the range of good performance to accommodate large changes in power where nonlinear characteristics significantly modify the dynamics of the power plant. Gain scheduling is developed based on expected parameter variations, and it may be advantageous to further adapt feedback gains on-line to better match actual plant performance. A neural network approach is used here to adapt the gains to better accommodate plant uncertainties and thereby achieve improved robustness characteristics

  7. Network software of FD-NET local network for the RT-11 operational system

    International Nuclear Information System (INIS)

    Bobyshev, A.N.; Kutsenko, V.A.; Kravtsov, A.I.; Korzhavin, A.I.; Rozhkov, A.B.; Semenov, Yu.A.; Fedotov, O.P.

    1987-01-01

    Description of software of FD-Net ring local network based on the ''Elektronika-60'' and ''MERA-60'' microcomputers as well as on SM-3, SM-4 and ''MERA-125'' minicomputers is given. FD-Net local network is aimed at automatization of complex and labour-consuming physical experiments carried out at the THEP. It permits to carry out simultaneous application of external devices, files and programs as well as data exchange between problems solved by different computers. The architecture of FD-Net network hardware is considered as well as a general structure of software. Certain modules of network software and their interaction with each other are described

  8. Improvment, extension and integration of operational decision support systems for nuclear emergency management (DSSNET)

    International Nuclear Information System (INIS)

    Ehrhardt, J.

    2005-07-01

    The DSSNET network was established in October 2000 with the overall objective to create an effective and accepted framework for better communication and understanding between the community of institutions involved in operational off-site emergency management and the many and diverse RTD institutes further developing methods and tools in this area, in particular decision support systems (DSS), for making well informed and consistent judgements with respect to practical improvements of emergency response in Europe. 37 institutions from 21 countries of East and West Europe have been members of the network with about half of them responsible for operational emergency management. The objectives of the network have been numerous and the more important ones include: to ensure that future RTD is more responsive to user needs, to inform the user community of new developments and their potential for improving emergency response, to improve operational decision support systems from feedback of operational experience, to identify how information and data exchange between countries can be improved, to promote greater coherence among operational decision support systems and to encourage shared development of new and improved decision support systems features, and to improve the practicability of operational decision support systems. To stimulate the communication and feedback between the operational and the RTD community, problem-oriented emergency exercises were performed, which covered the various time phases of an accident and which extended from the near range to farther distances with frontier crossing transport of radionuclides. The report describes the objectives of the DSSNET, the five emergency exercises performed and the results of their evaluation. They provided valuable insight and lessons for operators and users of decision support systems, in particular the need for much more intensive training and exercising with decision support systems and their interaction with

  9. The Linux operating system: An introduction

    Science.gov (United States)

    Bokhari, Shahid H.

    1995-01-01

    Linux is a Unix-like operating system for Intel 386/486/Pentium based IBM-PCs and compatibles. The kernel of this operating system was written from scratch by Linus Torvalds and, although copyrighted by the author, may be freely distributed. A world-wide group has collaborated in developing Linux on the Internet. Linux can run the powerful set of compilers and programming tools of the Free Software Foundation, and XFree86, a port of the X Window System from MIT. Most capabilities associated with high performance workstations, such as networking, shared file systems, electronic mail, TeX, LaTeX, etc. are freely available for Linux. It can thus transform cheap IBM-PC compatible machines into Unix workstations with considerable capabilities. The author explains how Linux may be obtained, installed and networked. He also describes some interesting applications for Linux that are freely available. The enormous consumer market for IBM-PC compatible machines continually drives down prices of CPU chips, memory, hard disks, CDROMs, etc. Linux can convert such machines into powerful workstations that can be used for teaching, research and software development. For professionals who use Unix based workstations at work, Linux permits virtually identical working environments on their personal home machines. For cost conscious educational institutions Linux can create world-class computing environments from cheap, easily maintained, PC clones. Finally, for university students, it provides an essentially cost-free path away from DOS into the world of Unix and X Windows.

  10. Manufacturing enterprise’s logistics operational cost simulation and optimization from the perspective of inter-firm network

    Directory of Open Access Journals (Sweden)

    Chun Fu

    2015-05-01

    Full Text Available Purpose: By studying the case of a Changsha engineering machinery manufacturing firm, this paper aims to find out the optimization tactics to reduce enterprise’s logistics operational cost. Design/methodology/approach: This paper builds the structure model of manufacturing enterprise’s logistics operational costs from the perspective of inter-firm network and simulates the model based on system dynamics. Findings: It concludes that applying system dynamics in the research of manufacturing enterprise’s logistics cost control can better reflect the relationship of factors in the system. And the case firm can optimize the logistics costs by implement joint distribution. Research limitations/implications: This study still lacks comprehensive consideration about the variables quantities and quantitative of the control factors. In the future, we should strengthen the collection of data and information about the engineering manufacturing firms and improve the logistics operational cost model. Practical implications: This study puts forward some optimization tactics to reduce enterprise’s logistics operational cost. And it is of great significance for enterprise’s supply chain management optimization and logistics cost control. Originality/value: Differing from the existing literatures, this paper builds the structure model of manufacturing enterprise’s logistics operational costs from the perspective of inter-firm network and simulates the model based on system dynamics.

  11. Embedded, everywhere: a research agenda for networked systems of embedded computers

    National Research Council Canada - National Science Library

    Committee on Networked Systems of Embedded Computers; National Research Council Staff; Division on Engineering and Physical Sciences; Computer Science and Telecommunications Board; National Academy of Sciences

    2001-01-01

    ...€"from precision agriculture to automotive telematics to defense systems. It describes how these emerging networks operate under unique constraints not present in more traditional distributed systems, such as the...

  12. The Dynamic Enterprise Network Composition Algorithm for Efficient Operation in Cloud Manufacturing

    Directory of Open Access Journals (Sweden)

    Gilseung Ahn

    2016-11-01

    Full Text Available As a service oriented and networked model, cloud manufacturing (CM has been proposed recently for solving a variety of manufacturing problems, including diverse requirements from customers. In CM, on-demand manufacturing services are provided by a temporary production network composed of several enterprises participating within an enterprise network. In other words, the production network is the main agent of production and a subset of an enterprise network. Therefore, it is essential to compose the enterprise network in a way that can respond to demands properly. A properly-composed enterprise network means the network can handle demands that arrive at the CM, with minimal costs, such as network composition and operation costs, such as participation contract costs, system maintenance costs, and so forth. Due to trade-offs among costs (e.g., contract cost and opportunity cost of production, it is a non-trivial problem to find the optimal network enterprise composition. In addition, this includes probabilistic constraints, such as forecasted demand. In this paper, we propose an algorithm, named the dynamic enterprise network composition algorithm (DENCA, based on a genetic algorithm to solve the enterprise network composition problem. A numerical simulation result is provided to demonstrate the performance of the proposed algorithm.

  13. Design of real-time voice over internet protocol system under bandwidth network

    Science.gov (United States)

    Zhang, Li; Gong, Lina

    2017-04-01

    With the increasing bandwidth of the network and network convergence accelerating, VoIP means of communication across the network is becoming increasingly popular phenomenon. The real-time identification and analysis for VOIP flow over backbone network become the urgent needs and research hotspot of network operations management. Based on this, the paper proposes a VoIP business management system over backbone network. The system first filters VoIP data stream over backbone network and further resolves the call signaling information and media voice. The system can also be able to design appropriate rules to complete real-time reduction and presentation of specific categories of calls. Experimental results show that the system can parse and process real-time backbone of the VoIP call, and the results are presented accurately in the management interface, VoIP-based network traffic management and maintenance provide the necessary technical support.

  14. System-Aware Smart Network Management for Nano-Enriched Water Quality Monitoring

    Directory of Open Access Journals (Sweden)

    B. Mokhtar

    2016-01-01

    Full Text Available This paper presents a comprehensive water quality monitoring system that employs a smart network management, nano-enriched sensing framework, and intelligent and efficient data analysis and forwarding protocols for smart and system-aware decision making. The presented system comprises two main subsystems, a data sensing and forwarding subsystem (DSFS, and Operation Management Subsystem (OMS. The OMS operates based on real-time learned patterns and rules of system operations projected from the DSFS to manage the entire network of sensors. The main tasks of OMS are to enable real-time data visualization, managed system control, and secure system operation. The DSFS employs a Hybrid Intelligence (HI scheme which is proposed through integrating an association rule learning algorithm with fuzzy logic and weighted decision trees. The DSFS operation is based on profiling and registering raw data readings, generated from a set of optical nanosensors, as profiles of attribute-value pairs. As a case study, we evaluate our implemented test bed via simulation scenarios in a water quality monitoring framework. The monitoring processes are simulated based on measuring the percentage of dissolved oxygen and potential hydrogen (PH in fresh water. Simulation results show the efficiency of the proposed HI-based methodology at learning different water quality classes.

  15. Wireless networks of opportunity in support of secure field operations

    Science.gov (United States)

    Stehle, Roy H.; Lewis, Mark

    1997-02-01

    Under funding from the Defense Advanced Research Projects Agency (DARPA) for joint military and law enforcement technologies, demonstrations of secure information transfer in support of law enforcement and military operations other than war, using wireless and wired technology, were held in September 1996 at several locations in the United States. In this paper, the network architecture, protocols, and equipment supporting the demonstration's scenarios are presented, together with initial results, including lessons learned and desired system enhancements. Wireless networks of opportunity encompassed in-building (wireless-LAN), campus-wide (Metricom Inc.), metropolitan (AMPS cellular, CDPD), and national (one- and two-way satellite) systems. Evolving DARPA-sponsored packet radio technology was incorporated. All data was encrypted, using multilevel information system security initiative (MISSI)FORTEZZA technology, for carriage over unsecured and unclassified commercial networks. The identification and authentication process inherent in the security system permitted logging for database accesses and provided an audit trail useful in evidence gathering. Wireless and wireline communications support, to and between modeled crisis management centers, was demonstrated. Mechanisms for the guarded transport of data through the secret-high military tactical Internet were included, to support joint law enforcement and crisis management missions. A secure World Wide Web (WWW) browser forms the primary, user-friendly interface for information retrieval and submission. The WWW pages were structured to be sensitive to the bandwidth, error rate, and cost of the communications medium in use (e.g., the use of and resolution for graphical data). Both still and motion compressed video were demonstrated, along with secure voice transmission from laptop computers in the field. Issues of network bandwidth, airtime costs, and deployment status are discussed.

  16. Operational monitoring of acoustic sensor networks

    Directory of Open Access Journals (Sweden)

    Boltenkov V.A.

    2015-06-01

    Full Text Available Acoustic sensor networks (ASN are widely used to monitor water leaks in the power generating systems. Since the ASN are used in harsh climatic conditions the failures of microphone elements of ASN are inevitable. That's why the failure detection of ASN elements is a problem of current interest. Two techniques of operational monitoring ASN are developed. Both of them are based on the placement of the test sound source within a network. The signal processing for ASN sensors had to detect the failed element. Techniques are based time difference of arrival (TDOA estimating at the each pair of ASN elements. TDOA estimates as argmaximum of cross-correlation function (CCF for signals on each microphone sensors pair. The M-sequence phase-shift keyed signal is applied as a test acoustic signal to ensure high accuracy of the CCF maximum estimation at low signal/noise ratio (SNR. The first technique is based on the isolation principle for TDOA sum at three points. It require to locate the test sound source in the far field. This is not always possible due to technological reasons. For the second proposed technique test sound source can be located near the ASN. It is based on a system of hyperbolic equations solving for each of the four elements of the ASN. Both techniques has been tested in the computer imitation experiment. It was found that for the SNR to –5 dB both techniques show unmistakable indicators of control quality. The second method requires significantly more time control.

  17. The Role of Functional Interdependencies in Global Operations Networks

    DEFF Research Database (Denmark)

    Slepniov, Dmitrij; Wæhrens, Brian Vejrum

    2011-01-01

    The existing studies do not adequately address the complex interplay between co-evolving production, innovation and service networks. The widening geographical and cognitive gap between these networks means that managing their interfaces in global operations context is becoming strategically...

  18. System security in the space flight operations center

    Science.gov (United States)

    Wagner, David A.

    1988-01-01

    The Space Flight Operations Center is a networked system of workstation-class computers that will provide ground support for NASA's next generation of deep-space missions. The author recounts the development of the SFOC system security policy and discusses the various management and technology issues involved. Particular attention is given to risk assessment, security plan development, security implications of design requirements, automatic safeguards, and procedural safeguards.

  19. Drive Control Scheme of Electric Power Assisted Wheelchair Based on Neural Network Learning of Human Wheelchair Operation Characteristics

    Science.gov (United States)

    Tanohata, Naoki; Seki, Hirokazu

    This paper describes a novel drive control scheme of electric power assisted wheelchairs based on neural network learning of human wheelchair operation characteristics. “Electric power assisted wheelchair” which enhances the drive force of the operator by employing electric motors is expected to be widely used as a mobility support system for elderly and disabled people. However, some handicapped people with paralysis of the muscles of one side of the body cannot maneuver the wheelchair as desired because of the difference in the right and left input force. Therefore, this study proposes a neural network learning system of such human wheelchair operation characteristics and a drive control scheme with variable distribution and assistance ratios. Some driving experiments will be performed to confirm the effectiveness of the proposed control system.

  20. Automotive mechatronics automotive networking, driving stability systems, electronics

    CERN Document Server

    2015-01-01

    As the complexity of automotive vehicles increases this book presents operational and practical issues of automotive mechatronics. It is a comprehensive introduction to controlled automotive systems and provides detailed information of sensors for travel, angle, engine speed, vehicle speed, acceleration, pressure, temperature, flow, gas concentration etc. The measurement principles of the different sensor groups are explained and examples to show the measurement principles applied in different types. Contents Basics of mechatronics.- Architecture.- Electronic control unit.- Software development.- Basic principles of networking.- Automotive networking.- Bus systems.- Automotive sensors.- Sensor measuring principles.- Sensor types.- Electric actuators.- Electrohydraulic actuators.- Electronic transmission control.- Electronic transmission control unit.- Modules for transmission control.- Antilock braking system.- Traction control system.- Electronic stability program.- Automatic brake functions.- Hydraulic modu...

  1. High Frequency Resonance Damping of DFIG based Wind Power System under Weak Network

    DEFF Research Database (Denmark)

    Song, Yipeng; Wang, Xiongfei; Blaabjerg, Frede

    2017-01-01

    When operating in a micro or weak grid which has a relatively large network impedance, the Doubly Fed Induction Generator (DFIG) based wind power generation system is prone to suffer high frequency resonance due to the impedance interaction between DFIG system and the parallel compensated network...

  2. Operational experiences with automated acoustic burst classification by neural networks

    International Nuclear Information System (INIS)

    Olma, B.; Ding, Y.; Enders, R.

    1996-01-01

    Monitoring of Loose Parts Monitoring System sensors for signal bursts associated with metallic impacts of loose parts has proved as an useful methodology for on-line assessing the mechanical integrity of components in the primary circuit of nuclear power plants. With the availability of neural networks new powerful possibilities for classification and diagnosis of burst signals can be realized for acoustic monitoring with the online system RAMSES. In order to look for relevant burst signals an automated classification is needed, that means acoustic signature analysis and assessment has to be performed automatically on-line. A back propagation neural network based on five pre-calculated signal parameter values has been set up for identification of different signal types. During a three-month monitoring program of medium-operated check valves burst signals have been measured and classified separately according to their cause. The successful results of the three measurement campaigns with an automated burst type classification are presented. (author)

  3. Application of Network-Constrained Transactive Control to Electric Vehicle Charging for Secure Grid Operation

    DEFF Research Database (Denmark)

    Hu, Junjie; Yang, Guangya; Bindner, Henrik W.

    2016-01-01

    including power transformer congestion and voltage violations. In this method, a price coordinator is introduced to facilitate the interaction between the distribution system operator (DSO) and aggregators in the smart grid. Electric vehicles are used to illustrate the proposed network...

  4. Operational Planning of Low-Energy District Heating Systems Connected to Existing Buildings

    DEFF Research Database (Denmark)

    Tol, Hakan; Svendsen, Svend

    2012-01-01

    . The response of the radiator heating systems at different levels of supply temperature was used to form the operational planning of the low-energy DH system, which determined the design parameters of the low-energy DH network in terms of overall mass flow requirement and the return temperature from...... the buildings. Since the existing buildings were considered to be renovated to low-energy class, the operational planning was simultaneously modelled for both present high-demand and future low-demand situations of the same case area.......This article focuses on low-energy District Heating (DH) systems operating in low-temperatures such as 55°C in terms of supply and 25°C in terms of return in connection with existing buildings. Since the heat loss from the network has a significant impact in case of supplying heat to low...

  5. System analysis and planning of a gas distribution network

    Energy Technology Data Exchange (ETDEWEB)

    Salas, Edwin F.M.; Farias, Helio Monteiro [AUTOMIND, Rio de Janeiro, RJ (Brazil); Costa, Carla V.R. [Universidade Salvador (UNIFACS), BA (Brazil)

    2009-07-01

    The increase in demand by gas consumers require that projects or improvements in gas distribution networks be made carefully and safely to ensure a continuous, efficient and economical supply. Gas distribution companies must ensure that the networks and equipment involved are defined and designed at the appropriate time to attend to the demands of the market. To do that a gas distribution network analysis and planning tool should use distribution networks and transmission models for the current situation and the future changes to be implemented. These models are used to evaluate project options and help in making appropriate decisions in order to minimize the capital investment in new components or simple changes in operational procedures. Gas demands are increasing and it is important that gas distribute design new distribution systems to ensure this growth, considering financial constraints of the company, as well as local legislation and regulation. In this study some steps of developing a flexible system that attends to those needs will be described. The analysis of distribution requires geographically referenced data for the models as well as an accurate connectivity and the attributes of the equipment. GIS systems are often used as a deposit center that holds the majority of this information. GIS systems are constantly updated as distribution network equipment is modified. The distribution network modeling gathered from this system ensures that the model represents the current network condition. The benefits of this architecture drastically reduce the creation and maintenance cost of the network models, because network components data are conveniently made available to populate the distribution network. This architecture ensures that the models are continually reflecting the reality of the distribution network. (author)

  6. Modeling real time CBTC operation in mixed traffic networks: A simulation-based approach

    OpenAIRE

    De Martinis, Valerio; Toletti, Ambra; Weidmann, Ulrich; Nash, Andrew

    2017-01-01

    Vehicle automation and continuous connection with communication networks are the key innovations currently redefining transport systems. Just as autonomous cars are rapidly changing road transport, increasing railway automation will help to maximize the use of infrastructure, increase schedule reliability, improve safety, and increase energy efficiency. However, railway operations are fundamentally different from road-based transport systems and automation must be specifically tailored to rai...

  7. A web-based remote radiation treatment planning system using the remote desktop function of a computer operating system: a preliminary report.

    Science.gov (United States)

    Suzuki, Keishiro; Hirasawa, Yukinori; Yaegashi, Yuji; Miyamoto, Hideki; Shirato, Hiroki

    2009-01-01

    We developed a web-based, remote radiation treatment planning system which allowed staff at an affiliated hospital to obtain support from a fully staffed central institution. Network security was based on a firewall and a virtual private network (VPN). Client computers were installed at a cancer centre, at a university hospital and at a staff home. We remotely operated the treatment planning computer using the Remote Desktop function built in to the Windows operating system. Except for the initial setup of the VPN router, no special knowledge was needed to operate the remote radiation treatment planning system. There was a time lag that seemed to depend on the volume of data traffic on the Internet, but it did not affect smooth operation. The initial cost and running cost of the system were reasonable.

  8. Operation experiences with a 30 kV/100 MVA high temperature superconducting cable system

    DEFF Research Database (Denmark)

    Tønnesen, Ole; Däumling, Manfred; Jensen, Kim Høj

    2004-01-01

    of this demonstration project is to gain experience with HTS cables under realistic conditions in a live distribution network. Approximately 50 000 utility customers have their electric power supplied through the HTS cable. The cable system has delivered 226 GW h of energy and reached a maximum operating current......A superconducting cable based on Bi-2223 tape technology has been developed, installed and operated in the public network of Copenhagen Energy in a two-year period between May 2001 and May 2003. This paper gives a brief overview of the system and analyses some of the operation experiences. The aim...

  9. Modification of GNPS environment radiation monitoring network system

    International Nuclear Information System (INIS)

    Jiang Lili; Cao Chunsheng

    1999-01-01

    GNPS Environment Radiation Continuous Monitoring System (KRS), the only real time on-line system of site radiation monitoring, was put into service in 1993 prior to the first loading the the plant. It is revealed through several years of operation that this system has some deficiencies such as inadequate real time monitoring means, no figure and diagram display function on the central computer, high failures, frequent failure warning signals, thus making the availability of the system at a low level. In recent years, with the rapid development of computer network technology and increasingly strict requirements on the NPP environment protection raised by the government and public, KRS modification had become necessary and urgent. In 1996, GNPS carried out modification work on the measuring geometry condition of γ radiation monitoring sub-station and lightening protection. To enhance the functions of real time monitoring and data auto-processing, further modification of the system was made in 1998, including the update of the software and hardware of KRS central processor, set-up of system computer local network and database. In this way, the system availability and monitoring quality are greatly improved and effective monitoring and analysis means are provided for gaseous release during normal operation and under accident condition

  10. Use of neural networks in the analysis of complex systems

    International Nuclear Information System (INIS)

    Uhrig, R.E.

    1992-01-01

    The application of neural networks, alone or in conjunction with other advanced technologies (expert systems, fuzzy logic, and/or genetic algorithms) to some of the problems of complex engineering systems has the potential to enhance the safety reliability and operability of these systems. The work described here deals with complex systems or parts of such systems that can be isolated from the total system. Typically, the measured variables from the systems are analog variables that must be sampled and normalized to expected peak values before they are introduced into neural networks. Often data must be processed to put it into a form more acceptable to the neural network. The neural networks are usually simulated on modern high-speed computers that carry out the calculations serially. However, it is possible to implement neural networks using specially designed microchips where the network calculations are truly carried out in parallel, thereby providing virtually instantaneous outputs for each set of inputs. Specific applications described include: Diagnostics: State of the Plant; Hybrid System for Transient Identification; Detection of Change of Mode in Complex Systems; Sensor Validation; Plant-Wide Monitoring; Monitoring of Performance and Efficiency; and Analysis of Vibrations. Although the specific examples described deal with nuclear power plants or their subsystems, the techniques described can be applied to a wide variety of complex engineering systems

  11. Operating systems

    CERN Document Server

    Tsichritzis, Dionysios C; Rheinboldt, Werner

    1974-01-01

    Operating Systems deals with the fundamental concepts and principles that govern the behavior of operating systems. Many issues regarding the structure of operating systems, including the problems of managing processes, processors, and memory, are examined. Various aspects of operating systems are also discussed, from input-output and files to security, protection, reliability, design methods, performance evaluation, and implementation methods.Comprised of 10 chapters, this volume begins with an overview of what constitutes an operating system, followed by a discussion on the definition and pr

  12. Connection with seismic networks and construction of real time earthquake monitoring system

    Energy Technology Data Exchange (ETDEWEB)

    Chi, Heon Cheol; Lee, H. I.; Shin, I. C.; Lim, I. S.; Park, J. H.; Lee, B. K.; Whee, K. H.; Cho, C. S. [Korea Atomic Energy Research Institute, Taejon (Korea, Republic of)

    2000-12-15

    It is natural to use the nuclear power plant seismic network which have been operated by KEPRI(Korea Electric Power Research Institute) and local seismic network by KIGAM(Korea Institute of Geology, Mining and Material). The real time earthquake monitoring system is composed with monitoring module and data base module. Data base module plays role of seismic data storage and classification and the other, monitoring module represents the status of acceleration in the nuclear power plant area. This research placed the target on the first, networking the KIN's seismic monitoring system with KIGAM and KEPRI seismic network and the second, construction the KIN's Independent earthquake monitoring system.

  13. Connection with seismic networks and construction of real time earthquake monitoring system

    International Nuclear Information System (INIS)

    Chi, Heon Cheol; Lee, H. I.; Shin, I. C.; Lim, I. S.; Park, J. H.; Lee, B. K.; Whee, K. H.; Cho, C. S.

    2000-12-01

    It is natural to use the nuclear power plant seismic network which have been operated by KEPRI(Korea Electric Power Research Institute) and local seismic network by KIGAM(Korea Institute of Geology, Mining and Material). The real time earthquake monitoring system is composed with monitoring module and data base module. Data base module plays role of seismic data storage and classification and the other, monitoring module represents the status of acceleration in the nuclear power plant area. This research placed the target on the first, networking the KIN's seismic monitoring system with KIGAM and KEPRI seismic network and the second, construction the KIN's Independent earthquake monitoring system

  14. Network SCADA System

    International Nuclear Information System (INIS)

    Milivojevic, Dragan R.; Tasic, Visa; Karabasevic, Dejan

    2003-01-01

    Copper Institute, Industrial Informatics department, is developing and applying network real time process monitoring and control systems. Some of these systems are already in use. The paper presents some hardware and software general remarks and performances, with special regard to communication sub-systems and network possibilities. (Author)

  15. The analysis of thermal network of district heating system from investor point of view

    Science.gov (United States)

    Takács, Ján; Rácz, Lukáš

    2016-06-01

    The hydraulics of a thermal network of a district heating system is a very important issue, to which not enough attention is often paid. In this paper the authors want to point out some of the important aspects of the design and operation of thermal networks in district heating systems. The design boundary conditions of a heat distribution network and the requirements on active pressure - circulation pump - influencing the operation costs of the centralized district heating system as a whole, are analyzed in detail. The heat generators and the heat exchange stations are designed according to the design heat loads after thermal insulation, and modern boiler units are installed in the heating plant.

  16. Development of Information Processing and the Network System for the Control and Management of Power Plant

    Energy Technology Data Exchange (ETDEWEB)

    Kim, Eun Hee; Park, Doo Young; Woo, Joo Hee [Korea Electric Power Research Institute, Taejon (Korea, Republic of); Kwon, Wook Hyun; Park, Jeong Woo; Moon, Hong Joo; Moon, Sang Yong [Seoul National University, Seoul (Korea, Republic of)

    1997-12-31

    It is needed to supervise, control and manage the inter operation of the system that is connected together to achieve good operation and high performance of the power plant. Moreover, the interconnection of the power plant is indispensable and they must be managed together. At present the control management systems that are on operation at power plants are composed of various systems from different companies, and the power plants have their own structure, we have much difficulty in managing communication of the systems. So, this study suggests the standard specification of the communication network for power plants. We have developed the network hardware, the 7 layers UCA, the network application software, the gateway between 3 layers UCA and the 7 layers UCA. Finally, we have developed the interface to Infi`90 which is one of the most popularly used system for power plant control, so that PC can be used for the operation of Infi`90. (author). 82 refs., figs.

  17. Development of Information Processing and the Network System for the Control and Management of Power Plant

    Energy Technology Data Exchange (ETDEWEB)

    Kim, Eun Hee; Park, Doo Young; Woo, Joo Hee [Korea Electric Power Research Institute, Taejon (Korea, Republic of); Kwon, Wook Hyun; Park, Jeong Woo; Moon, Hong Joo; Moon, Sang Yong [Seoul National University, Seoul (Korea, Republic of)

    1996-12-31

    It is needed to supervise, control and manage the inter operation of the system that is connected together to achieve good operation and high performance of the power plant. Moreover, the interconnection of the power plant is indispensable and they must be managed together. At present the control management systems that are on operation at power plants are composed of various systems from different companies, and the power plants have their own structure, we have much difficulty in managing communication of the systems. So, this study suggests the standard specification of the communication network for power plants. We have developed the network hardware, the 7 layers UCA, the network application software, the gateway between 3 layers UCA and the 7 layers UCA. Finally, we have developed the interface to Infi`90 which is one of the most popularly used system for power plant control, so that PC can be used for the operation of Infi`90. (author). 82 refs., figs.

  18. On synthesis and optimization of steam system networks. 3. Pressure drop consideration

    CSIR Research Space (South Africa)

    Price, T

    2010-08-01

    Full Text Available Heat exchanger networks in steam systems are traditionally designed to operate in parallel. Coetzee and Majozi (Ind. Eng. Chem. Res. 2008, 47, 4405-4413) found that by reusing steam condensate within the network the steam flow rate could be reduced...

  19. Defense strategies for asymmetric networked systems under composite utilities

    Energy Technology Data Exchange (ETDEWEB)

    Rao, Nageswara S. [ORNL; Ma, Chris Y. T. [Hang Seng Management College, Hon Kong; Hausken, Kjell [University of Stavanger, Norway; He, Fei [Texas A& M University, Kingsville, TX, USA; Yau, David K. Y. [Singapore University of Technology and Design; Zhuang, Jun [University at Buffalo (SUNY)

    2017-11-01

    We consider an infrastructure of networked systems with discrete components that can be reinforced at certain costs to guard against attacks. The communications network plays a critical, asymmetric role of providing the vital connectivity between the systems. We characterize the correlations within this infrastructure at two levels using (a) aggregate failure correlation function that specifies the infrastructure failure probability giventhe failure of an individual system or network, and (b) first order differential conditions on system survival probabilities that characterize component-level correlations. We formulate an infrastructure survival game between an attacker and a provider, who attacks and reinforces individual components, respectively. They use the composite utility functions composed of a survival probability term and a cost term, and the previously studiedsum-form and product-form utility functions are their special cases. At Nash Equilibrium, we derive expressions for individual system survival probabilities and the expected total number of operational components. We apply and discuss these estimates for a simplified model of distributed cloud computing infrastructure

  20. Wireless Sensor Network Based Smart Parking System

    Directory of Open Access Journals (Sweden)

    Jeffrey JOSEPH

    2014-01-01

    Full Text Available Ambient Intelligence is a vision in which various devices come together and process information from multiple sources in order to exert control on the physical environment. In addition to computation and control, communication plays a crucial role in the overall functionality of such a system. Wireless Sensor Networks are one such class of networks, which meet these criteria. These networks consist of spatially distributed sensor motes which work in a co-operative manner to sense and control the environment. In this work, an implementation of an energy-efficient and cost-effective, wireless sensor networks based vehicle parking system for a multi-floor indoor parking facility has been introduced. The system monitors the availability of free parking slots and guides the vehicle to the nearest free slot. The amount of time the vehicle has been parked is monitored for billing purposes. The status of the motes (dead/alive is also recorded. Information like slot allocated, directions to the slot and billing data is sent as a message to customer’s mobile phones. This paper extends our previous work 1 with the development of a low cost sensor mote, about one tenth the cost of a commercially available mote, keeping in mind the price sensitive markets of the developing countries.

  1. Network reconfiguration for loss reduction in electrical distribution system using genetic algorithm

    International Nuclear Information System (INIS)

    Adail, A.S.A.A.

    2012-01-01

    Distribution system is a critical links between the utility and the nuclear installation. During feeding electricity to that installation there are power losses. The quality of the network depends on the reduction of these losses. Distribution system which feeds the nuclear installation must have a higher quality power. For example, in Inshas site, electrical power is supplied to it from two incoming feeders (one from new abu-zabal substation and the other from old abu-zabal substation). Each feeder is designed to carry the full load, while the operator preferred to connect with a new abu-zabal substation, which has a good power quality. Bad power quality affects directly the nuclear reactor and has a negative impact on the installed sensitive equipment's of the operation. The thesis is Studying the electrical losses in a distribution system (causes and effected factors), feeder reconfiguration methods, and applying of genetic algorithm in an electric distribution power system. In the end, this study proposes an optimization technique based on genetic algorithms for distribution network reconfiguration to reduce the network losses to minimum. The proposed method is applied to IEEE test network; that contain 3 feeders and 16 nodes. The technique is applied through two groups, distribution have general loads, and nuclear loads. In the groups the technique applied to seven cases at normal operation state, system fault condition as well as different loads conditions. Simulated results are drawn to show the accuracy of the technique.

  2. Operation experiences with a 30 kV/100 MVA high temperature superconducting cable system

    International Nuclear Information System (INIS)

    Toennesen, Ole; Daeumling, Manfred; Jensen, Kim H; Kvorning, Svend; Olsen, Soeren K; Traeholt, Chresten; Veje, Erling; Willen, Dag; Oestergaard, Jacob

    2004-01-01

    A superconducting cable based on Bi-2223 tape technology has been developed, installed and operated in the public network of Copenhagen Energy in a two-year period between May 2001 and May 2003. This paper gives a brief overview of the system and analyses some of the operation experiences. The aim of this demonstration project is to gain experience with HTS cables under realistic conditions in a live distribution network. Approximately 50 000 utility customers have their electric power supplied through the HTS cable. The cable system has delivered 226 GW h of energy and reached a maximum operating current of 1157 A. The operation experiences include over-currents of 6 kA due to faults on peripheral lines, commissioning, servicing and failure responses on the cooling system, continuous 24 h, 7 day per week monitoring and performance of the alarm system. The implications of these experiences for the future applications of HTS cable systems are analysed

  3. Service Oriented Architecture in Network Security - a novel Organisation in Security Systems

    OpenAIRE

    Hilker, Michael; Schommer, Christoph

    2008-01-01

    Current network security systems are a collection of various security components, which are directly installed in the operating system. These check the whole node for suspicious behaviour. Armouring intrusions e.g. have the ability to hide themselves from being checked. We present in this paper an alternative organisation of security systems. The node is completely virtualized with current virtualization systems so that the operating system with applications and the security system is disting...

  4. Deployment strategy for battery energy storage system in distribution network based on voltage violation regulation

    Science.gov (United States)

    Wu, H.; Zhou, L.; Xu, T.; Fang, W. L.; He, W. G.; Liu, H. M.

    2017-11-01

    In order to improve the situation of voltage violation caused by the grid-connection of photovoltaic (PV) system in a distribution network, a bi-level programming model is proposed for battery energy storage system (BESS) deployment. The objective function of inner level programming is to minimize voltage violation, with the power of PV and BESS as the variables. The objective function of outer level programming is to minimize the comprehensive function originated from inner layer programming and all the BESS operating parameters, with the capacity and rated power of BESS as the variables. The differential evolution (DE) algorithm is applied to solve the model. Based on distribution network operation scenarios with photovoltaic generation under multiple alternative output modes, the simulation results of IEEE 33-bus system prove that the deployment strategy of BESS proposed in this paper is well adapted to voltage violation regulation invariable distribution network operation scenarios. It contributes to regulating voltage violation in distribution network, as well as to improve the utilization of PV systems.

  5. Simulation of emergency response operations for a static chemical spill within a building using an opportunistic resource utilization network

    NARCIS (Netherlands)

    Lilien, L.T.; Elbes, M.W.; Ben Othmane, L.; Salih, R.M.

    2013-01-01

    We investigate supporting emergency response operations with opportunistic resource utilization networks ("oppnets"), based on a network paradigm for inviting and integrating diverse devices and systems available in the environment. We simulate chemical spill on a single floor of a building and

  6. A Case for Open Network Health Systems: Systems as Networks in Public Mental Health.

    Science.gov (United States)

    Rhodes, Michael Grant; de Vries, Marten W

    2017-01-08

    Increases in incidents involving so-called confused persons have brought attention to the potential costs of recent changes to public mental health (PMH) services in the Netherlands. Decentralized under the (Community) Participation Act (2014), local governments must find resources to compensate for reduced central funding to such services or "innovate." But innovation, even when pressure for change is intense, is difficult. This perspective paper describes experience during and after an investigation into a particularly violent incident and murder. The aim was to provide recommendations to improve the functioning of local PMH services. The investigation concluded that no specific failure by an individual professional or service provider facility led to the murder. Instead, also as a result of the Participation Act that severed communication lines between individuals and organizations, information sharing failures were likely to have reduced system level capacity to identify risks. The methods and analytical frameworks employed to reach this conclusion, also lead to discussion as to the plausibility of an unconventional solution. If improving communication is the primary problem, non-hierarchical information, and organizational networks arise as possible and innovative system solutions. The proposal for debate is that traditional "health system" definitions, literature and narratives, and operating assumptions in public (mental) health are 'locked in' constraining technical and organization innovations. If we view a "health system" as an adaptive system of economic and social "networks," it becomes clear that the current orthodox solution, the so-called integrated health system, typically results in a "centralized hierarchical" or "tree" network. An overlooked alternative that breaks out of the established policy narratives is the view of a 'health systems' as a non-hierarchical organizational structure or 'Open Network.' In turn, this opens new technological and

  7. Multilevel flow models studio: human-centralized development for operation support system

    International Nuclear Information System (INIS)

    Zhou Yangping; Hidekazu Yoshikawa; Liu Jingquan; Yang Ming; Ouyang Jun

    2005-01-01

    Computerized Operation Support Systems (COSS), integrating Artificial Intelligence, Multimedia and Network Technology, are now being proposed for reducing operator's cognitive load for process operation. This study proposed a Human-Centralized Development (HCD) that COSS can be developed and maintained independently, conveniently and flexibly by operator and expert of industry system with little expertise on software development. A graphical interface system for HCD, Multilevel Flow Models Studio (MFMS), is proposed for development assistance of COSS. An Extensible Markup Language based file structure is designed to represent the Multilevel Flow Models (MFM) model for the target system. With a friendly graphical interface, MFMS mainly consists of two components: 1) an editor to intelligently assist user establish and maintain the MFM model; 2) an executor to implement the application for monitoring, diagnosis and operational instruction in terms of the established MFM model. A prototype MFMS system has been developed and applied to construct a trial operation support system for a Nuclear Power Plant simulated by RELAP5/MOD2. (authors)

  8. The Study on the Communication Network of Wide Area Measurement System in Electricity Grid

    Science.gov (United States)

    Xiaorong, Cheng; Ying, Wang; Yangdan, Ni

    Wide area measurement system(WAMS) is a fundamental part of security defense in Smart Grid, and the communication system of WAMS is an important part of Electric power communication network. For a large regional network is concerned, the real-time data which is transferred in the communication network of WAMS will affect the safe operation of the power grid directly. Therefore, WAMS raised higher requirements for real-time, reliability and security to its communication network. In this paper, the architecture of WASM communication network was studied according to the seven layers model of the open systems interconnection(OSI), and the network architecture was researched from all levels. We explored the media of WAMS communication network, the network communication protocol and network technology. Finally, the delay of the network were analyzed.

  9. Computer network for electric power control systems. Chubu denryoku (kabu) denryoku keito seigyoyo computer network

    Energy Technology Data Exchange (ETDEWEB)

    Tsuneizumi, T. (Chubu Electric Power Co. Inc., Nagoya (Japan)); Shimomura, S.; Miyamura, N. (Fuji Electric Co. Ltd., Tokyo (Japan))

    1992-06-03

    A computer network for electric power control system was developed that is applied with the open systems interconnection (OSI), an international standard for communications protocol. In structuring the OSI network, a direct session layer was accessed from the operation functions when high-speed small-capacity information is transmitted. File transfer, access and control having a function of collectively transferring large-capacity data were applied when low-speed large-capacity information is transmitted. A verification test for the realtime computer network (RCN) mounting regulation was conducted according to a verification model using a mini-computer, and a result that can satisfy practical performance was obtained. For application interface, kernel, health check and two-route transmission functions were provided as a connection control function, so were transmission verification function and late arrival abolishing function. In system mounting pattern, dualized communication server (CS) structure was adopted. A hardware structure may include a system to have the CS function contained in a host computer and a separate installation system. 5 figs., 6 tabs.

  10. Operational reliability evaluation of restructured power systems with wind power penetration utilizing reliability network equivalent and time-sequential simulation approaches

    DEFF Research Database (Denmark)

    Ding, Yi; Cheng, Lin; Zhang, Yonghong

    2014-01-01

    In the last two decades, the wind power generation has been rapidly and widely developed in many regions and countries for tackling the problems of environmental pollution and sustainability of energy supply. However, the high share of intermittent and fluctuating wind power production has also...... and reserve provides, fast reserve providers and transmission network in restructured power systems. A contingency management schema for real time operation considering its coupling with the day-ahead market is proposed. The time-sequential Monte Carlo simulation is used to model the chronological...

  11. Innovation on Energy Power Technology (22)Challenge to Development of Expert System stored Knowledge of Expert Power Network Operators

    Science.gov (United States)

    Sakaguchi, Hideharu

    Do you remember an expert system? I think there are various impressions about the system. For example, some might say “It reminds me of old days”. On the other hand, some might say “It was really troublesome”. About 25 years ago, from late 1980s to the middle of 1990s, when the Showa era was about to change into the Heisei Era, artificial intelligence boomed. Research and development for an expert system which was equipped with expertise and worked as smart as expert, was advanced in various fields. Our company also picked up the system as the new system which covered weak point of conventional computer technology. We started research and development in 1984, and installed an expert system in a SCADA system, which started operating in March 1990 in the Fukuoka Integrated Control Center. In this essay, as an electric power engineer who involved in development at that time, I introduce the situation and travail story about developing an expert system which support restorative actions from the outage and overload condition of power networks.

  12. Lexicon on automatic network operation. 1, computing and electronics. Lexique de l'exploitation automatisee du reseau. Fascicule 1: informatique et electronique

    Energy Technology Data Exchange (ETDEWEB)

    1986-01-01

    This bilingual dictionary covers terminology relating to the operation of electric power networks. This particular volume includes those terms applicable to data processing, computing, electricity and electronics, telecommunications, and related equipment and processes. It is intended for use by specialists working in the field of technical specifications and in computerized network operation systems as well as for use by those working with such systems. It is in two parts: French to English and English to French.

  13. THE OPERATION MODES OPTIMIZATION OF THE NEUTRAL DISTRIBUTION NETWORKS

    Directory of Open Access Journals (Sweden)

    F. P. Shkarbets

    2009-03-01

    Full Text Available The variants of grounding the neutral wire of electric networks are considered and the recommendations are presented on increasing the level of operational reliability and electric safety of distribution networks with 6 kV voltage on the basis of limitation and suppression of transitional processes at asymmetrical damages.

  14. Independent System Operators and Biomass Power

    International Nuclear Information System (INIS)

    Porter, Kevin L.

    1999-01-01

    Since the Federal Energy Regulatory Commission issued its landmark open access transmission rule in 1996, the idea of creating and establishing independent system operators (ISOs) has gained momentum. ISOs may help combine individual utility transmission systems into more regional transmission networks, which ultimately will allow biomass companies to transmit power over longer distances while paying a single transmission rate. To the extent that ISOs are combined or operated with power exchanges, however, biomass companies will likely face even more competitive market pressures. Few operators have experience with ISOs and power exchanges, but preliminary results show that short-term electricity market prices are probably too low for most biomass companies to compete against. Without policy measures, biomass companies may have to pursue strategic opportunities with short-term, spot-market sales; direct bilateral sales to customers; alternative power exchanges; and perhaps a ''green'' power market and sales to ancillary service markets. In addition, prices will likely be more volatile in a restructured market so biomass generators should be selling during those times

  15. NASA Communications Augmentation network

    Science.gov (United States)

    Omidyar, Guy C.; Butler, Thomas E.; Laios, Straton C.

    1990-01-01

    The NASA Communications (Nascom) Division of the Mission Operations and Data Systems Directorate (MO&DSD) is to undertake a major initiative to develop the Nascom Augmentation (NAUG) network to achieve its long-range service objectives for operational data transport to support the Space Station Freedom Program, the Earth Observing System (EOS), and other projects. The NAUG is the Nascom ground communications network being developed to accommodate the operational traffic of the mid-1990s and beyond. The NAUG network development will be based on the Open Systems Interconnection Reference Model (OSI-RM). This paper describes the NAUG network architecture, subsystems, topology, and services; addresses issues of internetworking the Nascom network with other elements of the Space Station Information System (SSIS); discusses the operations environment. This paper also notes the areas of related research and presents the current conception of how the network will provide broadband services in 1998.

  16. An Operations Management System for the Space Station

    Science.gov (United States)

    Rosenthal, H. G.

    1986-09-01

    This paper presents an overview of the conceptual design of an integrated onboard Operations Management System (OMS). Both hardware and software concepts are presented and the integrated space station network is discussed. It is shown that using currently available software technology, an integrated software solution for Space Station management and control, implemented with OMS software, is feasible.

  17. REMOTE OPERATIONS IN A GLOBAL ACCELERATOR NETWORK

    International Nuclear Information System (INIS)

    PEGGS, S.; SATOGATA, T.; AGARWAL, D.; RICE, D.

    2003-01-01

    The INTRODUCTION to this paper summarizes the history of the Global Accelerator Network (GAN) concept and the recent workshops that discussed the relationship between GAN and Remote Operations. The REMOTE OPERATIONS SCENARIOS section brings out the organizational philosophy embodied in GAN-like and to non-GAN-like scenarios. The set of major TOPICS RAISED AT THE WORKSHOPS are only partially resolved. COLLABORATION TOOLS are described and discussed, followed by examples of REMOTE ACCELERATOR CONTROL PROJECTS around the world

  18. Remote operations in a global accelerator network

    International Nuclear Information System (INIS)

    Peggs, Steve; Satogata, Todd; Agarwal, Deborah; Rice, David

    2003-01-01

    The INTRODUCTION to this paper summarizes the history of the Global Accelerator Network (GAN) concept and the recent workshops that discussed the relationship between GAN and Remote Operations. The REMOTE OPERATIONS SCENARIOS section brings out the organizational philosophy embodied in GAN-like and to non-GAN-like scenarios. The set of major TOPICS RAISED AT THE WORKSHOPS are only partially resolved. COLLABORATION TOOLS are described and discussed, followed by examples of REMOTE ACCELERATOR CONTROL PROJECTS around the world

  19. REMOTE OPERATIONS IN A GLOBAL ACCELERATOR NETWORK.

    Energy Technology Data Exchange (ETDEWEB)

    PEGGS,S.; SATOGATA,T.; AGARWAL,D.; RICE,D.

    2003-05-12

    The INTRODUCTION to this paper summarizes the history of the Global Accelerator Network (GAN) concept and the recent workshops that discussed the relationship between GAN and Remote Operations. The REMOTE OPERATIONS SCENARIOS section brings out the organizational philosophy embodied in GAN-like and to non-GAN-like scenarios. The set of major TOPICS RAISED AT THE WORKSHOPS are only partially resolved. COLLABORATION TOOLS are described and discussed, followed by examples of REMOTE ACCELERATOR CONTROL PROJECTS around the world.

  20. Study on key technologies of vehicle networking system platform for electric automobiles based on micro-service

    Science.gov (United States)

    Ye, Fei

    2018-04-01

    With the rapid increase of electric automobiles and charging piles, the elastic expansion and online rapid upgrade were required for the vehicle networking system platform (system platform for short). At present, it is difficult to meet the operation needs due to the traditional huge rock architecture used by the system platform. This paper studied the system platform technology architecture based on "cloud platform +micro-service" to obtain a new generation of vehicle networking system platform with the combination of elastic expansion and application, thus significantly improving the service operation ability of system.

  1. Operating System Security

    CERN Document Server

    Jaeger, Trent

    2008-01-01

    Operating systems provide the fundamental mechanisms for securing computer processing. Since the 1960s, operating systems designers have explored how to build "secure" operating systems - operating systems whose mechanisms protect the system against a motivated adversary. Recently, the importance of ensuring such security has become a mainstream issue for all operating systems. In this book, we examine past research that outlines the requirements for a secure operating system and research that implements example systems that aim for such requirements. For system designs that aimed to

  2. Radio Access Sharing Strategies for Multiple Operators in Cellular Networks

    DEFF Research Database (Denmark)

    Popovska Avramova, Andrijana; Iversen, Villy Bæk

    2015-01-01

    deployments (required for coverage enhancement), increased base station utilization, and reduced overall power consumption. Today, network sharing in the radio access part is passive and limited to cell sites. With the introduction of Cloud Radio Access Network and Software Defined Networking adoption...... to the radio access network, the possibility for sharing baseband processing and radio spectrum becomes an important aspect of network sharing. This paper investigates strategies for active sharing of radio access among multiple operators, and analyses the individual benefits depending on the sharing degree...

  3. Global operations networks in motion: Managing configurations and capabilities

    DEFF Research Database (Denmark)

    Slepniov, Dmitrij; Wæhrens, Brian Vejrum; Jørgensen, Claus

    2010-01-01

    In the past, the ‘Made in the World’ label, although capturing what may lie ahead, seemed awkward and futuristic. Today, it has become a reality. An ample array of global products are built up of numerous components and modules manufactured by global networks of differentiated partners rather than...... within the boundaries of one national entity. The purpose of this paper is to contribute to bridging the empirical gap in the area of global operations networks and provide insights into how they change over time. The paper is based on the cases of three Danish companies and their global operations...

  4. Study on supporting system for operator's comprehensive understanding

    International Nuclear Information System (INIS)

    Yoshikawa, Shinji

    1996-01-01

    Power Reactor and Nuclear Fuel Development Corp. has participated in the development of a system to support the process of operator's plant understanding by the use of information processing techniques such as artificial intelligence since 1994. Analysis and model formation of the process leading to operator's comprehensive understanding of plant (mental model) are undertaken attempting to determine the basic structure of the mental model available for the description of knowledge using the precedent survey and to observe how to utilize operator's own knowledge. After consideration of the way by which plant operators utilize their physical knowledges and the knowledges of physical observation in practice, a basic structure composed of 3 components a qualitative causal network, a hierarchical function model and 3 links joining the two was proposed for the mental model. A questionnaire survey on operator's statements was made and the contents were assigned in several categories for objective analysis. An unified form usable to make a data base was established. Further, we have a plan to develop the first proto-type system to promote operator's understanding by 1998. (M.N.)

  5. A systemic method for evaluating the potential impacts of floods on network infrastructures

    Directory of Open Access Journals (Sweden)

    J. Eleutério

    2013-04-01

    Full Text Available Understanding network infrastructures and their operation under exceptional circumstances is fundamental for dealing with flood risks and improving the resilience of a territory. This work presents a method for evaluating potential network infrastructure dysfunctions and damage in cases of flooding. In contrast to existing approaches, this method analyses network infrastructures on an elementary scale, by considering networks as a group of elements with specific functions and individual vulnerabilities. Our analysis places assets at the centre of the evaluation process, resulting in the construction of damage-dysfunction matrices based on expert interviews. These matrices permit summarising the different vulnerabilities of network infrastructures, describing how the different components are linked to each other and how they can disrupt the operation of the network. They also identify the actions and resources needed to restore the system to operational status following damage and dysfunctions, an essential point when dealing with the question of resilience. The method promotes multi-network analyses and is illustrated by a French case study. Sixty network experts were interviewed during the analysis of the following networks: drinking water supply, waste water, public lighting, gas distribution and electricity supply.

  6. Impact Analysis of Demand Response Intensity and Energy Storage Size on Operation of Networked Microgrids

    Directory of Open Access Journals (Sweden)

    Akhtar Hussain

    2017-06-01

    Full Text Available Integration of demand response (DR programs and battery energy storage system (BESS in microgrids are beneficial for both microgrid owners and consumers. The intensity of DR programs and BESS size can alter the operation of microgrids. Meanwhile, the optimal size for BESS units is linked with the uncertainties associated with renewable energy sources and load variations. Similarly, the participation of enrolled customers in DR programs is also uncertain and, among various other factors, uncertainty in market prices is a major cause. Therefore, in this paper, the impact of DR program intensity and BESS size on the operation of networked microgrids is analyzed while considering the prevailing uncertainties. The uncertainties associated with forecast load values, output of renewable generators, and market price are realized via the robust optimization method. Robust optimization has the capability to provide immunity against the worst-case scenario, provided the uncertainties lie within the specified bounds. The worst-case scenario of the prevailing uncertainties is considered for evaluating the feasibility of the proposed method. The two representative categories of DR programs, i.e., price-based and incentive-based DR programs are considered. The impact of change in DR intensity and BESS size on operation cost of the microgrid network, external power trading, internal power transfer, load profile of the network, and state-of-charge (SOC of battery energy storage system (BESS units is analyzed. Simulation results are analyzed to determine the integration of favorable DR program and/or BESS units for different microgrid networks with diverse objectives.

  7. EDM - A model for optimising the short-term power operation of a complex hydroelectric network

    International Nuclear Information System (INIS)

    Tremblay, M.; Guillaud, C.

    1996-01-01

    In order to optimize the short-term power operation of a complex hydroelectric network, a new model called EDM was added to PROSPER, a water management analysis system developed by SNC-Lavalin. PROSPER is now divided into three parts: an optimization model (DDDP), a simulation model (ESOLIN), and an economic dispatch model (EDM) for the short-term operation. The operation of the KSEB hydroelectric system (located in southern India) with PROSPER was described. The long-term analysis with monthly time steps is assisted by the DDDP, and the daily analysis with hourly or half-hourly time steps is performed with the EDM model. 3 figs

  8. A Case for Open Network Health Systems: Systems as Networks in Public Mental Health

    Directory of Open Access Journals (Sweden)

    Michael Grant Rhodes

    2017-03-01

    Full Text Available Increases in incidents involving so-called confused persons have brought attention to the potential costs of recent changes to public mental health (PMH services in the Netherlands. Decentralized under the (Community Participation Act (2014, local governments must find resources to compensate for reduced central funding to such services or “innovate.” But innovation, even when pressure for change is intense, is difficult. This perspective paper describes experience during and after an investigation into a particularly violent incident and murder. The aim was to provide recommendations to improve the functioning of local PMH services. The investigation concluded that no specific failure by an individual professional or service provider facility led to the murder. Instead, also as a result of the Participation Act that severed communication lines between individuals and organizations, information sharing failures were likely to have reduced system level capacity to identify risks. The methods and analytical frameworks employed to reach this conclusion, also lead to discussion as to the plausibility of an unconventional solution. If improving communication is the primary problem, non-hierarchical information, and organizational networks arise as possible and innovative system solutions. The proposal for debate is that traditional “health system” definitions, literature and narratives, and operating assumptions in public (mental health are ‘locked in’ constraining technical and organization innovations. If we view a “health system” as an adaptive system of economic and social “networks,” it becomes clear that the current orthodox solution, the so-called integrated health system, typically results in a “centralized hierarchical” or “tree” network. An overlooked alternative that breaks out of the established policy narratives is the view of a ‘health systems’ as a non-hierarchical organizational structure or

  9. Networks systems and operations. [wideband communication techniques for data links with satellites

    Science.gov (United States)

    1975-01-01

    The application of wideband communication techniques for data links with satellites is discussed. A diagram of the demand assigned voice communications system is provided. The development of prototype integrated spacecraft paramps at S- and C-bands is described and the performance of space-qualified paramps is tabulated. The characteristics of a dual parabolic cylinder monopulse zoom antenna for use with the tracking and data relay satellite system (TDRSS) are analyzed. The development of a universally applicable transponder at S-band is reported. A block diagram of the major subassemblies of the S-band transponder is included. The technology aspects of network timing and synchronization of communication systems are to show the use of the Omega navigation system. The telemetry data compression system used during the Skylab program is evaluated.

  10. Operational upgrades to the DIII-D 60 GHz electron cyclotron resonant heating system

    International Nuclear Information System (INIS)

    Harris, T.E.; Cary, W.P.

    1993-10-01

    One of the primary components of the DIII-D radio frequency (rf) program over the past seven years has been the 60 GHz electron cyclotron resonant heating (ECRH) system. The system now consists of eight units capable of operating and controlling eight Varian VGE-8006 60 GHz, 200 kW gyrotrons along with their associated waveguide components. This paper will discuss the operational upgrades and the overall system performance. Many modifications were instituted to enhance the system operation and performance. Modifications discussed in this paper include an improved gyrotron tube-fault response network, a computer controlled pulse-timing and sequencing system, and an improved high-voltage power supply control interface. The discussion on overall system performance will include operating techniques used to improve system operations and reliability. The techniques discussed apply to system start-up procedures, operating the system in a conditioning mode, and operating the system during DIII-D plasma operations

  11. Performers and performance : how to investigate the contribution of the operational network to operational performance

    NARCIS (Netherlands)

    Wijngaard, J.; Vries, J. de; Nauta, A.

    2006-01-01

    Purpose This paper seeks to explore the question of how to investigate the contribution of the operational network (comprising sales service, logistics, planning, production, etc.) to operational performance. In doing so, the paper aims to link concepts from organisational and social psychology to

  12. Performers and performance : How to investigate the contribution of the operational network to operational performance

    NARCIS (Netherlands)

    Wijngaard, J.; de Vries, J.; Nauta, Aukje

    2006-01-01

    Purpose - This paper seeks to explore the question of how to investigate the contribution of the operational network (comprising sales service, logistics, planning, production, etc.) to operational performance. In doing so, the paper aims to link concepts from organisational and social psychology to

  13. Controlled Operation of the Islanded Portion of the International Council on Large Electric Systems (CIGRE Low Voltage Distribution Network

    Directory of Open Access Journals (Sweden)

    Ghullam Mustafa Bhutto

    2017-07-01

    Full Text Available In islanding, a portion of the power network, comprised of the loads and distributed generation (DG units, is isolated from the rest of the power grid and forms a micro grid (MG. In this condition, it becomes essential for the islanded MG to operate in a stable and controlled manner by providing ancillary services. When the MG is cut off from the main grid, the islanding must be detected by the DG units. In this condition it is essential that one of the controllers should be switched to the voltage-frequency (VF control mode. In islanding, the network loses it slack reference and this reference is established by a VF controller. The voltage and the frequency of the islanded MG deviate when disconnected from the transmission grid and these deviations are caused by the load-generation imbalance. The voltage and the frequency of the islanded MG can be restored to the permissible limits if the desired/exceeded amount of active and reactive power is injected/absorbed by the locally available sources in islanded MG. This paper proposes a control strategy which can compensate the voltage and the frequency deviations in the islanded portion of the International Council on Large Electric Systems (CIGRE low voltage distribution network by using advanced power electronics devices such as STATCOMs for Photovoltaic (PV Units and Battery Energy Storage Systems (BESS STATCOMs (for battery units. The selection of the VF controller for the most suitable DG unit of this test network is also presented in this paper, and the effectiveness of the controllers is verified by presenting simulation results using DIgSILENT (DIgSILENT GmbH, Gomaringen, Germany power factory software version 15.0.

  14. Neural-network-directed alignment of optical systems using the laser-beam spatial filter as an example

    Science.gov (United States)

    Decker, Arthur J.; Krasowski, Michael J.; Weiland, Kenneth E.

    1993-01-01

    This report describes an effort at NASA Lewis Research Center to use artificial neural networks to automate the alignment and control of optical measurement systems. Specifically, it addresses the use of commercially available neural network software and hardware to direct alignments of the common laser-beam-smoothing spatial filter. The report presents a general approach for designing alignment records and combining these into training sets to teach optical alignment functions to neural networks and discusses the use of these training sets to train several types of neural networks. Neural network configurations used include the adaptive resonance network, the back-propagation-trained network, and the counter-propagation network. This work shows that neural networks can be used to produce robust sequencers. These sequencers can learn by example to execute the step-by-step procedures of optical alignment and also can learn adaptively to correct for environmentally induced misalignment. The long-range objective is to use neural networks to automate the alignment and operation of optical measurement systems in remote, harsh, or dangerous aerospace environments. This work also shows that when neural networks are trained by a human operator, training sets should be recorded, training should be executed, and testing should be done in a manner that does not depend on intellectual judgments of the human operator.

  15. Optical datacenter network employing slotted (TDMA) operation for dynamic resource allocation

    Science.gov (United States)

    Bakopoulos, P.; Tokas, K.; Spatharakis, C.; Patronas, I.; Landi, G.; Christodoulopoulos, K.; Capitani, M.; Kyriakos, A.; Aziz, M.; Reisis, D.; Varvarigos, E.; Zahavi, E.; Avramopoulos, H.

    2018-02-01

    The soaring traffic demands in datacenter networks (DCNs) are outpacing progresses in CMOS technology, challenging the bandwidth and energy scalability of currently established technologies. Optical switching is gaining traction as a promising path for sustaining the explosive growth of DCNs; however, its practical deployment necessitates extensive modifications to the network architecture and operation, tailored to the technological particularities of optical switches (i.e. no buffering, limitations in radix size and speed). European project NEPHELE is developing an optical network infrastructure that leverages optical switching within a software-defined networking (SDN) framework to overcome the bandwidth and energy scaling challenges of datacenter networks. An experimental validation of the NEPHELE data plane is reported based on commercial off-the-shelf optical components controlled by FPGA boards. To facilitate dynamic allocation of the network resources and perform collision-free routing in a lossless network environment, slotted operation is employed (i.e. using time-division multiple-access - TDMA). Error-free operation of the NEPHELE data plane is verified for 200 μs slots in various scenarios that involve communication between Ethernet hosts connected to custom-designed top-of-rack (ToR) switches, located in the same or in different datacenter pods. Control of the slotted data plane is obtained through an SDN framework comprising an OpenDaylight controller with appropriate add-ons. Communication between servers in the optical-ToR is demonstrated with various routing scenarios, concerning communication between hosts located in the same rack or in different racks, within the same or different datacenter pods. Error-free operation is confirmed for all evaluated scenarios, underpinning the feasibility of the NEPHELE architecture.

  16. The key network communication technology in large radiation image cooperative process system

    International Nuclear Information System (INIS)

    Li Zheng; Kang Kejun; Gao Wenhuan; Wang Jingjin

    1998-01-01

    Large container inspection system (LCIS) based on radiation imaging technology is a powerful tool for the customs to check the contents inside a large container without opening it. An image distributed network system is composed of operation manager station, image acquisition station, environment control station, inspection processing station, check-in station, check-out station, database station by using advanced network technology. Mass data, such as container image data, container general information, manifest scanning data, commands and status, must be on-line transferred between different stations. Advanced network communication technology is presented

  17. Layered virus protection for the operations and administrative messaging system

    Science.gov (United States)

    Cortez, R. H.

    2002-01-01

    NASA's Deep Space Network (DSN) is critical in supporting the wide variety of operating and plannedunmanned flight projects. For day-to-day operations it relies on email communication between the three Deep Space Communication Complexes (Canberra, Goldstone, Madrid) and NASA's Jet Propulsion Laboratory. The Operations & Administrative Messaging system, based on the Microsoft Windows NTand Exchange platform, provides the infrastructure that is required for reliable, mission-critical messaging. The reliability of this system, however, is threatened by the proliferation of email viruses that continue to spread at alarming rates. A layered approach to email security has been implemented across the DSN to protect against this threat.

  18. A system-of-systems framework for the reliability analysis of distributed generation systems accounting for the impact of degraded communication networks

    International Nuclear Information System (INIS)

    Mo, Hua-Dong; Li, Yan-Fu; Zio, Enrico

    2016-01-01

    Highlights: • A system-of-systems framework is proposed for reliability analysis of DG system. • The impact of degraded communication networks is included and quantified. • Various uncertainties and contingencies in the DG system are considered. • A Monte Carlo simulation-optimal power flow computational framework is developed. • The results of the application study show the power of the proposed framework. - Abstract: Distributed generation (DG) systems install communication networks for managing real-time energy imbalance. Different from previous research, which typically assumes perfect communication networks, this work aims to quantitatively account for the impact of degraded communication networks on DG systems performance. The degraded behavior of communication networks is modeled by stochastic continuous time transmission delays and packet dropouts. On the DG systems side, we consider the inherent uncertainties of renewable energy sources, loads and energy prices. We develop a Monte Carlo simulation-optimal power flow (MCS-OPF) computational framework that is capable of generating consecutive time-dependent operating scenarios of the integrated system. Quantitative analysis is carried out to measure the impact of communication networks degradation onto the DG systems. For illustration, the framework is applied to a modified IEEE 13 nodes test feeder. The results demonstrate that the degraded communication networks can significantly deteriorate the performance of the integrated system. A grey differential model-based prediction method for reconstructing missing data is effective in mitigating the influence of the degraded communication networks.

  19. Research on method of nuclear power plant operation fault diagnosis based on a combined artificial neural network

    International Nuclear Information System (INIS)

    Liu Feng; Yu Ren; Li Fengyu; Zhang Meng

    2007-01-01

    To solve the online real-time diagnosis problem of the nuclear power plant in operating condition, a method based on a combined artificial neural network is put forward in the paper. Its main principle is: using the BP neural network for the fast group diagnosis, and then using the RBF neural network for distinguishing and verifying the diagnostic result. The accuracy of the method is verified using the simulation values of the key parameters in normal status and malfunction status of a nuclear power plant. The results show that the method combining the advantages of the two neural networks can not only diagnose the learned faults in similar power level of the nuclear power plant quickly and accurately, but also can identify the faults in different power status, as well as the unlearned faults. The outputs of the diagnosis system are in form of the reliability of the faults, and are changing with the lasting of the operation time of the plant. This makes the diagnosis results be more acceptable to operators. (authors)

  20. The new local control systems for operating gaseous diffusion plant units at Pierrelatte

    International Nuclear Information System (INIS)

    Delacroix, C.

    1990-01-01

    The development of a local control network for operating gaseous diffusion plant units is presented. The objective of the control system up date was to replace all the information network hardware. The new generation HP1000 calculators and a network architecture were chosen. The validation tests performed in laboratory and in situ, and the management policies towards the personnel during the technical changes are summarized [fr

  1. Economic Assessment of Network-Constrained Transactive Energy for Managing Flexible Demand in Distribution Systems

    Directory of Open Access Journals (Sweden)

    Junjie Hu

    2017-05-01

    Full Text Available The increasing number of distributed energy resources such as electric vehicles and heat pumps connected to power systems raises operational challenges to the network operator, for example, introducing grid congestion and voltage deviations in the distribution network level if their operations are not properly coordinated. Coordination and control of a large number of distributed energy resources requires innovative approaches. In this paper, we follow up on a recently proposed network-constrained transactive energy (NCTE method for scheduling of electric vehicles and heat pumps within a retailer’s aggregation at distribution system level. We extend this method with: (1 a new modeling technique that allows the resulting congestion price to be directly interpreted as a locational marginal pricing in the system; (2 an explicit analysis of the benefits and costs of different actors when using the NCTE method in the system, given the high penetration of distributed energy resources. This paper firstly describes the NCTE-based distribution system that introduces a new interacting scheme for actors at the distribution system level. Then, technical modeling and economic interpretation of the NCTE-based distribution system are described. Finally, we show the benefits and costs of different actors within the NCTE-based distribution system.

  2. Algorithm for complete enumeration based on a stroke graph to solve the supply network configuration and operations scheduling problem

    Directory of Open Access Journals (Sweden)

    Julien Maheut

    2013-07-01

    Full Text Available Purpose: The purpose of this paper is to present an algorithm that solves the supply network configuration and operations scheduling problem in a mass customization company that faces alternative operations for one specific tool machine order in a multiplant context. Design/methodology/approach: To achieve this objective, the supply chain network configuration and operations scheduling problem is presented. A model based on stroke graphs allows the design of an algorithm that enumerates all the feasible solutions. The algorithm considers the arrival of a new customized order proposal which has to be inserted into a scheduled program. A selection function is then used to choose the solutions to be simulated in a specific simulation tool implemented in a Decision Support System. Findings and Originality/value: The algorithm itself proves efficient to find all feasible solutions when alternative operations must be considered. The stroke structure is successfully used to schedule operations when considering more than one manufacturing and supply option in each step. Research limitations/implications: This paper includes only the algorithm structure for a one-by-one, sequenced introduction of new products into the list of units to be manufactured. Therefore, the lotsizing process is done on a lot-per-lot basis. Moreover, the validation analysis is done through a case study and no generalization can be done without risk. Practical implications: The result of this research would help stakeholders to determine all the feasible and practical solutions for their problem. It would also allow to assessing the total costs and delivery times of each solution. Moreover, the Decision Support System proves useful to assess alternative solutions. Originality/value: This research offers a simple algorithm that helps solve the supply network configuration problem and, simultaneously, the scheduling problem by considering alternative operations. The proposed system

  3. A wireless sensor network-based portable vehicle detector evaluation system.

    Science.gov (United States)

    Yoo, Seong-eun

    2013-01-17

    In an upcoming smart transportation environment, performance evaluations of existing Vehicle Detection Systems are crucial to maintain their accuracy. The existing evaluation method for Vehicle Detection Systems is based on a wired Vehicle Detection System reference and a video recorder, which must be operated and analyzed by capable traffic experts. However, this conventional evaluation system has many disadvantages. It is inconvenient to deploy, the evaluation takes a long time, and it lacks scalability and objectivity. To improve the evaluation procedure, this paper proposes a Portable Vehicle Detector Evaluation System based on wireless sensor networks. We describe both the architecture and design of a Vehicle Detector Evaluation System and the implementation results, focusing on the wireless sensor networks and methods for traffic information measurement. With the help of wireless sensor networks and automated analysis, our Vehicle Detector Evaluation System can evaluate a Vehicle Detection System conveniently and objectively. The extensive evaluations of our Vehicle Detector Evaluation System show that it can measure the traffic information such as volume counts and speed with over 98% accuracy.

  4. A systemic approach for optimal cooling tower operation

    International Nuclear Information System (INIS)

    Cortinovis, Giorgia F.; Paiva, Jose L.; Song, Tah W.; Pinto, Jose M.

    2009-01-01

    The thermal performance of a cooling tower and its cooling water system is critical for industrial plants, and small deviations from the design conditions may cause severe instability in the operation and economics of the process. External disturbances such as variation in the thermal demand of the process or oscillations in atmospheric conditions may be suppressed in multiple ways. Nevertheless, such alternatives are hardly ever implemented in the industrial operation due to the poor coordination between the utility and process sectors. The complexity of the operation increases because of the strong interaction among the process variables. In the present work, an integrated model for the minimization of the operating costs of a cooling water system is developed. The system is composed of a cooling tower as well as a network of heat exchangers. After the model is verified, several cases are studied with the objective of determining the optimal operation. It is observed that the most important operational resources to mitigate disturbances in the thermal demand of the process are, in this order: the increase in recycle water flow rate, the increase in air flow rate and finally the forced removal of a portion of the water flow rate that enters the cooling tower with the corresponding make-up flow rate.

  5. PAVENET OS: A Compact Hard Real-Time Operating System for Precise Sampling in Wireless Sensor Networks

    Science.gov (United States)

    Saruwatari, Shunsuke; Suzuki, Makoto; Morikawa, Hiroyuki

    The paper shows a compact hard real-time operating system for wireless sensor nodes called PAVENET OS. PAVENET OS provides hybrid multithreading: preemptive multithreading and cooperative multithreading. Both of the multithreading are optimized for two kinds of tasks on wireless sensor networks, and those are real-time tasks and best-effort ones. PAVENET OS can efficiently perform hard real-time tasks that cannot be performed by TinyOS. The paper demonstrates the hybrid multithreading realizes compactness and low overheads, which are comparable to those of TinyOS, through quantitative evaluation. The evaluation results show PAVENET OS performs 100 Hz sensor sampling with 0.01% jitter while performing wireless communication tasks, whereas optimized TinyOS has 0.62% jitter. In addition, PAVENET OS has a small footprint and low overheads (minimum RAM size: 29 bytes, minimum ROM size: 490 bytes, minimum task switch time: 23 cycles).

  6. Catching the ’Network Science’ Bug: Insight and Opportunity for the Operations Researcher

    Science.gov (United States)

    2008-01-21

    publication: Operations Research agents often interface in a decentralized and asynchronous manner, and where the interaction of “ selfish ” agents...interaction of the two. For example, in a metabolic network, the activation of a gene may alter the biochemical pathways that in turn can alter other genes , and...people, computers, vehicles, cells, or genes . In these systems, all configurations are not feasible, simply because survival for these systems means

  7. Promoting Social Network Awareness: A Social Network Monitoring System

    Science.gov (United States)

    Cadima, Rita; Ferreira, Carlos; Monguet, Josep; Ojeda, Jordi; Fernandez, Joaquin

    2010-01-01

    To increase communication and collaboration opportunities, members of a community must be aware of the social networks that exist within that community. This paper describes a social network monitoring system--the KIWI system--that enables users to register their interactions and visualize their social networks. The system was implemented in a…

  8. Distributed Processing System for Restoration of Electric Power Distribution Network Using Two-Layered Contract Net Protocol

    Science.gov (United States)

    Kodama, Yu; Hamagami, Tomoki

    Distributed processing system for restoration of electric power distribution network using two-layered CNP is proposed. The goal of this study is to develop the restoration system which adjusts to the future power network with distributed generators. The state of the art of this study is that the two-layered CNP is applied for the distributed computing environment in practical use. The two-layered CNP has two classes of agents, named field agent and operating agent in the network. In order to avoid conflicts of tasks, operating agent controls privilege for managers to send the task announcement messages in CNP. This technique realizes the coordination between agents which work asynchronously in parallel with others. Moreover, this study implements the distributed processing system using a de-fact standard multi-agent framework, JADE(Java Agent DEvelopment framework). This study conducts the simulation experiments of power distribution network restoration and compares the proposed system with the previous system. We confirmed the results show effectiveness of the proposed system.

  9. Water Quality in Small Community Distribution Systems. A Reference Guide for Operators

    Science.gov (United States)

    The U.S. Environmental Protection Agency (EPA) has developed this reference guide to assist the operators and managers of small- and medium-sized public water systems. This compilation provides a comprehensive picture of the impact of the water distribution system network on dist...

  10. Triangulation positioning system network

    Directory of Open Access Journals (Sweden)

    Sfendourakis Marios

    2017-01-01

    Full Text Available This paper presents ongoing work on localization and positioning through triangulation procedure for a Fixed Sensors Network - FSN.The FSN has to work as a system.As the triangulation problem becomes high complicated in a case with large numbers of sensors and transmitters, an adequate grid topology is needed in order to tackle the detection complexity.For that reason a Network grid topology is presented and areas that are problematic and need further analysis are analyzed.The Network System in order to deal with problems of saturation and False Triangulations - FTRNs will have to find adequate methods in every sub-area of the Area Of Interest - AOI.Also, concepts like Sensor blindness and overall Network blindness, are presented. All these concepts affect the Network detection rate and its performance and ought to be considered in a way that the network overall performance won’t be degraded.Network performance should be monitored contentiously, with right algorithms and methods.It is also shown that as the number of TRNs and FTRNs is increased Detection Complexity - DC is increased.It is hoped that with further research all the characteristics of a triangulation system network for positioning will be gained and the system will be able to perform autonomously with a high detection rate.

  11. Forecasting electricity infeed for distribution system networks : an analysis of the Dutch case

    NARCIS (Netherlands)

    Tanrisever, F.; Derinkuyu, K.; Heeren, M.

    2013-01-01

    Estimating and managing electricity distribution losses are the core business competencies of distribution system operators (DSOs). Since electricity demand is a major driver of network losses, it is essential for DSOs to have an accurate estimate of the electricity infeed in their network. In this

  12. Annual report on compliance with the codes of good conduct and independence of electricity grid and natural gas network operators. November 2005

    International Nuclear Information System (INIS)

    2005-11-01

    In France, system operators belong to groups that also conduct business in the energy sector, in fields governed by competition rules. They could therefore be tempted to use their privileged position to their group's benefit, which would disadvantage end consumers. Non-discriminatory access to electricity and gas transmission and distribution networks is at the core of the market opening to competition approach implemented by the European Union since the end of the 1990's. EU and national enactments in force highlight two tools to ensure nondiscrimination: compliance programmes and independence of system operators with regard to their parent companies. Firstly, compliance programs contain measures taken to ensure that discrimination is completely excluded and that their application is subject to appropriate monitoring. Secondly, system operator independence plays a part in preventing discrimination against competitors with other business activities (generation, supply, etc.) within the same group. In application of these enactments, every electricity or natural gas transmission or distribution system operator serving more than 100,000 customers provided CRE, the Energy Regulatory Commission, with their annual reports on the application of their compliance programs. This document is CRE's November 2005 report about compliance programmes and independence of electricity and natural gas system operators. It has been prepared using the codes of good conduct and the annual reports supplied by network operators. CRE also launched a public consultation of the market players in October 2005 and listened to what the network operators had to say. Moreover, it carried out a certain number of checks on operators' practices

  13. Expert System for natural gas transportation network management; Sistema especialista para gerenciamento de redes de transporte de gas natural

    Energy Technology Data Exchange (ETDEWEB)

    Silva, Jonny Carlos da; Porciuncula, Gilson Simoes [Santa Catarina Univ., Florianopolis, SC (Brazil). Dept. de Engenharia Mecanica Lab. de Sistemas Hidraulicos e Pneumaticos

    2003-07-01

    This paper presents a project to integrate expert system and dynamic simulation of natural gas transportation network applying the concept of agents. Natural gas pipeline operation requires the intermittent analysis of hundreds interrelated operational parameters, which represent the network state. The combination of expert system and dynamic simulation is a synergic solution for this kind of problem. With expert system techniques, it is possible to implement rules that describe the relationship between current operational parameters and the network normal operational conditions based on heuristic knowledge. By applying such rules, the system aims to evaluate the real network state and to predict abnormal conditions via dynamic simulation, allowing time analysis of operational situation in advance. At the current stage, the project presents a well defined model. The process of knowledge acquisition and representation has taken place following an incremental approach, considered as development paradigm. The project objectives are to reduce costs, increase the reliability and organize pipeline operation and maintenance information. This work is part of SEGRED project established as partnership among LASHIP/UFSC, SCGAS, TBG and PETROBRAS. The project also received support from FINEP. (author)

  14. Design of Mobile Operation and Maintenance System Based on Power GIS and GPS

    Directory of Open Access Journals (Sweden)

    Jing TAO

    2017-01-01

    Full Text Available In order to solve the low efficiency of operation and maintenance and the problems of management coordination caused by the coexistence of off-line operation and maintenance and multi system coexistence in current power telecommunication operation and maintenance, this paper proposes a mobile operation and maintenance system based on power GIS and GPS location technology. The system is based on the C/S architecture, and the mobile operation and maintenance terminal is connected with the operation and maintenance management terminal through wireless and wired network. In addition to meeting basic business requirements, the system integrates power GIS functions to visually demonstrate communication resources, personnel, and failures. The staff can use the wireless mobile terminal which integrated GPS module for to operate and maintain, and can locate accurately in real time.

  15. Color Image Encryption Algorithm Based on TD-ERCS System and Wavelet Neural Network

    Directory of Open Access Journals (Sweden)

    Kun Zhang

    2015-01-01

    Full Text Available In order to solve the security problem of transmission image across public networks, a new image encryption algorithm based on TD-ERCS system and wavelet neural network is proposed in this paper. According to the permutation process and the binary XOR operation from the chaotic series by producing TD-ERCS system and wavelet neural network, it can achieve image encryption. This encryption algorithm is a reversible algorithm, and it can achieve original image in the rule inverse process of encryption algorithm. Finally, through computer simulation, the experiment results show that the new chaotic encryption algorithm based on TD-ERCS system and wavelet neural network is valid and has higher security.

  16. Instruction manual for operating the Sensys System for temporary traffic counts

    Science.gov (United States)

    2010-01-01

    This instruction manual provides information and the procedures for using the Sensys System, which was initially designed to operate in a server controlled network, for temporary traffic counts. The instructions will allow the user to fully understan...

  17. The Clouds distributed operating system - Functional description, implementation details and related work

    Science.gov (United States)

    Dasgupta, Partha; Leblanc, Richard J., Jr.; Appelbe, William F.

    1988-01-01

    Clouds is an operating system in a novel class of distributed operating systems providing the integration, reliability, and structure that makes a distributed system usable. Clouds is designed to run on a set of general purpose computers that are connected via a medium-of-high speed local area network. The system structuring paradigm chosen for the Clouds operating system, after substantial research, is an object/thread model. All instances of services, programs and data in Clouds are encapsulated in objects. The concept of persistent objects does away with the need for file systems, and replaces it with a more powerful concept, namely the object system. The facilities in Clouds include integration of resources through location transparency; support for various types of atomic operations, including conventional transactions; advanced support for achieving fault tolerance; and provisions for dynamic reconfiguration.

  18. Optimal Sizing and Placement of Power-to-Gas Systems in Future Active Distribution Networks

    DEFF Research Database (Denmark)

    Diaz de Cerio Mendaza, Iker; Bhattarai, Bishnu Prasad; Kouzelis, Konstantinos

    2015-01-01

    Power-to-Gas is recently attracting lots of interest as a new alternative for the regulation of renewable based power system. In cases, where the re-powering of old wind turbines threatens the normal operation of the local distribution network, this becomes especially relevant. However, the design...... -investment cost- and the technical losses in the system under study. The results obtained from the assessed test system show how such non-linear methods could help distribution system operators to obtain a fast and precise perception of what is the best way to integrate the Power-to-Gas facilities...... of medium voltage distribution networks does not normally follow a common pattern, finding a singular and very particular layouts in each case. This fact, makes the placement and dimensioning of such flexible loads a complicated task for the distribution system operator in the future. This paper describes...

  19. Coordinated Operation of the Electricity and Natural Gas Systems with Bi-directional Energy Conversion

    DEFF Research Database (Denmark)

    Zeng, Qing; Zhang, Baohua; Fang, Jiakun

    2017-01-01

    A coordinated operation of the natural gas and electricity network with bi-directional energy conversion is expected to accommodate high penetration levels of renewables. This work focuses on the unified optimal operation of the integrated natural gas and electricity system considering the network...... constraints in both systems. An iterative method is proposed to deal with the nonlinearity in the proposed model. The models of the natural gas and power system are linearized in every iterative step. Simulation results demonstrate the effectiveness of the approach. Applicability of the proposed method...... is tested in the sample case. Finally, the effect of Power to Gas (P2G) on the daily economic dispatch is also investigated....

  20. Operations Plan for Support Network Development

    Energy Technology Data Exchange (ETDEWEB)

    None

    2008-06-30

    This report describes the operational processes and strategies that are building a support network for the National Security Technology Incubator (NSTI) program. The NSTI program currently is under development as part of the National Security Preparedness Project (NSPP), funded by Department of Energy (DOE)/National Nuclear Security Administration (NNSA) Grant No. DE FG52-07NA28084. Although the NSTI program offers a wide array of in-house business services, there are a certain number of services that will be provided by entities outside of Arrowhead Center. This report identifies the steps needed to develop an appropriate support network. The Arrowhead Center is working with external service providers and key stakeholders to establish feasible referral and implementation mechanics offering NSTI program participants the most comprehensive incubation services possible.

  1. NASA deep space network operations planning and preparation

    Science.gov (United States)

    Jensen, W. N.

    1982-01-01

    The responsibilities and structural organization of the Operations Planning Group of NASA Deep Space Network (DSN) Operations are outlined. The Operations Planning group establishes an early interface with a user's planning organization to educate the user on DSN capabilities and limitations for deep space tracking support. A team of one or two individuals works through all phases of the spacecraft launch and also provides planning and preparation for specific events such as planetary encounters. Coordinating interface is also provided for nonflight projects such as radio astronomy and VLBI experiments. The group is divided into a Long Range Support Planning element and a Near Term Operations Coordination element.

  2. Ad hoc Sensor Networks to Support Maritime Interdiction Operations

    OpenAIRE

    Osmundson, John; Bordetsky, Alex

    2014-01-01

    Networking sensors, decision centers, and boarding parties supports success in Maritime Interdiction Operations. Led by a team from Naval Post-graduate School (NPS), experiments were conducted in 2012 to test the use of ad-hoc, self-forming communication networks to link sensors, people, and decision centers. The experiments involved international participants and successfully shared valuable biometric and radiological sensor data between boarding parties and decis...

  3. An Effect of the Co-Operative Network Model for Students' Quality in Thai Primary Schools

    Science.gov (United States)

    Khanthaphum, Udomsin; Tesaputa, Kowat; Weangsamoot, Visoot

    2016-01-01

    This research aimed: 1) to study the current and desirable states of the co-operative network in developing the learners' quality in Thai primary schools, 2) to develop a model of the co-operative network in developing the learners' quality, and 3) to examine the results of implementation of the co-operative network model in the primary school.…

  4. Network reliability analysis of complex systems using a non-simulation-based method

    International Nuclear Information System (INIS)

    Kim, Youngsuk; Kang, Won-Hee

    2013-01-01

    Civil infrastructures such as transportation, water supply, sewers, telecommunications, and electrical and gas networks often establish highly complex networks, due to their multiple source and distribution nodes, complex topology, and functional interdependence between network components. To understand the reliability of such complex network system under catastrophic events such as earthquakes and to provide proper emergency management actions under such situation, efficient and accurate reliability analysis methods are necessary. In this paper, a non-simulation-based network reliability analysis method is developed based on the Recursive Decomposition Algorithm (RDA) for risk assessment of generic networks whose operation is defined by the connections of multiple initial and terminal node pairs. The proposed method has two separate decomposition processes for two logical functions, intersection and union, and combinations of these processes are used for the decomposition of any general system event with multiple node pairs. The proposed method is illustrated through numerical network examples with a variety of system definitions, and is applied to a benchmark gas transmission pipe network in Memphis TN to estimate the seismic performance and functional degradation of the network under a set of earthquake scenarios.

  5. Cross-border Co-operation and Policy Networks in West Africa

    DEFF Research Database (Denmark)

    Trémolières, Marie; Walther, Olivier

    This publication examines how policy actors involved in cross-border co-operation contribute to the regional integration process in West Africa. It uses a pioneering methodology, known as social network analysis, to visualise the formal and informal relationships between actors involved in cross...... West Africa to develop cross-border initiatives in a number of ways. Combining these two analyses with the perceptions of regional policy makers as to which border areas they consider as priorities for regional integration, the publication concludes with the analytical foundations for more effective......-border policy networks, showing that borders have notable and diverse impacts on exchanges of information and the relative power of networks. The report then analyses a range of regional indicators of co-operation potential, visually demonstrating that borders can also affect the ability of sub-regions within...

  6. Exact tensor network ansatz for strongly interacting systems

    Science.gov (United States)

    Zaletel, Michael P.

    It appears that the tensor network ansatz, while not quite complete, is an efficient coordinate system for the tiny subset of a many-body Hilbert space which can be realized as a low energy state of a local Hamiltonian. However, we don't fully understand precisely which phases are captured by the tensor network ansatz, how to compute their physical observables (even numerically), or how to compute a tensor network representation for a ground state given a microscopic Hamiltonian. These questions are algorithmic in nature, but their resolution is intimately related to understanding the nature of quantum entanglement in many-body systems. For this reason it is useful to compute the tensor network representation of various `model' wavefunctions representative of different phases of matter; this allows us to understand how the entanglement properties of each phase are expressed in the tensor network ansatz, and can serve as test cases for algorithm development. Condensed matter physics has many illuminating model wavefunctions, such as Laughlin's celebrated wave function for the fractional quantum Hall effect, the Bardeen-Cooper-Schrieffer wave function for superconductivity, and Anderson's resonating valence bond ansatz for spin liquids. This thesis presents some results on exact tensor network representations of these model wavefunctions. In addition, a tensor network representation is given for the time evolution operator of a long-range one-dimensional Hamiltonian, which allows one to numerically simulate the time evolution of power-law interacting spin chains as well as two-dimensional strips and cylinders.

  7. Weighted complex network analysis of the Beijing subway system: Train and passenger flows

    Science.gov (United States)

    Feng, Jia; Li, Xiamiao; Mao, Baohua; Xu, Qi; Bai, Yun

    2017-05-01

    In recent years, complex network theory has become an important approach to the study of the structure and dynamics of traffic networks. However, because traffic data is difficult to collect, previous studies have usually focused on the physical topology of subway systems, whereas few studies have considered the characteristics of traffic flows through the network. Therefore, in this paper, we present a multi-layer model to analyze traffic flow patterns in subway networks, based on trip data and an operation timetable obtained from the Beijing Subway System. We characterize the patterns in terms of the spatiotemporal flow size distributions of both the train flow network and the passenger flow network. In addition, we describe the essential interactions between these two networks based on statistical analyses. The results of this study suggest that layered models of transportation systems can elucidate fundamental differences between the coexisting traffic flows and can also clarify the mechanism that causes these differences.

  8. Network Management System for (FUTON-like) Radio-over-Fiber Infrastructure

    DEFF Research Database (Denmark)

    Santiago, Carlos; Gangopadhyay, Bodhisattwa; Ramkumar, Venkata

    2010-01-01

    by the FUTON Middleware. Although a significant amount of prior research work can be found in the literature related to RoF, there is still significant lack of technologies concerning RoF networks management. RoF Manager and its sub-systems target to fill such gap, proposing a novel concept in the form...... operational costs. The RoF Network Manager manages the network equipment on the optical front haul between the Central Unit (CU) and all Remote Antenna Units (RAU)s connected by it, as well as the communication links, while enabling end-to-end service problem resolution and service quality management...

  9. Automated implementation of rule-based expert systems with neural networks for time-critical applications

    Science.gov (United States)

    Ramamoorthy, P. A.; Huang, Song; Govind, Girish

    1991-01-01

    In fault diagnosis, control and real-time monitoring, both timing and accuracy are critical for operators or machines to reach proper solutions or appropriate actions. Expert systems are becoming more popular in the manufacturing community for dealing with such problems. In recent years, neural networks have revived and their applications have spread to many areas of science and engineering. A method of using neural networks to implement rule-based expert systems for time-critical applications is discussed here. This method can convert a given rule-based system into a neural network with fixed weights and thresholds. The rules governing the translation are presented along with some examples. We also present the results of automated machine implementation of such networks from the given rule-base. This significantly simplifies the translation process to neural network expert systems from conventional rule-based systems. Results comparing the performance of the proposed approach based on neural networks vs. the classical approach are given. The possibility of very large scale integration (VLSI) realization of such neural network expert systems is also discussed.

  10. Report on the service quality incentive regulations for gas network operators and ERDF. 2009-2010 Report Synthesis

    International Nuclear Information System (INIS)

    2010-11-01

    The latest natural gas transmission network tariffs, called 'ATRT4', and the tariffs for natural gas distribution network, 'ATRD3', as well as the 3. tariffs for using the public electricity networks, 'TURPE 3', constitute a regulatory framework offering incentives to gas transmission and distribution operators, as well as the electricity distributor ERDF, to control their costs and improve the quality of service provided for network users. For gas and electricity distribution system operators (DSO), the incentive-based regulation for quality of service implemented through the tariffs is complementary to the supervision powers of the licensing authorities. It operates by means of concession contracts which imply that the concessionaire has to deliver activity reports and that the licensing authorities have to publish monitoring reports of the concessionaire's activity. The licensing authorities act on the local level, whereas the incentive regulation is of national scope. The actions of the licensing authorities and of the Energy Regulatory Commission (CRE) contribute together to assess and enhance the quality of service of the DSO. As the service quality monitoring exercises are conducted successively, the analysis will become more refined as a greater data history is acquired. The quality of service from the gas network operators (GrDF, GRTgaz and TIGF) and the electricity distributor (ERDF) has been improving gradually over the period of the monitoring, or has stabilised at a satisfactory level for the areas that are most important for the correct functioning of the market. Some objectives set by the tariffs have been met or even exceeded, which earns financial bonuses for the operators in question. This second service quality monitoring report on the gas network operators and ERDF is going to be used by the CRE, in consultation with all the market players, to refine the incentive mechanisms already in place. Contents: 1

  11. Dynamic optimization of distribution networks. Closed loop operation results; Dynamische Optimierung der Verteilnetze. Closed loop Betriebsergebnisse

    Energy Technology Data Exchange (ETDEWEB)

    Ilo, Albana [Siemens AG, Wien (Austria); Schaffer, Walter; Rieder, Thomas [Salzburg Netz GmbH, Salzburg (Austria); Dzafic, Izudin [Siemens AG, Nuernberg (Germany)

    2012-07-01

    A holistic approach of power system control that includes all voltage levels from highest to low voltage is provided. The power grid is conceived as a supply chain. The medium voltage grid represents the central link. The implemented automatic voltage control and the dynamic operation optimization are based on Distribution System State Estimator (DSSE) and Volt/Var Control (VVC) applications. The last one realizes the dynamic optimization of distribution network combining the reactive power of the decentralized generation, capacitors and voltage set points of on-line tap changers. Application of this method has shown, that by using the dynamic voltage control the grid can be stable operated near the low voltage limit. The conservation voltage reduction can be applied in real time. Furthermore the integration of the decentralized generation is facilitated with minimal costs. Until now in this regard required network expansion can be prevented or delayed. (orig.)

  12. Signal Processing Device (SPD) for networked radiation monitoring system

    International Nuclear Information System (INIS)

    Dharmapurikar, A.; Bhattacharya, S.; Mukhopadhyay, P.K.; Sawhney, A.; Patil, R.K.

    2010-01-01

    A networked radiation and parameter monitoring system with three tier architecture is being developed. Signal Processing Device (SPD) is a second level sub-system node in the network. SPD is an embedded system which has multiple input channels and output communication interfaces. It acquires and processes data from first level parametric sensor devices, and sends to third level devices in response to request commands received from host. It also performs scheduled diagnostic operations and passes on the information to host. It supports inputs in the form of differential digital signals and analog voltage signals. SPD communicates with higher level devices over RS232/RS422/USB channels. The system has been designed with main requirements of minimal power consumption and harsh environment in radioactive plants. This paper discusses the hardware and software design details of SPD. (author)

  13. Earth-Mars Telecommunications and Information Management System (TIMS): Antenna Visibility Determination, Network Simulation, and Management Models

    Science.gov (United States)

    Odubiyi, Jide; Kocur, David; Pino, Nino; Chu, Don

    1996-01-01

    This report presents the results of our research on Earth-Mars Telecommunications and Information Management System (TIMS) network modeling and unattended network operations. The primary focus of our research is to investigate the feasibility of the TIMS architecture, which links the Earth-based Mars Operations Control Center, Science Data Processing Facility, Mars Network Management Center, and the Deep Space Network of antennae to the relay satellites and other communication network elements based in the Mars region. The investigation was enhanced by developing Build 3 of the TIMS network modeling and simulation model. The results of several 'what-if' scenarios are reported along with reports on upgraded antenna visibility determination software and unattended network management prototype.

  14. CONFLICTS IN THE STRATEGIC BUSINESS NETWORK OPERATING IN THE FOREIGN MARKET

    OpenAIRE

    Aleksandra Hauke-Lopes

    2017-01-01

    Conflicts are an integral part of every business-to-business co-operation. Enterprise’s activities in the international markets require from the company to take measures to resolve the conflict so as to prevent the negative impact on relationships and further cooperation. This article adopts the strategic network approach to analyze the conflicts and their impact on relationships in a network operating in a foreign market. Conflicts that occur between the two parties involved in a strategic b...

  15. Achievement report for fiscal 2000 on operational research of human cooperative and coexisting (humanoid) robot system. Operational research of humanoid robot system; 2000 nendo ningen kyocho kyozongata robot system un'yo kenkyu seika hokokusho

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2001-03-01

    This paper reports the achievements in fiscal 2000 in the operational research of humanoid robot system. Carrying out the development smoothly and efficiently requires accumulation of the operational know-how in both of the periodical check and maintenance and the aspects of hard and software to maintain the functions and performances of the robot platform having been developed in the previous fiscal year. Checks were given on fitting of the fasteners and connectors, batteries, and sensors. Operations were confirmed and adjusted on the liquid crystal projector of the surrounded visual display system for remotely controlled operation, polarization filters, screens, reflector mirrors, and wide viewing angle cameras. Verifications were made on fitting of the arm operation force sensing and presenting system, checks on the mechanical components, and operation of the driving system, whereas no change has been found in the operation for the period of one year, and sufficient performance was identified for the remote robot operation. The virtual robot platform has presented no crash and impediments during erroneous use in the disks of the dynamics simulator and the distributed network processing system. (NEDO)

  16. Sensor network based vehicle classification and license plate identification system

    Energy Technology Data Exchange (ETDEWEB)

    Frigo, Janette Rose [Los Alamos National Laboratory; Brennan, Sean M [Los Alamos National Laboratory; Rosten, Edward J [Los Alamos National Laboratory; Raby, Eric Y [Los Alamos National Laboratory; Kulathumani, Vinod K [WEST VIRGINIA UNIV.

    2009-01-01

    Typically, for energy efficiency and scalability purposes, sensor networks have been used in the context of environmental and traffic monitoring applications in which operations at the sensor level are not computationally intensive. But increasingly, sensor network applications require data and compute intensive sensors such video cameras and microphones. In this paper, we describe the design and implementation of two such systems: a vehicle classifier based on acoustic signals and a license plate identification system using a camera. The systems are implemented in an energy-efficient manner to the extent possible using commercially available hardware, the Mica motes and the Stargate platform. Our experience in designing these systems leads us to consider an alternate more flexible, modular, low-power mote architecture that uses a combination of FPGAs, specialized embedded processing units and sensor data acquisition systems.

  17. Advanced Autonomous Systems for Space Operations

    Science.gov (United States)

    Gross, A. R.; Smith, B. D.; Muscettola, N.; Barrett, A.; Mjolssness, E.; Clancy, D. J.

    2002-01-01

    New missions of exploration and space operations will require unprecedented levels of autonomy to successfully accomplish their objectives. Inherently high levels of complexity, cost, and communication distances will preclude the degree of human involvement common to current and previous space flight missions. With exponentially increasing capabilities of computer hardware and software, including networks and communication systems, a new balance of work is being developed between humans and machines. This new balance holds the promise of not only meeting the greatly increased space exploration requirements, but simultaneously dramatically reducing the design, development, test, and operating costs. New information technologies, which take advantage of knowledge-based software, model-based reasoning, and high performance computer systems, will enable the development of a new generation of design and development tools, schedulers, and vehicle and system health management capabilities. Such tools will provide a degree of machine intelligence and associated autonomy that has previously been unavailable. These capabilities are critical to the future of advanced space operations, since the science and operational requirements specified by such missions, as well as the budgetary constraints will limit the current practice of monitoring and controlling missions by a standing army of ground-based controllers. System autonomy capabilities have made great strides in recent years, for both ground and space flight applications. Autonomous systems have flown on advanced spacecraft, providing new levels of spacecraft capability and mission safety. Such on-board systems operate by utilizing model-based reasoning that provides the capability to work from high-level mission goals, while deriving the detailed system commands internally, rather than having to have such commands transmitted from Earth. This enables missions of such complexity and communication` distances as are not

  18. Puerto Rico Seismic Network Operations During and After the Hurricane Maria: Response, Continuity of Operations, and Experiences

    Science.gov (United States)

    Vanacore, E. A.; Baez-Sanchez, G.; Huerfano, V.; Lopez, A. M.; Lugo, J.

    2017-12-01

    The Puerto Rico Seismic Network (PRSN) is an integral part of earthquake and tsunami monitoring in Puerto Rico and the Virgin Islands. The PRSN conducts scientific research as part of the University of Puerto Rico Mayaguez, conducts the earthquake monitoring for the region, runs extensive earthquake and tsunami education and outreach programs, and acts as a Tsunami Warning Focal Point Alternate for Puerto Rico. During and in the immediate aftermath of Hurricane Maria, the PRSN duties and responsibilities evolved from a seismic network to a major information and communications center for the western side of Puerto Rico. Hurricane Maria effectively destroyed most communications on island, critically between the eastern side of the island where Puerto Rico's Emergency Management's (PREMA) main office and the National Weather Service (NWS) is based and the western side of the island. Additionally, many local emergency management agencies on the western side of the island lost a satellite based emergency management information system called EMWIN which provides critical tsunami and weather information. PRSN's EMWIN system remained functional and consequently via this system and radio communications PRSN became the only information source for NWS warnings and bulletins, tsunami alerts, and earthquake information for western Puerto Rico. Additionally, given the functional radio and geographic location of the PRSN, the network became a critical communications relay for local emergency management. Here we will present the PRSN response in relation to Hurricane Maria including the activation of the PRSN devolution plan, adoption of duties, experiences and lessons learned for continuity of operations and adoption of responsibilities during future catastrophic events.

  19. A mixed integer linear programming model for operational planning of a biodiesel supply chain network from used cooking oil

    Science.gov (United States)

    Jonrinaldi, Hadiguna, Rika Ampuh; Salastino, Rades

    2017-11-01

    Environmental consciousness has paid many attention nowadays. It is not only about how to recycle, remanufacture or reuse used end products but it is also how to optimize the operations of the reverse system. A previous research has proposed a design of reverse supply chain of biodiesel network from used cooking oil. However, the research focused on the design of the supply chain strategy not the operations of the supply chain. It only decided how to design the structure of the supply chain in the next few years, and the process of each stage will be conducted in the supply chain system in general. The supply chain system has not considered operational policies to be conducted by the companies in the supply chain. Companies need a policy for each stage of the supply chain operations to be conducted so as to produce the optimal supply chain system, including how to use all the resources that have been designed in order to achieve the objectives of the supply chain system. Therefore, this paper proposes a model to optimize the operational planning of a biodiesel supply chain network from used cooking oil. A mixed integer linear programming is developed to model the operational planning of biodiesel supply chain in order to minimize the total operational cost of the supply chain. Based on the implementation of the model developed, the total operational cost of the biodiesel supply chain incurred by the system is less than the total operational cost of supply chain based on the previous research during seven days of operational planning about amount of 2,743,470.00 or 0.186%. Production costs contributed to 74.6 % of total operational cost and the cost of purchasing the used cooking oil contributed to 24.1 % of total operational cost. So, the system should pay more attention to these two aspects as changes in the value of these aspects will cause significant effects to the change in the total operational cost of the supply chain.

  20. Operation of Long-Haul Non-LOS Wireless Tactical Networks

    National Research Council Canada - National Science Library

    Zachariadis, Christoforos

    2006-01-01

    .... Proof of concept for this capability is the NPS OFDM testbed for the research and support of the communications and collaborative processes between tactical operators within a wireless network...

  1. Project configured supply networks: Governance of delivery and failures in operations

    DEFF Research Database (Denmark)

    Koch, Christian

    2008-01-01

    of delivery types; parts, components and subsystems. The project configuration and orchestrated governance forms are not always successful, and failures emerge. The paper aims at studying governance forms in delivery networks using operational failures as litmus. Operation management approaches is used...... failures occurred during three month observation. The costs were 8 pct. of the production budget. None of the mobilised governance forms fully prevented failures, especially subsystem delivery and internal integration was underperforming.......  Supply networks in complex B2B- construction deliver knowledge, materials, components, subsystems, competences, workforce and management. The delivery network and its governance forms are partly permanent, partly project specific. Integration upstream varies by project, constituting a range...

  2. Optimization of European call options considering physical delivery network and reservoir operation rules

    Science.gov (United States)

    Cheng, Wei-Chen; Hsu, Nien-Sheng; Cheng, Wen-Ming; Yeh, William W.-G.

    2011-10-01

    This paper develops alternative strategies for European call options for water purchase under hydrological uncertainties that can be used by water resources managers for decision making. Each alternative strategy maximizes its own objective over a selected sequence of future hydrology that is characterized by exceedance probability. Water trade provides flexibility and enhances water distribution system reliability. However, water trade between two parties in a regional water distribution system involves many issues, such as delivery network, reservoir operation rules, storage space, demand, water availability, uncertainty, and any existing contracts. An option is a security giving the right to buy or sell an asset; in our case, the asset is water. We extend a flow path-based water distribution model to include reservoir operation rules. The model simultaneously considers both the physical distribution network as well as the relationships between water sellers and buyers. We first test the model extension. Then we apply the proposed optimization model for European call options to the Tainan water distribution system in southern Taiwan. The formulation lends itself to a mixed integer linear programming model. We use the weighing method to formulate a composite function for a multiobjective problem. The proposed methodology provides water resources managers with an overall picture of water trade strategies and the consequence of each strategy. The results from the case study indicate that the strategy associated with a streamflow exceedence probability of 50% or smaller should be adopted as the reference strategy for the Tainan water distribution system.

  3. Modeling Reservoir-River Networks in Support of Optimizing Seasonal-Scale Reservoir Operations

    Science.gov (United States)

    Villa, D. L.; Lowry, T. S.; Bier, A.; Barco, J.; Sun, A.

    2011-12-01

    HydroSCOPE (Hydropower Seasonal Concurrent Optimization of Power and the Environment) is a seasonal time-scale tool for scenario analysis and optimization of reservoir-river networks. Developed in MATLAB, HydroSCOPE is an object-oriented model that simulates basin-scale dynamics with an objective of optimizing reservoir operations to maximize revenue from power generation, reliability in the water supply, environmental performance, and flood control. HydroSCOPE is part of a larger toolset that is being developed through a Department of Energy multi-laboratory project. This project's goal is to provide conventional hydropower decision makers with better information to execute their day-ahead and seasonal operations and planning activities by integrating water balance and operational dynamics across a wide range of spatial and temporal scales. This presentation details the modeling approach and functionality of HydroSCOPE. HydroSCOPE consists of a river-reservoir network model and an optimization routine. The river-reservoir network model simulates the heat and water balance of river-reservoir networks for time-scales up to one year. The optimization routine software, DAKOTA (Design Analysis Kit for Optimization and Terascale Applications - dakota.sandia.gov), is seamlessly linked to the network model and is used to optimize daily volumetric releases from the reservoirs to best meet a set of user-defined constraints, such as maximizing revenue while minimizing environmental violations. The network model uses 1-D approximations for both the reservoirs and river reaches and is able to account for surface and sediment heat exchange as well as ice dynamics for both models. The reservoir model also accounts for inflow, density, and withdrawal zone mixing, and diffusive heat exchange. Routing for the river reaches is accomplished using a modified Muskingum-Cunge approach that automatically calculates the internal timestep and sub-reach lengths to match the conditions of

  4. Neural network training by Kalman filtering in process system monitoring

    International Nuclear Information System (INIS)

    Ciftcioglu, Oe.

    1996-03-01

    Kalman filtering approach for neural network training is described. Its extended form is used as an adaptive filter in a nonlinear environment of the form a feedforward neural network. Kalman filtering approach generally provides fast training as well as avoiding excessive learning which results in enhanced generalization capability. The network is used in a process monitoring application where the inputs are measurement signals. Since the measurement errors are also modelled in Kalman filter the approach yields accurate training with the implication of accurate neural network model representing the input and output relationships in the application. As the process of concern is a dynamic system, the input source of information to neural network is time dependent so that the training algorithm presents an adaptive form for real-time operation for the monitoring task. (orig.)

  5. PATs Operating in Water Networks under Unsteady Flow Conditions: Control Valve Manoeuvre and Overspeed Effect

    Directory of Open Access Journals (Sweden)

    Modesto Pérez-Sánchez

    2018-04-01

    Full Text Available The knowledge of transient conditions in water pressurized networks equipped with pump as turbines (PATs is of the utmost importance and necessary for the design and correct implementation of these new renewable solutions. This research characterizes the water hammer phenomenon in the design of PAT systems, emphasizing the transient events that can occur during a normal operation. This is based on project concerns towards a stable and efficient operation associated with the normal dynamic behaviour of flow control valve closure or by the induced overspeed effect. Basic concepts of mathematical modelling, characterization of control valve behaviour, damping effects in the wave propagation and runaway conditions of PATs are currently related to an inadequate design. The precise evaluation of basic operating rules depends upon the system and component type, as well as the required safety level during each operation.

  6. Operations management system

    Science.gov (United States)

    Brandli, A. E.; Eckelkamp, R. E.; Kelly, C. M.; Mccandless, W.; Rue, D. L.

    1990-01-01

    The objective of an operations management system is to provide an orderly and efficient method to operate and maintain aerospace vehicles. Concepts are described for an operations management system and the key technologies are highlighted which will be required if this capability is brought to fruition. Without this automation and decision aiding capability, the growing complexity of avionics will result in an unmanageable workload for the operator, ultimately threatening mission success or survivability of the aircraft or space system. The key technologies include expert system application to operational tasks such as replanning, equipment diagnostics and checkout, global system management, and advanced man machine interfaces. The economical development of operations management systems, which are largely software, will require advancements in other technological areas such as software engineering and computer hardware.

  7. SNAP operating system reference manual

    International Nuclear Information System (INIS)

    Sabuda, J.D.; Polito, J.; Walker, J.L.; Grant, F.H. III.

    1982-03-01

    The SNAP Operating System (SOS) is a FORTRAN 77 program which provides assistance to the safeguards analyst who uses the Safeguards Automated Facility Evaluation (SAFE) and the Safeguards Network Analysis Procedure (SNAP) techniques. Features offered by SOS are a data base system for storing a library of SNAP applications, computer graphics representation of SNAP models, a computer graphics editor to develop and modify SNAP models, a SAFE-to-SNAP interface, automatic generation of SNAP input data, and a computer graphic post-processor for SNAP. The SOS Reference Manual provides detailed application information concerning SOS as well as a detailed discussion of all SOS components and their associated command input formats. SOS was developed for the US Nuclear Regulatory Commission's Office of Nuclear Regulatory Research and the US Naval Surface Weapons Center by Pritsker and Associates, Inc., under contract to Sandia National Laboratories

  8. Interim evaluation report of the mutually operable database systems by different computers; Denshi keisanki sogo un'yo database system chukan hyoka hokokusho

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1989-03-01

    This is the interim report on evaluation of the mutually operable database systems by different computers. The techniques for these systems fall into four categories of those related to (1) dispersed data systems, (2) multimedia, (3) high reliability, and (4) elementary techniques for mutually operable network systems. The techniques for the category (1) include those for vertically dispersed databases, database systems for multiple addresses in a wide area, and open type combined database systems, which have been in progress generally as planned. Those for the category (2) include the techniques for color document inputting and information retrieval, meaning compiling, understanding highly overlapping data, and controlling data centered by drawings, which have been in progress generally as planned. Those for the category (3) include the techniques for improving resistance of the networks to obstruction, and security of the data in the networks, which have been in progress generally as planned. Those for the category (4) include the techniques for rule processing for development of protocols, protocols for mutually connecting the systems, and high-speed, high-function networks, which have been in progress generally as planned. It is expected that the original objectives are finally achieved, because the development programs for these categories have been in progress generally as planned. (NEDO)

  9. Monitoring of good practices programs and independence for electricity and natural gas system operators. Report 2012

    International Nuclear Information System (INIS)

    2013-09-01

    Electricity and natural gas transmission system operators (TSO) and distribution system operators (DSO) are regulated operators that provide public service functions for the benefit of the network users and the consumers they serve. Accordingly, European and French law requires that they be under independent and nondiscriminatory obligations. In particular, they must develop a good practices program which includes a range of measures to prevent the risk of discriminatory practices in network access. Pursuant to Article L.134-15 of the Energy Code, the Energy Regulatory Commission (CRE) is publishing this year its 8. annual report on the monitoring of good practices programs and independence for electricity and natural gas system operators for the year 2012. This report is based on analysis of the 'reports on the implementation of good practices programs' submitted to the CRE by the operators in late 2012 and audits carried out by the CRE services in these companies in 2012

  10. Monitoring of good practices programs and independence for electricity and natural gas system operators. 2010 report

    International Nuclear Information System (INIS)

    2011-01-01

    Electricity and natural gas transmission system operators (TSO) and distribution system operators (DSO) are regulated operators that provide public service functions for the benefit of the network users and the consumers they serve. Accordingly, European and French law requires that they be under independent and nondiscriminatory obligations. In particular, they must develop a good practices program which includes a range of measures to prevent the risk of discriminatory practices in network access. Pursuant to Article L.134-15 of the Energy Code, the Energy Regulatory Commission (CRE) is publishing this year its 6. annual report on the monitoring of good practices programs and independence for electricity and natural gas system operators for the year 2010. This report is based on analysis of the 'reports on the implementation of good practices programs' submitted to the CRE by the operators in late 2010 and audits carried out by the CRE services in these companies in 2010

  11. Failure rate modeling using fault tree analysis and Bayesian network: DEMO pulsed operation turbine study case

    International Nuclear Information System (INIS)

    Dongiovanni, Danilo Nicola; Iesmantas, Tomas

    2016-01-01

    Highlights: • RAMI (Reliability, Availability, Maintainability and Inspectability) assessment of secondary heat transfer loop for a DEMO nuclear fusion plant. • Definition of a fault tree for a nuclear steam turbine operated in pulsed mode. • Turbine failure rate models update by mean of a Bayesian network reflecting the fault tree analysis in the considered scenario. • Sensitivity analysis on system availability performance. - Abstract: Availability will play an important role in the Demonstration Power Plant (DEMO) success from an economic and safety perspective. Availability performance is commonly assessed by Reliability Availability Maintainability Inspectability (RAMI) analysis, strongly relying on the accurate definition of system components failure modes (FM) and failure rates (FR). Little component experience is available in fusion application, therefore requiring the adaptation of literature FR to fusion plant operating conditions, which may differ in several aspects. As a possible solution to this problem, a new methodology to extrapolate/estimate components failure rate under different operating conditions is presented. The DEMO Balance of Plant nuclear steam turbine component operated in pulse mode is considered as study case. The methodology moves from the definition of a fault tree taking into account failure modes possibly enhanced by pulsed operation. The fault tree is then translated into a Bayesian network. A statistical model for the turbine system failure rate in terms of subcomponents’ FR is hence obtained, allowing for sensitivity analyses on the structured mixture of literature and unknown FR data for which plausible value intervals are investigated to assess their impact on the whole turbine system FR. Finally, the impact of resulting turbine system FR on plant availability is assessed exploiting a Reliability Block Diagram (RBD) model for a typical secondary cooling system implementing a Rankine cycle. Mean inherent availability

  12. Failure rate modeling using fault tree analysis and Bayesian network: DEMO pulsed operation turbine study case

    Energy Technology Data Exchange (ETDEWEB)

    Dongiovanni, Danilo Nicola, E-mail: danilo.dongiovanni@enea.it [ENEA, Nuclear Fusion and Safety Technologies Department, via Enrico Fermi 45, Frascati 00040 (Italy); Iesmantas, Tomas [LEI, Breslaujos str. 3 Kaunas (Lithuania)

    2016-11-01

    Highlights: • RAMI (Reliability, Availability, Maintainability and Inspectability) assessment of secondary heat transfer loop for a DEMO nuclear fusion plant. • Definition of a fault tree for a nuclear steam turbine operated in pulsed mode. • Turbine failure rate models update by mean of a Bayesian network reflecting the fault tree analysis in the considered scenario. • Sensitivity analysis on system availability performance. - Abstract: Availability will play an important role in the Demonstration Power Plant (DEMO) success from an economic and safety perspective. Availability performance is commonly assessed by Reliability Availability Maintainability Inspectability (RAMI) analysis, strongly relying on the accurate definition of system components failure modes (FM) and failure rates (FR). Little component experience is available in fusion application, therefore requiring the adaptation of literature FR to fusion plant operating conditions, which may differ in several aspects. As a possible solution to this problem, a new methodology to extrapolate/estimate components failure rate under different operating conditions is presented. The DEMO Balance of Plant nuclear steam turbine component operated in pulse mode is considered as study case. The methodology moves from the definition of a fault tree taking into account failure modes possibly enhanced by pulsed operation. The fault tree is then translated into a Bayesian network. A statistical model for the turbine system failure rate in terms of subcomponents’ FR is hence obtained, allowing for sensitivity analyses on the structured mixture of literature and unknown FR data for which plausible value intervals are investigated to assess their impact on the whole turbine system FR. Finally, the impact of resulting turbine system FR on plant availability is assessed exploiting a Reliability Block Diagram (RBD) model for a typical secondary cooling system implementing a Rankine cycle. Mean inherent availability

  13. Studies of an application of a mobile communication system to the private telecommunication network. Part 1. Present condition of mobile communication system and proposal of the customer information network by PHS; Idotai tsushin system no denryoku tsushinmo eno tekiyo. 1. Idotai tsushin system no genjo to PHS ni yoru juyo kakei network no teian

    Energy Technology Data Exchange (ETDEWEB)

    Iwasaki, H. [Central Research Institute of Electric Power Industry, Tokyo (Japan)

    1996-03-01

    An application of various mobile communication systems to the electric power telecommunication network has been investigated. Among these, the customer information network by PHS (personal handy-phone system) has been proposed. Although great numbers of base stations are required for PHS, it can be applied as the customer information network by connecting to the power controller developed by the Central Research Institute of Electric Power Industry. The geostationary satellite telecommunication has been positively utilized by the electric power industry since the Hanshin-Awaji Great Earthquake. It can be used as the customer information network in the future. Since the radio access is a one-way communication, it cannot be applied to the electric power telecommunication network at present. It can be applied to the simple message communication or relatively low-speed data communication through the two-way communication. Public ground mobile telecommunication in the future includes various mobile telecommunication systems. To start the operation in 2000, the ITU (International Telecommunication Union) is making specifications common in the world. It is required to investigate the utilization as multipurpose systems. The network for PHS can be applied to the telecommunication network without optical cable. 20 refs., 5 figs., 3 tabs.

  14. Computer Networks A Systems Approach

    CERN Document Server

    Peterson, Larry L

    2011-01-01

    This best-selling and classic book teaches you the key principles of computer networks with examples drawn from the real world of network and protocol design. Using the Internet as the primary example, the authors explain various protocols and networking technologies. Their systems-oriented approach encourages you to think about how individual network components fit into a larger, complex system of interactions. Whatever your perspective, whether it be that of an application developer, network administrator, or a designer of network equipment or protocols, you will come away with a "big pictur

  15. Stability and voltage rise at operating frequency in ehv networks at 500 to 700 kV

    Energy Technology Data Exchange (ETDEWEB)

    Glavitsch, H

    1964-01-01

    The importance of stability is stressed in the case of long transmission lines interconnecting different systems. To achieve better stability one requires improvement of network stability and generator stability. The methods of excitation and electric braking for improving the dynamic stability of generators are described. The stability of two networks connected by a line is examined theoretically. The various causes of voltage rises at operating frequency, e.g., loading, load dropping etc., and the usual types of transients are discussed.

  16. Fault tolerance of artificial neural networks with applications in critical systems

    Science.gov (United States)

    Protzel, Peter W.; Palumbo, Daniel L.; Arras, Michael K.

    1992-01-01

    This paper investigates the fault tolerance characteristics of time continuous recurrent artificial neural networks (ANN) that can be used to solve optimization problems. The principle of operations and performance of these networks are first illustrated by using well-known model problems like the traveling salesman problem and the assignment problem. The ANNs are then subjected to 13 simultaneous 'stuck at 1' or 'stuck at 0' faults for network sizes of up to 900 'neurons'. The effects of these faults is demonstrated and the cause for the observed fault tolerance is discussed. An application is presented in which a network performs a critical task for a real-time distributed processing system by generating new task allocations during the reconfiguration of the system. The performance degradation of the ANN under the presence of faults is investigated by large-scale simulations, and the potential benefits of delegating a critical task to a fault tolerant network are discussed.

  17. Demand response: Social welfare maximisation in an unbundled energy market - Case study for the low-voltage networks of a distribution network operator in the Netherlands

    NARCIS (Netherlands)

    Nijhuis, M.; Babar, M.; Gibescu, M.; Cobben, J.F.G.

    2017-01-01

    With the introduction of smart meters, dynamic pricing and home energy management systems, residential customers are able to react to changes in electricity prices. In an unbundled market, the energy supplier and the network operator may have conflicting interests with respect to demand response

  18. Demand response : social welfare maximisation in an unbundled energy market : case study for the low-voltage networks of a distribution network operator in the Netherlands

    NARCIS (Netherlands)

    Nijhuis, M.; Babar, M.; Gibescu, M.; Cobben, J.F.G.

    2015-01-01

    With the introduction of smart meters, dynamic pricing and home energy management systems, residential customers are able to react to changes in electricity prices. In an unbundled market, the energy supplier and the network operator may have conflicting interests with respect to demand response

  19. THE INFORMATIONAL SYSTEM FOR THE COLLABORATIVE LOGISTICS NETWORKS

    Directory of Open Access Journals (Sweden)

    NAIANA ŢARCĂ

    2011-01-01

    Full Text Available This paper presents an informatic system designed for collaborative logistic networks. The informational system is composed of structured informational modules that can easily be modified in order to facilitate the testing of the different algorithms that are being used. The informational system has two components, in the form of web application modules, which are connected to the user-specific modules (THE CLIENT WEB APPLICATION and to the server-specific modules (THE SERVER WEB APPLICATION, respectively. These two modules operate the transmission of information, the demands of the client and the offers generated by the server. The designed informational system has been tested in actual operating conditions, by co-optating ten EMSs from the Bihor county area. Some of the elements considered positive by the users, in the testing period, were: usability, the automatic assignment of a motor vehicle according to the characteristics of the product, the automatic route generation, the selection of goods according to the cluster “route” of the system.

  20. Fault diagnosis for temperature, flow rate and pressure sensors in VAV systems using wavelet neural network

    Energy Technology Data Exchange (ETDEWEB)

    Du, Zhimin; Jin, Xinqiao; Yang, Yunyu [School of Mechanical Engineering, Shanghai Jiao Tong University, 800, Dongchuan Road, Shanghai (China)

    2009-09-15

    Wavelet neural network, the integration of wavelet analysis and neural network, is presented to diagnose the faults of sensors including temperature, flow rate and pressure in variable air volume (VAV) systems to ensure well capacity of energy conservation. Wavelet analysis is used to process the original data collected from the building automation first. With three-level wavelet decomposition, the series of characteristic information representing various operation conditions of the system are obtained. In addition, neural network is developed to diagnose the source of the fault. To improve the diagnosis efficiency, three data groups based on several physical models or balances are classified and constructed. Using the data decomposed by three-level wavelet, the neural network can be well trained and series of convergent networks are obtained. Finally, the new measurements to diagnose are similarly processed by wavelet. And the well-trained convergent neural networks are used to identify the operation condition and isolate the source of the fault. (author)

  1. Wind power integration connection and system operational aspects

    CERN Document Server

    Fox, Brendan

    2014-01-01

    Wind Power Integration provides a wide-ranging discussion on all major aspects of wind power integration into electricity supply systems. This second edition has been fully revised and updated to take account of the significant growth in wind power deployment in the past few years. New discussions have been added to describe developments in wind turbine generator technology and control, the network integration of wind power, innovative ways to integrate wind power when its generation potential exceeds 50% of demand, case studies on how forecasting errors have affected system operation, and an update on how the wind energy sector has fared in the marketplace. Topics covered include: the development of wind power technology and its world-wide deployment; wind power technology and the interaction of various wind turbine generator types with the utility network; and wind power forecasting and the challenges faced by wind energy in modern electricity markets.

  2. The spanish electric system operation. The contribution of nuclear generation

    International Nuclear Information System (INIS)

    Duvison, M. R.; Torre, M. de la

    2009-01-01

    Operation of an electric system encloses the collection of activities which extend from affective generation dispatch to issuing instruction for network manoeuvring along with international exchange scheduling. Based on the market mechanisms that apply to energy transactions, these tasks guarantee the security of supply end consumers, which is the final goal of the System Operators actions. In Spain this function is executed by Red Electrica de Espana (REE) since 1985, after being constituted as the first Transmission and System Operator (TSO) in the world. Additionally the variations to Law 54/1997 introduced by law 17/2007 also assign REE the function of sole transmission owner in the Spanish electric system. In order to achieve the aforementioned goal, nuclear energy plays in Spain a fundamental role in electric generation thanks to its high availability rate, the predictability of its fuel recharges, its high operational reliability, its geographical location, the stability of its costs and the security of supply given by the possibility of on-site fuel storage in the power plant. (Author)

  3. Study on the correlation between the hierarchical urban system and high-speed railway network planning in China

    Directory of Open Access Journals (Sweden)

    Hong Sun

    2016-09-01

    Full Text Available This study examines the interrelatedness between the hierarchical structure of China׳s urban system and high-speed railway (HSR network planning at the national level. As a multi-layered system, the Chinese HSR can be categorized into three sub-networks, namely, the national HSR trunk network, the national HSR extensional network, and the intercity HSR network. By examining the direct HSR network connection, HSR nodal connection, and HSR operational frequency of 287 prefecture-level cities, this study demonstrates that the hierarchies of China׳s administrative, demographic, and economic urban systems strongly influence HSR network planning. The national HSR trunk network prioritizes the connection of top-level central cities, whereas the extensional network prioritizes cities at the lower level of the urban system. Moreover, the national HSR system forms the backbone of the HSR network structure based on a national scale, whereas the intercity HSR system satisfies the travel needs within urban agglomerations based on the regional level.

  4. Network Traffic Features for Anomaly Detection in Specific Industrial Control System Network

    Directory of Open Access Journals (Sweden)

    Matti Mantere

    2013-09-01

    Full Text Available The deterministic and restricted nature of industrial control system networks sets them apart from more open networks, such as local area networks in office environments. This improves the usability of network security, monitoring approaches that would be less feasible in more open environments. One of such approaches is machine learning based anomaly detection. Without proper customization for the special requirements of the industrial control system network environment, many existing anomaly or misuse detection systems will perform sub-optimally. A machine learning based approach could reduce the amount of manual customization required for different industrial control system networks. In this paper we analyze a possible set of features to be used in a machine learning based anomaly detection system in the real world industrial control system network environment under investigation. The network under investigation is represented by architectural drawing and results derived from network trace analysis. The network trace is captured from a live running industrial process control network and includes both control data and the data flowing between the control network and the office network. We limit the investigation to the IP traffic in the traces.

  5. Network speech systems technology program

    Science.gov (United States)

    Weinstein, C. J.

    1981-09-01

    This report documents work performed during FY 1981 on the DCA-sponsored Network Speech Systems Technology Program. The two areas of work reported are: (1) communication system studies in support of the evolving Defense Switched Network (DSN) and (2) design and implementation of satellite/terrestrial interfaces for the Experimental Integrated Switched Network (EISN). The system studies focus on the development and evaluation of economical and endurable network routing procedures. Satellite/terrestrial interface development includes circuit-switched and packet-switched connections to the experimental wideband satellite network. Efforts in planning and coordination of EISN experiments are reported in detail in a separate EISN Experiment Plan.

  6. CONFLICTS IN THE STRATEGIC BUSINESS NETWORK OPERATING IN THE FOREIGN MARKET

    Directory of Open Access Journals (Sweden)

    Aleksandra Hauke-Lopes

    2017-09-01

    Full Text Available Conflicts are an integral part of every business-to-business co-operation. Enterprise’s activities in the international markets require from the company to take measures to resolve the conflict so as to prevent the negative impact on relationships and further cooperation. This article adopts the strategic network approach to analyze the conflicts and their impact on relationships in a network operating in a foreign market. Conflicts that occur between the two parties involved in a strategic business network also affect other cooperating entities and thereby influence the whole relationship. It is therefore important for the strategic business leader to take action to achieve the positive effects of a conflict situation. The article presents the main sources of conflict present in the literature and the actions that can be taken by the leader of the strategic business network in the foreign market in order to obtain positive effects of conflicts. It also highlights the elements that contribute to reducing the negative impact of conflicts and strengthen relationships in the strategic business network in the foreign market.

  7. Review of droop-controlled bi-directional inverter in conducting islanded operation of photovoltaic systems

    Science.gov (United States)

    Khaw, Ace Lin Yi; Wong, Jianhui; Lim, Yun Seng

    2017-04-01

    Global warming due to the excessive greenhouse gas emissions has led to the emergence of green technologies in Malaysia, particularly photovoltaic (PV) systems. Under the current regulatory framework, islanded operation of the PV system is not permissible. As a result, any renewable energy sources will be disconnected immediately in the event of grid outages. This practice is to ensure the safety of working personnel, as well as the customer equipment connected within the distribution networks. In addition, there is no synchronizing equipment to aid the reconnection of the islanded network to the grid. However, with the shutdown of the Distributed Generator (DG) during islanded operation, the customers are not able to utilize the available renewable energy and the number of power interruption is not improved with the renewable energy sources. Therefore, the main objective of this paper is to investigate the feasibility of the PV system in conducting islanding operation with the use of Energy Storage System (ESS). This paper also proposes a control algorithm to maintain the voltage and frequency excursion within the statutory limit by manipulating the real and reactive power flow of the ESS within the transition period between grid connected and islanding operation.

  8. Analisis Studi Komperatif Perbandingan Key Performance Index Swap Huawei dengan Nokia Siemens Network pada Operator Telkomsel (Sto Tebas)

    OpenAIRE

    Jimmy

    2015-01-01

    – The need for telecommunications is very important and makes the mobile operators including Telkomsel are trying ways to improvise their network system, by optimizing the BTSs one of way is to maintain and even increase the success call rate by optimizing the device by swapping Huawei BTS to Nokia Siemens Network (NSN) BTS. The results of the KPI comparison between the Huawei's BTS with Nokia Siemens Network's on the SDSR on Huawei BTS percentage of success rate is 99.59% raised calls is hig...

  9. Mobile Phone Network Operators' Actions on RF Safety (invited paper)

    International Nuclear Information System (INIS)

    Causebrook, J.H.

    1999-01-01

    The current and possible future global penetration of mobile phone usage is given. Health and safety aspects relate to both the statutory requirements for the operation of their networks and the public perception of risks in using services provided by the operators. The coordination of this work nationally through trade associations is mentioned. GSM is the predominant standard used for the provision of global mobile phone services. The GSM MoU Association is introduced as the operators' coordination body worldwide for dealing with radio frequency (RF) health and safety issues through its sub-group, EBRC. The scope of the EBRC group is presented with the considerations used to determine if external research should be supported by the GSM MoU Association. A personal view is provided on the present quality of worldwide research on RF health and safety and some consideration is given as to what constitutes 'good' research. The mobile phone network operators' involvement in the science and application of epidemiological research is considered. Consideration is given to introducing risk/benefit analysis into the debate on the health and safety of mobile phone usage. The media presentation of the results of scientific work on this topic often leads to a falsely negative public perception of the perceived risks. This is made worse when such perceptions are used for the purposes of objecting to the deployment of network infrastructure. The operators' approach to RF health and safety procedures is outlined, with a clarification of the distinctions between near-field and far-field methodologies for the calculation of physical exclusion zones. It is concluded that the mobile phone operators are part of an industry which is safe and who work to ensure that their operations are seen to be safe in the context of the best available worldwide scientific knowledge and safety guidelines. (author)

  10. Organized network for supporting the amateur-scientist co-operation in Finland

    Science.gov (United States)

    Mäkelä, V.; Haukka, H.; Oksanen, A.; Hentunen, V.-P.

    2014-04-01

    PROAM network is a working group of Ursa Astronomical Association [1] for supporting Finnish amateur astronomers participating to co-operation projects between professional and amateur astronomers. The network relays the information on projects, maintains professional contacts and arranges training on technical skills for research work.

  11. A Hierarchical Optimal Operation Strategy of Hybrid Energy Storage System in Distribution Networks with High Photovoltaic Penetration

    Directory of Open Access Journals (Sweden)

    Jian Chen

    2018-02-01

    Full Text Available In this paper, a hierarchical optimal operation strategy for a hybrid energy storage system (HESS is proposed, which is suitable to be utilized in distribution networks (DNs with high photovoltaic (PV penetration to achieve PV power smoothing, voltage regulation and price arbitrage. Firstly, a fuzzy-logic based variable step-size control strategy for an ultracapacitor (UC with the improvement of the lifetime of UC and tracking performance is adopted to smooth PV power fluctuations. The impact of PV forecasting errors is eliminated by adjusting the UC power in real time. Secondly, a coordinated control strategy, which includes centralized and local controls, is proposed for lithium-ion batteries. The centralized control is structured to determine the optimal battery unit for voltage regulation or price arbitrage according to lithium-ion battery performance indices. A modified lithium-ion battery aging model with better accuracy is proposed and the coupling relationship between the lifetime and the effective capacity is also considered. Additionally, the local control of the selected lithium-ion battery unit determines the charging/discharging power. A case study is used to validate the operation strategy and the results show that the lifetime equilibrium among different lithium-ion battery units can be achieved using the proposed strategy.

  12. Operational test procedure for pumping and instrumentation control skid SALW-6001B monitor and control system

    International Nuclear Information System (INIS)

    Garcia, M.F.

    1995-11-01

    This OTP shall verify and document that the monitor and control system comprised of PICS SALW-6001B PLC, 242S PLC, Operator Control Station, and communication network is functioning per operational requirements

  13. Study on Network Error Analysis and Locating based on Integrated Information Decision System

    Science.gov (United States)

    Yang, F.; Dong, Z. H.

    2017-10-01

    Integrated information decision system (IIDS) integrates multiple sub-system developed by many facilities, including almost hundred kinds of software, which provides with various services, such as email, short messages, drawing and sharing. Because the under-layer protocols are different, user standards are not unified, many errors are occurred during the stages of setup, configuration, and operation, which seriously affect the usage. Because the errors are various, which may be happened in different operation phases, stages, TCP/IP communication protocol layers, sub-system software, it is necessary to design a network error analysis and locating tool for IIDS to solve the above problems. This paper studies on network error analysis and locating based on IIDS, which provides strong theory and technology supports for the running and communicating of IIDS.

  14. Networks as systems.

    Science.gov (United States)

    Best, Allan; Berland, Alex; Greenhalgh, Trisha; Bourgeault, Ivy L; Saul, Jessie E; Barker, Brittany

    2018-03-19

    Purpose The purpose of this paper is to present a case study of the World Health Organization's Global Healthcare Workforce Alliance (GHWA). Based on a commissioned evaluation of GHWA, it applies network theory and key concepts from systems thinking to explore network emergence, effectiveness, and evolution to over a ten-year period. The research was designed to provide high-level strategic guidance for further evolution of global governance in human resources for health (HRH). Design/methodology/approach Methods included a review of published literature on HRH governance and current practice in the field and an in-depth case study whose main data sources were relevant GHWA background documents and key informant interviews with GHWA leaders, staff, and stakeholders. Sampling was purposive and at a senior level, focusing on board members, executive directors, funders, and academics. Data were analyzed thematically with reference to systems theory and Shiffman's theory of network development. Findings Five key lessons emerged: effective management and leadership are critical; networks need to balance "tight" and "loose" approaches to their structure and processes; an active communication strategy is key to create and maintain support; the goals, priorities, and membership must be carefully focused; and the network needs to support shared measurement of progress on agreed-upon goals. Shiffman's middle-range network theory is a useful tool when guided by the principles of complex systems that illuminate dynamic situations and shifting interests as global alliances evolve. Research limitations/implications This study was implemented at the end of the ten-year funding cycle. A more continuous evaluation throughout the term would have provided richer understanding of issues. Experience and perspectives at the country level were not assessed. Practical implications Design and management of large, complex networks requires ongoing attention to key issues like leadership

  15. Leveraging BLE and LoRa in IoT Network for Wildlife Monitoring System (WMS)

    NARCIS (Netherlands)

    Ayele, Eyuel Debebe; Das, Kallol; Meratnia, Nirvana; Havinga, Paul J.M.

    2018-01-01

    In this paper we propose a new dual radio IoT network architecture for wildlife monitoring system (WMS). WMS leverages bluetooth low energy (BLE) in low power wide area networks (LPWANs) by dynamically changing the operating radio based on the proximity among herd of wild animals. This approach will

  16. Leveraging BLE and LoRa in IoT Network for Wildlife Monitoring System (WMS)

    NARCIS (Netherlands)

    Ayele, Eyuel Debebe; Das, Kallol; Meratnia, Nirvana; Havinga, Paul J.M.

    2016-01-01

    In this paper we propose a new dual radio IoT network architecture for wildlife monitoring system (WMS). WMS leverages bluetooth low energy (BLE) in low power wide area networks (LPWANs) by dynamically changing the operating radio based on the proximity among herd of wild animals. This approach will

  17. The entire network topology display system of terminal communication access network

    OpenAIRE

    An Yi

    2016-01-01

    Now order terminal communication access network is network technology in Shanxi Province is diversiform, device type complex, lack of unified technical standard, the terminal communication access network management system of construction constitutes a great obstacle. Need to build a “unified communication interface and communication standard, unified communications network management” of the terminal communication access network cut in the integrated network management system, for the termina...

  18. Network Operations Support Plan for the Spot 2 mission (revision 1)

    Science.gov (United States)

    Werbitzky, Victor

    1989-01-01

    The purpose of this Network Operations Support Plan (NOSP) is to indicate operational procedures and ground equipment configurations for the SPOT 2 mission. The provisions in this document take precedence over procedures or configurations in other documents.

  19. Large scale network-centric distributed systems

    CERN Document Server

    Sarbazi-Azad, Hamid

    2014-01-01

    A highly accessible reference offering a broad range of topics and insights on large scale network-centric distributed systems Evolving from the fields of high-performance computing and networking, large scale network-centric distributed systems continues to grow as one of the most important topics in computing and communication and many interdisciplinary areas. Dealing with both wired and wireless networks, this book focuses on the design and performance issues of such systems. Large Scale Network-Centric Distributed Systems provides in-depth coverage ranging from ground-level hardware issu

  20. Safety control of nuclear power operations using self-programming neural networks

    International Nuclear Information System (INIS)

    Jouse, W.C.; Williams, J.G.

    1993-01-01

    In the design and operation of nuclear reactors, safety-related goals must be embedded in complex multivariate control strategies. It is often the case that the goals exist only as mental models in the mind of the designer or the operator. In order to effect control that is risk averse, the goals must be translated into an effective control strategy that can be both verified and validated. The relation that these safety goals have to a particular architecture of artificial neural network, the Barto-Sutton architecture, is examined and the capability of the network to embed safety goals in nontrivial control tasks is demonstrated. To realize these goals, the network was extended to encompass a multiple-input/multiple-output control structure. The network synthesizes a control schedule through the construction of artificial precursors to failure; these serve as an additional, virtual layer in the defenses against fission product release. The synthesized schedule can be visually inspected for anomalies and inconsistencies and is validated during training

  1. Seamless integrated network system for wireless communication systems

    NARCIS (Netherlands)

    Wu, Gang; Mizuno, Mitsuhiko; Hase, Yoshihiro; Havinga, Paul J.M.

    2006-01-01

    To create a network that connects a plurality of wireless communication systems to create optimal systems for various environments, and that seamlessly integrates the resulting systems together in order to provide more efficient and advanced service in general. A network system that can seamlessly

  2. Seamless integrated network system for wireless communication systems

    NARCIS (Netherlands)

    Wu, Gang; Mizuno, Mitsuhiko; Hase, Yoshihiro; Havinga, Paul J.M.

    2002-01-01

    To create a network that connects a plurality of wireless communication systems to create optimal systems for various environments, and that seamlessly integrates the resulting systems together in order to provide more efficient and advanced service in general. A network system that can seamlessly

  3. Multi-objective analysis of impacts of distributed generation placement on the operational characteristics of networks for distribution system planning

    Energy Technology Data Exchange (ETDEWEB)

    Barin, Alexandre; Pozzatti, Luis F.; Canha, Luciane N.; Abaide, Alzenira R. [Federal University of Santa Maria - UFSM, Post-graduation Program of Electric Engineering - PPGEE, Center of Studies of Energy and Environment - CEEMA, Santa Maria, RS (Brazil); Machado, Ricardo Q. [University of Sao Paulo - USP, Sao Carlos, SP (Brazil); Arend, Gustavo [State Electric Energy Company - CEEE-D, Division of Distribution, Porto Alegre, RS (Brazil)

    2010-12-15

    Recent advances in energy technology generation and new directions in electricity regulation have made distributed generation (DG) more widespread, with consequent significant impacts on the operational characteristics of distribution networks. For this reason, new methods for identifying such impacts are needed, together with research and development of new tools and resources to maintain and facilitate continued expansion towards DG. This paper presents a study aimed at determining appropriate DG sites for distribution systems. The main considerations which determine DG sites are also presented, together with an account of the advantages gained from correct DG placement. The paper intends to define some quantitative and qualitative parameters evaluated by Digsilent registered, GARP3 registered and DSA-GD software. A multi-objective approach based on the Bellman-Zadeh algorithm and fuzzy logic is used to determine appropriate DG sites. The study also aims to find acceptable DG locations both for distribution system feeders, as well as for nodes inside a given feeder. (author)

  4. Network Performance and Coordination in the Health, Education, Telecommunications System. Satellite Technology Demonstration, Technical Report No. 0422.

    Science.gov (United States)

    Braunstein, Jean; Janky, James M.

    This paper describes the network coordination for the Health, Education, Telecommunications (HET) system. Specifically, it discusses HET network performance as a function of a specially-developed coordination system which was designed to link terrestrial equipment to satellite operations centers. Because all procedures and equipment developed for…

  5. Interim evaluation report of the mutually operable database systems by different computers; Denshi keisanki sogo un'yo database system chukan hyoka hokokusho

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1989-03-01

    This is the interim report on evaluation of the mutually operable database systems by different computers. The techniques for these systems fall into four categories of those related to (1) dispersed data systems, (2) multimedia, (3) high reliability, and (4) elementary techniques for mutually operable network systems. The techniques for the category (1) include those for vertically dispersed databases, database systems for multiple addresses in a wide area, and open type combined database systems, which have been in progress generally as planned. Those for the category (2) include the techniques for color document inputting and information retrieval, meaning compiling, understanding highly overlapping data, and controlling data centered by drawings, which have been in progress generally as planned. Those for the category (3) include the techniques for improving resistance of the networks to obstruction, and security of the data in the networks, which have been in progress generally as planned. Those for the category (4) include the techniques for rule processing for development of protocols, protocols for mutually connecting the systems, and high-speed, high-function networks, which have been in progress generally as planned. It is expected that the original objectives are finally achieved, because the development programs for these categories have been in progress generally as planned. (NEDO)

  6. Proceedings: Distributed digital systems, plant process computers, and networks

    International Nuclear Information System (INIS)

    1995-03-01

    These are the proceedings of a workshop on Distributed Digital Systems, Plant Process Computers, and Networks held in Charlotte, North Carolina on August 16--18, 1994. The purpose of the workshop was to provide a forum for technology transfer, technical information exchange, and education. The workshop was attended by more than 100 representatives of electric utilities, equipment manufacturers, engineering service organizations, and government agencies. The workshop consisted of three days of presentations, exhibitions, a panel discussion and attendee interactions. Original plant process computers at the nuclear power plants are becoming obsolete resulting in increasing difficulties in their effectiveness to support plant operations and maintenance. Some utilities have already replaced their plant process computers by more powerful modern computers while many other utilities intend to replace their aging plant process computers in the future. Information on recent and planned implementations are presented. Choosing an appropriate communications and computing network architecture facilitates integrating new systems and provides functional modularity for both hardware and software. Control room improvements such as CRT-based distributed monitoring and control, as well as digital decision and diagnostic aids, can improve plant operations. Commercially available digital products connected to the plant communications system are now readily available to provide distributed processing where needed. Plant operations, maintenance activities, and engineering analyses can be supported in a cost-effective manner. Selected papers are indexed separately for inclusion in the Energy Science and Technology Database

  7. Mobile Operating Systems

    OpenAIRE

    Vipin Kamboj; Hitesh Gupta

    2012-01-01

    Mobile phones are used by every people in today’s life. We use mobile phones without knowing the different factors that a mobile used including its technology, operating system, CPU ,RAM etc. Many types of operating system are used by different mobile. Every operating system has their advantage

  8. Optimal Operation of Network-Connected Combined Heat and Powers for Customer Profit Maximization

    Directory of Open Access Journals (Sweden)

    Da Xie

    2016-06-01

    Full Text Available Network-connected combined heat and powers (CHPs, owned by a community, can export surplus heat and electricity to corresponding heat and electric networks after community loads are satisfied. This paper proposes a new optimization model for network-connected CHP operation. Both CHPs’ overall efficiency and heat to electricity ratio (HTER are assumed to vary with loading levels. Based on different energy flow scenarios where heat and electricity are exported to the network from the community or imported, four profit models are established accordingly. They reflect the different relationships between CHP energy supply and community load demand across time. A discrete optimization model is then developed to maximize the profit for the community. The models are derived from the intervals determined by the daily operation modes of CHP and real-time buying and selling prices of heat, electricity and natural gas. By demonstrating the proposed models on a 1 MW network-connected CHP, results show that the community profits are maximized in energy markets. Thus, the proposed optimization approach can help customers to devise optimal CHP operating strategies for maximizing benefits.

  9. Monitoring of good practices programs and independence for electricity and natural gas system operators. Summary report 2011

    International Nuclear Information System (INIS)

    2012-07-01

    Electricity and natural gas transmission system operators (TSO) and distribution system operators (DSO) are regulated operators that provide public service functions for the benefit of the network users and the consumers they serve. Accordingly, European and French law requires that they be under independent and nondiscriminatory obligations. In particular, they must develop a good practices program which includes a range of measures to prevent the risk of discriminatory practices in network access. Pursuant to Article L.134-15 of the Energy Code, the Energy Regulatory Commission (CRE) is publishing this year its 7. annual report on the monitoring of good practices programs and independence for electricity and natural gas system operators for the year 2011. This report is based on analysis of the 'reports on the implementation of good practices programs' submitted to the CRE by the operators in late 2011 and audits carried out by the CRE services in these companies in 2011. These elements were supplemented and clarified by many exchanges with the operators, in particular during the committee hearings that took place in spring 2012 with each network operator. This report is structured around four cross-cutting themes, supplemented by individual analyses of each operator's situation. The cross-cutting issues address communication and user's awareness of the network operators, the new compliance officer function, TSO certification and, finally, the results of the 'mystery shopper' telephone survey carried out by the CRE. The individual situations analysed were those of the eight DSOs serving over 100,000 customers (ERDF, ES, URM, SRD and Geredis-Deux-Sevres for electricity, GrDF, Regaz-Bordeaux and Reseau GDS for natural gas) and the three TSOs (RTE for electricity and GRTgaz and TIGF for natural gas)

  10. Creating SOF Networks: The Role of NATO Special Operations as a Testing Ground for SOF Integration

    Science.gov (United States)

    2011-06-01

    Partner Collaborative Network (APCN).” 196 Ibid. 197 Alan Dron , “Special Network—Alliance Aims to Improve Cooperation among Special Operators...198 Dron , “Special Network—Alliance Aims to Improve Cooperation Among Special Operators.” 199 Ibid. 200 Briefing...manning-20110303. 205 Dron , “Special Network -Alliance Aims to Improve Cooperation Among Special Operators.” 69 expanding network of trusted global

  11. HPNAIDM: The High-Performance Network Anomaly/Intrusion Detection and Mitigation System

    Energy Technology Data Exchange (ETDEWEB)

    Chen, Yan [Northwesten University

    2013-12-05

    Identifying traffic anomalies and attacks rapidly and accurately is critical for large network operators. With the rapid growth of network bandwidth, such as the next generation DOE UltraScience Network, and fast emergence of new attacks/virus/worms, existing network intrusion detection systems (IDS) are insufficient because they: • Are mostly host-based and not scalable to high-performance networks; • Are mostly signature-based and unable to adaptively recognize flow-level unknown attacks; • Cannot differentiate malicious events from the unintentional anomalies. To address these challenges, we proposed and developed a new paradigm called high-performance network anomaly/intrustion detection and mitigation (HPNAIDM) system. The new paradigm is significantly different from existing IDSes with the following features (research thrusts). • Online traffic recording and analysis on high-speed networks; • Online adaptive flow-level anomaly/intrusion detection and mitigation; • Integrated approach for false positive reduction. Our research prototype and evaluation demonstrate that the HPNAIDM system is highly effective and economically feasible. Beyond satisfying the pre-set goals, we even exceed that significantly (see more details in the next section). Overall, our project harvested 23 publications (2 book chapters, 6 journal papers and 15 peer-reviewed conference/workshop papers). Besides, we built a website for technique dissemination, which hosts two system prototype release to the research community. We also filed a patent application and developed strong international and domestic collaborations which span both academia and industry.

  12. Inflow forecasting using Artificial Neural Networks for reservoir operation

    Directory of Open Access Journals (Sweden)

    C. Chiamsathit

    2016-05-01

    Full Text Available In this study, multi-layer perceptron (MLP artificial neural networks have been applied to forecast one-month-ahead inflow for the Ubonratana reservoir, Thailand. To assess how well the forecast inflows have performed in the operation of the reservoir, simulations were carried out guided by the systems rule curves. As basis of comparison, four inflow situations were considered: (1 inflow known and assumed to be the historic (Type A; (2 inflow known and assumed to be the forecast (Type F; (3 inflow known and assumed to be the historic mean for month (Type M; and (4 inflow is unknown with release decision only conditioned on the starting reservoir storage (Type N. Reservoir performance was summarised in terms of reliability, resilience, vulnerability and sustainability. It was found that Type F inflow situation produced the best performance while Type N was the worst performing. This clearly demonstrates the importance of good inflow information for effective reservoir operation.

  13. Lossy Data Aggregation with Network Coding in Stand-Alone Wireless Sensor Networks

    DEFF Research Database (Denmark)

    Madsen, Tatiana Kozlova

    2011-01-01

    in chemical plants, etc. Given resource constrained operation of a sensor network where the nodes are battery powered and buffer sizes are limited, efficient methods for in-network data storage abd it subsequent fast and reliable transmission to a gateway is desirable. To save scarse resources and to prolong......This work focuses on a special type of wireless sensor networks (WSNs) that we refer to as a stand alone network. These netwoks operate in harsh and extreme environments where data collection is done only occasionally. Typical examples include habitat monitoring systems, monitoring systems...

  14. Design of Mine Ventilators Monitoring System Based on Wireless Sensor Network

    International Nuclear Information System (INIS)

    Fu Sheng; Song Haiqiang

    2012-01-01

    A monitoring system for a mine ventilator is designed based on ZigBee wireless sensor network technology in the paper. The system consists of a sink node, sensor nodes, industrial personal computer and several sensors. Sensor nodes communicate with the sink node through the ZigBee wireless sensor network. The sink node connects with the configuration software on the pc via serial port. The system can collect or calculate vibration, temperature, negative pressure, air volume and other information of the mine ventilator. Meanwhile the system accurately monitors operating condition of the ventilator through these parameters. Especially it provides the most original information for potential faults of the ventilator. Therefore, there is no doubt that it improves the efficiency of fault diagnosis.

  15. Design of Mine Ventilators Monitoring System Based on Wireless Sensor Network

    Science.gov (United States)

    Fu, Sheng; Song, Haiqiang

    2012-05-01

    A monitoring system for a mine ventilator is designed based on ZigBee wireless sensor network technology in the paper. The system consists of a sink node, sensor nodes, industrial personal computer and several sensors. Sensor nodes communicate with the sink node through the ZigBee wireless sensor network. The sink node connects with the configuration software on the pc via serial port. The system can collect or calculate vibration, temperature, negative pressure, air volume and other information of the mine ventilator. Meanwhile the system accurately monitors operating condition of the ventilator through these parameters. Especially it provides the most original information for potential faults of the ventilator. Therefore, there is no doubt that it improves the efficiency of fault diagnosis.

  16. NCC simulation model. Phase 2: Simulating the operations of the Network Control Center and NCC message manual

    Science.gov (United States)

    Benjamin, Norman M.; Gill, Tepper; Charles, Mary

    1994-01-01

    The network control center (NCC) provides scheduling, monitoring, and control of services to the NASA space network. The space network provides tracking and data acquisition services to many low-earth orbiting spacecraft. This report describes the second phase in the development of simulation models for the FCC. Phase one concentrated on the computer systems and interconnecting network.Phase two focuses on the implementation of the network message dialogs and the resources controlled by the NCC. Performance measures were developed along with selected indicators of the NCC's operational effectiveness.The NCC performance indicators were defined in terms of the following: (1) transfer rate, (2) network delay, (3) channel establishment time, (4) line turn around time, (5) availability, (6) reliability, (7) accuracy, (8) maintainability, and (9) security. An NCC internal and external message manual is appended to this report.

  17. MODELING OF BEHAVIORAL ACTIVITY OF AIR NAVIGATION SYSTEM'S HUMAN-OPERATOR IN FLIGHT EMERGENCIES

    Directory of Open Access Journals (Sweden)

    Volodymyr Kharchenko

    2012-09-01

    Full Text Available  The Air Navigation System is presented as a complex socio-technical system. The influence on decision-making by Air Navigation System's human-operator of the professional factors as well as the factors of non-professional nature has been defined. Logic determined and stochastic models of decision-making by the Air Navigation System's human-operator in flight emergencies have been developed. The scenarios of developing a flight situation in case of selecting either the positive or negative pole in accordance with the reflexive theory have been obtained. The informational support system of the operator in the unusual situations on the basis of Neural Network model of evaluating the efficiency of the potential alternative of flight completion has been built.

  18. Application of network technology to Remote Monitoring System

    International Nuclear Information System (INIS)

    Johnson, C.S.; Sorokowski, D.L.; Veevers, K.

    1994-01-01

    The Australian Safeguards Office (ASO) and the US Department of Energy (DOE) have sponsored work under a bilateral agreement to implement a Remote Monitoring System (RMS) at an Australian nuclear site operated by the Australian Nuclear Science and Technology Organization (ANSTO). The RMS, designed by Sandia National Laboratories (SNL), was installed in February 1994 at the Dry Spent Fuel Storage Facility (DSFSF) located at Lucas Heights, Australia. The RMS was designed to test a number of different concepts that would be useful for unattended remote monitoring activities. The DSFSF located in Building 27 is a very suitable test site for a RMS. The RMS uses a network of low cost nodes to collect data from a number of different sensors and security devices. Different sensors and detection devices have been installed to study how they can be used to complement each other for C/S applications. The data collected from the network will allow a comparison of how the various types of sensors perform under the same set of conditions. A video system using digital compression collects digital images and stores them on a hard drive and a digital optical disk. Data and images from the storage area are remotely monitored via telephone from Canberra, Australia and Albuquerque, NM, USA. These remote monitoring stations operated by ASO and SNL respectively, can retrieve data and images from the RMS computer at the DSFSF. The data and images are encrypted before transmission. The Remote Monitoring System field tests have been operational for six months with good test results. Sensors have performed well and the digital images have excellent resolution. The hardware and software have performed reliably without any major difficulties. This paper summarizes the highlights of the prototype system and the ongoing field tests

  19. An artificial neural network for modeling reliability, availability and maintainability of a repairable system

    International Nuclear Information System (INIS)

    Rajpal, P.S.; Shishodia, K.S.; Sekhon, G.S.

    2006-01-01

    The paper explores the application of artificial neural networks to model the behaviour of a complex, repairable system. A composite measure of reliability, availability and maintainability parameters has been proposed for measuring the system performance. The artificial neural network has been trained using past data of a helicopter transportation facility. It is used to simulate behaviour of the facility under various constraints. The insights obtained from results of simulation are useful in formulating strategies for optimal operation of the system

  20. PV-Plants in autarky or network coupled operation: technical and economic comparison accordingly to practical investigations

    International Nuclear Information System (INIS)

    Ajib, Salman; Seitz, Thomas; Petzold, Reinhardt

    2006-01-01

    PV-Plants can be operated, as known, using autarky or network coupled operation modes, The first operation mode is recommended in the places which locate away from the electrical supply network. However the PV-plants, when using network coupled mode, can be used in all of the places, where the sunlight is suitable and there is a sufficient place to establish these plants in the required size. The differences between the two operation modes are the additional components and the dimensioning of the PV-plants. The whole needed electrical energy must be obtained from the PV-plants, when the autarky operation mode is used. In contrast to this, this energy can be provided by the PV-plants or by the electrical supply network when the network coupled operation mode is used, therefore a network coupled PV-plants need a careful initial planning and installation. In this paper the function principles and the components of these PV-plants in the two operation modes will be presented. In addition to this, the results obtained from the investigation of PV-plants while working with nominal power of P= 1 kW p will be analyzed and discussed too. After that the dimensioning steps and the economic evaluation will be depicted.(Author)

  1. The event notification and alarm system for the Open Science Grid operations center

    Science.gov (United States)

    Hayashi, S.; Teige and, S.; Quick, R.

    2012-12-01

    The Open Science Grid Operations (OSG) Team operates a distributed set of services and tools that enable the utilization of the OSG by several HEP projects. Without these services users of the OSG would not be able to run jobs, locate resources, obtain information about the status of systems or generally use the OSG. For this reason these services must be highly available. This paper describes the automated monitoring and notification systems used to diagnose and report problems. Described here are the means used by OSG Operations to monitor systems such as physical facilities, network operations, server health, service availability and software error events. Once detected, an error condition generates a message sent to, for example, Email, SMS, Twitter, an Instant Message Server, etc. The mechanism being developed to integrate these monitoring systems into a prioritized and configurable alarming system is emphasized.

  2. The event notification and alarm system for the Open Science Grid operations center

    Energy Technology Data Exchange (ETDEWEB)

    Hayashi, S; Teige and, S; Quick, R [Indiana University, University Information Technology Services (United States)

    2012-12-13

    The Open Science Grid Operations (OSG) Team operates a distributed set of services and tools that enable the utilization of the OSG by several HEP projects. Without these services users of the OSG would not be able to run jobs, locate resources, obtain information about the status of systems or generally use the OSG. For this reason these services must be highly available. This paper describes the automated monitoring and notification systems used to diagnose and report problems. Described here are the means used by OSG Operations to monitor systems such as physical facilities, network operations, server health, service availability and software error events. Once detected, an error condition generates a message sent to, for example, Email, SMS, Twitter, an Instant Message Server, etc. The mechanism being developed to integrate these monitoring systems into a prioritized and configurable alarming system is emphasized.

  3. The event notification and alarm system for the Open Science Grid operations center

    International Nuclear Information System (INIS)

    Hayashi, S; Teige and, S; Quick, R

    2012-01-01

    The Open Science Grid Operations (OSG) Team operates a distributed set of services and tools that enable the utilization of the OSG by several HEP projects. Without these services users of the OSG would not be able to run jobs, locate resources, obtain information about the status of systems or generally use the OSG. For this reason these services must be highly available. This paper describes the automated monitoring and notification systems used to diagnose and report problems. Described here are the means used by OSG Operations to monitor systems such as physical facilities, network operations, server health, service availability and software error events. Once detected, an error condition generates a message sent to, for example, Email, SMS, Twitter, an Instant Message Server, etc. The mechanism being developed to integrate these monitoring systems into a prioritized and configurable alarming system is emphasized.

  4. Obedience to compliance programs and independence for electricity and natural gas system operators. 2009 report

    International Nuclear Information System (INIS)

    2009-12-01

    In France, system operators belong to groups that also conduct business in the energy sector, in fields governed by competition rules. They could therefore be tempted to use their privileged position to their group's benefit, which would disadvantage end consumers. Non-discriminatory access to electricity and gas transmission and distribution networks is at the core of the market opening to competition approach implemented by the European Union since the end of the 1990's. EU and national enactments in force highlight two tools to ensure nondiscrimination: compliance programmes and independence of system operators with regard to their parent companies. Firstly, compliance programs contain measures taken to ensure that discrimination is completely excluded and that their application is subject to appropriate monitoring. Secondly, system operator independence plays a part in preventing discrimination against competitors with other business activities (generation, supply, etc.) within the same group. In application of these enactments, every electricity or natural gas transmission or distribution system operator serving more than 100,000 customers provided CRE, the Energy Regulatory Commission, with their annual reports on the application of their compliance programs. This document is CRE's 2009 report about compliance programmes and independence of electricity and natural gas system operators. Its content can be summarized as follows: 1 - system operator independence serving consumers: Non-discriminatory access to networks is essential for the development of competitive markets, System operator compliance programs and independence act as a guarantee of nondiscrimination, The legal context in which these issues are addressed is set to change in the near future; 2 - A high level of obedience to compliance programs: The continued efforts of system operators prevent discrimination, CR E has assessed distribution system operators by means of a mystery

  5. Communicating embedded systems networks applications

    CERN Document Server

    Krief, Francine

    2013-01-01

    Embedded systems become more and more complex and require having some knowledge in various disciplines such as electronics, data processing, telecommunications and networks. Without detailing all the aspects related to the design of embedded systems, this book, which was written by specialists in electronics, data processing and telecommunications and networks, gives an interesting point of view of communication techniques and problems in embedded systems. This choice is easily justified by the fact that embedded systems are today massively communicating and that telecommunications and network

  6. Information and management system for the secondary electricity distribution network

    Energy Technology Data Exchange (ETDEWEB)

    Knezevic, M. (Rudnik i Termoelectrana Gacko u Osnivanju (Yugoslavia))

    1988-07-01

    Emphasizes the importance of a reliable and continuous secondary electrical distribution network for surface coal mine productivity. Interruptions in equipment operation caused by mechanical and electrical failures should be eliminated without delay. Effective communication systems should lead to reliable management and high productivity in mines. It is suggested that mines be divided into four groups according to their sensitivity to supply interruptions, and provided with remotely controlled signalling devices linked to main and auxiliary dispatching stations equipped with micro-computers. Productivity may be increased by some 50-70% and supply costs decreased by some 35% if appropriate electrical distribution systems are used. A sketch of a secondary electrical supply network is attached. 11 refs.

  7. A network-based system of simulation, control and online assistance for HTR-10

    Energy Technology Data Exchange (ETDEWEB)

    Zhu Shutang [Institute of Nuclear and New Energy Technology, Tsinghua University, Beijing 100084 (China)], E-mail: zhust@tsinghua.edu.cn; Luo Shaojie; Shi Lei [Institute of Nuclear and New Energy Technology, Tsinghua University, Beijing 100084 (China)

    2008-07-15

    A network-based computer system has been developed for HTR-10. This system integrates three subsystems: the simulation subsystem (SIMUSUB), the visualized control designed subsystem (VCDSUB) and the online assistance subsystem (OASUB). The SIMUSUB consists of four functional elements: the simulation calculating server (SCS), the main control client (MCC), the data disposal client (DDC) and the results graphic display client (RGDC), all of which can communicate with each other via network. It is intended to analyze and calculate physical processes of the reactor core, the main loop system and the steam generator, etc., as well as to simulate the normal operational and transient accidents. The result data can be dynamically displayed through the RGDC. The VCDSUB provides a platform for control system modeling where the control flow systems can be automatically generated and graphically simulated. Based on the data from the field bus, the OASUB provides some of the reactor core parameters, which are difficult to measure. This integrated system can be used as an educational tool to understand the design and operational characteristics of the HTR-10, and can also provide online support for operators in the main control room, or as a convenient powerful tool for the control system design.

  8. A network-based system of simulation, control and online assistance for HTR-10

    International Nuclear Information System (INIS)

    Zhu Shutang; Luo Shaojie; Shi Lei

    2008-01-01

    A network-based computer system has been developed for HTR-10. This system integrates three subsystems: the simulation subsystem (SIMUSUB), the visualized control designed subsystem (VCDSUB) and the online assistance subsystem (OASUB). The SIMUSUB consists of four functional elements: the simulation calculating server (SCS), the main control client (MCC), the data disposal client (DDC) and the results graphic display client (RGDC), all of which can communicate with each other via network. It is intended to analyze and calculate physical processes of the reactor core, the main loop system and the steam generator, etc., as well as to simulate the normal operational and transient accidents. The result data can be dynamically displayed through the RGDC. The VCDSUB provides a platform for control system modeling where the control flow systems can be automatically generated and graphically simulated. Based on the data from the field bus, the OASUB provides some of the reactor core parameters, which are difficult to measure. This integrated system can be used as an educational tool to understand the design and operational characteristics of the HTR-10, and can also provide online support for operators in the main control room, or as a convenient powerful tool for the control system design

  9. SNAP Operating System (SOS) user's guide

    International Nuclear Information System (INIS)

    Sabuda, J.D.; Polito, J.; Walker, J.L.; Grant, F.H. III.

    1982-03-01

    The SNAP Operating System (SOS) is a FORTRAN 77 program which provides assistance to the safeguards analyst who uses the Safeguards Automated Facility Evaluation (SAFE) and the Safeguards Network Analysis Procedure (SNAP) techniques. Features offered by SOS are a data base system for storing a library of SNAP applications, computer graphics representation of SNAP models, a computer graphics editor to develop and modify SNAP models, a SAFE-to-SNAP interface, automatic generation of SNAP input data, and a computer graphics postprocessor for SNAP. The SOS User's Guide is designed to provide the user with the information necessary to use SOS effectively. Examples are used throughout to illustrate the concepts. The format of the user's guide follows the same sequence as would be used in executing an actual application

  10. PRELIMINARY STUDY ON APPLICATION OF MAX PLUS ALGEBRA IN DISTRIBUTED STORAGE SYSTEM THROUGH NETWORK CODING

    Directory of Open Access Journals (Sweden)

    Agus Maman Abadi

    2016-04-01

    Full Text Available The increasing need in techniques of storing big data presents a new challenge. One way to address this challenge is the use of distributed storage systems. One strategy that implemented in distributed data storage systems is the use of Erasure Code which applied to network coding. The code used in this technique is based on the algebraic structure which is called as vector space. Some studies have also been carried out to create code that is based on other algebraic structures such as module.  In this study, we are going to try to set up a code based on the algebraic structure which is a generalization of the module that is semimodule by utilizing the max operations and sum operations at max plus algebra. The results of this study indicate that the max operation and the addition operation on max plus algebra cannot be used to establish a semimodule code, but by modifying the operation "+" as "min", we get a code based on semimodule. Keywords:   code, distributed storage systems, network coding, semimodule, max plus algebra

  11. A COMPARATIVE STUDY OF SYSTEM NETWORK ARCHITECTURE Vs DIGITAL NETWORK ARCHITECTURE

    OpenAIRE

    Seema; Mukesh Arya

    2011-01-01

    The efficient managing system of sources is mandatory for the successful running of any network. Here this paper describes the most popular network architectures one of developed by IBM, System Network Architecture (SNA) and other is Digital Network Architecture (DNA). As we know that the network standards and protocols are needed for the network developers as well as users. Some standards are The IEEE 802.3 standards (The Institute of Electrical and Electronics Engineers 1980) (LAN), IBM Sta...

  12. A web-based information system for a regional public mental healthcare service network in Brazil.

    Science.gov (United States)

    Yoshiura, Vinicius Tohoru; de Azevedo-Marques, João Mazzoncini; Rzewuska, Magdalena; Vinci, André Luiz Teixeira; Sasso, Ariane Morassi; Miyoshi, Newton Shydeo Brandão; Furegato, Antonia Regina Ferreira; Rijo, Rui Pedro Charters Lopes; Del-Ben, Cristina Marta; Alves, Domingos

    2017-01-01

    Regional networking between services that provide mental health care in Brazil's decentralized public health system is challenging, partly due to the simultaneous existence of services managed by municipal and state authorities and a lack of efficient and transparent mechanisms for continuous and updated communication between them. Since 2011, the Ribeirao Preto Medical School and the XIII Regional Health Department of the Sao Paulo state, Brazil, have been developing and implementing a web-based information system to facilitate an integrated care throughout a public regional mental health care network. After a profound on-site analysis, the structure of the network was identified and a web-based information system for psychiatric admissions and discharges was developed and implemented using a socio-technical approach. An information technology team liaised with mental health professionals, health-service managers, municipal and state health secretariats and judicial authorities. Primary care, specialized community services, general emergency and psychiatric wards services, that comprise the regional mental healthcare network, were identified and the system flow was delineated. The web-based system overcame the fragmentation of the healthcare system and addressed service specific needs, enabling: detailed patient information sharing; active coordination of the processes of psychiatric admissions and discharges; real-time monitoring; the patients' status reports; the evaluation of the performance of each service and the whole network. During a 2-year period of operation, it registered 137 services, 480 health care professionals and 4271 patients, with a mean number of 2835 accesses per month. To date the system is successfully operating and further expanding. We have successfully developed and implemented an acceptable, useful and transparent web-based information system for a regional mental healthcare service network in a medium-income country with a decentralized

  13. Capacity enhancement and flexible operation of unified power quality conditioner in smart and microgrid network

    Directory of Open Access Journals (Sweden)

    Shafiuzzaman Khan Khadem

    2018-01-01

    Full Text Available This paper presents a new approach to design Unified Power Quality Conditioner (UPQC, termed as distributed UPQC (D-UPQC, for smart or microgrid network where capacity enhancement and flexible operation of UPQC are the important issues. This paper shows the possibility of capacity enhancement and operational flexibility of UPQC through a coordinated control of existing resources. This UPQC consists of a single unit series active power filter (APFse and multiple shunt APF (APFsh units in a distributed (parallel mode. These units can be connected with a common/separate dc linked capacitor(s. The requirement of capacity enhancement arises from the flexibility to cope up with the increased harmonic load demand at low voltage (LV distribution network. This can be accomplished by a coordinated control where multiple APFsh units are operated by utilizing the capacity of APFse while it is in idle/low mode using. Operational flexibility can be accomplished by compensating (i the reactive and harmonic current individually or (ii splitting the combined reactive and harmonic current/power among the APFsh units. Design and control issues have been discussed to identify the capacity enhancement limit with the possibility of operational flexibility. A system then has been simulated in MATLAB to show the effectiveness of D-UPQC in capacity enhancement and flexible operation by applying its existing resource utilization capability.

  14. Delays and networked control systems

    CERN Document Server

    Hetel, Laurentiu; Daafouz, Jamal; Johansson, Karl

    2016-01-01

    This edited monograph includes state-of-the-art contributions on continuous time dynamical networks with delays. The book is divided into four parts. The first part presents tools and methods for the analysis of time-delay systems with a particular attention on control problems of large scale or infinite-dimensional systems with delays. The second part of the book is dedicated to the use of time-delay models for the analysis and design of Networked Control Systems. The third part of the book focuses on the analysis and design of systems with asynchronous sampling intervals which occur in Networked Control Systems. The last part of the book exposes several contributions dealing with the design of cooperative control and observation laws for networked control systems. The target audience primarily comprises researchers and experts in the field of control theory, but the book may also be beneficial for graduate students. .

  15. Power Electronic Systems for Switched Reluctance Generator based Wind Farms and DC Networks

    DEFF Research Database (Denmark)

    Park, Kiwoo

    enable various renewable energy sources, such as Photovoltaic (PV) and wind, to produce dc power directly. In addition, battery-based energy storage systems inherently operate with dc power. Hence, dc network (dc-grid) systems which connect these dc sources and storages directly using dc networks...... are gaining much attention again. The dc network system has a great potential to outdo the traditional ac systems in many technical challenges and could be highly profitable especially for offshore wind farm applications, where the size and weight of the components are crucial to the entire system costs......Wind power technology, as the most competitive renewable energy technology, is quickly developing. The wind turbine size is growing and the grid penetration of wind power is increasing rapidly. Recently, the developments on wind power technology pay more attentions on efficiency and reliability...

  16. Network Intrusion Detection System using Apache Storm

    Directory of Open Access Journals (Sweden)

    Muhammad Asif Manzoor

    2017-06-01

    Full Text Available Network security implements various strategies for the identification and prevention of security breaches. Network intrusion detection is a critical component of network management for security, quality of service and other purposes. These systems allow early detection of network intrusion and malicious activities; so that the Network Security infrastructure can react to mitigate these threats. Various systems are proposed to enhance the network security. We are proposing to use anomaly based network intrusion detection system in this work. Anomaly based intrusion detection system can identify the new network threats. We also propose to use Real-time Big Data Stream Processing Framework, Apache Storm, for the implementation of network intrusion detection system. Apache Storm can help to manage the network traffic which is generated at enormous speed and size and the network traffic speed and size is constantly increasing. We have used Support Vector Machine in this work. We use Knowledge Discovery and Data Mining 1999 (KDD’99 dataset to test and evaluate our proposed solution.

  17. Entanglement branching operator

    Science.gov (United States)

    Harada, Kenji

    2018-01-01

    We introduce an entanglement branching operator to split a composite entanglement flow in a tensor network which is a promising theoretical tool for many-body systems. We can optimize an entanglement branching operator by solving a minimization problem based on squeezing operators. The entanglement branching is a new useful operation to manipulate a tensor network. For example, finding a particular entanglement structure by an entanglement branching operator, we can improve a higher-order tensor renormalization group method to catch a proper renormalization flow in a tensor network space. This new method yields a new type of tensor network states. The second example is a many-body decomposition of a tensor by using an entanglement branching operator. We can use it for a perfect disentangling among tensors. Applying a many-body decomposition recursively, we conceptually derive projected entangled pair states from quantum states that satisfy the area law of entanglement entropy.

  18. Development of a diagnostic system for Klystron modulators using a neural network

    International Nuclear Information System (INIS)

    Mutoh, M.; Oonuma, T.; Shibasaki, Y.; Abe, I.; Nakahara, K.

    1992-01-01

    The diagnostic system for klystron modulators using a neural network has been developed. Large changes in the voltage and current of the main circuit in a klystron modulator were observed just several ten milli-seconds before the modulator experienced trouble. These changes formed a peculiar pattern that depended on the parts with problems. Diagnosis was possible by means of pattern recognition. The recognition test of patterns using a neutral network has shown good results. This system, which is built in a linac control system, is presently being operated so as to collect new trouble patterns and to carry out tests for practical use. (author)

  19. Probabilistic Steady-State Operation and Interaction Analysis of Integrated Electricity, Gas and Heating Systems

    Directory of Open Access Journals (Sweden)

    Lun Yang

    2018-04-01

    Full Text Available The existing studies on probabilistic steady-state analysis of integrated energy systems (IES are limited to integrated electricity and gas networks or integrated electricity and heating networks. This paper proposes a probabilistic steady-state analysis of integrated electricity, gas and heating networks (EGH-IES. Four typical operation modes of an EGH-IES are presented at first. The probabilistic energy flow problem of the EGS-IES considering its operation modes and correlated uncertainties in wind/solar power and electricity/gas/heat loads is then formulated and solved by the Monte Carlo method based on Latin hypercube sampling and Nataf transformation. Numerical simulations are conducted on a sample EGH-IES working in the “electricity/gas following heat” mode to verify the probabilistic analysis proposed in this paper and to study the effects of uncertainties and correlations on the operation of the EGH-IES, especially uncertainty transmissions among the subnetworks.

  20. Operational present status and reliability analysis of the upgraded EAST cryogenic system

    Science.gov (United States)

    Zhou, Z. W.; Y Zhang, Q.; Lu, X. F.; Hu, L. B.; Zhu, P.

    2017-12-01

    Since the first commissioning in 2005, the cryogenic system for EAST (Experimental Advanced Superconducting Tokamak) has been cooled down and warmed up for thirteen experimental campaigns. In order to promote the refrigeration efficiencies and reliability, the EAST cryogenic system was upgraded gradually with new helium screw compressors and new dynamic gas bearing helium turbine expanders with eddy current brake to improve the original poor mechanical and operational performance from 2012 to 2015. Then the totally upgraded cryogenic system was put into operation in the eleventh cool-down experiment, and has been operated for the latest several experimental campaigns. The upgraded system has successfully coped with various normal operational modes during cool-down and 4.5 K steady-state operation under pulsed heat load from the tokamak as well as the abnormal fault modes including turbines protection stop. In this paper, the upgraded EAST cryogenic system including its functional analysis and new cryogenic control networks will be presented in detail. Also, its operational present status in the latest cool-down experiments will be presented and the system reliability will be analyzed, which shows a high reliability and low fault rate after upgrade. In the end, some future necessary work to meet the higher reliability requirement for future uninterrupted long-term experimental operation will also be proposed.

  1. ENERGY AWARE NETWORK: BAYESIAN BELIEF NETWORKS BASED DECISION MANAGEMENT SYSTEM

    Directory of Open Access Journals (Sweden)

    Santosh Kumar Chaudhari

    2011-06-01

    Full Text Available A Network Management System (NMS plays a very important role in managing an ever-evolving telecommunication network. Generally an NMS monitors & maintains the health of network elements. The growing size of the network warrants extra functionalities from the NMS. An NMS provides all kinds of information about networks which can be used for other purposes apart from monitoring & maintaining networks like improving QoS & saving energy in the network. In this paper, we add another dimension to NMS services, namely, making an NMS energy aware. We propose a Decision Management System (DMS framework which uses a machine learning technique called Bayesian Belief Networks (BBN, to make the NMS energy aware. The DMS is capable of analysing and making control decisions based on network traffic. We factor in the cost of rerouting and power saving per port. Simulations are performed on standard network topologies, namely, ARPANet and IndiaNet. It is found that ~2.5-6.5% power can be saved.

  2. Application of Spatial Neural Network Model for Optimal Operation of Urban Drainage System

    Science.gov (United States)

    KIM, B. J.; Lee, J. Y.; KIM, H. I.; Son, A. L.; Han, K. Y.

    2017-12-01

    The significance of real-time operation of drainage pump and warning system for inundation becomes recently increased in order to coping with runoff by high intensity precipitation such as localized heavy rain that frequently and suddenly happen. However existing operation of drainage pump station has been made a decision according to opinion of manager based on stage because of not expecting exact time that peak discharge occur in pump station. Therefore the scale of pump station has been excessively estimated. Although it is necessary to perform quick and accurate inundation in analysis downtown area due to huge property damage from flood and typhoon, previous studies contained risk deducting incorrect result that differs from actual result owing to the diffusion aspect of flow by effect on building and road. The purpose of this study is to develop the data driven model for the real-time operation of drainage pump station and two-dimensional inundation analysis that are improved the problems of the existing hydrology and hydrological model. Neuro-Fuzzy system for real time prediction about stage was developed by estimating the type and number of membership function. Based on forecasting stage, it was decided when pump machine begin to work and how much water scoop up by using penalizing genetic algorithm. It is practicable to forecast stage, optimize pump operation and simulate inundation analysis in real time through the methodologies suggested in this study. This study can greatly contribute to the establishment of disaster information map that prevent and mitigate inundation in urban drainage area. The applicability of the development model for the five drainage pump stations in the Mapo drainage area was verified. It is considered to be able to effectively manage urban drainage facilities in the development of these operating rules. Keywords : Urban flooding; Geo-ANFIS method; Optimal operation; Drainage system; AcknowlegementThis research was supported by a

  3. The Network Configuration of an Object Relational Database Management System

    Science.gov (United States)

    Diaz, Philip; Harris, W. C.

    2000-01-01

    The networking and implementation of the Oracle Database Management System (ODBMS) requires developers to have knowledge of the UNIX operating system as well as all the features of the Oracle Server. The server is an object relational database management system (DBMS). By using distributed processing, processes are split up between the database server and client application programs. The DBMS handles all the responsibilities of the server. The workstations running the database application concentrate on the interpretation and display of data.

  4. Computer systems for thermal power plant operation and management; Karyoku hatsudensho no kodo joho system

    Energy Technology Data Exchange (ETDEWEB)

    Adachi, M.; Miyabe, K.; Matsumoto, A. [Toshiba Corp., Tokyo (Japan)

    1997-07-01

    To improve on work efficiency by pooling information and prompting the transmission of information at thermal power stations, efforts have been under way for some years to realize a working environment in which everyone is provided with a computer exclusively for one`s own use. Toshiba Corporation believes that the coming information system has to be equipped with two features of on-demand and EUC (end user computing). Introduced in this report are some approaches to systems that will take care of plant operation information and facility information making use of Toshiba`s advanced information system GS7000XP series. Plant operation information is categorized into process data, operation history data, checking patrol data, and periodic inspection data and, for instance, a distributed-type management computer provided with data recording and application processing servers is used for handling operation history data. For the collection of facility information, efforts are being made to establish a computer network step by step for exchanging information with manufacturers and associated businesses. 3 refs., 4 figs., 1 tab.

  5. Modern operating systems

    CERN Document Server

    Tanenbaum, Andrew S

    2015-01-01

    Modern Operating Systems, Fourth Edition, is intended for introductory courses in Operating Systems in Computer Science, Computer Engineering, and Electrical Engineering programs. It also serves as a useful reference for OS professionals ' The widely anticipated revision of this worldwide best-seller incorporates the latest developments in operating systems (OS) technologies. The Fourth Edition includes up-to-date materials on relevant'OS. Tanenbaum also provides information on current research based on his experience as an operating systems researcher. ' Modern Operating Systems, Third Editionwas the recipient of the 2010 McGuffey Longevity Award. The McGuffey Longevity Award recognizes textbooks whose excellence has been demonstrated over time.'http://taaonline.net/index.html " Teaching and Learning Experience This program will provide a better teaching and learning experience-for you and your students. It will help: ' *Provide Practical Detail on the Big Picture Concepts: A clear and entertaining writing s...

  6. Novel flat datacenter network architecture based on scalable and flow-controlled optical switch system.

    Science.gov (United States)

    Miao, Wang; Luo, Jun; Di Lucente, Stefano; Dorren, Harm; Calabretta, Nicola

    2014-02-10

    We propose and demonstrate an optical flat datacenter network based on scalable optical switch system with optical flow control. Modular structure with distributed control results in port-count independent optical switch reconfiguration time. RF tone in-band labeling technique allowing parallel processing of the label bits ensures the low latency operation regardless of the switch port-count. Hardware flow control is conducted at optical level by re-using the label wavelength without occupying extra bandwidth, space, and network resources which further improves the performance of latency within a simple structure. Dynamic switching including multicasting operation is validated for a 4 x 4 system. Error free operation of 40 Gb/s data packets has been achieved with only 1 dB penalty. The system could handle an input load up to 0.5 providing a packet loss lower that 10(-5) and an average latency less that 500 ns when a buffer size of 16 packets is employed. Investigation on scalability also indicates that the proposed system could potentially scale up to large port count with limited power penalty.

  7. Review on open source operating systems for internet of things

    Science.gov (United States)

    Wang, Zhengmin; Li, Wei; Dong, Huiliang

    2017-08-01

    Internet of Things (IoT) is an environment in which everywhere and every device became smart in a smart world. Internet of Things is growing vastly; it is an integrated system of uniquely identifiable communicating devices which exchange information in a connected network to provide extensive services. IoT devices have very limited memory, computational power, and power supply. Traditional operating systems (OS) have no way to meet the needs of IoT systems. In this paper, we thus analyze the challenges of IoT OS and survey applicable open source OSs.

  8. Facing the challenges of distribution systems operation with high wind power penetration

    DEFF Research Database (Denmark)

    Das, Kaushik; Altin, Müfit; Hansen, Anca Daniela

    2017-01-01

    power flow in 60kV distribution networks through controlling the ability of wind power plants (WPPs) to generate or absorb reactive power. This paper aims to understand the characteristics of a distribution network with high penetration of distributed generation. A detailed analysis of the active...... and reactive power flows in a real distribution network under different wind and load conditions based on actual measurements is performed in order to understand the correlation between the consumption, wind power production, and the network losses. Conclusive remarks are presented, briefly expressing......This paper addresses the challenges associated with the operation of a distribution system with high penetration of wind power. The paper presents some preliminary investigations of an ongoing Danish research work, which has as main objective to reduce the network losses by optimizing the reactive...

  9. Use of dynamic Bayesian networks for life extension assessment of ageing systems

    International Nuclear Information System (INIS)

    Ramírez, Pedro A. Pérez; Utne, Ingrid Bouwer

    2015-01-01

    Extending the operating lifetime of ageing technical systems is of great interest for industrial applications. Life extension requires identifying and selecting decision alternatives which allow for a safe and economic operation of the system beyond its design lifetime. This article proposes a dynamic Bayesian network for assessing the life extension of ageing repairable systems. The main objective of the model is to provide decision support based on the system performance during a finite time horizon, which is defined by the life extension period. The model has three main applications: (i) assessing and selecting optimal decision alternatives for the life extension at present time, based on historical data; (ii) identifying and minimizing the factors that have a negative impact on the system performance; and (iii) reassessing and optimizing the decision alternatives during operation throughout the life extension period, based on updating the model with new operational data gathered. A case study illustrates the application of the model for life extension of a real firewater pump system in an oil and gas facility. The case study analyzes three decision alternatives, where preventive maintenance and functional test policies are optimized, and the uncertainty involved in each alternative is computed. - Highlights: • A dynamic Bayesian network is used for predicting the system performance. • The performance is measured with relevant variables: cost; unavailability; safety. • The model can be used when scarce data is available, no degradation data is needed. • The uncertainty associated to each alternative is computed in the model. • A detailed case study of a real safety system shows the applicability of the model

  10. Pinning control of complex networked systems synchronization, consensus and flocking of networked systems via pinning

    CERN Document Server

    Su, Housheng

    2013-01-01

    Synchronization, consensus and flocking are ubiquitous requirements in networked systems. Pinning Control of Complex Networked Systems investigates these requirements by using the pinning control strategy, which aims to control the whole dynamical network with huge numbers of nodes by imposing controllers for only a fraction of the nodes. As the direct control of every node in a dynamical network with huge numbers of nodes might be impossible or unnecessary, it’s then very important to use the pinning control strategy for the synchronization of complex dynamical networks. The research on pinning control strategy in consensus and flocking of multi-agent systems can not only help us to better understand the mechanisms of natural collective phenomena, but also benefit applications in mobile sensor/robot networks. This book offers a valuable resource for researchers and engineers working in the fields of control theory and control engineering.   Housheng Su is an Associate Professor at the Department of Contro...

  11. Report for 2008 on electricity and natural-gas network operators: obedience to compliance programmes and independence. Report 2008

    International Nuclear Information System (INIS)

    2008-12-01

    In France, system operators belong to groups that also conduct business in the energy sector, in fields governed by competition rules. They could therefore be tempted to use their privileged position to their group's benefit, which would disadvantage end consumers. Non-discriminatory access to electricity and gas transmission and distribution networks is at the core of the market opening to competition approach implemented by the European Union since the end of the 1990's. EU and national enactments in force highlight two tools to ensure nondiscrimination: compliance programmes and independence of system operators with regard to their parent companies. Firstly, compliance programs contain measures taken to ensure that discrimination is completely excluded and that their application is subject to appropriate monitoring. Secondly, system operator independence plays a part in preventing discrimination against competitors with other business activities (generation, supply, etc.) within the same group. In application of these enactments, every electricity or natural gas transmission or distribution system operator serving more than 100,000 customers provided CRE, the Energy Regulatory Commission, with their annual reports on the application of their compliance programs. This document is CRE's 2008 report about compliance programmes and independence of electricity and natural gas system operators. Contents: 1 - Obedience to compliance programmes: Assessment compared with 2007, Demands from CRE; 2 - The independence of system operators: Transmission system operators, Distribution system operators, Comments common to both transmission and distribution system operators

  12. Cable networks, services, and management

    CERN Document Server

    2015-01-01

    Cable Networks, Services, and Management is the first book to cover cable networks, services, and their management, in-depth, for network operators, engineers, researchers, and students. Thirteen experts in various fields have contributed their knowledge of network architectures and services, Operations, Administration, Maintenance, Provisioning, Troubleshooting (OAMPT) for residential and business services, cloud, Software Defined Networks (SDN), as well as virtualization concepts and their applications as part of the future directions of cable networks. The book begins by introducing architecture and services for Data Over Cable Service Interface Specification (DOCSIS) 3.0/ 3.1, Converged Cable Access Platform (CCAP), Content Distribution Networks (CDN, IP TV, and Packet Cable and Wi-Fi for Residential Services. Topics that are discussed in proceeding chapters include: operational systems and management architectures, service orders, provisioning, fault manageme t, performance management, billing systems a...

  13. Network Theory: A Primer and Questions for Air Transportation Systems Applications

    Science.gov (United States)

    Holmes, Bruce J.

    2004-01-01

    A new understanding (with potential applications to air transportation systems) has emerged in the past five years in the scientific field of networks. This development emerges in large part because we now have a new laboratory for developing theories about complex networks: The Internet. The premise of this new understanding is that most complex networks of interest, both of nature and of human contrivance, exhibit a fundamentally different behavior than thought for over two hundred years under classical graph theory. Classical theory held that networks exhibited random behavior, characterized by normal, (e.g., Gaussian or Poisson) degree distributions of the connectivity between nodes by links. The new understanding turns this idea on its head: networks of interest exhibit scale-free (or small world) degree distributions of connectivity, characterized by power law distributions. The implications of scale-free behavior for air transportation systems include the potential that some behaviors of complex system architectures might be analyzed through relatively simple approximations of local elements of the system. For air transportation applications, this presentation proposes a framework for constructing topologies (architectures) that represent the relationships between mobility, flight operations, aircraft requirements, and airspace capacity, and the related externalities in airspace procedures and architectures. The proposed architectures or topologies may serve as a framework for posing comparative and combinative analyses of performance, cost, security, environmental, and related metrics.

  14. Networking systems design and development

    CERN Document Server

    Chao, Lee

    2009-01-01

    Effectively integrating theory and hands-on practice, Networking Systems Design and Development provides students and IT professionals with the knowledge and skills needed to design, implement, and manage fully functioning network systems using readily available Linux networking tools. Recognizing that most students are beginners in the field of networking, the text provides step-by-step instruction for setting up a virtual lab environment at home. Grounded in real-world applications, this book provides the ideal blend of conceptual instruction and lab work to give students and IT professional

  15. Operating Protocol and Networking Issues of a Telemedicine Platform Integrating from Wireless Home Sensors to the Hospital Information System

    Directory of Open Access Journals (Sweden)

    Massimiliano Donati

    2013-01-01

    Full Text Available Chronic heart failure (CHF is among the major causes of hospitalization for elderly citizens. Its considerable impact on patient quality of life, the resources congestion, and the related costs can be efficiently mitigated using remote wireless biosensors networks placed at patient home, able to communicate in secure way over the public Internet with the cardiology departmental Hospital Information System (HIS. In this way, physicians can monitor the situation of several patients at distance and quickly realize and act alterations in vital parameters. In this scenario, the Health@Home (H@H platform is conceived. The pool of Bluetooth sensors enables patients to daily collect vital signs at home in noninvasive fashion. A home gateway receives and processes all signals before sending them to a server node in charge of interfacing with the usual HIS. The novel concept of operating protocol (OP represents a list of actions, remotely configurable, that the domestic network has to follow (required measurements, transmissions, comparisons with personalized thresholds, etc.. The first medical tests on 30 patients (1 month allowed to verify the model, both from the patient and the medical perspective. The main evaluation metrics were usability, flexibility, and reliability of the communication from sensors to HIS.

  16. Control of polymer network topology in semi-batch systems

    Science.gov (United States)

    Wang, Rui; Olsen, Bradley; Johnson, Jeremiah

    Polymer networks invariably possess topological defects: loops of different orders. Since small loops (primary loops and secondary loops) both lower the modulus of network and lead to stress concentration that causes material failure at low deformation, it is desirable to greatly reduce the loop fraction. We have shown that achieving loop fraction close to zero is extremely difficult in the batch process due to the slow decay of loop fraction with the polymer concentration and chain length. Here, we develop a modified kinetic graph theory that can model network formation reactions in semi-batch systems. We demonstrate that the loop fraction is not sensitive to the feeding policy if the reaction volume maintains constant during the network formation. However, if we initially put concentrated solution of small junction molecules in the reactor and continuously adding polymer solutions, the fractions of both primary loop and higher-order loops will be significantly reduced. There is a limiting value (nonzero) of loop fraction that can be achieved in the semi-batch system in condition of extremely slow feeding rate. This minimum loop fraction only depends on a single dimensionless variable, the product of concentration and with single chain pervaded volume, and defines an operating zone in which the loop fraction of polymer networks can be controlled through adjusting the feeding rate of the semi-batch process.

  17. Microsphere-based immunoassay integrated with a microfluidic network to perform logic operations

    International Nuclear Information System (INIS)

    Sabhachandani, Pooja; Cohen, Noa; Sarkar, Saheli; Konry, Tania

    2015-01-01

    Lab on a chip (LOC) intelligent diagnostics can be described by molecular logic-based circuits. We report on the development of an LOC approach with logic capability for screening combinations of antigen and antibody in the same sample. A microsphere-based immunoassay was integrated with a microfluidic network device to perform the logic operations AND and INHIBIT. Using the clinically relevant biomarkers TNF-α cytokine and anti-TNF-α antibody, we obtained a fluorescent output in the presence of both inputs. This results in an AND operation, while the presence of only one specific input results in a different fluorescent signal, thereby indicating the INHIBIT operation. This approach demonstrates the effective use of molecular logic computation for developing portable, point-of-care technologies for diagnostic purposes due to fast detection times, minimal reagent consumption and low costs. This model system may be further expanded to screening of multiple disease markers, combinatorial logic applications, and developing “smart” sensors and therapeutic technologies. (author)

  18. A fault diagnosis system for nuclear power plant operation

    International Nuclear Information System (INIS)

    Ohga, Yukiharu; Hayashi, Yoshiharu; Yuchi, Hiroyuki; Utena, Shunsuke; Maeda, Akihiko

    2002-01-01

    A fault diagnosis system has been developed to support operators in nuclear power plants. In the system various methods are combined to get a diagnosis result which provides better detection sensitivity and result reliability. The system is composed of an anomaly detection part with diagnosis modules, an integration part which obtains the diagnosis result by combining results from each diagnosis module, and a prediction part with state prediction and estimation modules. For the anomaly detection part, three kinds of modules are prepared: plant signal processing, early fault detection and event identification modules. The plant signal processing module uses wavelet transform and chaos technologies as well as fast Fourier transform (FFT) to analyze vibration sensor signals and to detect signal anomaly. The early fault detection module uses the neural network model of a plant subprocess to estimate the process variable values assuming normal conditions, and to detect an anomaly by comparing the measured and estimated values. The event identification module identifies the kind of occurring event by using the neural network and knowledge processing. In the integration part the diagnosis is performed by using knowledge processing. The knowledge for diagnosis is structured based on the means-ends abstraction hierarchy to simplify knowledge input and maintenance. In the prediction part, the prediction module predicts the future changes of process variables and plant interlock statuses and the estimation module estimates the values of unmeasurable variables. A prototype system has been developed and the system performance was evaluated. The evaluation results show that the developed technologies are effective to improve the human-machine system for plant operation. (author)

  19. A recurrent neural network based on projection operator for extended general variational inequalities.

    Science.gov (United States)

    Liu, Qingshan; Cao, Jinde

    2010-06-01

    Based on the projection operator, a recurrent neural network is proposed for solving extended general variational inequalities (EGVIs). Sufficient conditions are provided to ensure the global convergence of the proposed neural network based on Lyapunov methods. Compared with the existing neural networks for variational inequalities, the proposed neural network is a modified version of the general projection neural network existing in the literature and capable of solving the EGVI problems. In addition, simulation results on numerical examples show the effectiveness and performance of the proposed neural network.

  20. A Stochastic Operational Planning Model for Smart Power Systems

    Directory of Open Access Journals (Sweden)

    Sh. Jadid

    2014-12-01

    Full Text Available Smart Grids are result of utilizing novel technologies such as distributed energy resources, and communication technologies in power system to compensate some of its defects. Various power resources provide some benefits for operation domain however, power system operator should use a powerful methodology to manage them. Renewable resources and load add uncertainty to the problem. So, independent system operator should use a stochastic method to manage them. A Stochastic unit commitment is presented in this paper to schedule various power resources such as distributed generation units, conventional thermal generation units, wind and PV farms, and demand response resources. Demand response resources, interruptible loads, distributed generation units, and conventional thermal generation units are used to provide required reserve for compensating stochastic nature of various resources and loads. In the presented model, resources connected to distribution network can participate in wholesale market through aggregators. Moreover, a novel three-program model which can be used by aggregators is presented in this article. Loads and distributed generation can contract with aggregators by these programs. A three-bus test system and the IEEE RTS are used to illustrate usefulness of the presented model. The results show that ISO can manage the system effectively by using this model

  1. Multilevel Complex Networks and Systems

    Science.gov (United States)

    Caldarelli, Guido

    2014-03-01

    Network theory has been a powerful tool to model isolated complex systems. However, the classical approach does not take into account the interactions often present among different systems. Hence, the scientific community is nowadays concentrating the efforts on the foundations of new mathematical tools for understanding what happens when multiple networks interact. The case of economic and financial networks represents a paramount example of multilevel networks. In the case of trade, trade among countries the different levels can be described by the different granularity of the trading relations. Indeed, we have now data from the scale of consumers to that of the country level. In the case of financial institutions, we have a variety of levels at the same scale. For example one bank can appear in the interbank networks, ownership network and cds networks in which the same institution can take place. In both cases the systemically important vertices need to be determined by different procedures of centrality definition and community detection. In this talk I will present some specific cases of study related to these topics and present the regularities found. Acknowledged support from EU FET Project ``Multiplex'' 317532.

  2. [Network structures in biological systems].

    Science.gov (United States)

    Oleskin, A V

    2013-01-01

    Network structures (networks) that have been extensively studied in the humanities are characterized by cohesion, a lack of a central control unit, and predominantly fractal properties. They are contrasted with structures that contain a single centre (hierarchies) as well as with those whose elements predominantly compete with one another (market-type structures). As far as biological systems are concerned, their network structures can be subdivided into a number of types involving different organizational mechanisms. Network organization is characteristic of various structural levels of biological systems ranging from single cells to integrated societies. These networks can be classified into two main subgroups: (i) flat (leaderless) network structures typical of systems that are composed of uniform elements and represent modular organisms or at least possess manifest integral properties and (ii) three-dimensional, partly hierarchical structures characterized by significant individual and/or intergroup (intercaste) differences between their elements. All network structures include an element that performs structural, protective, and communication-promoting functions. By analogy to cell structures, this element is denoted as the matrix of a network structure. The matrix includes a material and an immaterial component. The material component comprises various structures that belong to the whole structure and not to any of its elements per se. The immaterial (ideal) component of the matrix includes social norms and rules regulating network elements' behavior. These behavioral rules can be described in terms of algorithms. Algorithmization enables modeling the behavior of various network structures, particularly of neuron networks and their artificial analogs.

  3. Understanding telecommunications networks

    CERN Document Server

    Valdar, Andy

    2017-01-01

    A telecommunications network is an electronic system of links, nodes and the controls that govern their operations to allow voice and data transfer among users and devices. This fully revised, updated and expanded second edition covers all aspects of today's networks, including how they are planned, formed and operated.

  4. DSSNET, a network of users and developers of decision support systems for emergency response in Europe

    International Nuclear Information System (INIS)

    Salfeld, H.C.; Raskob, W.

    2002-01-01

    Following the Chernobyl accident, computerised systems for off-site management and response in case of a nuclear accident were developed and installed in many European countries. Some of the systems are in use in only one country, whereas other systems have found broader application in Europe. Examples of these systems are IMIS (D), ARGOS (DK), running in Denmark, Lithuania and Poland and RODOS, a real-time on-line decision support system for nuclear emergency management in Europe, which is now installed for operational or test-operational use in many European countries. During the development and installation phases of these decision support systems the necessity emerged, that there is a need for an intensive feedback between developers and users. Therefore, under the 5. Framework Programme of the European Commission a network has been installed to intensify the communication and increase the understanding between the operational community and the many and diverse disciplines involved in RD for improvement, extension and integration of operational decision support systems for nuclear emergency management, called DSSNET. This poster demonstrates how the network is organised, namely with different work groups, exercises and meetings. Each working group addresses one of seven work packages: - Preparation and conduct of exercises (WP1), - User interfaces, results and interaction with decision makers (WP2), - Exchange of data information relevant for decision-making (WP3), System functions, networks and processing of on-line data (WP4), European database (WP5), Coordination of the network (WP6), Hydrological modelling (WP7). Main focus is given to WP4, in which information of on-line monitoring from more than 10 European counties is collected. Information was collated with the help of questionnaires which are send out on a regular basis. The evaluation of the various questionnaires summarises the different systems in use for stack monitoring, retrieving on

  5. Hybrid power system intelligent operation and protection involving distributed architectures and pulsed loads

    Science.gov (United States)

    Mohamed, Ahmed

    Efficient and reliable techniques for power delivery and utilization are needed to account for the increased penetration of renewable energy sources in electric power systems. Such methods are also required for current and future demands of plug-in electric vehicles and high-power electronic loads. Distributed control and optimal power network architectures will lead to viable solutions to the energy management issue with high level of reliability and security. This dissertation is aimed at developing and verifying new techniques for distributed control by deploying DC microgrids, involving distributed renewable generation and energy storage, through the operating AC power system. To achieve the findings of this dissertation, an energy system architecture was developed involving AC and DC networks, both with distributed generations and demands. The various components of the DC microgrid were designed and built including DC-DC converters, voltage source inverters (VSI) and AC-DC rectifiers featuring novel designs developed by the candidate. New control techniques were developed and implemented to maximize the operating range of the power conditioning units used for integrating renewable energy into the DC bus. The control and operation of the DC microgrids in the hybrid AC/DC system involve intelligent energy management. Real-time energy management algorithms were developed and experimentally verified. These algorithms are based on intelligent decision-making elements along with an optimization process. This was aimed at enhancing the overall performance of the power system and mitigating the effect of heavy non-linear loads with variable intensity and duration. The developed algorithms were also used for managing the charging/discharging process of plug-in electric vehicle emulators. The protection of the proposed hybrid AC/DC power system was studied. Fault analysis and protection scheme and coordination, in addition to ideas on how to retrofit currently available

  6. 2008 report on the Monitoring of good practices programs and independence for electricity and natural gas system operators

    International Nuclear Information System (INIS)

    2009-01-01

    Electricity and natural gas transmission system operators (TSO) and distribution system operators (DSO) are regulated operators that provide public service functions for the benefit of the network users and the consumers they serve. Accordingly, European and French law requires that they be under independent and nondiscriminatory obligations. In particular, they must develop a good practices program which includes a range of measures to prevent the risk of discriminatory practices in network access. Pursuant to Article L.134-15 of the Energy Code, the Energy Regulatory Commission (CRE) is publishing this year its 4. annual report on the monitoring of good practices programs and independence for electricity and natural gas system operators for the year 2008. This report is based on analysis of the 'reports on the implementation of good practices programs' submitted to the CRE by the operators in late 2008 and audits carried out by the CRE services in these companies in 2008

  7. Interorganizational Innovation in Systemic Networks

    DEFF Research Database (Denmark)

    Seemann, Janne; Dinesen, Birthe; Gustafsson, Jeppe

    2013-01-01

    patients with chronic obstructive pulmonary disease (COPD) to avoid readmission, perform self monitoring and to maintain rehabilitation in their homes. The aim of the paper is to identify, analyze and discuss innovation dynamics in the COPD network and on a preliminary basis to identify implications...... for managing innovations in systemic networks. The main argument of this paper is that innovation dynamics in systemic networks should be understood as a complex interplay of four logics: 1) Fragmented innovation, 2) Interface innovation, 3) Competing innovation, 4) Co-innovation. The findings indicate...... that linear n-stage models by reducing complexity and flux end up focusing only on the surface of the network and are thus unable to grasp important aspects of network dynamics. The paper suggests that there is a need for a more dynamic innovation model able to grasp the whole picture of dynamics in systemic...

  8. An advanced OBP-based payload operating in an asynchronous network for future data relay satellites utilising CCSDS-standard data structures

    Science.gov (United States)

    Grant, M.; Vernucci, A.

    1991-01-01

    A possible Data Relay Satellite System (DRSS) topology and network architecture is introduced. An asynchronous network concept, whereby each link (Inter-orbit, Inter-satellite, Feeder) is allowed to operate on its own clock, without causing loss of information, in conjunction with packet data structures, such as those specified by the CCSDS for advanced orbiting systems is discussed. A matching OBP payload architecture is described, highlighting the advantages provided by the OBP-based concept and then giving some indications on the OBP mass/power requirements.

  9. Network systems security analysis

    Science.gov (United States)

    Yilmaz, Ä.°smail

    2015-05-01

    Network Systems Security Analysis has utmost importance in today's world. Many companies, like banks which give priority to data management, test their own data security systems with "Penetration Tests" by time to time. In this context, companies must also test their own network/server systems and take precautions, as the data security draws attention. Based on this idea, the study cyber-attacks are researched throughoutly and Penetration Test technics are examined. With these information on, classification is made for the cyber-attacks and later network systems' security is tested systematically. After the testing period, all data is reported and filed for future reference. Consequently, it is found out that human beings are the weakest circle of the chain and simple mistakes may unintentionally cause huge problems. Thus, it is clear that some precautions must be taken to avoid such threats like updating the security software.

  10. Operational cost minimization in cooling water systems

    Directory of Open Access Journals (Sweden)

    Castro M.M.

    2000-01-01

    Full Text Available In this work, an optimization model that considers thermal and hydraulic interactions is developed for a cooling water system. It is a closed loop consisting of a cooling tower unit, circulation pump, blower and heat exchanger-pipe network. Aside from process disturbances, climatic fluctuations are considered. Model constraints include relations concerning tower performance, air flowrate requirement, make-up flowrate, circulating pump performance, heat load in each cooler, pressure drop constraints and climatic conditions. The objective function is operating cost minimization. Optimization variables are air flowrate, forced water withdrawal upstream the tower, and valve adjustment in each branch. It is found that the most significant operating cost is related to electricity. However, for cooled water temperatures lower than a specific target, there must be a forced withdrawal of circulating water and further makeup to enhance the cooling tower capacity. Additionally, the system is optimized along the months. The results corroborate the fact that the most important variable on cooling tower performance is not the air temperature itself, but its humidity.

  11. Modeling and Design of Fault-Tolerant and Self-Adaptive Reconfigurable Networked Embedded Systems

    Directory of Open Access Journals (Sweden)

    Jürgen Teich

    2006-06-01

    Full Text Available Automotive, avionic, or body-area networks are systems that consist of several communicating control units specialized for certain purposes. Typically, different constraints regarding fault tolerance, availability and also flexibility are imposed on these systems. In this article, we will present a novel framework for increasing fault tolerance and flexibility by solving the problem of hardware/software codesign online. Based on field-programmable gate arrays (FPGAs in combination with CPUs, we allow migrating tasks implemented in hardware or software from one node to another. Moreover, if not enough hardware/software resources are available, the migration of functionality from hardware to software or vice versa is provided. Supporting such flexibility through services integrated in a distributed operating system for networked embedded systems is a substantial step towards self-adaptive systems. Beside the formal definition of methods and concepts, we describe in detail a first implementation of a reconfigurable networked embedded system running automotive applications.

  12. Financial Network Systemic Risk Contributions

    NARCIS (Netherlands)

    Hautsch, N.; Schaumburg, J.; Schienle, M.

    2015-01-01

    We propose the realized systemic risk beta as a measure of financial companies' contribution to systemic risk, given network interdependence between firms' tail risk exposures. Conditional on statistically pre-identified network spillover effects and market and balance sheet information, we define

  13. Signal-regulated systems and networks

    CSIR Research Space (South Africa)

    Van Zyl, TL

    2010-07-01

    Full Text Available The article presents the use of signal regulatory networks (SRNs), a biologically inspired model based on gene regulatory networks. SRNs are a way of understanding a class of self-organizing IT systems, signal-regulated systems (SRSs). This article...

  14. Control Architecture for Intentional Island Operation in Distribution Network with High Penetration of Distributed Generation

    DEFF Research Database (Denmark)

    Chen, Yu

    , the feasibility of the application of Artificial Neural Network (ANN) to ICA is studied, in order to improve the computation efficiency for ISR calculation. Finally, the integration of ICA into Dynamic Security Assessment (DSA), the ICA implementation, and the development of ICA are discussed....... to utilize them for maintaining the security of the power supply under the emergency situations, has been of great interest for study. One proposal is the intentional island operation. This PhD project is intended to develop a control architecture for the island operation in distribution system with high...... amount of DGs. As part of the NextGen project, this project focuses on the system modeling and simulation regarding the control architecture and recommends the development of a communication and information exchange system based on IEC 61850. This thesis starts with the background of this PhD project...

  15. ETSON proposal on the European operational experience feedback system

    International Nuclear Information System (INIS)

    Maqua, Michael; Bertrand, Remy; Gelder, Pieter de

    2007-01-01

    The new IAEA Safety Fundamentals states regarding the operating experience feedback: The feedback of operating experience from facilities and activities - and, where relevant, from elsewhere - is a key means of enhancing safety. Processes must be put in place for the feedback and analysis of operating experience, including initiating events, accident precursors, near misses, accidents and unauthorized acts, so that lessons may be learned, shared and acted upon. This presentation deals with the proposal of the ETSON (European TSO Network) to optimize the European operating experiences feedback (OEF). It is generally recognized that the efficiency of nuclear safety supervision by public authorities is based on two key requirements: - the existence of a competent authority at national level, benefiting from an appropriate legislative and regulatory basis, from adequate (quantitatively and qualitatively) human resources, particularly for inspection purposes, - the availability of resources devoted to highly specialised independent technical expertise, in order to provide competent authorities with pertinent technical opinions on: -- the safety files provided by operators, for the purpose of licensing corresponding activities, -- the exploitation for regulatory purposes of the operating experience feed back from licensed nuclear installations. There are two worldwide systems intended to learn lessons from experience: the WANO (World Association of Nuclear Operators) system established by the licensees with access restricted to operating organizations and the IRS system jointly operated by IAEA and OECD/NEA accessible to regulators and to some other users nominated by the regulators in their countries. The IRS itself is dedicated to the analysis of safety significant operating events. NEA/CNRA runs a permanent working group on operating experience (WGOE). WGOE provides among other things also generic reports on safety concerns related to operating experiences and

  16. Operation Modes and Control Schemes for Internet-Based Teleoperation System with Time Delay

    Institute of Scientific and Technical Information of China (English)

    曾庆军; 宋爱国

    2003-01-01

    Teleoperation system plays an important role in executing task under hazard environment. As the computer networks such as the Internet are being used as the communication channel of teleoperation system, varying time delay causes the overall system unstable and reduces the performance of transparency. This paper proposed twelve operation modes with different control schemes for teleoperation on the Internet with time delay. And an optimal operation mode with control scheme was specified for teleoperation with time delay, based on the tradeoff between passivity and transparency properties. It experimentally confirmed the validity of the proposed optimal mode and control scheme by using a simple one DOF master-slave manipulator system.

  17. A New Controller to Enhance PV System Performance Based on Neural Network

    Directory of Open Access Journals (Sweden)

    Roshdy A AbdelRassoul

    2017-06-01

    Full Text Available In recent years, a radical increase of photovoltaic (PV power generators installation took place because of increased efficiency of solar cells, as well as the growth of manufacturing technology of solar panels. This paper shows the operation and modeling of photovoltaic systems, particularly designing neural controller to control the system. Neural controller is optimized using particle swarm optimization (PSO   leads to getting the best performance of the designed PV system. Using neural network the maximum overshoot and rise time obtained become 0.00001% and 0.1798 seconds, respectively also this paper introduce a comparison between some kind of controller for PV system.In recent years, a radical increase of photovoltaic (PV power generators installation took place because of increased efficiency of solar cells, as well as the growth of manufacturing technology of solar panels. This paper shows the operation and modeling of photovoltaic systems, particularly designing neural controller to control the system. Neural controller is optimized using particle swarm optimization (PSO   leads to getting the best performance of the designed PV system. Using neural network the maximum overshoot and rise time obtained become 0.00001% and 0.1798 seconds, respectively also this paper introduce a comparison between some kind of controller for PV system.

  18. Energy policy turnaround and network stability. The new legal general conditions for operators of transmission networks and distribution networks according to paragraph paragraph 13, 14 EnWG; Energiewende und Netzstabilitaet. Die neuen rechtlichen Rahmenbedingungen fuer Uebertragungs- und Verteilernetzbetreiber nach paragraph paragraph 13, 14 EnWG

    Energy Technology Data Exchange (ETDEWEB)

    Weise, Michael; Hartmann, Thies Christian [Becker Buettner Held, Berlin (Germany); Woeldeke, Frank [Braunschweiger Netz GmbH, Braunschweig (Germany)

    2012-06-15

    Network operators have a legal obligation to operate a safe, reliable and efficient energy supply system. The energy policy turnaround in summer 2011 make this order to a special challenge. The further increase in decentralized power supply and the loss of power generation capacity due to the nuclear phase-out are significant factors influencing the safety and reliability of energy supply. The legislator has already changed the central regulations of the Energy Economy Act. The authors of the contribution under consideration present an overview of the current legal framework for network operators. Subsequently, individual measures are presented.

  19. Enhancing network centric operations doctrine to support civil military cooperation in disaster management

    NARCIS (Netherlands)

    Wolbers, J.J.; Beeres, R.; Bakx, G.; de Waard, E.; Rietjens, S.

    2016-01-01

    Network Centric Operations is a promising command doctrine in both military operations and during civil disaster management. As both sectors started intensifying their joint operational capacity through civil-military collaboration, it becomes increasingly relevant to address the different command

  20. A Distributed Energy-Aware Trust Management System for Secure Routing in Wireless Sensor Networks

    Science.gov (United States)

    Stelios, Yannis; Papayanoulas, Nikos; Trakadas, Panagiotis; Maniatis, Sotiris; Leligou, Helen C.; Zahariadis, Theodore

    Wireless sensor networks are inherently vulnerable to security attacks, due to their wireless operation. The situation is further aggravated because they operate in an infrastructure-less environment, which mandates the cooperation among nodes for all networking tasks, including routing, i.e. all nodes act as “routers”, forwarding the packets generated by their neighbours in their way to the sink node. This implies that malicious nodes (denying their cooperation) can significantly affect the network operation. Trust management schemes provide a powerful tool for the detection of unexpected node behaviours (either faulty or malicious). Once misbehaving nodes are detected, their neighbours can use this information to avoid cooperating with them either for data forwarding, data aggregation or any other cooperative function. We propose a secure routing solution based on a novel distributed trust management system, which allows for fast detection of a wide set of attacks and also incorporates energy awareness.

  1. Analysis of the DWPF glass pouring system using neural networks

    International Nuclear Information System (INIS)

    Calloway, T.B. Jr.; Jantzen, C.M.

    1997-01-01

    Neural networks were used to determine the sensitivity of 39 selected Melter/Melter Off Gas and Melter Feed System process parameters as related to the Defense Waste Processing Facility (DWPF) Melter Pour Spout Pressure during the overall analysis and resolution of the DWPF glass production and pouring issues. Two different commercial neural network software packages were used for this analysis. Models were developed and used to determine the critical parameters which accurately describe the DWPF Pour Spout Pressure. The model created using a low-end software package has a root mean square error of ± 0.35 inwc ( 2 = 0.77) with respect to the plant data used to validate and test the model. The model created using a high-end software package has a R 2 = 0.97 with respect to the plant data used to validate and test the model. The models developed for this application identified the key process parameters which contribute to the control of the DWPF Melter Pour Spout pressure during glass pouring operations. The relative contribution and ranking of the selected parameters was determined using the modeling software. Neural network computing software was determined to be a cost-effective software tool for process engineers performing troubleshooting and system performance monitoring activities. In remote high-level waste processing environments, neural network software is especially useful as a replacement for sensors which have failed and are costly to replace. The software can be used to accurately model critical remotely installed plant instrumentation. When the instrumentation fails, the software can be used to provide a soft sensor to replace the actual sensor, thereby decreasing the overall operating cost. Additionally, neural network software tools require very little training and are especially useful in mining or selecting critical variables from the vast amounts of data collected from process computers

  2. Constitution and application of reactor make-up system's fault diagnostic Bayesian networks

    International Nuclear Information System (INIS)

    Liang Jie; Cai Qi; Chu Zhuli; Wang Haiping

    2013-01-01

    A fault diagnostic Bayesian network of reactor make-up system was constituted. The system's structure characters, operation rules and experts' experience were combined and an initial net was built. As the fault date sets were learned with the particle swarm optimization based Bayesian network structure, the structure of diagnostic net was completed and used to inference case. The built net can analyze diagnostic probability of every node in the net and afford assistant decision to fault diagnosis. (authors)

  3. The Global Geodetic Observing System: Space Geodesy Networks for the Future

    Science.gov (United States)

    Pearlman, Michael; Pavlis, Erricos; Ma, Chopo; Altamini, Zuheir; Noll, Carey; Stowers, David

    2011-01-01

    Ground-based networks of co-located space geodetic techniques (VLBI, SLR, GNSS. and DORIS) are the basis for the development and maintenance of the International Terrestrial Reference frame (ITRF), which is our metric of reference for measurements of global change, The Global Geodetic Observing System (GGOS) of the International Association of Geodesy (IAG) has established a task to develop a strategy to design, integrate and maintain the fundamental geodetic network and supporting infrastructure in a sustainable way to satisfy the long-term requirements for the reference frame. The GGOS goal is an origin definition at 1 mm or better and a temporal stability on the order of 0.1 mm/y, with similar numbers for the scale and orientation components. These goals are based on scientific requirements to address sea level rise with confidence, but other applications are not far behind. Recent studies including one by the US National Research Council has strongly stated the need and the urgency for the fundamental space geodesy network. Simulations are underway to examining accuracies for origin, scale and orientation of the resulting ITRF based on various network designs and system performance to determine the optimal global network to achieve this goal. To date these simulations indicate that 24 - 32 co-located stations are adequate to define the reference frame and a more dense GNSS and DORIS network will be required to distribute the reference frame to users anywhere on Earth. Stations in the new global network will require geologically stable sites with good weather, established infrastructure, and local support and personnel. GGOS wil seek groups that are interested in participation. GGOS intends to issues a Call for Participation of groups that would like to contribute in the network implementation and operation. Some examples of integrated stations currently in operation or under development will be presented. We will examine necessary conditions and challenges in

  4. Coordinated system services from offshore wind power plants connected through HVDC networks

    DEFF Research Database (Denmark)

    Zeni, Lorenzo; Glasdam, Jakob; Hesselbæk, Bo

    2014-01-01

    This paper presents an overview of power system services in networks involving multiple onshore power systems, a voltage sourced converter (VSC) based high voltage direct current (HVDC) offshore network and an offshore wind power plant (OWPP). A comprehensive list of services regarding onshore...... as well as offshore network operation – both AC and DC – will be discussed from a state of the art perspective. Among them, the most interesting have been selected and will be treated in more detail and the main contribution of this paper will be to shed light on the most relevant aspects related...... to their implementation. For example, new findings on onshore AC voltage control are reported, that help the characterisation of potential AC voltage control that a VSC-HVDC station may offer to an onshore AC grid. The HVDC system behind the VSC-HVDC station may connect, through other converters, to another AC power...

  5. Tradeoffs between quality-of-control and quality-of-service in large-scale nonlinear networked control systems

    NARCIS (Netherlands)

    Borgers, D. P.; Geiselhart, R.; Heemels, W. P. M. H.

    2017-01-01

    In this paper we study input-to-state stability (ISS) of large-scale networked control systems (NCSs) in which sensors, controllers and actuators are connected via multiple (local) communication networks which operate asynchronously and independently of each other. We model the large-scale NCS as an

  6. Computer-aided control systems for the operation of electrical power networks. Elektronische Leitsysteme fuer Produktion und Energieversorgung. Vortragsreihe der Arbeitsgemeinschaft des VDE-Bezirksvereins Frankfurt am Main vom 9. bis 30. November 1981

    Energy Technology Data Exchange (ETDEWEB)

    Fleck, K

    1981-01-01

    This presentation gives a brief survey on computer-aided operation of medium-voltage networks. By means of the general problem and with the aid of some examples the design of such systems is outlined and the possibilities for instrumentation and control engineering is indicated. The computer systems, which for reasons of availability are mostly redundant, are described in detail. The software by means of which the operating personnel monitors, guides and partly remotely controls the electric grid is explained. To conclude with, a newly designed communication interface between man and machine is mentioned.

  7. Droop Control Design of Multi-VSC Systems for Offshore Networks to Integrate Wind Energy

    Directory of Open Access Journals (Sweden)

    Muhammad Raza

    2016-10-01

    Full Text Available This research envisages the droop control design of multi voltage source converter systems for offshore networks to integrate wind power plant with the grids. An offshore AC network is formulated by connecting several nearby wind power plants together with AC cables. The net energy in the network is transferred to onshore using voltage source high voltage direct current (VSC-HVDC transmissionsystems. In the proposed configuration, an offshore network is energized by more than one VSC-HVDC system, hereby providing redundancy to continue operation in case of failure in one of the HVDC transmission lines. The power distribution between VSC-HVDC systems is done using a droop control scheme. Frequency droop is implemented to share active power, and voltage droop is implemented to share reactive power. Furthermore, a method of calculating droop gains according to the contribution factor of each converter is presented. The system has been analyzed to evaluate the voltage profile of the network affected by the droop control. Nonlinear dynamic simulation has been performed for the verification of the control principle.

  8. Migration of the Almaraz NPP integrated operation management system to a new computer platform

    International Nuclear Information System (INIS)

    Gonzalez Crego, E.; Martin Lopez-Suevos, C.

    1996-01-01

    In all power plants, it becomes necessary, with the passage of time, to migrate the initial operation management systems to adapt them to current technologies. That is a good time to improve the inclusion of data in the corporative database and standardize the system interfaces and operation, whilst maintaining data system operability. This article contains Almaraz experience in migrating its Integrated Operation Management System to an advanced computer platform based on open systems (UNIX), communications network (ETHERNET) and database (ORACLE). To this effect, clear objectives and strict standards were established to facilitate the work. The most noteworthy results obtained are: Better quality of information and structure in the corporative database Standardised user interface in all applications. Joint migration of applications for Maintenance, Components and Spare parts, Warehouses and Purchases. Integration of new applications into the system. Introduction of the navigator, which allows movement around the database using all available applications. (Author)

  9. Asynchronous control for networked systems

    CERN Document Server

    Rubio, Francisco; Bencomo, Sebastián

    2015-01-01

    This book sheds light on networked control systems; it describes different techniques for asynchronous control, moving away from the periodic actions of classical control, replacing them with state-based decisions and reducing the frequency with which communication between subsystems is required. The text focuses specially on event-based control. Split into two parts, Asynchronous Control for Networked Systems begins by addressing the problems of single-loop networked control systems, laying out various solutions which include two alternative model-based control schemes (anticipatory and predictive) and the use of H2/H∞ robust control to deal with network delays and packet losses. Results on self-triggering and send-on-delta sampling are presented to reduce the need for feedback in the loop. In Part II, the authors present solutions for distributed estimation and control. They deal first with reliable networks and then extend their results to scenarios in which delays and packet losses may occur. The novel ...

  10. The APS control system network upgrade

    International Nuclear Information System (INIS)

    Sidorowicz, K. v.; Leibfritz, D.; McDowell, W. P.

    1999-01-01

    When it was installed,the Advanced Photon Source (APS) control system network was at the state-of-the-art. Different aspects of the system have been reported at previous meetings [1,2]. As loads on the controls network have increased due to newer and faster workstations and front-end computers, we have found performance of the system declining and have implemented an upgraded network. There have been dramatic advances in networking hardware in the last several years. The upgraded APS controls network replaces the original FDDI backbone and shared Ethernet hubs with redundant gigabit uplinks and fully switched 10/100 Ethernet switches with backplane fabrics in excess of 20 Gbits/s (Gbps). The central collapsed backbone FDDI concentrator has been replaced with a Gigabit Ethernet switch with greater than 30 Gbps backplane fabric. Full redundancy of the system has been maintained. This paper will discuss this upgrade and include performance data and performance comparisons with the original network

  11. Cyber entertainment system using an immersive networked virtual environment

    Science.gov (United States)

    Ihara, Masayuki; Honda, Shinkuro; Kobayashi, Minoru; Ishibashi, Satoshi

    2002-05-01

    Authors are examining a cyber entertainment system that applies IPT (Immersive Projection Technology) displays to the entertainment field. This system enables users who are in remote locations to communicate with each other so that they feel as if they are together. Moreover, the system enables those users to experience a high degree of presence, this is due to provision of stereoscopic vision as well as a haptic interface and stereo sound. This paper introduces this system from the viewpoint of space sharing across the network and elucidates its operation using the theme of golf. The system is developed by integrating avatar control, an I/O device, communication links, virtual interaction, mixed reality, and physical simulations. Pairs of these environments are connected across the network. This allows the two players to experience competition. An avatar of each player is displayed by the other player's IPT display in the remote location and is driven by only two magnetic sensors. That is, in the proposed system, users don't need to wear any data suit with a lot of sensors and they are able to play golf without any encumbrance.

  12. Combined operation of AC and DC distribution system with distributed generation units

    International Nuclear Information System (INIS)

    Noroozian, R.; Abedi, M.; Gharehpetian, G.

    2010-01-01

    This paper presents a DC distribution system which has been supplied by external AC systems as well as local DG units in order to demonstrate an overall solution to power quality issue. In this paper, the proposed operation method is demonstrated by simulation of power transfer between external AC systems, DG units, AC and DC loads. The power flow control in DC distribution system has been achieved by network converters and DG converters. Also, the mathematical model of the network, DG and load converters are obtained by using the average technique, which allows converter systems accurately simulated and control strategies for this converters is achieved. A suitable control strategy for network converters has been proposed that involves DC voltage droop regulator and novel instantaneous power regulation scheme. Also, a novel control technique has been proposed for DG converters. In this paper, a novel control system based on stationary and synchronously rotating reference frame has been proposed for load converters for supplying AC loads connected to the DC bus by balanced voltages. The several case studies have been studied based on proposed methods. The simulation results show that DC distribution systems including DG units can improve the power quality at the point of common coupling (PCC) in the power distribution system or industrial power system. (authors)

  13. Probabilistic analysis in normal operation of distribution system with distributed generation

    DEFF Research Database (Denmark)

    Villafafila-Robles, R.; Sumper, A.; Bak-Jensen, B.

    2011-01-01

    Nowadays, the incorporation of high levels of small-scale non-dispatchable distributed generation is leading to the transition from the traditional 'vertical' power system structure to a 'horizontally-operated' power system, where the distribution networks contain both stochastic generation...... and load. This fact increases the number of stochastic inputs and dependence structures between them need to be considered. The deterministic analysis is not enough to cope with these issues and a new approach is needed. Probabilistic analysis provides a better approach. Moreover, as distribution systems...

  14. Multisensor Network System for Wildfire Detection Using Infrared Image Processing

    Directory of Open Access Journals (Sweden)

    I. Bosch

    2013-01-01

    Full Text Available This paper presents the next step in the evolution of multi-sensor wireless network systems in the early automatic detection of forest fires. This network allows remote monitoring of each of the locations as well as communication between each of the sensors and with the control stations. The result is an increased coverage area, with quicker and safer responses. To determine the presence of a forest wildfire, the system employs decision fusion in thermal imaging, which can exploit various expected characteristics of a real fire, including short-term persistence and long-term increases over time. Results from testing in the laboratory and in a real environment are presented to authenticate and verify the accuracy of the operation of the proposed system. The system performance is gauged by the number of alarms and the time to the first alarm (corresponding to a real fire, for different probability of false alarm (PFA. The necessity of including decision fusion is thereby demonstrated.

  15. Towards Perpetual Energy Operation in Wireless Communication Systems

    KAUST Repository

    Benkhelifa, Fatma

    2017-11-01

    Wireless is everywhere. Smartphones, tablets, laptops, implantable medical devices, and many other wireless devices are massively taking part of our everyday activities. On average, an actively digital consumer has three devices. However, most of these wireless devices are small equipped with batteries that are often limited and need to be replaced or recharged. This fact limits the operating lifetime of wireless devices and presents a major challenge in wireless communication. To improve the perpetual energy operation of wireless communication systems, energy harvesting (EH) from the radio frequency (RF) signals is one promising solution to make the wireless communication systems self-sustaining. Since RF signals are known to transmit information, it is interesting to study when RF signals are simultaneously used to transmit information and scavenge energy, namely simultaneous wireless information and power transfer (SWIPT). In this thesis, we specifically aim to study the SWIPT in multiple-input multiple-output (MIMO) relay communication systems and in cognitive radio (CR) networks. First, we study the SWIPT in MIMO relay systems where the relay harvests the energy from the source and uses partially/fully the harvested energy to forward the signal to the destination. For both the amplify-and-forward (AF) and decode-and-forward (DF) relaying protocols, we consider the ideal scheme where both the energy and information transfer to the relay happen simultaneously, and the practical power splitting and time switching schemes. For each scheme, we aim to maximize the achievable end-to-end rate with a certain energy constraint at the relay. Furthermore, we consider the sum rate maximization problem for the multiuser MIMO DF relay broadcasting channels with multiple EH-enabled relays, and an enhanced low complex solution is proposed based on the block diagonalization method. Finally, we study the energy and data performance of the SWIPT in CR network where either the

  16. Filtering and control of wireless networked systems

    CERN Document Server

    Zhang, Dan; Yu, Li

    2017-01-01

    This self-contained book, written by leading experts, offers a cutting-edge, in-depth overview of the filtering and control of wireless networked systems. It addresses the energy constraint and filter/controller gain variation problems, and presents both the centralized and the distributed solutions. The first two chapters provide an introduction to networked control systems and basic information on system analysis. Chapters (3–6) then discuss the centralized filtering of wireless networked systems, presenting different approaches to deal with energy efficiency and filter/controller gain variation problems. The next part (chapters 7–10) explores the distributed filtering of wireless networked systems, addressing the main problems of energy constraint and filter gain variation. The final part (chapters 11–14) focuses on the distributed control of wireless networked systems. networked systems for communication and control applications, the bo...

  17. Optimal operation of water distribution networks by predictive control ...

    African Journals Online (AJOL)

    This paper presents an approach for the operational optimisation of potable water distribution networks. The maximisation of the use of low-cost power (e.g. overnight pumping) and the maintenance of a target chlorine concentration at final delivery points were defined as important optimisation objectives. The first objective ...

  18. Wireless Sensing Node Network Management for Monitoring Landslide Disaster

    International Nuclear Information System (INIS)

    Takayama, S; Akiyama, J; Fujiki, T; Mokhtar, N A B

    2013-01-01

    This paper shows the network management and operation to monitor landslide disaster at slop of mountain and hill. Natural disasters damage a measuring system easily. It is necessary for the measuring system to be flexible and robust. The measuring network proposed in this paper is the telemetry system consisted of host system (HS) and local sensing nodes network system (LSNNS). LSNNS operates autonomously and sometimes is controlled by commands from HS. HS collects data/information of landslide disaster from LSNNS, and controls LSNNS remotely. HS and LSNNS are communicated by using 'cloud' system. The dual communication is very effective and convenient to manage a network system operation

  19. Diversity and consensus as key concepts for design of intelligent operator support system

    International Nuclear Information System (INIS)

    Kitamura, M.; Furukawa, H.; Sakuma, M.; Washio, T.

    2004-01-01

    A general framework and guiding principles for development of intelligent operator support system in nuclear plants are proposed in this paper. The main principle is to provide advisory information to the operators through consensus of multiple agents each of which can conduct operational decision- making by focusing on mutually dissimilar symptoms obtained from the plant. The applicability and credibility of the operator support system are expected to be significantly improved by implementing the proposed scheme. An efficient procedure for diversifying the symptom descriptions was developed together with a method for autonomous consensus formation among the agents. A prototype system was developed for the subtask of fault diagnosis by emulating multiple neural networks as the diagnostic agents. The advantage of the proposed methodology over the conventional ones was clearly demonstrated through numerical evaluations simulating anomalies in a pressurized water reactor. (author)

  20. Reliability Worth Analysis of Distribution Systems Using Cascade Correlation Neural Networks

    DEFF Research Database (Denmark)

    Heidari, Alireza; Agelidis, Vassilios; Pou, Josep

    2018-01-01

    Reliability worth analysis is of great importance in the area of distribution network planning and operation. The reliability worth's precision can be affected greatly by the customer interruption cost model used. The choice of the cost models can change system and load point reliability indices....... In this study, a cascade correlation neural network is adopted to further develop two cost models comprising a probabilistic distribution model and an average or aggregate model. A contingency-based analytical technique is adopted to conduct the reliability worth analysis. Furthermore, the possible effects...