• Title/Summary/Keyword: logic tool

Search Result 330, Processing Time 0.022 seconds

Validation of the Control Logic for Automated Material Handling System Using an Object-Oriented Design and Simulation Method (객체지향 설계 및 시뮬레이션을 이용한 자동 물류 핸들링 시스템의 제어 로직 검증)

  • Han Kwan-Hee
    • Journal of Institute of Control, Robotics and Systems
    • /
    • v.12 no.8
    • /
    • pp.834-841
    • /
    • 2006
  • Recently, many enterprises are installing AMSs(Automated Manufacturing Systems) for their competitive advantages. As the level of automation increases, proper design and validation of control logic is a imperative task for the successful operation of AMSs. However, current discrete event simulation methods mainly focus on the performance evaluation. As a result, they lack the modeling capabilities for the detail logic of automated manufacturing system controller. Proposed in this paper is a method of validation of the controller logic for automated material handling system using an object-oriented design and simulation. Using this method, FA engineers can validate the controller logic easily in earlier stage of system design, so they can reduce the time for correcting the logic errors and enhance the productivity of control program development Generated simulation model can also be used as a communication tool among FA engineers who have different experiences and disciplines.

Development of Fuzzy Logic-based MPPT and Performance Verification through EBA for Satellite Applications (퍼지 로직 기반의 위성용 MPPT 개발 및 EBA를 통한 성능검증)

  • Yeom, Seung-Yong;Park, Ki-Yun;Kim, Hong-Rae;Chang, Young-Keun
    • Journal of the Korean Society for Aeronautical & Space Sciences
    • /
    • v.42 no.9
    • /
    • pp.779-788
    • /
    • 2014
  • The satellite should generate electric power efficiently to perform the mission successfully within limited power. For this reason, the electrical power system of LEO satellites usually regulates the power which is generated from the solar cells using MPPT (Maximum Power Point Tracking) method. This paper proposes advanced MPPT algorithm based on the fuzzy logic applied to small CubeSat satellite. The simulation has been performed to confirm the validity of the proposed method by interlocking between MATLAB/Simulink and STK (Systems Tool Kit). The EBA(Energy Balance Analysis) has also been performed at two different pointing modes of KAUSAT-5 for solar irradiation according to the satellite orbit and attitude, and load capacity varied with operation modes by Simulink and STK. The performance of fuzzy logic-based MPPT algorithm was verified through the EBA. The validity of the proposed MPPT algorithm based on the fuzzy logic was also confirmed by comparing with P&O (Perturbation & Observation) algorithm that is general in the MPPT.

Development of standard logic network for PWR NSSS System design (경수로계통설계 표준 Logic Network의 개발)

  • 박준원;이병령;이판권;이해준;송태길;김동희;최현호
    • Proceedings of the Korean Operations and Management Science Society Conference
    • /
    • 1993.10a
    • /
    • pp.212-226
    • /
    • 1993
  • The self-reliance of NSSS System Design is required not only the design capability to perform the system design but also the management capability to control the resource and time for the Project effectively. The purpose of this study is to develop the simplified standard Logic Network that is scheduled on the time and resource using the PERT/CPM method. That is mainly focused on Ulchin 3&4 Project. We prepare the management tool of NSSS System Design project. And we can utilize it as a reference tool for the similar project which are complex and long term in a next project.

  • PDF

Chip Form Prediction using Fuzzy Logic in Turning (절삭가공에서 퍼지알고리즘을 이용한 칩형상 예측)

  • Choi, Won-Sik
    • Journal of the Korean Society of Industry Convergence
    • /
    • v.4 no.2
    • /
    • pp.127-132
    • /
    • 2001
  • In turning, the chip may be produced in the form of continuous chip or discontinuous chip. The continuous chips are dangerous to the operator and difficult to be handled at high speed machining. The signal of AE(Acoustic Emission) is found out to be related to cutting conditions, tool materials, test conditions and tool geometry in turning. In this study, the relationship between AE signal and chip form was experimentally investigated. The experimental results show that the types of chip form are possible to be classified from the AE signal using fuzzy logic.

  • PDF

