• 제목/요약/키워드: concurrent tasks

검색결과 48건 처리시간 0.024초

수정된 CODARTS 벙법론에서의 실시간 병렬 태스크 자동 구성 (Automation of the Concurrent Real-Time Task Structuring in the modified CDOARTS Methodology)

  • 김규년;정민포;이종구
    • 한국정보과학회논문지:소프트웨어및응용
    • /
    • 제26권1호
    • /
    • pp.106-106
    • /
    • 1999
  • When we design real-time software target system is analyzed and then we structure sequential executive modules into concurrent tasks. As a result of the analysis, control flow and dataflow diagram based on the RTSA notation is produced. This diagram is structured into concurrenttasks under the condition that performance problem is not serious. The criteria structuring concurrenttasks are introduced as Concurrent Design Approach for Real-Time System(CODARTS) by Gomaa.But structuring concurrent tasks using the criteria of CODARTS is somewhat difficult because thecriteria are dependent on designer's experience. CODARTS is an wide-range and abstractmethodology. As a result, the design can be inconsistent and peoples can understand it differently Inthis paper, we restructure the CODARTS methodology, propose a revised CODARTS structure andrepresent the task structuring steps for this new framework to overcome the understanding andinconsistency problems. The revised CODARTS framework and task structuring steps can be used toautomate the design of real time concurrent software systems. Finally, we show an example of taskstructuring in revised CODARTS framework.

전장 설계 자동화를 위한 동시공학 시스템 (Concurrent Engineering System for an Automation of Wiring Harness Design)

  • 이수홍;최두선
    • 한국자동차공학회논문집
    • /
    • 제4권2호
    • /
    • pp.32-49
    • /
    • 1996
  • An approach to providing computational support for concurrent design is discussed in the context of an automobile wiring harness design problem. Key issues include the development of an architecture that supports collaboration among specialists, the development of hierarchical representations that capture different characteristics of the design, and decomposition of tasks to achieve a tradeoff between efficiency and robustness of the system. We present an architecture in which the main design tasks are supported by agents-asynchronous and semi-autonomous modules that automate routine design tasks and provide specialized interfaces for working on particular aspects of the design. The agent communication and coordination mechanisms permit members of an engineering team to work concurrently, at different levels of detail and of different versions of the design. The design is represented hierarchically, with detailed models maintained by the participating agents. In conjunction with the architecture and design representations, issues pertaining to the exchange of information among different views of the design, management of dependencies and constraints, and propagation of design changes are discussed.

  • PDF

언어 및 인지 과제 동시수행이 발화속도에 미치는 영향 (Effects of Concurrent Linguistic or Cognitive Tasks on Speech Rate)

  • 한지연;김효정;김문정
    • 대한음성학회:학술대회논문집
    • /
    • 대한음성학회 2007년도 한국음성과학회 공동학술대회 발표논문집
    • /
    • pp.102-105
    • /
    • 2007
  • This study was designed to examination effects of concurrent linguistic or cognitive tasks on speech rate. Eight normal speakers were repeated sentences either with or without simultaneous a linguistic task and a cognitive task. Linguistic task was conducted by generating verbs from nouns and cognitive task meaned performing mental arithmetic. Speech rate was measured from acoustic data. One-way ANOVA conducted to know speech rate difference among 3 different type of tasks. The results showed there was no significant difference between sentence repeat and linguistic tasks. But There was significant difference findings: sentence repeat and linguistic task, linguistic and cognitive task.

  • PDF

Embedded Real-Time Software Architecture for Unmanned Autonomous Helicopters

  • Hong, Won-Eui;Lee, Jae-Shin;Rai, Laxmisha;Kang, Soon-Ju
    • JSTS:Journal of Semiconductor Technology and Science
    • /
    • 제5권4호
    • /
    • pp.243-248
    • /
    • 2005
  • The UAV (Unmanned Aerial Vehicle) systems like unmanned autonomous helicopters are used in various missions of flight navigation and used to collect the environmental information of the surroundings. To realize the full functionalities of the UAV, the software part becomes a challenging problem. In this paper embedded real-time software architecture for unmanned autonomous helicopter is proposed that guarantee real-time performance of hard-real time tasks and re-configurability of soft-real time and non-real time tasks. The proposed software architecture has four layers: hardware, execution, service agent and remote user interface layer according to the reactiveness level for external events. In addition, the layered separation of concurrent tasks makes different kinds of mission reconfiguration possible in the system. An Unmanned autonomous helicopter system was implemented (Kyosho RC Helicopter) in our lab to test and evaluate the performance of the proposed system.

