• 제목/요약/키워드: Control flow error

검색결과 246건 처리시간 0.021초

지능형 대용량 비례유량제어밸브 서보컨트롤러 설계 (Design of Intelligent Servocontroller for Proportional Flow Control Solenoid Valve with Large Capacity)

  • 정규홍
    • 유공압시스템학회논문집
    • /
    • 제8권3호
    • /
    • pp.1-7
    • /
    • 2011
  • As the technologies of electronic device have advanced these days, most of mechanical systems are designed with electronic control unit to take advantage of control parameter adaption to operating conditions and firmware flexibilities as well. On-board diagnosis, which detects the system malfunction and identifies potential source of error with its own diagnostic criteria, and fail-safe that can switch the mode of operation in view of recognized error characteristics enables easy maintenance and troubleshooting as well as system protection. This paper dealt with the development of diagnosis and fail-safe function for proportional flow control valve. All type of errors related to valve control system components are investigated and assigned to a specific hexadecimal codes. Cumulative error detection algorithm is applied in order for the sensitivity and reliability to be appropriate. Embedded simulator which runs simultaneously with system program provides the virtual error simulation environment for expeditious development of error detection algorithm. The diagnosis function was verified both with solenoid valve and embedded simulator test and it will enhance the valve control system monitoring function.

Flow Divider Valve의 최적설계를 위한 동특성 해석 (Dynamic Characteristics Analysis for Optimal Design of Flow Divider Valve)

  • 황태영;박태조
    • 연구논문집
    • /
    • 통권29호
    • /
    • pp.123-130
    • /
    • 1999
  • Flow divider valve는 한 개의 공급라인에서 두 개 이상의 출력라인으로 유압유를 일정비율로 분배하는 유압제어밸브로서 하중압력이나 공급압력 등에 관계없이 항상 일정비율의 유량분배가 가능해야 한다. 현재 상용제품의 유량분할 정확도는 90~95% 수준이며, 이러한 유량분할오차(Flow dividing error)는 유압시스템에 누적오차로 작용하여 많은 문제점을 야기시키고 있어 보다 고정밀 유량제어가 가능한 Flow divider valve 개발이 요구된다. 본 연구에서는 외력을 고려한 스푸울의 거동을 수치적으로 정확하게 조사하여 Flow divider valve의 동특성을 규명함과 동시에 유량분할 오차를 감소시키는 최적설계방안을 제시하고자 한다. 동특성 해석은 일정한 하중저항을 입력신호로 작용하는 경우에 대해서 제시하였으며, 이때의 고정오리피스와 가변오리피스의 단면적 및 스푸울의 단면적 변화에 따른 동특성의 변화를 조사하였다.

  • PDF

후향계단 유동장 축약모델링 기법 (Reduced Order Modeling of Backward-Facing-Step Flow Field)

  • 이진익;이은석
    • 한국항공우주학회지
    • /
    • 제40권10호
    • /
    • pp.833-839
    • /
    • 2012
  • 본 논문에서는 후향계단 유동장 모델링 및 복원오차를 분석한다. 유동장의 밀도를 POD(Proper Orthogonal Decomposition) 기법을 통해 공간모드와 시간모드로 추출하여 수학적으로 모델링한다. 모델링 오차를 정립하여 유동에너지와 오차 사이의 관계를 정리한다. 모델링 오차를 시간영역 뿐만 아니라 주파수 영역에서의 분석을 통하여 제어측면에서 오차의 한계를 규정한다.

에러 모델을 적용한 TCP의 성능 분석 (Performance Analysis of TCP Using ErrorModel)

  • 김유두;문일영
    • 한국항행학회논문지
    • /
    • 제11권1호
    • /
    • pp.31-36
    • /
    • 2007
  • TCP(Transmission Control Protocol)는 인터넷 환경에서 널리 사용되고 있는 프로토콜의 하나이다. TCP는 흐름제어를 통해 데이터의 손실 및 재전송을 줄여 효율성을 높일 수 있으며, 이러한 흐름제어는 데이터 패킷 크기의 제한을 두는 윈도우 기법을 통해 이루어지고 있다. 흐름제어 방식에 의해 TCP는 다양한 버전으로 구분되어 있는데, 본 논문에서는 대표적인 Tahoe, Reno와 Reno의 개량형인 Newreno에 에러모델을 적용한 시뮬레이션 결과를 통해 그 성능을 분석하였다.

  • PDF

Control Flow Checking at Virtual Edges

  • Liu, LiPing;Ci, LinLin;Liu, Wei;Yang, Hui
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제11권1호
    • /
    • pp.396-413
    • /
    • 2017
  • Dynamically checking the integrity of software at run-time is always a hot and difficult spot for trusted computing. Control-flow integrity is a basic and important safety property of software integrity. Many classic and emerging security attacks who introduce illegal control-flow to applications can cause unpredictable behaviors of computer-based systems. In this paper, we present a software-based approach to checking violation of control flow integrity at run-time. This paper proposes a high-performance and low-overhead software control flow checking solution, control flow checking at virtual edges (CFCVE). CFCVE assigns a unique signature to each basic block and then inserts a virtual vertex into each edge at compile time. This together with insertion of signature updating instructions and checking instructions into corresponding vertexes and virtual vertexes. Control flow faults can be detected by comparing the run-time signature with the saved one at compile time. Our experimental results show that CFCVE incurs only 10.61% performance overhead on average for several C benchmark programs and the average undetected error rate is only 9.29%. Compared with previous techniques, CFCVE has the characteristics of both high fault coverage and low memory and performance overhead.

