• Title/Summary/Keyword: JIT 시스템

Search Result 110, Processing Time 0.024 seconds

A simulation study of container size based on the variance of demand and interarrival time in Kanban systems (칸반시스템에서 수요와 도착간격 변동에 따른 컨테이너 크기에 관한 시뮬레이션 연구)

  • Sohn, Kwon-Ik;Ham, Sung-Ho
    • Journal of Industrial Technology
    • /
    • v.19
    • /
    • pp.301-312
    • /
    • 1999
  • The purpose of this paper is to study the effects of container size with multi-stage and multi-item on average inventory and customer service level in Kanban systems. We use the different distributions of demand and interarrival time for each item to show that we had better to change the container size depending on different type of item for this simulation study. The small lot size can be used for container size of a single item if there is no setup time. The container size should be identical with average order size as setup time increases. The fill rate increases if the container size is large with multi-item. However, it is difficult to establish the effective container size because the effects of the container size on the order queue time are not clear. It is suitable to use the average order size as the container size for each item if the variance of demand and interarrival time of each item is relatively small. It is effective to sue the average container size if the variance of them is relatively large.

  • PDF

A Generalized Integrated Inventory Model for a Multi-Item and its Raw Materials (공급사슬에서 다완제품-원자재의 통합재고정책에 관한 연구)

  • Kim, Dae-Hong
    • Journal of Korean Society of Industrial and Systems Engineering
    • /
    • v.35 no.4
    • /
    • pp.83-97
    • /
    • 2012
  • In this paper, we consider a single-manufacturer single-buyer supply chain problem where a single manufacturer purchases and processes raw materials into a family of items in order to deliver a family of items to a single buyer at a fixed interval of time for effective implementation of Just-In-Time Purchasing. An integrated multi-item lot-splitting model of facilitating multiple shipments in small lots between buyer and manufacturer is developed in a JIT Purchasing environment. Previous research on the integrated model assumed that the manufacturer orders raw materials m (integer) times for every production run (lot multiplier policy for the raw material). In this paper, we consider a generalized policy in the replenishment of raw materials, allowing lot multiplier policy and lot splitting policy. An iterative solution procedure is developed to find the order interval for finished goods and raw materials, and number of shipments between buyer and manufacturer. We show by numerical example that when the integrated policy is adopted by both buyer and manufacturer in a cooperative manner, both parties can benefit.

Study on Reducing Logistics Costs and Inventory Control System according to facilities integration in the Closed-Loop Supply Chain Environment (순환형 공급체인 환경에서 시설 통합에 의한 물류원가 절감 및 재고관리시스템 모델구축에 관한 연구)

  • Lee, Jeong Eun
    • Journal of Korea Society of Industrial Information Systems
    • /
    • v.19 no.5
    • /
    • pp.81-90
    • /
    • 2014
  • It is an element certainly required for the cost reduction of a company that forward and reverse logistics chain are unified and constitutes a resource closed-loop supply chain (CLSC). In this study, the inventory control which unifies inventory of distribution centers (DCs) of forward logistics and processing center of reverse logistics in the CLSC environment is proposed. The inventory system model for newly-constructed CLSC considers the JIT(Just-In-Time) delivery from the processing center to the manufacturer, including the making of decisions on whether to wait for the arrival of end-of-life products or to back-order necessary products for manufacturer when the supply of end-of-life products at the processing center via the returning center is insufficient for the demands of the manufacturers. The validity of the proposed model was verified using the genetic algorithm (GA). In order that a parameter might investigate the effect which it has on a solution, the simulation was carried out for priGA(priority-based GA) on three kinds of parameter conditions. Moreover, mhGA(modified hybrid GA) to which a parameter is adjusted for every Study on Reducing Logistics Costs and Inventory Control System according to facilities integration in the Closed-Loop Supply Chain Environment generation, the simulation was carried out to a four-kind numerical example.

