• Title/Summary/Keyword: Operating time

Search Result 5,648, Processing Time 0.034 seconds

A Real-time Interrupt Handling Scheme for Efficient Sensor Operating Systems (효율적인 센서 운영체제를 위한 실시간 인터럽트 처리 기법)

  • Ahn, Jae-Hoon;Choi, Kyu-Ho;Kim, Tae-Hyung;Hong, Ji-Man
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.16 no.4
    • /
    • pp.437-441
    • /
    • 2010
  • A new application area in which wireless sensor networks are applied requires the performance of more elaborated and complicated task and the completion of those tasks within a time limit. Until now, it is, however, insufficient to do research on the mechanism of handling interrupt based on real-time sensor operating systems which carefully consider the limitation of resources of sensor nodes and the property of tasks which is executed in a wireless sensor network area. In this paper, the requirements satisfying real-time in sensor operating systems are analyzed and based on this, a system is designed and implemented. In addition, the proposed mechanisms are confirmed by several verification methods, and the efficiency of the performance and the satisfaction of those requirements for real-time are verified by simulation.

An Design Of Embedded System for Satisfying Respose Of Wireless Internet Datalink Layer (무선 인터넷 데이터링크 레이어의 응답속도를 만족하는 임베디드 시스템 설계)

  • Oh, Hyun-Seok;Sung, Kwang-Soo
    • Proceedings of the IEEK Conference
    • /
    • 2005.11a
    • /
    • pp.1181-1184
    • /
    • 2005
  • In this paper, we proposed small scale real-time operating system for embedded system. Real-time system is characterized by the severe consequences that result if logical as well as timing correctness properties of system are not met. On real-time system, real-time operating system allows real-time applications to be designed and expanded easily. Functions can be added without requiring major changes to the software. We design small scale real-time operating system for preemptive kernel, and design kernel component such as multitasking, scheduler, task priority, semaphore, inter-task communication, clock tick timer, ISR(Interrupt Service Routine) mechanism has low interrupt latency.

  • PDF

The Performance Analysis of CPU scheduling Algorithms in Operating Systems

  • Thangakumar Jeyaprakash;Ranjana P;Sambath M
    • International Journal of Computer Science & Network Security
    • /
    • v.23 no.7
    • /
    • pp.165-170
    • /
    • 2023
  • Scheduling algorithms plays a significant role in optimizing the CPU in operating system. Each scheduling algorithms schedules the processes in the ready queue with its own algorithm design and its properties. In this paper, the performance analysis of First come First serve scheduling, Non preemptive scheduling, Preemptive scheduling, Shortest Job scheduling and Round Robin algorithm has been discussed with an example and the results has been analyzed with the performance parameters such as minimum waiting time, minimum turnaround time and Response time.

Analysis of a Controllable Queueing Model Operating under the Alternating Operating Policies (변동 운용방침이 적용되는 조정가능한 대기모형 분석)

  • Rhee, Hahn-Kyou
    • Journal of Korean Society of Industrial and Systems Engineering
    • /
    • v.39 no.1
    • /
    • pp.81-90
    • /
    • 2016
  • Different from general operating policies to be applied for controllable queueing models, two of three well-known simple N, T and D operating policies are applied alternatingly to the single server controllable queueing models, so called alternating (NT), (ND) and (TD) policies. For example, the alternating (ND) operating policy is defined as the busy period is initiated by the simple N operating policy first, then the next busy period is initiated by the simple D operating policy and repeats the same sequence after that continuously. Because of newly designed operating policies, important system characteristic such as the expected busy and idle periods, the expected busy cycle, the expected number of customers in the system and so on should be redefined. That is, the expected busy and idle periods are redefined as the sum of the corresponding expected busy periods and idle periods initiated by both one of the two simple operating policies and the remaining simple operating policy, respectively. The expected number of customers in the system is represented by the weighted or pooled average of both expected number of customers in the system when the predetermined two simple operating policies are applied in sequence repeatedly. In particular, the expected number of customers in the system could be used to derive the expected waiting time in the queue or system by applying the famous Little's formulas. Most of such system characteristics derived would play important roles to construct the total cost functions per unit time for determination of the optimal operating policies by defining appropriate cost elements to operate the desired queueing systems.

