• Title/Summary/Keyword: Modbus communication

Search Result 38, Processing Time 0.023 seconds

A Development of User Protocol Converter with Modbus and NMEA0183 (Modbus와 NMEA0183간의 사용자 프로토콜 컨버터 개발)

  • Eum, Sang-hee;Hong, Sung-ki
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2015.10a
    • /
    • pp.90-92
    • /
    • 2015
  • This study aim is to effectively reduce the time that was required for the analysis on an existing communication protocol with the industrial monitoring equipment. We analyzed the collected data with the Modbus protocol and NMEA0183, which is widely used in industrial monitoring. and User will be easy converting to data for use on each devices. The main board of the protocol converter was used AVR128, and RS232C and Ethernet was configured to enable communication.

  • PDF

PLC and Arduino Interaction Based on Modbus Protocol

  • Jeong, Yunju;Ansari, Md Israfil;Shin, WooHyeon;Kang, Bonggu;Lim, JinSeop;Moon, HyeonSik;Shim, Jaechang
    • Journal of Korea Multimedia Society
    • /
    • v.20 no.3
    • /
    • pp.511-519
    • /
    • 2017
  • This Paper introduces the design and communication method between PLC (Programmable Logic Controller) and Arduino based on MODBUS Protocol. MODBUS connection can be established in a new or existing system very easily, therefore we used this protocol in our proposed system. In the field of automatic devices, multi-function serial port such as RS232, RS422, RS485, and so on creates a great convenience to the developer. This proposed system used RS485 as a key mediator for data exchanging on a connected network. We also believe that it will reduce the development cost in various automated industry because this system can be reused or can be implemented any such PLC installed machines. RS485 is used as a communication interface between PLC (as a slave) and Arduino (as a master), through which a reliable network is created for safe and fast communication. Furthermore, RS485 allows multiple devices(up to 32) to communicate at half duplex on a single pair of wires and provides a long connectivity area (up to 1200 meters) as compare to other device, which makes it a user-friendly for various devices in the automated industry. Moreover, Arduino can play as a mediator by connecting third party device and setup a communication network with PLC.

A Study on Multilevel Communication Drive of Full-Duplex Method with Security (보안성을 겸비한 전이중방식의 다중레벨 통신드라이브에 관한 연구)

  • Cho, Su-Eog;Park, Seong-Mi
    • Journal of the Korean Society of Industry Convergence
    • /
    • v.23 no.1
    • /
    • pp.41-48
    • /
    • 2020
  • Currently, the industry uses MODBUS communication method using RS485 as a communication method used when constructing distributed equipment and networks. However, this method has a rather good transmission and reception distance, but has a disadvantage of being a half-duplex communication method. Therefore, there is a great need for a full-duplex communication method that can simultaneously transmit and receive two-wire communications. Therefore, in this paper, we propose a new communication hardware equipment that can implement full-duplex communication method by communication signal level to overcome the disadvantage of communication speed. The proposed communication hardware is a structure that can transmit and receive at the same time on the same communication line in two equipments communicating in a two-wire system. The characteristic of this communication hardware is that the transmitter generates two-level signal for data transmission, but the receiver generates three-level electric signal according to the status of the transmission data generated by the receiver. The data transmission signal information of the receiver is present at the same time. Therefore, the receiving side can analyze the received signal based on the information on the current transmission signal and can analyze the signal only in the two communicating devices, so it can be seen that the communication security is very excellent.