A Study on Performance Evaluation of Conveyor System in Corrugated Mamanufacturing Industry (골판지 제조업체의 컨베이어 시스템 성능평가 사례연구)

  • Lee, Yeong-Jae;Kim, Jae-Sik
    • The Transactions of the Korea Information Processing Society
    • /
    • v.3 no.1
    • /
    • pp.1-8
    • /
    • 1996
  • A conveyor system in corrugated manufacturing industry may be in charge of carriage/storage, and may control logistics flow and production activities of products in a manufacturing process which consists of corrugators, conveyors, and printer-slotter systems. It identifies problems that the conveyor system in this case study is overloaded and often operated manually. This research is to evaluate e the conveyor system though simulation model of technological evaluation beyond d eco-nomic and qualitative one. The rate of operation and the load of the conveyor system are used as parameters in the simulation. This paper suggests a direction to a new conveyor system implementation the basis of the results that are derived by new alternatives based on current model. The best alternative is supposed to be the number of conveyors and the operation times of the printer-slotter that may be increased at the same time.

  • PDF

The Bytecode Optimizer (바이트코드 최적화기)

  • 이야리;홍경표;오세만
    • Journal of KIISE:Software and Applications
    • /
    • v.30 no.1_2
    • /
    • pp.73-80
    • /
    • 2003
  • The Java programming language is designed for developing effective applications in a heterogeneous network environment. Major problem in Java is its performance. many attractive features of Java make the development of software easy, but also make it expensive to support ; applications written in Java are often much slower than their counterparts written in C or C++. To use Java`s attractive features without the performance penalty, sophisticated optimizations and runtime systems are required. Optimising Java bytecode has several advantages. First, the bytecode is independent of any compiler that is used to generate it. Second, the bytecode optimization can be performed as a pre=pass to Just-In-Time(JIT) compilation. Many attractive features of Java make the development of software easy, but also make it expensive to support. The goal of this work is to develop automatic construction of code optimizer for Java bytecode. We`ve designed and implemented a Bytecode Optimizer that performs the peephole optimization, bytecode-specific optimization, and method-inlining techniques. Using the Classfile optimizer, we see up to 9% improvement in speed and about 20% size reduction in Java class files, when compared to average code using the interpreter alone.

Development of RTOS Based LinuxCNC 3-axis Control System with EhterCAT Communication (RTOS기반 LinuxCNC에서 EtherCAT 통신이 적용된 3축 CNC 제어 시스템 개발)

  • Kang, Y.S.;Yu, G.S.;Tae, B.H.;Choi, I.H.;Lee, J.W.;Seo, Y.H.;Kim, Byeong Hee
    • Journal of Industrial Technology
    • /
    • v.40 no.1
    • /
    • pp.19-23
    • /
    • 2020
  • In this paper, we proposed a PC-based CNC control system using EtherCAT-based servo drive and I/O device. The default communication of LinuxCNC is a parallel port, and data processing with high bandwidth is impossible. However, it is possible to apply various bandwidth devices through the application of EtherCAT, one of the industrial Ethernet communications with high bandwidth. Therefore, the hardware control method of LinuxCNC was applied through EtherCAT communication from the existing parallel port. Finally, through HAL configuration, I/O device operation check and 3-axis motion control proved the LinuxCNC system with EtherCAT.

A Study of Trials on Material Integration Pool System for Logistics Rationalization - Basing on the Improvement a precedent about Logistics System of 'A' Enterprise - (물류혁신을 위한 자재통합공동물류 시행에 관한 연구(A사 물류시스템 개선사례를 중심으로))

  • Won, You-Jon;Kang, Kyung-Sik
    • Proceedings of the Safety Management and Science Conference
    • /
    • 2006.11a
    • /
    • pp.373-383
    • /
    • 2006
  • Logistics is one of the most important factors to manage a stream of materials in economic environment. Establishing effective logistics system needs to consider some constraints which are fluctuation of materials volume, a long distance between makers and consumers, one way logistics and small quantity batch production. It is estimated that Unit Load System should be a powerful method to cope with those problems. It helps to realize the key issues which are Standardization and Logistics Pool System The Material Unification of Logistics System is able to participate in all kinds of industries including manufacturing, distribution and logistics. This system has some merits which are a long distance transportation cost down, product recovery, and treatment in the unbalance of demand and supply caused by unstable materials volume. Four strategies of Material Logistics Model are Packing Rationalization, Logistics Pool System, JIT System application and establishing effective infrastructure. The Material Unification Of Logistics System based on Unit Load System achieves efficiency of logistics and largely decreases moving cost.

  • PDF