A Study on the development of Explosion-proof type's the terminal box of the ventilator with the control of wind volume and operating time (풍량 및 운전시간 제어 방폭 배풍기 인버터 단자함 개발에 관한 연구)

  • Yoo, DongJoo
    • Journal of Convergence for Information Technology
    • /
    • v.8 no.6
    • /
    • pp.187-192
    • /
    • 2018
  • This thesis is about the study of inverter terminal boxes in a explosion proof type exhaust fan that can control wind volume and operating time. In Korea, there is no ventilator to adjust the amount of wind and operating time when working in poor conditions. The purpose of the project is to create a explosion terminal box that can control the operating time and wind speed of a suitable explosion ventilator in hazardous environments. The two explosion-proof switches allow the operation time to be driven 1 hour, 3 hours and continuous time, and the speed of the induction motor rotation was set in 3 stages at 2000 rpm, 2600 rpm and 3000 rpm to control the volume. The tested motor used a half-horsepower barrier three-phase induction motor and a full-bridge inverter to set the desired flow rate and operating time.

Web-based Servo Motor Controller Design with Real-time Micro Embedded Operating System

  • Kim, Ga-Gue;Lee, Hyung-Seok
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2004.08a
    • /
    • pp.1655-1658
    • /
    • 2004
  • In this paper, we design and implement remote servo motor control system with real-time micro embedded operating system. The system, where controller and camera image grabber are mounted, handles control commands transmitted from a remote PC web browser. A hard real-time servo motor driver running on the real-time micro embedded OS and then a digital control application which confirms precise sampling time intervals is constructed. Frame grabber images transmitted from camera are saved in a image data format to view on remote PC web browser.

  • PDF

UbiFOS: A Small Real-Time Operating System for Embedded Systems

  • Ahn, Hee-Joong;Cho, Moon-Haeng;Jung, Myoung-Jo;Kim, Yong-Hee;Kim, Joo-Man;Lee, Cheol-Hoon
    • ETRI Journal
    • /
    • v.29 no.3
    • /
    • pp.259-269
    • /
    • 2007
  • The ubiquitous flexible operating system (UbiFOS) is a real-time operating system designed for cost-conscious, low-power, small to medium-sized embedded systems such as cellular phones, MP3 players, and wearable computers. It offers efficient real-time operating system services like multi-task scheduling, memory management, inter-task communication and synchronization, and timers while keeping the kernel size to just a few to tens of kilobytes. For flexibility, UbiFOS uses various task scheduling policies such as cyclic time-slice (round-robin), priority-based preemption with round-robin, priority-based preemptive, and bitmap. When there are less than 64 tasks, bitmap scheduling is the best policy. The scheduling overhead is under 9 ${\mu}s$ on the ARM926EJ processor. UbiFOS also provides the flexibility for user to select from several inter-task communication techniques according to their applications. We ported UbiFOS on the ARM9-based DVD player (20 kB), the Calm16-based MP3 player (under 7 kB), and the ATmega128-based ubiquitous sensor node (under 6 kB). Also, we adopted the dynamic power management (DPM) scheme. Comparative experimental results show that UbiFOS could save energy up to 30% using DPM.

  • PDF

Operating Method to Maximize Life Time of 5 kW High Temperature Polymer Exchange Membrane Fuel Cell Stack (5 kW 고온 고분자연료전지 스택 수명 극대화를 위한 운전 방법론)

  • KIM, JIHUN;KIM, MINJIN;SOHN, YOUNG-JUN;YU, SANGSEOK
    • Transactions of the Korean hydrogen and new energy society
    • /
    • v.27 no.2
    • /
    • pp.144-154
    • /
    • 2016
  • HT-PEMFC (high temperature polymer electrolyte membrane fuel cell) using PA (phosphoric acid) doped PBI (polybenzimidazole) membrane has been researched for extending the lifetime. However, the existing work on durability of HT-PEMFC focuses on identifying degradation causes of lab scale. The short life time of HT-PEMFC is still the problem for its commercialization. In this paper, an operating method to maximize life time of 5kW HT-PEMFC stack are proposed. The proposed method includes major steps such as minimization of OCV (Open Circuit Voltage) exposure, control of the proper stack temperature, and N2 purging for the stack. This long life operating method was based on the fragmentary results of degradation from previous research works. Experimentally, the 5 kW homemade HT-PEMFC stack was operated for a long time based on the proposed method and the stack successfully can operate within the desired degradation rate for the target life time.