학령전기 아동 대상의 스마트기기를 사용한 전산화 주의력 평가과제의 개발 및 타당도 검증 연구 (Development and Validation of Computerized Attention Tasks Using Smart Devices for Preschool Aged Children)

  • 신민섭;이진주;오서진;김일중;홍초롱;김수림
    • Journal of the Korean Academy of Child and Adolescent Psychiatry
    • /
    • 제26권2호
    • /
    • pp.104-111
    • /
    • 2015
  • Objectives : The aim of this study was to develop computerized attention tasks using smart devices for preschool aged children for assessment of auditory attention, visual attention, and attention shifting abilities. We then evaluated their construct and concurrent validity of them. Methods : Sixty-seven 5- to 7-year-old children attending kindergarten were recruited. Newly developed computerized attention tasks and existing standardized attention tests such as Advanced Test of Attention (ATA) and Children's Color Trails Test-2 (CCTT-2) were successively administered. To examine the concurrent validity of these tasks, correlation coefficients between the participants' scores on the newly developed tasks and the scores on well-known measures were calculated for assessment of each component construct. We also examined the construct validity of the tasks using the developmental trend of the auditory attention, visual attention, and attention shifting abilities with age. Results : Significant correlations were observed between the scores of computerized attention tasks using smart devices and corresponding scores of ATA-auditory task, visual task, and CCTT-2. And there were significant linear increasing trends of correct scores with age from 5 to 7 years. Conclusion : This study provides promising evidence for the utility of computerized attention tasks using smart devices for preschool-aged children.

Addressing Concurrency Design for HealthCare Web Service Gateway in Remote Healthcare Monitoring System

  • Nkenyereye, Lionel;Jang, Jong-Wook
    • International journal of advanced smart convergence
    • /
    • 제5권3호
    • /
    • pp.32-39
    • /
    • 2016
  • With the help of a small wearable device, patients reside in an isolated village need constant monitoring which may increase access to care and decrease healthcare delivery cost. As the number of patients' requests increases in simultaneously manner, the web service gateway located in the village hall encounters limitations for performing them successfully and concurrently. The gateway based RESTful technology responsible for handling patients' requests attests an internet latency in case a large number of them submit toward the gateway increases. In this paper, we propose the design tasks of the web service gateway for handling concurrency events. In the procedure of designing tasks, concurrency is best understood by employing multiple levels of abstraction. The way that is eminently to accomplish concurrency is to build an object-oriented environment with support for messages passing between concurrent objects. We also investigate the performance of event-driven architecture for building web service gateway using node.js. The experiments results show that server-side JavaScript with Node.js and MongoDB as database is 40% faster than Apache Sling. With Node.js developers can build a high-performance, asynchronous, event-driven healthcare hub server to handle an increasing number of concurrent connections for Remote Healthcare Monitoring System in an isolated village with no access to local medical care.

Monitoring Tasks & Concurrent Task Management in VTS

  • 정기남;이남열;하윤주;김영신;이상원
    • 한국항해항만학회:학술대회논문집
    • /
    • 한국항해항만학회 2014년도 춘계학술대회
    • /
    • pp.346-348
    • /
    • 2014
  • VTS 관제사의 가장 기본적인 업무는 모니터링과 동시다발적으로 발생하는 사건을 처리하는 업무라고 할 수 있다. 이러한 모니터링 업무와 동시발생 업무의 관리의 소홀 또는 실패가 VTS 관련 사고로 이어지는 경우가 많다, 그러함에도 불구하고 지금까지는 이 분야에 대한 연구가 부족하였다. 본고에서는 VTS 모니터링 업무와 동시발생 업무 관리의 특성을 분석하고 특히 방해와 산만을 일으키는 요소들을 집중적으로 검토하고 이것이 관제사의 역량에 미치는 영향을 알아보았다. 또한 이러한 문제의 해결책으로 미래계획기억과 분산 기억 시스템 이론을 적용하여 실질적으로 관제사 업무에 도움을 줄 수 있는 방법을 모색하였다. 또한 e-Navigation 과 관련하여 VTS 장비에 장착하여 관제사의 모니터링 업무와 동시다발 발생 업무 관리를 도울 수 있는 도구 개발에 대한 아이디어를 제안하였다.

  • PDF

