• Title/Summary/Keyword: PLC System

Search Result 749, Processing Time 0.023 seconds

Development of the Jini Surrogate-based Broadband PLC Home Controller (Jini Surrogate에 기반한 광대역 PLC 홈 제어기 개발)

  • Kim Hee-Sun;Lee Chang-Goo
    • Journal of Institute of Control, Robotics and Systems
    • /
    • v.12 no.1
    • /
    • pp.1-8
    • /
    • 2006
  • The home network system guarantees families a safe, economical, socially integrated and healthy life by using information appliances. And it provides a family with domestic safety, control of instruments, controllable energy and health monitoring by connecting to home appliances. This study designs the broadband PLC home controller using broadband PLC(Power Line Communication) technology which can save much cost at a network infrastructure by using the existing power line at home. The broadband PLC home controller consists of the broadband PLC module, the embedded main controller module and I/O module. The broadband PLC home controller can control various domestic appliances such as an auto door-lock, a boiler, an oven, etc., because it has various I/O specifications. In this study, selected home network middleware for the broadband PLC home controller is Jini surrogate using Jini technology designed by means of access to easily a home network system without a limitation of the devices. And a client application program is supported java servlet program to manage and monitor the broadband PLC home controller via web browser of a PC or a PDA, etc. Finally, for an application, we implemented and tested a home security system using one broadband PLC home controller.

Development of PLC by using micro controller for the distributed fire alarm system (마이크로 콘트롤러를 이용한 분산형 방재 시스템용 중계기 개발)

  • Han, Kyong-Ho;Lee, Ki-Sik;Hwang, Seok-Yong;Kim, Jong-Chol
    • Proceedings of the KIEE Conference
    • /
    • 1996.07b
    • /
    • pp.1243-1247
    • /
    • 1996
  • In this paper, a small PLC system is designed and developed for the distributed building control and fire control system. It uses 8031, a 8-bit micro controller from Intel Inc. The size of the PLC is $7cm{\times}8cm$ and the PLC can accept 4 sensor inputs and drive 4 relay outputs, which operates at 24V. Multiple access of PLC by one host computer is implemented by assigning a unique 10 to each PLC, which ranges from 0 to 126. The operation starts by sending a command packet from host computer to a PLC and the PLC of the same 10 fetches the command packet by comparing the first byte of the command packet with its own 10. The PLC is programmed to perform a various functions and the function is selected by the content of the command byte, which is the second byte of the command packet. The third byte, which is the last byte, is a checksum byte. The checksum byte is the sum of the first byte and the second byte and is used to detect the communication error. Depending on the content of the command byte, PLC performs the desired function and returns the response packet back to the host computer. The response packet is also a three-byte packet, 10 byte, response byte and checksum byte. For the independent operation of PLC without being controlled by the host computer, variable length RULE data packet is sent to PLC. In case the communication line is broken, the PLC perform the independent operation by referencing the RULE data. The applicable areas are; building automation system, distributed factory automation, measurement of temperature of toxic or dangerous area.

  • PDF

A Study of PLC Simulation for Automobile Panel AS/RS (자동차 패널 자동창고 시스템의 PLC 시뮬레이션 적용 연구)

  • Ko, Min-Suk;Koo, Lock-Jo;Kwak, Jong-Geun;Hong, Sang-Hyun;Wang, Gi-Nam;Park, Sang-Chul
    • Journal of the Korea Society for Simulation
    • /
    • v.18 no.3
    • /
    • pp.1-11
    • /
    • 2009
  • This paper illustrates a case study of PLC logic simulation in a car manufacturing system. It was developed to simulate and verify PLC control program for automobile panel AS/RS. Because car models become varied, the complexity of supply problem is increasing in the car manufacturing system. To cope with this problem, companies use the AS (automated storage) and RS (retrieval system) but it has logical complexity. Industrial automated process uses PLC code to control the AS/RS, however control information and control codes (PLC code) are difficult to understand. This paper suggests a PLC simulation environment, using 3D models and PLC code with realistic data. Data used in this simulation is based on realistic 3D model and I/O model, using actual size and PLC signals, respectively. The environment is similar to a real factory; users can verify and test the PLC code using this simulation before the implementation of AS/RS. Proposed simulation environment can be used for test run of AS/RS to reduce implementation time and cost.

A Study on the Development of Communication Control System for Pressure Automatic System (사출 자동화 시스템을 위한 통신 제어 시스템 개발에 관한 연구)

  • 김현기;이천희
    • Journal of the Korea Society for Simulation
    • /
    • v.9 no.2
    • /
    • pp.39-49
    • /
    • 2000
  • In this paper, we added that developed communication control system between the PLC of pressure machine and the control computer, and developed a new protocol in order to communicate between the PLC signal of pressure machine and the control computer. This communication control systems play an important role in transforming the PLC vendor self-interface type and between computer and PLC. This system has PLC access function to control computer on the backbone network, and then could be operated by PLC through this system. The benefits we can obtain by developing this communication control systems are as follows; First, we can improve the quality of goods and the management of materials using the communication network and then implement the centralization management. Second, we can decrease manpower for production. Finally, we can maximize the company's profit with the increasing productivity by supervising the equipment wrong workings in the central.

  • PDF