Delayed use of Operating Rooms in a University Hospital (한 대학병원의 수술실 이용 지연요인과 개선방안에 관한 연구)

  • Kim, Kyung-Ae;Yu, Seung-Hum;Kim, In-Sook;Sohn, Tae-Yong;Park, Eun-Cheol
    • Korea Journal of Hospital Management
    • /
    • v.7 no.3
    • /
    • pp.44-62
    • /
    • 2002
  • Advanced surgical technology demands more precise, meticulous, and time-consuming procedures. In addition, the patient's preference of tertiary health providers makes over crowding of the University Hospitals. Therefore, it has been necessary to maximize utilization of the operating room of such hospitals to accommodate these requirements. This study, targeting 1,302 surgical cases performed in 22 operating rooms at a university hospital in Seoul from October 8 to November 1, 2001, analyzed reasons for delay, and factors that caused delayed use of operating rooms. This study also assessed that the rate of operating room use would increase if the sources for possible reform were improved. 1. Among total of 1,302 cases of surgery, the incidence of surgeries in which there were no time delays and no factors for delay were discovered is 71.4% or 930 cases: the incidence in which surgeries were delayed was 28.6% or 372 cases. 2. As results of logistic regression for delay, procedures involving women were delayed 1.4 times more frequently than those of men. Compared to Department A, Department B was 1.8 times more likely to be delayed, and Department H was 0.4 times less likely to be delayed. Regional anesthesia was 2.4 times more likely to be delayed than general anesthesia, and surgeries that PCA was applied were 0.6 times less likely to be delayed than those when it was not. Surgeries performed on the Thursday were 1.7 times more likely to be delayed than those performed on the Monday. Compared to surgeries performed between 07:00-07:59, those performed between 08:00-08:29 were 4.3 times higher. 3. The reasons for delay were related to surgeon, surgical department, patient, anesthesia, administrative system, sick ward, and support services. Among these, 5,755 minutes for 276 delayed cases could be resolved easily, and resolving delays of 3,320 minutes for 131 cases would be more difficult. Among the causes for delay that could be improved, delays due to patient's transfer and surgeon's factor were the most common, 21.6% and 17.4% respectively. 4. If resolvable delays are improved, pre-anesthesia room is administered, and regional anesthesia and PCA are done ahead of time, use of emergency operating rooms will increase, we can increase overall utilization by 4.09%, we will save 744 minutes a day, we can reduce the time the operation room is used after 4 PM by 35%, and we can resolve the operation cancellations due to insufficient operating rooms. For the increase in the use of operating rooms, we need to maximally decrease the delays that could be improved, by allocating block time based on used totals hours of elective cases, giving accurate information on surgery schedule, voluntary cooperation by staff participating in surgeries in reducing delay time, and the hospital management's will to improve delay.

  • PDF

Simulation Study on the Performance Characteristics in the Solar Hybrid R744 Heat Pump for Residential Applications (주거용 태양열 하이브리드 이산화탄소 열펌프 시스템의 성능특성에 관한 해석적 연구)

  • Kim, Won-Seok;Cho, Hong-Hyun
    • Korean Journal of Air-Conditioning and Refrigeration Engineering
    • /
    • v.23 no.10
    • /
    • pp.678-686
    • /
    • 2011
  • Simulation study on the operating characteristics in the solar hybrid R744 heat pump system for residential applications was carried out with heat pump operating temperature, outdoor temperature and solar radiation. As a result, collector operating time is decreased by 1.5 hours due to the increase of water temperature in the heat storage tank when the heat pump operating temperature rises. Heat pump operating time is reduced by 19.4% owing to the high temperature of a heat storage tank. Besides, indoor heating time is decreased from 10.3 to 5.5 hours as the indoor temperature increases from $3^{\circ}C$ to $11^{\circ}C$. In addition to, when the solar radiation rises from 10 to 20 MJ/$m^2$, the maximum outlet temperature of a solar collector is increased from $65^{\circ}C$ to $71^{\circ}C$.