Implementation of Simplification Procedure for Digital Combinational Logic Circuits Using Java Applets (자바 애플릿을 이용한 디지털 조합회로의 간략화 과정 구현)

  • Moon, Hun-Joo;Kim, Dong-Sik;Moon, Il-Hyun;Choi, Kwan-Sun;Lee, Sun-Heum
    • The Journal of Korean Association of Computer Education
    • /
    • v.10 no.4
    • /
    • pp.17-25
    • /
    • 2007
  • In this paper, the simplification procedure of Karnaugh Map, which is essential to design digital logic circuits, was implemented as a web-based educational tool by Java applet. The learners can make virtual experiments on the simplification of the digital logic circuit by clicking on some buttons or filling out some text fields. The proposed simplification procedure was implemented as a Java applet which is based on the Modified Quine-McCluskey algorithm. Thus, the implemented Java applet will enable the learners to enhance the learning efficiency as a auxiliary educational tool.

  • PDF

VHDL modeling considering routing delay in antifuse-based FPGAs (안티퓨즈 FPGA의 배선지연시간을 고려한 VHDL 모델링)

  • 백영숙;조한진;박인학;김경수
    • Journal of the Korean Institute of Telematics and Electronics A
    • /
    • v.33A no.5
    • /
    • pp.180-187
    • /
    • 1996
  • This paper describes a post-layout simulation method using VHDL and C for verifying the architecture of antifuse-based FPGAs and the dedicated CAD system. An antifuse-based FPGA consists of programming circuitry including decoding logic, logic modules, segmented tracks, antifuses and I/O pads. The VHDL model which includes all these elements is used for logic verification and programming verification of the implemented circuit by reconstructing the logic circuit from the bit-stream generated from layout tool. The implemented circuit comprises of logic modules and routing networks. Since the routing delay of the complex networks is comparable to the delay of the logic module in the FPGA, the accurate post-layout simulation is essential to the FPGA system. In this paper, the C program calculates the delay of the routing netowrks using SPICE, elmore or horowitz delay models and the results feedback to the VHDL simulation. Critical path anc be found from this post-layout simulation results.

  • PDF

Virtual Prototyping of Progrmmable Logic Controller based Real-time Systems (PLC를 적용한 실시간 시스템의 가상 프로토타이핑)

  • 천성욱;강순주서대화
    • Proceedings of the IEEK Conference
    • /
    • 1998.10a
    • /
    • pp.735-738
    • /
    • 1998
  • To develop an effective virtual prototyping methodology for the PLC(Programmable Logic Controller) based real-time systems, a conversion algorithm from RLL(Relay Ladder Logic) to statechart is presented in this paper. The RLL is the main programming language to represent the operation of the PLC, and the statechart is the most widely used tool in the field of virtual prototyping in order to represent the behaviour of real-time systems. A virtual prototyping for an example case is implemened to evaluate the benefit of the proposed algorithm.

  • PDF

Induction Motor Direct Torque Control with Fuzzy Logic Method

  • Chikhi, Abdessalem;Chikhi, Khaled
    • Journal of Electrical Engineering and Technology
    • /
    • v.4 no.2
    • /
    • pp.234-239
    • /
    • 2009
  • In this article we present the simulation results of induction motor speed regulation by direct torque control with a classic PI regulator. The MATLAB Simulink programming environment is used as a simulation tool. The results obtained, using a fuzzy logic, shows the importance of this method in the improvement of the performance of such regulation.

A comparison of output characteristics in Fuzzy logic, PID. & Sliding mode control (퍼지논리, PID. 슬라이딩모드 제어의 응답특성 비교)

  • Baek, Nam-eok;Jung, Sang-Yong;Yang, Won-Young
    • Proceedings of the KIEE Conference
    • /
    • 1999.07b
    • /
    • pp.803-805
    • /
    • 1999
  • Robust fuzzy logic control, PID control, and sliding mode controllers are designed to control the speed of a third order linear time-invariant model of a motor. The step response performance of each controller, applied to the motor plant, is Presented. We conclude fuzzy logic control can be a useful tool for the control engineering.

  • PDF

A Tool for the Analysis of Robot Soccer Game

  • Matko, Drago;Klancar, Gregor;Lepetic, Marko
    • International Journal of Control, Automation, and Systems
    • /
    • v.1 no.2
    • /
    • pp.222-228
    • /
    • 2003
  • A tool which can be used for the analysis of a robot soccer game is presented. The tool enables automatic filtering and selection of game sequences which are suitable for the analysis of the game. Fuzzy logic is used since the data gathered by a camera is highly noisy. The data used in the paper was recorded during the game Germany - Slovenia in Hagen, on November 11, 2001. The dynamic parameters of our robots are estimated using the least squares technique. Meandering parameters are estimated and an attempt is made to identify the strategy of the opposing team with the method of introspection.