• Title/Summary/Keyword: Event driven method

Search Result 73, Processing Time 0.021 seconds

Efficient Packet Transmission Method for Fast Data Dissemination in Senor Node (센서노드에서의 빠른 데이터 전달을 위한 효율적 패킷 전송 기법)

  • Lee, Joa-Hyoung;Jung, In-Bum
    • Journal of Industrial Technology
    • /
    • v.27 no.B
    • /
    • pp.235-243
    • /
    • 2007
  • Sensor network is used to obtain sensing data in various area. The interval to sense the events depends on the type of target application and the amounts of data generated by sensor nodes are not constant. Many applications exploit long sensing interval to enhance the life time of network but there are specific applications that requires very short interval to obtain fine-grained, high-precision sensing data. If the number of nodes in the network is increased and the interval to sense data is shortened, the amounts of generated data are greatly increased and this leads to increased amount of packets to transfer to the network. To transfer large amount of packets fast, it is necessary that the delay between successive packet transmissions should be minimized as possible. In Sensor network, since the Operating Systems are worked on the event driven, the Timer Event is used to transfer packets successively. However, since the transferring time of packet completely is varies very much, it is very hard to set appropriate interval. The longer the interval, the higher the delay and the shorter the delay, the larger the fail of transfer request. In this paper, we propose ESTEO which reduces the delay between successive packet transmissions by using SendDone Event which informs that a packet transmission has been completed.In ESTEO, the delay between successive packet transmissions is shortened very much since the transmission of next packet starts at the time when the transmission of previous packet has completed, irrespective of the transmission timee. Therefore ESTEO could provide high packet transmission rate given large amount of packets.

  • PDF

Hybrid System Modeling and Control for Path Planning and Autonomous Navigation of Wheeled Mobile Robots (차륜형 이동로봇의 경로 계획과 자율 주행을 위한 하이브리드 시스템 모델과 제어)

  • Im, Mi-Seop;Im, Jun-Hong
    • The Transactions of the Korean Institute of Electrical Engineers D
    • /
    • v.49 no.1
    • /
    • pp.33-40
    • /
    • 2000
  • In this paper, an integrated method for the path planning and motion control of wheeled mobile robots using a hybrid system model and control is presented. The hybrid model including the continuous dynamics and discrete dynamics with the continuous and discrete state vector is derived for a two wheel driven mobile robot. The architecture of the hybrid control system for real time path planning and following is designed which has the 3-layered hierarchical structure : the discrete event system using the digital automata as the higher process, the continuous state system for the wheel velocity controls as the lower process, and the interface system as the interaction process between the continuous system as the low level and the discrete event system as the high level. The reference motion commands for autonomous navigation are generated by the abstracted motion in the discrete event system. The motion control tasks including the feasible path planning and autonomous motion control with various initial conditions are investigated as the applications by the simulation studies.

  • PDF

An Event-Driven Entity-Relationship Modeling Method for Creating a Normalized Logical Data Model (정규화된 논리적 데이터 모델의 생성을 위한 사건 기반 개체-관계 모델링 방법론)

  • Yoo, Jae-Gun
    • Journal of Korean Institute of Industrial Engineers
    • /
    • v.37 no.3
    • /
    • pp.264-270
    • /
    • 2011
  • A new method for creating a logical data model is proposed. The logical data model developed by the method defines table, primary key, foreign key, and fields. The framework of the logical data model is constructed by modeling the relationships between events and their related entity types. The proposed method consists of a series of objective and quantitative decisions such as maximum cardinality of relationships and functional dependency between the primary key and attributes. Even beginners to database design can use the methology as long as they understand such basic concepts about relational databases as primary key, foreign key, relationship cardinality, parent-child relationship, and functional dependency. The simple and systematic approach minimizes decision errors made by a database designer. In practial database design the method creates a logical data model in Boyce-Codd normal form unless the user of the method makes a critical decision error, which is very unlikely.

The Fault Diagnosis Method of Diesel Engines Using a Statistical Analysis Method (통계적 분석기법을 이용한 디젤기관의 고장진단 방법에 관한 연구)

  • Kim, Young-Il;Oh, Hyun-Kyung;Yu, Yung-Ho
    • Journal of Advanced Marine Engineering and Technology
    • /
    • v.30 no.2
    • /
    • pp.247-252
    • /
    • 2006
  • Almost ship monitoring systems are event driven alarm system which warn only when the measurement value is over or under set point. These kinds of system cannot warn until signal is growing to abnormal state that the signal is over or under the set point. therefore cannot play a role for preventive maintenance system. This paper proposes fault diagnosis method which is able to diagnose and forecast the fault from present operating condition by analyzing monitored signals with present ship monitoring system without any additional sensors. By analyzing the data with high correlation coefficient(CC), correlation level of interactive data can be defined. Knowledge base of abnormal detection can be built by referring level of CC(Fault Detection CC. FDCC) to detect abnormal data among monitored data from monitoring system and knowledge base of diagnosis built by referring CC among interactive data for related machine each other to diagnose fault part.

