• Title/Summary/Keyword: Ethernet Communication

Search Result 351, Processing Time 0.023 seconds

The development of Intuitive User Interface and Control Software for Audio Mixer in Digital PA System (디지털전관방송시스템을 위한 오디오믹서의 직관적인 사용자 인터페이스 및 제어 소프트웨어 개발)

  • Kim, Kwan Woong;Cho, Juphil
    • The Journal of Korea Institute of Information, Electronics, and Communication Technology
    • /
    • v.11 no.3
    • /
    • pp.307-312
    • /
    • 2018
  • In this paper, we can confirm the result of intuitive interface software implementation for operating a digital PA(Public Address) controller and the performance of audio mixer control part. Developed user interface software provides the maintaining management and control function of digital hybrid mixer. This SW loaded in the integrated control server controls an sound status of the audio mixer TAD-168M and checks the device status for Public Address integrated system. Also, this SW enables the integrated control and the continuous upgrade. Developed SW is connected to TAD-168M with Ethernet and linked to PC Lan port and the 4-port switch, located in the backside of TAD-168M, by LAN cable for communicating with operating PC. Integrated control including system management, audio control and uplink broadcasting control for broadcasting system will be made available with this novel developed system.

Development of TDMA-Based Protocol for Safety Networks in Nuclear Power Plants (원전 안전통신망을 위한 TDMA 기반의 프로토콜 개발)

  • Kim, Dong-Hoon;Park, Sung-Woo;Kim, Jung-Hun
    • The Transactions of the Korean Institute of Electrical Engineers D
    • /
    • v.55 no.7
    • /
    • pp.303-312
    • /
    • 2006
  • This paper proposes the architecture and protocol of a data communication network for the safety system in nuclear power plants. First, we establish four design criteria with respect to determinability, reliability, separation and isolation, and verification/validation. Next we construct the architecture of the safety network for the following systems: PPS (Plant Protection System), ESF-CCS (Engineered Safety Features-Component Control System) and CPCS (Core Protection Calculator System). The safety network consists of 12 sub-networks and takes the form of a hierarchical star. Among 163 communication nodes are about 1600 origin-destination (OD) pairs created on their traffic demands. The OD pairs are allowed to exchange data only during the pre-assigned time slots. Finally, the communication protocol is designed in consideration of design factors for the safety network. The design factors include a network topology of star, fiber-optic transmission media, synchronous data transfer mode, point-to-point link configuration, and a periodic transmission schedule etc. The resulting protocol is the modification of IEEE 802.15.4 (LR-WPAN) MAC combined with IEEE 802.3 (Fast Ethernet) PHY. The MAC layer of IEEE 802.15.4 is simplified by eliminating some unnecessary (unctions. Most importantly, the optional TDMA-like scheme called the guaranteed time slot (GTS) is changed to be mandatory to guarantee the periodic data transfer. The proposed protocol is formally specified using the SDL. By performing simulations and validations using Telelogic Tau SDL Suite, we find that the proposed safety protocol fits well with the characteristics and the requirements of the safety system in nuclear power plants.

Chaos Based Random Number Generation In Tiny MCU (소형마이콤에서의 카오스난수 발생 함수구현)

  • Hyun, Jae-Ho
    • Journal of the Institute of Electronics Engineers of Korea SC
    • /
    • v.47 no.3
    • /
    • pp.1-4
    • /
    • 2010
  • RS-485, communication bases from small network system must prepare in collision. The collision is that mean the data transfer breaks. For a stabilized communication chooses 1:N polling methods. But polling is low speed in addition to maybe overload Master device. So, usual N:N Prefers a communication. In this case, must be preparing to avoid collision or some solutions. Generally, to after collision retransmits after short time. It's called delay time for short time. When making a delay time, uses address of each systems. (Address of each node) If the many nodes collided, the each node has different delay time. When making a delay time, uses a usual random number. Making a random number is hard job. So uses a usual pseudorandom number. It is more difficult from small size MCU. The Chaos random number provides stabled value. Finally, when uses the Chaos random number, the stability and reliability of system get better.

Implementation of Embedded Educational Router System (임베디드 교육용 라우터 실습장비의 구현)

  • Park, Gyun Deuk;Chung, Joong Soo;Jung, Kwang Wook
    • Journal of the Korea Society of Computer and Information
    • /
    • v.18 no.5
    • /
    • pp.9-17
    • /
    • 2013
  • This paper presents the design of the educational router system. This system is designed and implemented to support network configuration and embedded programming technology of the user on Internet. Not only Static routing protocol but also a kind of dynamic routing protocols such as OSPF and RIP and firewall have been programmed for education based on ethernet interface. ADS 1.2 as debugging environment, uC/OS-ii as RTOS and C language as development language are used. The educational procedures is compile, loading of static routing protocol, a kind of dynamic routing protocols such as OSPF and RIP and firewall program already supplied. Thereafter the verification is checked by using "ping" test to allow for demo operation such as hands-on training procedure. Finally programming procedure similar with demo operation of static routing protocol, a kind of dynamic routing protocols such as OSPF and RIP and packet filtering function is educated step by step.

A Study on the Transmission Characteristics and Channel Capacity of Telephone Line Communication System (전화선 통신 시스템의 전송특성 및 채널용량에 관한 연구)

  • Roh, Jae-Sung;Chang, Tae-Hwa
    • Journal of Digital Contents Society
    • /
    • v.10 no.2
    • /
    • pp.233-238
    • /
    • 2009
  • The advances in the digital communication and network technology, Internet technology and the proliferation of smart appliances in home, have dramatically increased the need for a high speed/high quality home network. As consumer electronic devices and computing devices are increasing in the home network, it is obvious that the data traffic of home network increases as well. Various home network devices want to access Internet servers to get multimedia contents. Therefore, we introduce TLC(Telephone Line Carrier) system for networked digital consumer electronic appliances within a house using Ethernet or wire/wireless technology. In the future home network environment, the primary purposes of the smart home network based TLC are to create low-cost, easily deployable, high performance, and wide coverage throughout the home. In this paper, the channel capacity of telephone line communication system is evaluated and compared as a function of transmission power, number of OFDM carrier, channel loss, and noise loss for smart home network.

  • PDF

A VIA-based RDMA Mechanism for High Performance PC Cluster Systems (고성능 PC 클러스터 시스템을 위한 VIA 기반 RDMA 메커니즘 구현)

  • Jung In-Hyung;Chung Sang-Hwa;Park Sejin
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.31 no.11
    • /
    • pp.635-642
    • /
    • 2004
  • The traditional communication protocols such as TCP/IP are not suitable for PC cluster systems because of their high software processing overhead. To eliminate this overhead, industry leaders have defined the Virtual Interface Architecture (VIA). VIA provides two different data transfer mechanisms, a traditional Send/Receive model and the Remote Direct Memory Access (RDMA) model. RDMA is extremely efficient way to reduce software overhead because it can bypass the OS and use the network interface controller (NIC) directly for communication, also bypass the CPU on the remote host. In this paper, we have implemented VIA-based RDMA mechanism in hardware. Compared to the traditional Send/Receive model, the RDMA mechanism improves latency and bandwidth. Our RDMA mechanism can also communicate without using remote CPU cycles. Our experimental results show a minimum latency of 12.5${\mu}\textrm{s}$ and a maximum bandwidth of 95.5MB/s. As a result, our RDMA mechanism allows PC cluster systems to have a high performance communication method.

The Efficient Utilization of the Image Recognition System using CAN Communications in the Ship (선박 내에서의 CAN 통신을 활용한 영상 인식 시스템의 효율적 활용 방안)

  • Hong, Sung-Hwa;Lee, Seong-Real
    • Journal of Advanced Navigation Technology
    • /
    • v.23 no.5
    • /
    • pp.367-372
    • /
    • 2019
  • With the development of various IT technologies, data generated in the ship can be controlled through CAN communication, autonomous operation, and information provision in various situation. In addition, electronic navigation vessels with various functions have emerged, and navigation and communication equipment used in these vessels are mainly following the NMEA standard. Currently, NMEA-0183 is still mainly used, but more efficient multimedia transmission processing method is needed for multimedia transmission and USN equipment compatible using NMEA-2000 standard. Furthermore, Ethernet-based ship control is required. However, this paper proposes a multimedia transmission scheme to be smoothly linked with existing ship devices by utilizing CAN communication that can be easily used in the ship.

Study on the Optimization of Hybrid Network Topology for Railway Cars (철도 차량용 하이브리드 네트워크 토폴로지 최적화 연구)

  • Kim, Jungtai;Yun, Ji-Hoon
    • Journal of the Institute of Electronics and Information Engineers
    • /
    • v.53 no.4
    • /
    • pp.27-34
    • /
    • 2016
  • In the train system, railway vehicles are connected in a line. Therefore, this feature should be considered in composing network topology in a train system. Besides, inter-car communication should be distinguished from in-car communication. As for the inter-car communication, the hybrid topology was proposed to use rather than the conventional ring, star, daisy-chain, and bus topologies. In the hybrid topology, a number of cars are bound to be a group. Then star topology is used for the communication in a group and daisy-chain topology is used for the communication between groups. Hybrid topology takes the virtue of both star and daisy-chain topologies. Hence it maintains communication speed with reducing the number of connecting cables between cars. Therefore, it is important to choose the number of cars in a group to obtain higher performance. In this paper, we focus on the optimization of hybrid topology for railway cars. We first assume that the size of data and the frequency of data production for each car is identical. We also assume that the importance for the maximum number of cables to connect cars is variable as well as the importance of the communication speed. Separated weights are granted to both importance and we derive the optimum number of cars in a group for various number of cars and weights.

Protocol Design for Fire Receiver­based Fire Detection Robots (화재수신기 기반의 화재감시로봇을 위한 프로토콜 설계)

  • Lim, Jong-Cheon;Lee, Jae-Min
    • The Journal of Korea Institute of Information, Electronics, and Communication Technology
    • /
    • v.11 no.4
    • /
    • pp.452-459
    • /
    • 2018
  • Conventional fire fighting robots are controlled by a remote control to monitor the fire scene or to suppress the fire. However, this method has a problem that it takes a long time to prepare robot and input it to fire place in the golden time after the fire, so that it can not sufficiently serve as a fire fighting robot. Using the autonomous driving fire monitoring robot, when a fire signal is generated, in conjunction with a fire receiver a moving robot takes a video of the fire scene and delivers the image to the fire department, so that the fire fighter can decide if it is real fire or not. Thereby it is possible to prevent a sudden spread of an accident by providing a quick judgment opportunity and at the same time suppressing the fire early. In this paper, we propose an architecture of the autonomous mobile fire monitoring robot and the communication protocol required for the robot to work with the fire receiver. A communication protocol is designed to control multiple fire monitoring robots in real time, and a communication with a fire receiver is designed as a hierarchical network to serve as an interface of an Ethernet network using wireless Wi-Fi. The fire monitoring robot and the wireless communication of the fire receiving period are implemented and the effectiveness of the operation is confirmed through the field test.

Implementation of On-site Audio Center based on AoIP

  • Lee, Jaeho;Kwon, Soonchul;Lee, Seunghyun
    • International journal of advanced smart convergence
    • /
    • v.6 no.2
    • /
    • pp.51-58
    • /
    • 2017
  • Recently, rapid advances of Ethernet and IP technology have brought many changes in the sound industry. In addition, due to AoIP-based audio transmission technology, various problems of the acoustic system (sound quality deterioration due to long distance transmission, complicated wiring) have improved dramatically. However, when many distributed audio systems are connected with AoIP equipment, if there is a problem in the equipment, it is impossible to operate the connected system. AoIP equipment only can transmit audio signals but cannot adjust the system for acoustic environment. In this paper, AoIP equipment is to be installed with sound equipment on a one-to-one basis, so that various existing problems can be solved and adjustment of sound quality (reverberation, echo, delay and EQ) can be possible by AoIP-based OAC (On-site Audio Center) with built-in DSP function. As a result, uncompressed real-time transmission by distributed transmission/receipt module in OAC (On-site Audio Center) and high quality sound by adjustment of sound quality with built-in DSP can be acquired. It is expected that OAC based sound system will be the industry standard in ubiquitous environment.