• 제목/요약/키워드: communication controller

검색결과 1,579건 처리시간 0.033초

VHDL을 이용한 확장 인터럽트 제어기의 설계 (Design of the Expanded Interrupt Controller using VHDL)

  • 박성수;박승엽
    • 한국정보통신학회논문지
    • /
    • 제7권3호
    • /
    • pp.558-567
    • /
    • 2003
  • 고성능 모터제어에 이용되는 대부분의 디지털 시그널 프로세서(DSP)에는 외부 인터럽트 입력 채널이 4개 정도 제공되고 있다. 그러나, 모터제어에서 이용될 수 있는 외부 인터럽트의 수는 이보다 훨씬 많은 수이다. 8259와 같은 상용화된 프로그램 가능한 인터럽트 제어기는 8채널의 입력을 기본으로 하고 있으며 보다 많은 인터럽트 입력을 이용하고자 할 경우 이를 종속 연결하여 채널을 확장시켜야 한다. 그리고 모터제어용 마이크로프로세서와의 인터페이스에 있어서 불편한 점이 있으므로 본 논문에서는 상용화된 인터럽트 제어기가 아닌 모터제어용 마이크로프로세서와의 인터페이스에 더욱 적합한 인터럽트 제어기의 구현과 기타의 주변장치들이 구현된 프로그램 가능한 디바이스의 소자 이용률을 높히기 위하여 모터제어에 필요한 수만큼 인터럽트 입력채널을 14채널로 확장한 인터럽트 제어기를 VHDL을 이용하여 설계하였다. 이를 위하여 간단한 인터럽트 제어기의 모델을 제안하였으며, 시뮬레이션을 통해 설계된 제어기의 유용성을 확인하였다.

신경회로망을 이용한 이륜 역진자 로봇의 퍼지제어기 설계 (Design of Fuzzy Controller for Two Wheeled Inverted Pendulum Robot Using Neural Network)

  • 정건우;안태희;최영규
    • 한국정보통신학회논문지
    • /
    • 제16권2호
    • /
    • pp.228-236
    • /
    • 2012
  • 본 논문에서는 빠르고 조작이 간편한 이동 수단인 이륜 역진자 로봇을 기존의 방법보다 더욱 안정적으로 밸런싱하기 위한 제어기를 설계하였다. 먼저 이륜 역진자 로봇의 제어기를 퍼지제어 구조로 선택하고, 지정된 3명의 사용자 무게에 따라 적절한 소속함수 요소 값들을 시행착오적으로 구하였다. 임의의 무게에 대한 적절한 퍼지 소속함수 요소 값을 구하기 위해 앞의 3명의 무게에 따른 퍼지 소속함수 요소 값들을 신경회로망으로 튜닝한 뒤 퍼지 제어기에 적용하여 보다 안정적인 제어가 가능하도록 제어기를 설계하였다. 설계된 제어기를 시뮬레이션 하여본 결과, 기존의 퍼지 제어기에 비해서 본 논문에서 제안한 신경회로망으로 튜닝한 퍼지제어기가 보다 안정적인 제어가 가능함을 확인할 수 있었다.

CAN Communication을 이용한 CAR AV System 도난 방지 기능 구현에 관한 연구 (Theft Protection using CAN Communication for the CAR AV system)

  • 박민수;정기현
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 2007년도 하계종합학술대회 논문집
    • /
    • pp.165-166
    • /
    • 2007
  • This paper proposes an algorithm to improve the anti-theft function of the CAR_AV using the CAN(Controller Area Network) communication between CAR AV and cluster. Compare to the typical anti-theft algorithms like security code entering, the proposed one is more secure in most cases. The proposed algorithm is suitable for the recent automobile that employ the CAN network as the communication channel between their devices.

  • PDF

PC를 이용한 Motor-controller

  • 이상목;윤현민;노영준
    • 한국통신학회:학술대회논문집
    • /
    • 한국통신학회 1992년도 하계종합학술발표회 논문집
    • /
    • pp.559-562
    • /
    • 1992

