Abstract
Main machinery in the factory have various digital indicator to display its operating data for the manager. It is useful to control these datum at the remote office for factory automation in order to increase machine productivity. It is easy to use Ethernet infrastructure for remote communication. But most of all machinery in domestic factories still support RS232c or RS485 serial communication way. In this case to control machinery datum on the ethernet base, it is need to change RS232C or RS485 data to ethernet base. In this paper, in order to develop a remote progress management system through the wireless Internet, we show a design method to make easy maintenance by developing the system with both the JAVA language and RxTx Package for RS232c serial communication. For the system implementation, we added the digital indicator connect with a thermo couple to a machine which provide the real time status data of temperature. To connect machines management server program, we set up a convertor to change the RS485 data to the RS232c and also another convertor to change the RS232c data to wireless ethernet.
공장의 주요 설비들은 설비의 운전정보를 관리자에게 보여주기 위한 다양한 디지털 지시계를 가지고 있는 경우가 많은데, 생산성을 향상시키기 위한 공장 자동화를 위해서 다양한 설비들의 운전 정보를 원격지에서 제어할 필요가 있다. 원격지 통신을 위해서 이더넷(Ethernet) 인프라를 이용하면 편리하지만, 국내 공장에서 보유한 생산설비의 경우 아직도 많은 설비들이 RS232C나 RS485통신 방식만을 지원하는 경우가 많다. 이러한 경우에 RS232C나 RS485틀 사용해서 통신하는 설비의 운전정보를 Ethernet으로 변환해주는 것이 필요하다. 본 논문에서는 무선 인터넷 기반에서 원격지에 있는 설비를 제어하기 위해서 자바와 시리얼통신용 RxTx 패키지를 이용한 통신 프로그램 구현 방법을 보인다. 시스템의 구현을 위해 현재 운전되고 있는 설비의 상태를 파악하기 위해 RS485 통신이 가능한 산업용 디지털 지시계와 열전대를 사용하여 온도 정보를 전송하도록 하드웨어를 구성하였고, RS485로 입력된 정보를 RS232c로 변환하는 변환기를 거친 후, 무선 Ethernet으로 변환해주는 변환기를 설치한 후, 서버와 통신하도록 구현하였다.