A Study on Development of Voice and SMS Alarm System Based on MODBUS Protocol (MODBUS 프로토콜에서 작동되는 음성 및 SMS 경보 시스템 개발에 관한 연구)

  • Seol, Jun-Soo;Lee, Seung-Ho
    • Journal of IKEEE
    • /
    • v.19 no.3
    • /
    • pp.311-318
    • /
    • 2015
  • This dissertation proposes method for development technology of voice and SMS(Short Message Service) alarming system based on modbus protocol. The proposed technology is composed of the following 3 stages; hardware development based on microprocessor, development of input and output driver for modem, mp3 decoder, making modbus protocol stack. In the stage of hardware development based on microprocessor, we develop hardware which receives alarm from modbus master and transmit sms message, play mp3. In the stage of development of input / ouput device driver such as modem, mp3 decoder, we develop program which control each devices. In the stage of making modbus protocol stack, voice and sms alarm system is made for receiving alarm via modbus protocol. To evaluate performance of proposed technology, we issued alarm to voice and sms alarming system on purpose. As a result, response speed of detecting alarm was 10.7ms, communication distance was 1.2Km, operating temperature was from $-25^{\circ}C$ to $70^{\circ}C$, we confirmed supporting modbus protocol. And we verified that proposed voice and sms alarming system in the thesis has a performance to be used as an industrial building alarming system.

Design and Implementation of Distributed Control System based on Dual Field-bus for Ship Engine (이원화된 필드버스 기반의 선박 엔진용 분산 제어 시스템의 설계 및 구현)

  • Lee, Jae-Hyung;Kim, Dong-Sung
    • Journal of the Institute of Electronics Engineers of Korea SC
    • /
    • v.49 no.2
    • /
    • pp.1-9
    • /
    • 2012
  • In this paper, we design and implement a DCS (Distributed Control System) based on dual field-bus for ship engine. For monitoring and controlling the condition of the ship engine, an implemented DCS is consisted of two-tier communication structure by using CAN (Controller Area Network) and MODBUS protocols. The first-tier is consisted of CAN protocol for sharing the condition of the ship engine by each implemented monitoring system. By using MODBUS protocol, the second-tier is used for communicating the monitoring data from an implemented DCS to AMS(Alarm Monitoring System). We verified and tested our scheme and implemented DCS by KR (Korea Register) technical rules through experimental tests.

Modbus TCP based Solar Power Plant Monitoring System using Raspberry Pi (라즈베리파이를 이용한 Modbus TCP 기반 태양광 발전소 모니터링 시스템)

  • Park, Jin-Hwan;Kim, Chang-Bok
    • Journal of Advanced Navigation Technology
    • /
    • v.24 no.6
    • /
    • pp.620-626
    • /
    • 2020
  • This research propose and simulate a solar power generation system monitoring system based on Modbus TCP communication using RaspberryPi, an IOT equipment, as a master and an inverter as a slave. In this model, various sensors are added to the RaspberryPi to add necessary information for monitoring solar power plants, and power generation prediction and monitoring information are transmitted to the smart phone through real-time power generation prediction. In addition, information that is continuously generated by the solar power plant is built on the server as big data, and a deep learning model for predicting power generation is trained and updated. As a result of the study, stable communication was possible based on Modbus TCP with the Raspberry Pi in the inverter, and real-time prediction was possible with the deep learning model learned in the Raspberry Pi. The server was able to train various deep learning models with big data, and it was confirmed that LSTM showed the best error with a learning error of 0.0069, a test error of 0.0075, and an RMSE of 0.0866. This model suggested that it is possible to implement a real-time monitoring system that is simpler, more convenient, and can predict the amount of power generation for inverters of various manufacturers.

Development of Unified SCADA System Based on IEC61850 in Wave-Offshore Wind Hybrid Power Generation System (파력-해상풍력 복합발전시스템의 IEC61850기반 통합 SCADA시스템 개발)

  • Lee, Jae-Kyu;Lee, Sang-Yub;Kim, Tae-Hyoung;Ham, Kyung-Sun
    • The Transactions of The Korean Institute of Electrical Engineers
    • /
    • v.65 no.5
    • /
    • pp.811-818
    • /
    • 2016
  • This paper suggests a structure of power control system in floating wave-offshore wind hybrid power generation system. We have developed an unified SCADA(Supervisory Control and Data Acquisition) system which can be used to monitor and control PCS(Power Conversion System) based on IEC61850. The SCADA system is essential to perform the algorithm like proportional distribution and data acquisition, monitoring, active power, reactive power control in hybrid power generation system. IEC61850 is an international standard for electrical substation automation systems. It was made to compensate the limitations of the legacy industrial protocols such as Modbus. In order to test the proposed SCADA system and algorithm, we have developed the wind-wave simulator based Modbus. We have designed a protocol conversion device based on real-time Linux for the communication between Modbus and IEC61850. In this study, SCADA system consists of four 3MW class wind turbines and twenty-four 100kW class wave force generator.