The Fault Diagnosis Method of Diesel Engines Using a Statistical Analysis Method (통계적분석기법을 이용한 디젤기관의 고장진단 방법에 관한 연구)

  • Kim, Young-Il;Oh, Hyun-Gyeong;Cheon, Hang-Chun;Yu, Yung-Ho
    • Proceedings of the Korean Society of Marine Engineers Conference
    • /
    • 2005.06a
    • /
    • pp.281-286
    • /
    • 2005
  • Almost ship monitoring systems are event driven alarm system which warn only when the measurement value is over or under set point. These kinds of system cannot warn while signal is growing to abnormal state until the signal is over or under the set point and cannot play a role for preventive maintenance system. This paper proposes fault diagnosis method which is able to diagnose and forecast the fault from present operating condition by analyzing monitored signals with present ship monitoring system without additional sensors. By analyzing this data having high correlation coefficient(CC), correlation level of interactive data can be understood. Knowledge base of abnormal detection can be built by referring level of CC(Fault Detection CC, FDCC) to detect abnormal data among monitored data from monitoring system and knowledge base of diagnosis built by referring CC among interactive data for related machine each other to diagnose fault part.

  • PDF

Design and Implementation of A Weakness Analyzer for Mobile Applications (모바일 애플리케이션을 위한 취약점 분석기의 설계 및 구현)

  • Mun, Il-Yong;Oh, Se-Man
    • Journal of Korea Multimedia Society
    • /
    • v.14 no.10
    • /
    • pp.1335-1347
    • /
    • 2011
  • The dissemination and use of mobile applications have been rapidly expanding these days. And in such a situation, the security of mobile applications has emerged as a new issue. Although the safety of general software such as desktop and enterprise software is systematically achieved from the development phase to the verification phase through secure coding, there have been not sufficient studies on the safety of mobile applications yet. This paper deals with deriving weakness enumeration specialized in mobile applications and implementing a tool that can automatically analyze the derived weakness. Deriving the weakness enumeration can be achieved based on CWE(Common Weakness Enumeration) and CERT(Computer Emergency Response Team) relating to the event-driven method that is generally used in developing mobile applications. The analysis tool uses the dynamic tests to check whether there are specified vulnerabilities in the source code of mobile applications. Moreover, the derived vulnerability could be used as a guidebook for programmers to develop mobile applications.

An Introduction to Systems Theory Approach to Accident Modeling AND Its Applications (시스템이론 기반의 안전사고 모델의 해석과 응용사례 소개)

  • Park, Cheol-Ho;Park, Yeong-Won
    • 시스템엔지니어링워크숍
    • /
    • s.4
    • /
    • pp.151-154
    • /
    • 2004
  • This paper presents the general system theory and its applications to the safety analysis method that is a recent trend over the traditional event-driven model. This new model is known as STAMP(Systems Theory Accident Modeling and Process)proposed by Nancy G. Leveson in MIT. The new model has benefits of systemic approaches concerning the system safety as a whole including the context it is in, its stimulants and outcomes, and its parts as well as the relationships among them in a holistic manner. The method consists of a hierarchical control structure, a process model, and the safety constraints governing the control. This paper demonstrates an example the contrasts the differences between the approaches of STAMP and the traditional safety models.

  • PDF

A Macro Parametric Data Representation far CAD Model Exchange using XML (CAD 모델 교환을 위한 매크로 파라메트릭 정보의 XML 표현)

  • 양정삼;한순흥;김병철;박찬국
    • Transactions of the Korean Society of Mechanical Engineers A
    • /
    • v.27 no.12
    • /
    • pp.2061-2071
    • /
    • 2003
  • The macro-parametric approach, which is a method of CAD model exchange, has recently been proposed. CAD models can be exchanged in the form of a macro file, which is a sequence of modeling commands. As an event-driven commands set, the standard macro file can transfer design intents such as parameters, features and constraints. Moreover it is suitable for the network environment because the standard macro commands are open, explicit, and the data size is small. This paper introduces the concept of the macro-parametric method and proposes its representation using XML technology. Representing the macro-parametric data using XML allows managing vast amount of dynamic contents, Web-enabled distributed applications, and inherent characteristic of structure and validation.

An Introduction to Systems Theory Approach to Accident Modeling and Its Applications (시스템 이론 기반의 안전사고 모델의 해석과 응용사례 소개)

  • Park, C.H.;Park, Y.W.
    • Journal of the Korean Society of Systems Engineering
    • /
    • v.1 no.1
    • /
    • pp.20-25
    • /
    • 2005
  • This paper presents the general system theory and its applications to the safety analysis method that is a recent trend over the traditional event-driven model. This new model is known as STAMP(Systems Theory Accident Modeling and Process) proposed by Nancy G. Leveson in MIT. The new model has benefits o f systemic approaches concerning the system safety as a whole including the context it is in, its stimulants and outcomes, and its parts as well as the relationships among them in a holistic manner. The method consists of a hierarchical control structure, a process model, and the safety constraints governing the control. This paper demonstrates an example that contrasts the differences between the approaches of STAMP and the traditional safety models.

  • PDF

A Study on Endurance Estimation of ultra Precision Reverse-Locking Clutches under Contact Condition (접촉상태에 있는 초정밀 역전방지클러치의 내구성 평가에 관한 연구)

  • Suh Jeong Se;Lee Seok Soon;Lee Tae Sun;Choi Jung Hoan;Lee Sang Bum
    • Journal of the Korean Society for Precision Engineering
    • /
    • v.22 no.6 s.171
    • /
    • pp.47-54
    • /
    • 2005
  • A dangerous event occurred at the field industry and mechanical system. At developed by SUNGGOKNANOTECH corp. a R-L clutches of a small and high capacity serves safety device from a variety environment of mechanical system, it permits transmission of driving torque from input to output shaft in both directions of rotation, but restrains any feedback torque of the driven load from rotating the output shaft in either direction. This study was carried out to demonstrate through finite element method and durability estimation for safety of the R-L clutches without sliding during the engagement process. As results, we organized about endurance test method when applied rated torque.