실시간 소프트웨어 분석 및 설계 기법을 이용한 뮤직 임베디드시스템 소프트웨어의 구현 (Implementation of Music Embedded System Software Using Real Time Software Analysis and Design Method)

  • 최성민;오훈
    • 정보처리학회논문지D
    • /
    • 제15D권2호
    • /
    • pp.213-222
    • /
    • 2008
  • 기존의 뮤직 소프트웨어 설계에서는 실시간 태스킹 모델을 고려하지 않았기 때문에 주요 모듈의 실행 시간에 대한 시간적 제약을 고려하는 시스템의 성능 분석이 어려웠으며, 소프트웨어 구조가 복잡하고 확장성이 부족하였다. 이러한 문제를 종합적으로 해결하기 위하여 RTSA를 사용하여 뮤직 임베디드시스템을 분석하고 분석 사양에 DARTS를 적용하여 컨커런트 태스킹 아키텍처를 설계하였으며, 각 태스크가 갖는 시간적 제약을 만족될 수 있는지를 검증하기 위하여 RMA (Rate Monotonic Analysis)를 사용하여 시스템 성능을 분석하였다. 설계 결과는 임베디드리눅스를 탑재한 인텔 벌버드 (Bulverde) 마이크로프로세서 기반의 Xhyper272 보드에서 구현하였다.

뇌졸중 환자에 대한 기능적 보행평가, 버그 균형척도, 일어나 걸어가기 검사의 동시 타당도 (Concurrent Validity of the Functional Gait Assessment, Berg Balance Scale, and Timed Up and Go Test in Patients With Stroke)

  • 원종임;김기송
    • 한국전문물리치료학회지
    • /
    • 제18권2호
    • /
    • pp.43-51
    • /
    • 2011
  • Balance is a complex motor skill that depends on interactions between multiple sensorimotor processes and environmental and functional contexts. Many rehabilitation specialists believe that balance assessment under multitask conditions may be a more sensitive indicator of balance problems and falls than balance assessment in a single-task context. Functional Gait Assessment has many tasks that allow for testing under multitask conditions. The purpose of this study was to determine the concurrent validity between the Functional Gait Assessment (FGA), Berg Balance Scale (BBS), and Timed "Up & Go" Test (TUG) in patients with stroke. One hundred and five participants with at least 3 months post stroke and able to walk at least 6 m with or without a mono cane, participated in this study. Concurrent validity between the FGA, BBS, and TUG was assessed using Spearman rank order correlation. The FGA correlated with the BBS (r=.80, p<.01) and TUG (r=-.77, p<.01). The good and moderate correlation between the FGA, BBS, and TUG establishes the concurrent validity of the FGA in patients with stroke. These measures provide clinicians with valuable information about patients' functional balance capabilities.

WiFi의 간섭을 평가하기 위한 IEEE 802.15.4 채널분석기의 구현 (Implementation of IEEE 802.15.4 Channel Analyzer for Evaluating WiFi Interference)

  • 송명렬;진현준
    • 전기학회논문지P
    • /
    • 제63권2호
    • /
    • pp.81-88
    • /
    • 2014
  • In this paper, an implementation of concurrent backoff delay process on a single chip with IEEE 802.15.4 hardware and 8051 processor core that can be used for analyzing the interference on IEEE 802.15.4 channels due to WiFi traffics is studied. The backoff delay process of IEEE 802.15.4 CSMA-CA algorithm is explained. The characteristics of random number generator, timer, and CCA register included in the single chip are described with their control procedure in order to implement the process. A concurrent backoff delay process to evaluate multiple IEEE 802.15.4 channels is proposed, and a method to service the associated tasks at sequentially ordered backoff delay events occurring on the channels is explained. For the implementation of the concurrent backoff delay process on a single chip IEEE 802.15.4 hardware, the elements for the single channel backoff delay process and their control procedure are used to be extended to multiple channels with little modification. The medium access delay on each channel, which is available after execution of the concurrent backoff delay process, is displayed on the LCD of an IEEE 802.15.4 channel analyzer. The experimental results show that we can easily identify the interference on IEEE 802.15.4 channels caused by WiFi traffics in comparison with the way displaying measured channel powers.