• 제목/요약/키워드: Distributed Control System

검색결과 1,643건 처리시간 0.036초

실시간 시스템인 승강기 제어기 프로그램 개발 (Programing development environment for the elevator controller of real-time systems)

  • 최병욱;임계영;고경철
    • 제어로봇시스템학회논문지
    • /
    • 제5권5호
    • /
    • pp.622-629
    • /
    • 1999
  • This paper discusses a real time multi-tasking system model and a development environment for an elevator control system. Recently, as the elevator systems become large-scaled and operate with high speed, there are lots of software tasks to be processed with time constraints. Thus, the control systems are designed with distributed control structure and characteristics of typical real time systems. For stuructural design of such real time system, we introduce a multi-tasking model based on a real time operating system model and an software development environment based on virtual protopyping which simulates real system operation in the cross development of a new elevator system with distributed control structure and its system reliability can be verified through numerous field tests.

  • PDF

CAN 시간동기를 이용한 복수 전동기 동기제어 (Synchronization Control of Multiple Motors using CAN Clock Synchronization)

  • ;서영수
    • 제어로봇시스템학회논문지
    • /
    • 제14권7호
    • /
    • pp.624-628
    • /
    • 2008
  • This paper is concerned with multiple motor control using a distributed network control method. Speed and position of multiple motors are synchronized using clock synchronized distributed controllers. CAN (controller area network) is used and a new clock synchronization algorithm is proposed and implemented. To verify the proposed control algorithm, two disks which are attached on two motor shafts are controlled to rotate at the same speed and phase angle with the same time base using network clocks.

마이크로그리드에서 하이브리드 시스템의 Feeder Flow Mode 운영을 위한 제어 알고리즘 (Control Algorithm of Hybrid System for Feeder Flow Mode Operation in Microgrid)

  • 문대성;서재진;김윤성;원동준
    • 전기학회논문지
    • /
    • 제60권1호
    • /
    • pp.1-7
    • /
    • 2011
  • Active power control scheme for distributed generation in microgrid consists of feeder flow control and unit power control. Feeder flow control is more useful than the unit power control for demand-side management, because microgrid can be treated as a dispatchable load at the point of common coupling(PCC). This paper presents detailed descriptions of the feeder flow control scheme for the hybrid system in microgrid. It is divided into three parts, namely, the setting of feeder flow reference range for stable hybrid system operation, feeder flow control algorithm depending on load change in microgrid and hysteresis control. Simulation results using the PSCAD/EMTDC are presented to validate the inverter control method for a feeder flow control mode. As a result, the feeder flow control algorithm for the hybrid system in microgrid is efficient for supplying continuously active power to customers without interruption.

충돌 회피가 보장된 분산화된 군집 UGV의 모델 예측 포메이션 제어 (Distributed Model Predictive Formation Control of UGV Swarm Guaranteeing Collision Avoidance)

  • 박성창;이승목
    • 대한임베디드공학회논문지
    • /
    • 제17권2호
    • /
    • pp.115-121
    • /
    • 2022
  • This paper proposes a distributed model predictive formation control algorithm for a group of unmanned ground vehicles (UGVs) with guaranteeing collision avoidance between UGVs. Generally, the model predictive control based formation control has a disadvantage in that it takes a long time to compute control inputs when considering collision avoidance between UGVs. In this paper, in order to overcome this problem, the formation control algorithm is implemented in a distributed manner so that it could be individually controlled. Also, a collision-avoidance method considering real-time is proposed. The proposed formation control algorithm is implemented based on robot operating system (ROS), open source-based middleware. Through the various simulation tests, it is confirmed that the formation control of five UGVs is successfully performed while avoiding collisions between UGVs.

무인자율주행차량의 시스템 아키텍쳐 및 통신 프로토콜 설계 (Development of System Architecture and Communication Protocol for Unmanned Ground Vehicle)

  • 문희창;우훈제;김정하
    • 제어로봇시스템학회논문지
    • /
    • 제14권9호
    • /
    • pp.873-880
    • /
    • 2008
  • This paper deals with the peer-to-peer data communication to connect each distributed levels of developed unmanned system according to the JAUS. The JAUS is to support the acquisition of unmanned system by providing a mechanism for reducing system life-cycle costs. Each of distributed levels of the JAUS protocol divides into a system, some of subsystems, nodes and components/instances, each of which may be independent or interdependence. We have to distribute each of the levels because high performance is supported in order to create several sub-processor computing data in one processor with high CPU speed performance. To complement such disadvantage, we must think the concept that a distributed processing agrees with separating each of levels from the JAUS protocol. Therefore, each of distributed independent levels send data to another level and then it has to be able to process the received data in other levels. So, peer-to-peer communication has to control a data flow of distributed levels. In this research, we explain each of levels of the JAUS and peer-to-peer communication structure among the levels using our developed unmanned ground vehicle.