A Deep Learning-Based Model for Predicting Traffic Congestion in Semiconductor Fabrication (딥러닝을 활용한 반도체 제조 물류 시스템 통행량 예측모델 설계)

  • Kim, Jong Myeong;Kim, Ock Hyeon;Hong, Sung Bin;Lim, Dae-Eun
    • Journal of Industrial Technology
    • /
    • v.39 no.1
    • /
    • pp.27-31
    • /
    • 2019
  • Semiconductor logistics systems are facing difficulties in increasing production as production processes become more complicated due to the upgrading of fine processes. Therefore, the purpose of the research is to design predictive models that can predict traffic during the pre-planning stage, identify the risk zones that occur during the production process, and prevent them in advance. As a solution, we build FABs using automode simulation to collect data. Then, the traffic prediction model of the areas of interest is constructed using deep learning techniques (keras - multistory conceptron structure). The design of the predictive model gave an estimate of the traffic in the area of interest with an accuracy of about 87%. The expected effect can be used as an indicator for making decisions by proactively identifying congestion risk areas during the Fab Design or Factory Expansion Planning stage, as the maximum traffic per section is predicted.

A Study on Development Framework of Lift-up and Procurement System for Effective Resource Management in the Building Construction (건설공사의 자재관리 효율화를 위한 조달 및 양중시스템 기반구축에 관한 연구)

  • Lee Hyung-Soo;Yoon You-Sang;Suh Sang-Wook
    • Korean Journal of Construction Engineering and Management
    • /
    • v.5 no.1 s.17
    • /
    • pp.133-139
    • /
    • 2004
  • The purpose of this study is to present an improved lift-up &procurement work flow for effective resource utilization in building construction. The current lift-up &procurement work flow has some waste factors; complicated information system, connection lack with process and decision-making delay. Therefore the study applied the value stream mapping methodology for improvement of current lift-up &procurement work flow. The main contents of the study are as follows; 1) Problems of current work flow were analyzed through current state mapping(CSM). 2) An improved work flow was suggested through future state mapping(FSM). 3) An improvement effect analysis of information system and lift-up planning was investigated. The study recommends continuous improvement of lift-up &procurement work flow and efficient management of information in building construction as a future research.

A Case Study on Application of Dispatching Rule-Based Advanced Planning and Scheduling (APS) System (디스패칭 룰 기반의 Advanced Planning and Scheduling (APS) 시스템 활용 사례연구)

  • Lee, Jae-yong;Shin, Moonsoo
    • Journal of Korean Society of Industrial and Systems Engineering
    • /
    • v.38 no.3
    • /
    • pp.78-86
    • /
    • 2015
  • Up-to-date business environment for manufacturers is very complex and rapidly changing. In other words, companies are facing a variety of changes, such as diversifying customer requirements, shortening product life cycles, and switching to small quantity batch production. In this situation, the companies are introducing the concept of JIT (just-in-time) to solve the problem of on-time production and on-time delivery for survival. Though many companies have introduced ERP (enterprise resource planning) systems and MRP (material requirement planning) systems, the performance of these systems seems to fall short of expectations. In this paper, the case study on introducing an APS (advanced planning and scheduling) system based on dispatching rules to a machining company and on finding a method to establish an efficient production schedule is presented. The case company has trouble creating an effective production plan and schedule, even though it is equipped with an MRP-based ERP system. The APS system is applied to CNC (computer numerical control) machines, which are key machines of the case company. The overall progress of this research is as follows. First, we collect and analyze the master data on individual products and processes of the case company in order to build a production scheduling model. Second, we perform a pre-allocation simulation based on dispatching rules in order to calculate the priority of each order. Third, we perform a set of production simulations applying the priority value in order to evaluate production lead time and tardiness of pre-defined dispatching rules. Finally, we select the optimal dispatching rule suitable for work situation of the case company. As a result, an improved production schedule leads to an increase in production and reduced production lead time.