MCU Module Design for Smart Farm Sensor Processing (스마트팜 센서 처리용 MCU 모듈 설계)

  • Kim, Gwan-hyung
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2021.05a
    • /
    • pp.285-286
    • /
    • 2021
  • With the recent development of Internet of Things (IoT) technology, smartization technology is expanding to the fields of agriculture, livestock, and fisheries, and smartization is in progress. In this smart technology, the most important thing is how to measure the data in the field and transmit it to the management system. Currently, the sensors used in the construction of smart farms and other livestock houses and farms are measuring and monitoring smart farms and other environmental conditions through various sensors such as temperature, humidity, CO gas, CO2, hydrogen, and O2. The communication method between these sensors and the HMI (Human Machine Interface) module that controls and manages the smart farm is still mainly using the RS-485-based modbus-RTU method. In this paper, we intend to design the MCU module for HMI so that various sensor modules can be connected to manage data through the RS-485-based Modbus method so that the sensor data required for smart farm construction can be managed by the HMI module.

  • PDF

Development of PLC-based Fieldbus Educational Equipment and Curriculum for building Smart Factory (스마트팩토리 구축을 위한 PLC기반의 필드버스 교육 장비 및 교육과정 개발)

  • Oh, Jae-Jun;Choi, Seong-Joo
    • Journal of Practical Engineering Education
    • /
    • v.9 no.1
    • /
    • pp.49-56
    • /
    • 2017
  • Recently, due to Industry 4.0, there is a great interest in smart factory for productivity improvement and customer satisfaction in manufacturing industry, and construction is also actively pursued by government support. In particular, data integration and fieldbus communication technology to build an efficient production system are essential. Fieldbus is an open control system that is not tied to a specific vendor system and has various advantages such as compatibility with other products, accuracy of data transmission, and remote diagnosis. However, there are no educational equipment for training field buses, training courses and examples for practical training, and there are many limitations in improving the practical skills needed for building smart factories in the industrial field. Therefore, this study develops PLC based fieldbus education equipment and training course based on previous research results that selected PLC and communication technology suitable for domestic industry field for practical fieldbus training and develops the training program of Ethernet IP, Profibus DP, Modbus, CC-Link, and DeviceNet. In addition, it is confirmed that the control and remote diagnosis of distributed field devices are possible by data collection and monitoring.

A Programmable Protocol Data Conversion Algorithm for Industrial Machine Monitoring (산업용 장비 모니터링을 위한 프로그램 가능한 프로토콜 데이터 변환 알고리즘)

  • Eum, Sang-hee
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.21 no.11
    • /
    • pp.2139-2144
    • /
    • 2017
  • In case of communication method and protocol applied to the industrial field, various kinds and methods are applied to the field according to the environment and hardware configuration specifications. In order to develop and construct an industrial monitoring system, the development of the equipment is carried out through hardware system analysis and communication protocol analysis each time, so that a lot of development costs and time are being entered. In this paper, we proposed a programmable protocol conversion algorithm to support the integrated monitoring of industrial equipment using various protocols. This method can extract the necessary data from the data transmitted by serial communication, NMEA, CAN, Modbus communication method and transmit it to Ethernet. We implemented a communication gateway module that supports various communication methods, and experimented with data conversion and transmission.