전력감시제어설비(SCADA)의 open system architecture 적용 (The application of open system architecture in power SCADA system)

  • 이용해;문국연;박장범
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 1996년도 한국자동제어학술회의논문집(국내학술편); 포항공과대학교, 포항; 24-26 Oct. 1996
    • /
    • pp.992-995
    • /
    • 1996
  • The major roles of Power SCADA System are continuous monitoring of electrical equipments state, real-time data processing and dispatching. Especially, SCADA system demands fast response time in heavy load condition, high reliability, fault tolerance, expansion capacity for the future. According to developing computer system technology, SCADA system is changing system configuration from centralized processing system to distributed processing system. This paper describes operational benefits, problems and improvement (which is studying in theory) in the application of Open System Architecture SCADA which has been installed since 1994, Seoul regional control center in KEPCO.

  • PDF

Building Light Weight CORBA Based Middleware for the CAN Bus Systems

  • Hong, Seongsoo
    • Transactions on Control, Automation and Systems Engineering
    • /
    • 제3권3호
    • /
    • pp.181-189
    • /
    • 2001
  • The software components of embedded control systems get extremely complex as they are designed into distributed systems get extremely complex as they are designed into distributed systems consisting of a large number of inexpensive microcontrollers interconnected by low-bandwidth real-time networks such as the controller area network (CAN). While recently emerging middleware technologies such as CORBA and DCOM address the complexity of distributed programming, they cannot be directly applied to distributed control system design due to their excessive resource demand and inadequate communication models. In this paper, we propose a CORBA-based middleware design for CAN-based distributed embedded control systems. Our design goal is to minimize its resource need and make it support group communication without losing the IDL (interface definition language) level compliance to the OMG standards. To achieve this, we develop a transport protocol on the CAN and a group communication scheme based on the well-known publisher/subscriber model. The protocol effectively realizes subject-based addressing and supports anonymous publisher/subscriber communication. We also customize the method invocation and message passing protocol, referred to as the general inter-ORB protocol (GIOP), of CORBA so that CORBA method invocations are efficiently serviced on a low-bandwidth network such as the CAN. This customization includes packed data encoding and variable-length integer encoding for compact representation of IDL data types. We have implemented our CORBA-based middleware on the mArx real-time operating system we have developed at Seoul National University. Our experiments clearly demonstrate that it is feasible to use CORBA in developing distributed embedded control systems possessing severe resource limitations. Our design clearly demonstrates that it is feasible to use a CORBA-based middleware in developing distributed embedded systems on real-time networks possessing severe resource limitations.

  • PDF

분산제어를 위한 필드제어시스템의 실시간 데이터 연계 (a Study on the Real-time Data Linkage of Field Control System for Distributed Control)

  • 김석곤;송성일;오응세;이성우;곽귀일;이은웅;박태림
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 2003년도 하계학술대회 논문집 B
    • /
    • pp.777-779
    • /
    • 2003
  • This paper describes the real-time data linkage of the field control system for distributed control in nuclear power plant environment. The most important keys of digital control system in nuclear power plant are the reliability and stability of system, and real-time control ability. This Paper brought up the hardware construction using a new method about the design of each station located upon control transmission network to improve real-time ability of field control system, and measured the station binding time between devices connected to field control module. And it was confirmed performance improvement of overall system for real-time data linkage between control devices.

  • PDF

Lift Enhancement and Drag Reduction on an Airfoil at Low Reynolds Number using Blowing and Distributed Suction

  • Chao, Song;Xudong, Yang
    • International Journal of Aerospace System Engineering
    • /
    • 제2권1호
    • /
    • pp.6-11
    • /
    • 2015
  • An active flow control technique using blowing and distributed suction on low Reynolds airfoil is investigated. Simultaneous blowing and distributed suction can recirculate the jet flow mass, and reduce the penalty to propulsion system due to avoiding dumping the jet mass flow. Energy is injected into main flow by blowing on the suction surface, and the low energy boundary flow mass is removed by distributed suction, thus the flow separation can be successfully suppressed. Aerodynamic lift to drag ratio is improved significantly using the flow control technique, and the energy consumption is quite low.

국내 발전소 보일러용 분산제어시스템 운전 화면 구성 (Composition of operation window in a domestic boiler distributed control system)

  • 신만수;변승현;박두용
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 2001년도 하계학술대회 논문집 D
    • /
    • pp.2027-2029
    • /
    • 2001
  • In this paper, we are trying to think over operation window of application to a domestic boiler distributed control system. The detailed contents are a plant system overview, and operation window overview, difficulty in changing control system, vision.

  • PDF