The Development of Automatic Warehousing System Using Intelligent PLC (지능형 PLC를 이용한 자동입고장치의 구현)

  • Kim, Yong-Wook;Park, Min-Kyu;Ji, Bong-Chul;Park, Wal-Seo
    • Proceedings of the KIEE Conference
    • /
    • 2000.07d
    • /
    • pp.2750-2752
    • /
    • 2000
  • In this paper, Intelligent PLC for automatic warehousing system is presented. Intelligent PLC is that general PLC is incorporate the knowledge and experience of Expert and control method. This system is consist of sensor part, inference part and automatic warehousing robot part. this system recognize the Work by itself and move it to the appointed place according to the inference rule. The PLC program is constructed by LD(ladder diagram). Real test system was constructed and was driven to apply this program.

  • PDF

Formal Verification of PLC Program Safety in Manufacturing Automation System (생산자동화시스템 PLC 제어프로그램의 안전성 정형검증에 관한 연구)

  • Park, Chang Mok
    • Journal of the Korea Safety Management & Science
    • /
    • v.17 no.1
    • /
    • pp.179-192
    • /
    • 2015
  • In an automated industry PLC plays a central role to control the automation system. Therefore, fault free operation of PLC controlled automation system is essential in order to maximize a firm's productivity. A prior test of control system is a practical way to check fault operations, but it is a time consuming job and can not check all possible fault operation. A formal verification of PLC program could be a best way to check all possible fault situation. Tracing the history of the study on formal verification, we found three problems, the first is that a formal representation of PLC control system is incomplete, the second is a state explosion problem and the third is that the verification result is difficult to use for the correction of control program. In this paper, we propose a transformation method to reproduce the control system correctly in formal model and efficient procedure to verify and correct the control program using verification result. To demonstrate the proposed method, we provided a suitable case study of an automation system.

A Study on the Knowledge-based Addressing Post-processor for Automatic PLC Programming (PLC 자동프로그래밍을 위한 지식기반의 어드레스 할당 후처리부에 관한 연구)

  • 강신한;신흥렬;이재원
    • Journal of Korean Society of Industrial and Systems Engineering
    • /
    • v.19 no.37
    • /
    • pp.171-178
    • /
    • 1996
  • The programmable logic controller(PLC) programming has been manually carried out, which might cause the productivity decrease by omission and repetition of instruction. Recently, the knowledge-based automatic programming system is introduced. In the system, input/output(I/O) addresses are input by user. In this study, we developed the prototype system for automatic I/O addressing using knowledge-based technology, With the developed system, the PLC addressing task can he consistently and effectively performed.

  • PDF

A Signal Anti-reduction System in PLC using Ferrite Core and Switching Amplifier (페라이트 코어와 스위칭 증폭기를 이용한 PLC 신호 감쇠 저하 시스템)

  • 고종선;김영일;김규겸
    • The Transactions of the Korean Institute of Power Electronics
    • /
    • v.6 no.6
    • /
    • pp.474-480
    • /
    • 2001
  • In this paper a low signal reduction communication system that does not use the communication line but power line is presented It will be very useful for an information-oriented society with tele-metering and home automation. The conventional system has a difficulty in transmitting information due to decreasing communication voltage. The proposed system employs a special type switching amplifier system which has a low inner resistance and uses high efficient ferrite core in coupling circuit. This new system is proposed to reduce the loss of conductor load and coupling circuit in a PLC system.

  • PDF

Implementation of the FAT32 File System using PLC and CF Memory (PLC와 CF 메모리를 이용한 FAT32 파일시스템 구현)

  • Kim, Myeong Kyun;Yang, Oh;Chung, Won Sup
    • Journal of the Semiconductor & Display Technology
    • /
    • v.11 no.2
    • /
    • pp.85-91
    • /
    • 2012
  • In this paper, the large data processing and suitable FAT32 file system for industrial system using a PLC and CF memory was implemented. Most of PLC can't save the large data in user data memory. So it's required to the external devices of CF memory or NAND flash memory. The CF memory is used in order to save the large data of PLC system. The file system using the CF memory is NTFS, FAT, and FAT32 system to configure in various ways. Typically, the file system which is widely used in industrial data storage has been implemented as modified FAT32. The conventional FAT 32 file system was not possible for multiple writing and high speed data accessing. The proposed file system was implemented by the large data processing module can be handled that the files are copied at the 40 bytes for 1msec speed logging and creating 8 files at the same time. In a sudden power failure, high reliability was obtained that the problem was solved using a power fail monitor and the non-volatile random-access memory (NVSRAM). The implemented large data processing system was applied the modified file system as FAT32 and the good performance and high reliability was showed.

FUZZY CONTROL SYSTEM in PLC (PLC에서의 FUZZY CONTROL SYSTEM의 구현)

  • Lee, Y.J.;Ryou, J.S.;Song, S.W.;Park, S.B.;Hong, J.S.
    • Proceedings of the KIEE Conference
    • /
    • 1995.07b
    • /
    • pp.895-897
    • /
    • 1995
  • As PLC has become cetral to today's FA environment, the importance of developing and providing special-unit of PLC such as Analog-unit, PID-unit, Fuzzy-unit has increased. In this paper introduce the Fuzzy-unit which is developed by LGIS R&D lab, and presents availability of PLC-control system with fuzzy-unit.

  • PDF