제어흐름 에러 탐지를 위한 분리형 시그니처 모니터링 기법 (Separate Signature Monitoring for Control Flow Error Detection)

  • 최기호;박대진;조정훈
    • 대한임베디드공학회논문지
    • /
    • 제13권5호
    • /
    • pp.225-234
    • /
    • 2018
  • Control flow errors are caused by the vulnerability of memory and result in system failure. Signature-based control flow monitoring is a representative method for alleviating the problem. The method commonly consists of two routines; one routine is signature update and the other is signature verification. However, in the existing signature-based control flow monitoring, monitoring target application is tightly combined with the monitoring code, and the operation of monitoring in a single thread is the basic model. This makes the signature-based monitoring method difficult to expect performance improvement that can be taken in multi-thread and multi-core environments. In this paper, we propose a new signature-based control flow monitoring model that separates signature update and signature verification in thread level. The signature update is combined with application thread and signature verification runs on a separate monitor thread. In the proposed model, the application thread and the monitor thread are separated from each other, so that we can expect a performance improvement that can be taken in a multi-core and multi-thread environment.

An Error Recovery Mechanism for Wireless Sensor Networks

  • Kim, Dong-Il
    • Journal of information and communication convergence engineering
    • /
    • 제10권3호
    • /
    • pp.237-241
    • /
    • 2012
  • In wireless sensor networks, the importance of transporting data correctly with reliability is increasing gradually along with the need to support communications between the nodes and sink. Data flow from the sink to the nodes requires reliability for control or management that is very sensitive and intolerant of error; however, data flow from the nodes to the sink is relatively tolerant. In this paper, with emphasis on the data flow from the sink to the nodes, we propose a mechanism that considers accurate transport with reliability hop-by-hop. During the process of sending the data, if errors occur or data is missing, the proposed mechanism supports error recovery using a fixed window with selective acknowledgment. In addition, this mechanism supports congestion control depending on the buffer condition. Through the simulation, we show that this mechanism is accurate, reliable, and proper for transport in wireless sensor networks.

주입식 총유량 자동제어방식 분관 방제기의 개발 (A Direct Injection-mixing Total-flow-control Boom Sprayer System)

  • 구영모
    • Journal of Biosystems Engineering
    • /
    • 제21권2호
    • /
    • pp.155-166
    • /
    • 1996
  • A direct injection sprayer was designed using the concepts of injection mixing and total flow control, flowrate-based system compensating for the variation of forwarding speed. A metered rate, proportionally to the actual diluent flow rate, of a tracer chemical was injected directly into the diluent stream. The injection of chemical may improve the precision and safety of chemical application process. The control system was evaluated for the variables of the control interval, tolerances and sensitivities of flow regulation valve and injection pump. Performance of the system was assessed as that the response time of flow rate, response time of injection rate, absolute steady state error, and the coefficient of variance(C.V.) of concentration were 8.5 and -0.53 seconds, 0.067 lpm(0.8%) and 3.15%, respectively, at optimal parameters of control interval of 1.0 sec, fast sensitivity of flow regulation valve, medium sensitivity of injection pump and medium tolerance of flow rate. Performance of the system can be improved by increasing the sensitivity of flow regulating valve and employing a high resolution velocimeter, such as Doppler radar.

  • PDF

천정부착 랜드마크 위치와 에지 화소의 이동벡터 정보에 의한 이동로봇 위치 인식 (Mobile Robot Localization using Ceiling Landmark Positions and Edge Pixel Movement Vectors)

  • 진홍신;아디카리 써얌프;김성우;김형석
    • 제어로봇시스템학회논문지
    • /
    • 제16권4호
    • /
    • pp.368-373
    • /
    • 2010
  • A new indoor mobile robot localization method is presented. Robot recognizes well designed single color landmarks on the ceiling by vision system, as reference to compute its precise position. The proposed likelihood prediction based method enables the robot to estimate its position based only on the orientation of landmark.The use of single color landmarks helps to reduce the complexity of the landmark structure and makes it easily detectable. Edge based optical flow is further used to compensate for some landmark recognition error. This technique is applicable for navigation in an unlimited sized indoor space. Prediction scheme and localization algorithm are proposed, and edge based optical flow and data fusing are presented. Experimental results show that the proposed method provides accurate estimation of the robot position with a localization error within a range of 5 cm and directional error less than 4 degrees.

카운터밸런스밸브와 차동실린더회로를 포함한 호이스트 유압장치의 최적설계 (Optimal Design of the Hoist Hydraulic System Including the Counter Balance Valve and Differential Cylinder Circuit)

  • 이성래
    • 유공압시스템학회논문집
    • /
    • 제5권1호
    • /
    • pp.13-19
    • /
    • 2008
  • The typical hydraulic system of hoist is composed of a hydraulic supply unit, a directional control valve, counter balance valve, and flow control valves. The flow capacity coefficients of flow control valves should be adjusted so that the hoist is operated at moderate speed and the hydraulic energy loss is minimized. However, it is difficult to adjust the flow coefficients of flow control valves by trial and error for optimal operation. Here, the steady state model of the hoist hydraulic system including the differential cylinder circuit is derived and the optimal flow capacity coefficients of flow control valves are obtained using the complex method that is one kind of constrained direct search method.

  • PDF