Development of Chip-based Precision Motion Controller

  • Cho, Jung-Uk;Jeon, Jae-Wook
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 2003년도 ICCAS
    • /
    • pp.1022-1027
    • /
    • 2003
  • The Motion controllers provide the sophisticated performance and enhanced capabilities we can see in the movements of robotic systems. Several types of motion controllers are available, some based on the kind of overall control system in use. PLC (Programmable Logic Controller)-based motion controllers still predominate. The many peoples use MCU (Micro Controller Unit)-based board level motion controllers and will continue to in the near-term future. These motion controllers control a variety motor system like robotic systems. Generally, They consist of large and complex circuits. PLC-based motion controller consists of high performance PLC, development tool, and application specific software. It can be cause to generate several problems that are large size and space, much cabling, and additional high coasts. MCU-based motion controller consists of memories like ROM and RAM, I/O interface ports, and decoder in order to operate MCU. Additionally, it needs DPRAM to communicate with host PC, counter to get position information of motor by using encoder signal, additional circuits to control servo, and application specific software to generate a various velocity profiles. It can be causes to generate several problems that are overall system complexity, large size and space, much cabling, large power consumption and additional high costs. Also, it needs much times to calculate velocity profile because of generating by software method and don't generate various velocity profiles like arbitrary velocity profile. Therefore, It is hard to generate expected various velocity profiles. And further, to embed real-time OS (Operating System) is considered for more reliable motion control. In this paper, the structure of chip-based precision motion controller is proposed to solve above-mentioned problems of control systems. This proposed motion controller is designed with a FPGA (Field Programmable Gate Arrays) by using the VHDL (Very high speed integrated circuit Hardware Description Language) and Handel-C that is program language for deign hardware. This motion controller consists of Velocity Profile Generator (VPG) part to generate expected various velocity profiles, PCI Interface part to communicate with host PC, Feedback Counter part to get position information by using encoder signal, Clock Generator to generate expected various clock signal, Controller part to control position of motor with generated velocity profile and position information, and Data Converter part to convert and transmit compatible data to D/A converter.

  • PDF

단상 계통 연계형 태양광 인버터에 사용되는 PI 와 PR 전류제어기의 비교 분석 (Comparison of PI and PR Controller Based Current Control Schemes for Single-Phase Grid-Connected PV Inverter)

  • 부우충기엔;성세진
    • 한국산학기술학회논문지
    • /
    • 제11권8호
    • /
    • pp.2968-2974
    • /
    • 2010
  • 태양광 인버터는 계통과 태양광 시스템 사이의 공통 접속점에 고조파, 플리커, 고주파 노이즈가 없는 고품질 전력을 공급하는 핵심적인 역할을 한다. 일반적으로 비례-적분 (PI: Proportional Integral) 제어기는 정상상태 오차와 낮은 외란 제거 능력으로 인하여 교류 계통에서 만족할만한 성과를 얻지 못하나, 현장에서 이득 설정이 용이하므로 일반적으로 전압형 인버터 (VSI)에서 이용된다고 알려져 있다. 이 논문에서는 산업계에서 일반적으로 사용되는 비례-적분 제어기와 교류 계통의 상용주파수에서의 무한대의 이득 값을 가지며, 정상상태 에러 발생을 제거하며, 정지 좌표계에서 구현할 수 있는 비례-이득 (PR: Proportional Resonant) 제어기의 동작 원리, 설계 기법 등을 비교 분석하였다. PI와 PR 제어기의 분석 결과를 시뮬레이션과 실험을 통하여 그 타당성을 증명하였다. 두 제어기는 32-비트 고정소수점 연산을 하는 TMS320F2812 DSP 프로세서를 이용하여 구현하였고, 3kW 실험용 프로토타입 태양광 인버터를 제작하여 그 성능을 확인하였다.

무선국의 통합 시스템에 대한 알고리즘의 연구 (A Study on Algorithm of the Integrated Communication System in Radio Station)

  • 조학현;최조천;김기문
    • 한국정보통신학회논문지
    • /
    • 제2권4호
    • /
    • pp.545-551
    • /
    • 1998
  • SSB, VHF 등의 장비로 구성된 무선국의 통신시스템은 지금도 중요한 정보전달의 수단으로 이용되고 있으며, 무선국의 통신권을 확보하기 위하여 산악, 도서등의 원거리에 설치되는 장비는 전용회선을 사용하여 원격제어로 송·수신을 행하고 있다. 그러나 무선국에서 다수의 사용자가 다수의 장비에 임으로 접속하고 운용을 해야하는 환경에서는 ICS(Integrated Communication System:통합통신시스템)의 회선접속 제어기가 요구된다. 본 논문에서는 ICS의 개발을 위하여 ASK(Amplitude Shift Keying) 변조방식에 의한 U(Push To Talk) 제어와 신호의 전송회로를 구성하여 실험하였고, 멀티-프로세싱에 의한 회선접속 제어기를 설계하여 통합 통신운용에 대한 알고리즘을 연구하였다. Keying에 의하여 PTT 신호를 단속하였고 지속되는 PTT 신호에 음성신호를 합성시켜 전송시키는 형태의 ASK 변조방식을 취하여 전송되도록 하였고, 회선접속 제어기는 master와 다수의 slave 프로세서를 멀티-프로세싱의 직렬데이터 전송방식으로 프로세서 상호간에 데이타가 전달되도록 구성하였다. 이에 따른 S/W 는 멀티-프로세싱의 인터럽트기법을 최대한 활용하여 원하는 회선에 정확히 접속되어 통신이 이루어지도록 설계하였다. 따라서 이 연구는 주파수 자원의 고갈과 통신량의 증가에 대한 대책의 일환으로 저비용의 시설로 재래식 장비의 운용 효율을 증대시키는 기술을 개발하는데 목적이 있다.

  • PDF