• Title/Summary/Keyword: 업무프로세스 모델

Search Result 318, Processing Time 0.027 seconds

A study on Production Management Efficiency Method using Supervised Learning based Image Cognition (이미지 인식 기반의 지도학습을 활용한 생산관리 효율화 방법에 관한 연구)

  • Jang, Woo Sig;Lee, Kun Woo;Lee, Sang Deok;Kim, Young Gon
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.21 no.5
    • /
    • pp.47-52
    • /
    • 2021
  • Recently, demand for artificial intelligence solutions for production process management has been increasing in the manufacturing industry. However, through the application of AI solutions in the manufacturing industry, there are limitations to legacy smart factory solutions such as POP and MES.Therefore, in order to overcome this, this paper aims to improve production management efficiency by applying guidance, an artificial intelligence concept, to image recognition systems. In the system flow, As_is To be separated and actual work flow was applied, and the process was improved for overall productivity efficiency. The pre-processing plan for AI guidance learning was established and the relevant AI model was designed, developed, and simulated, resulting in a 97% recognition rate.

Design and Implementation of MongoDB-based Unstructured Log Processing System over Cloud Computing Environment (클라우드 환경에서 MongoDB 기반의 비정형 로그 처리 시스템 설계 및 구현)

  • Kim, Myoungjin;Han, Seungho;Cui, Yun;Lee, Hanku
    • Journal of Internet Computing and Services
    • /
    • v.14 no.6
    • /
    • pp.71-84
    • /
    • 2013
  • Log data, which record the multitude of information created when operating computer systems, are utilized in many processes, from carrying out computer system inspection and process optimization to providing customized user optimization. In this paper, we propose a MongoDB-based unstructured log processing system in a cloud environment for processing the massive amount of log data of banks. Most of the log data generated during banking operations come from handling a client's business. Therefore, in order to gather, store, categorize, and analyze the log data generated while processing the client's business, a separate log data processing system needs to be established. However, the realization of flexible storage expansion functions for processing a massive amount of unstructured log data and executing a considerable number of functions to categorize and analyze the stored unstructured log data is difficult in existing computer environments. Thus, in this study, we use cloud computing technology to realize a cloud-based log data processing system for processing unstructured log data that are difficult to process using the existing computing infrastructure's analysis tools and management system. The proposed system uses the IaaS (Infrastructure as a Service) cloud environment to provide a flexible expansion of computing resources and includes the ability to flexibly expand resources such as storage space and memory under conditions such as extended storage or rapid increase in log data. Moreover, to overcome the processing limits of the existing analysis tool when a real-time analysis of the aggregated unstructured log data is required, the proposed system includes a Hadoop-based analysis module for quick and reliable parallel-distributed processing of the massive amount of log data. Furthermore, because the HDFS (Hadoop Distributed File System) stores data by generating copies of the block units of the aggregated log data, the proposed system offers automatic restore functions for the system to continually operate after it recovers from a malfunction. Finally, by establishing a distributed database using the NoSQL-based Mongo DB, the proposed system provides methods of effectively processing unstructured log data. Relational databases such as the MySQL databases have complex schemas that are inappropriate for processing unstructured log data. Further, strict schemas like those of relational databases cannot expand nodes in the case wherein the stored data are distributed to various nodes when the amount of data rapidly increases. NoSQL does not provide the complex computations that relational databases may provide but can easily expand the database through node dispersion when the amount of data increases rapidly; it is a non-relational database with an appropriate structure for processing unstructured data. The data models of the NoSQL are usually classified as Key-Value, column-oriented, and document-oriented types. Of these, the representative document-oriented data model, MongoDB, which has a free schema structure, is used in the proposed system. MongoDB is introduced to the proposed system because it makes it easy to process unstructured log data through a flexible schema structure, facilitates flexible node expansion when the amount of data is rapidly increasing, and provides an Auto-Sharding function that automatically expands storage. The proposed system is composed of a log collector module, a log graph generator module, a MongoDB module, a Hadoop-based analysis module, and a MySQL module. When the log data generated over the entire client business process of each bank are sent to the cloud server, the log collector module collects and classifies data according to the type of log data and distributes it to the MongoDB module and the MySQL module. The log graph generator module generates the results of the log analysis of the MongoDB module, Hadoop-based analysis module, and the MySQL module per analysis time and type of the aggregated log data, and provides them to the user through a web interface. Log data that require a real-time log data analysis are stored in the MySQL module and provided real-time by the log graph generator module. The aggregated log data per unit time are stored in the MongoDB module and plotted in a graph according to the user's various analysis conditions. The aggregated log data in the MongoDB module are parallel-distributed and processed by the Hadoop-based analysis module. A comparative evaluation is carried out against a log data processing system that uses only MySQL for inserting log data and estimating query performance; this evaluation proves the proposed system's superiority. Moreover, an optimal chunk size is confirmed through the log data insert performance evaluation of MongoDB for various chunk sizes.

A Study on Developing the Enhancement Method for the Reusability of GIS Component (GIS 컴포넌트의 재사용성 향상을 위한 기법 개발 연구)

  • 조윤원;조명희
    • Proceedings of the Korean Association of Geographic Inforamtion Studies Conference
    • /
    • 2004.03a
    • /
    • pp.599-605
    • /
    • 2004
  • 기존의 구축된 GIS 컴포넌트 혹은 개발 중이거나 향후개발을 목표로 설계단계에 있는 컴포넌트들의 최종 목표는 재사용성과 상호운용성의 가능성 여부이다. 하지만 컴포넌트 개발에 있어 시스템 개발환경의 다양성으로 인하여 그 재활용성은 생각만큼 쉬운 작업이 아니며, 특히 공간정보를 다루고 있는 GIS(Geographic Information System)분야에서의 GIS 컴포넌트 재활용은 전 세계의 산재한 각 데이터형의 포맷, 개발 환경, 운영환경을 고려하여 볼 때 시급한 일임에도 불구하고 그에 대한 노력이 상당히 미진한 실 정 이 다. 본 논문에서는 GIS 애플리케이션을 보다 효율적이고 유용하게 개발하기 위하여 GIS 컴포넌트의 개발과 관리에 이르는 전 과정을 관리 감독할 수 있는 COGIS(Component Oriented Geographic Information System)을 제안하고, COGIS 프로세스의 가이드라인이며 GIS 컴포넌트의 기능적인 면을 정의하기 위한 GCA(GIS based Component Architecture) 아키텍처를 제안하였다. 아울러 GIS 컴포넌트의 메타데이터를 분류 및 정의하여 GIS 컴포넌트의 비 기능적면을 제시하고 이를 이용하여 웹 기반 GIS 컴포넌트 등록/검색 에이전트 시스템을 개발하였으며 기존 GIS 컴포넌트 재사용 및 확장, 신규 컴포넌트의 등록, 검색이 가능하도록 한다. 사례연구로 웹 상에서 산불 발생 위험지수 표출을 위한 GIS 공간 분포도 작성이 쉽게 이루어지도록 2FDRV.avx와 2FDRC.exe 컴포넌트를 개발하였으며, COGIS 프로세스의 컴포넌트 관리방법을 통하여 여러 관련 컴포넌트를 조합함으로써 웹 기반 산불위험지수예보시스템을 구축하였다.입력 근거의 확보’, ‘갱신주체별 역할의 정의 및 유지관리 기준의 설정’, ‘분야별업무 특성을 고려한 관련 기준의 마련 및 타 시스템과 연계되는 항목을 고려한 절차 정의’ 등에 대한 다양한 접근을 시도하였다. 본 연구에서 제시하는 유지관리 모델을 기반으로 각 지자체별로 적절한 컨설팅이 진행되고 이에 따라 담당자의 실천이 이루어진다면 지자체 GIS의 투자대비 효과에 대한 기대는 이상이 아닌 현실로 다가오게 될 것이다.가오게 될 것이다. 동일하게 25%의 소유권을 가지고 있다. ?스굴 시추사업은 2008년까지 수행될 계획이며, 시추작업은 2005년까지 완료될 계획이다. 연구 진행과 관련하여, 공동연구의 명분을 높이고 분석의 효율성을 높이기 위해서 시료채취 및 기초자료 획득은 4개국의 연구원이 모여 공동으로 수행한 후의 결과물을 서로 공유하고, 자세한 전문분야 연구는 각 국의 대표기관이 독립적으로 수행하는 방식을 택하였다 ?스굴에 대한 제1차 시추작업은 2004년 3월 말에 실시하였다. 시추작업 결과, 약 80m의 시추 코아가 성공적으로 회수되어 현재 러시아 이르쿠츠크 지구화학연구소에 보관중이다. 이 시추코아는 2004년 8월 중순경에 4개국 연구팀원들에 의해 공동으로 기재된 후에 분할될 계획이다. 분할된 시료는 국내로 운반되어 다양한 전문분야별 연구에 이용될 것이다. 한편, 제2차 시추작업은 2004년 12월에서 2005년 2월 사이에 실시될 계획이다. 수백만년에 이르는 장기간에 걸쳐 지구환경변화 기록이 보존되어 있는 ?스굴호에 대한 시추사업은 후기 신생대 동안 유라시아 대륙 중부에서 일어난 지구환경 및 기후변화를 이해함과 동시에 이러한 변화가 육상생태계 및 지표지질환경에 미친 영향을 이해하는데 크게 기여할 것이다.

  • PDF

e-MP service activation research to support SME financial settlement (중소기업간 금융결제를 지원하는 e-MP 서비스 활성화 방안)

  • Yoo, Soonduck;Nam, Gijung
    • Journal of Digital Convergence
    • /
    • v.11 no.12
    • /
    • pp.61-67
    • /
    • 2013
  • The B2B e-commerce assurance system supports e-commerce purchases by Credit Guarantee Fund. This process seeks to replace a variety of current systems, including B2C, the credit card payment method on B2B, 2001 Credit Guarantee Fund and the Bank, logistics, e-MP (Market Place), and Business-to-business e-MP (business-to-business electronic payment settlement system). Over the past 10 years of its operation, the e-MP service (B2B e-commerce electronic payment systems) has contributed much to the growth of SMEs. The development of business-to-business e-commerce transactions systems and limits have provided a stable purchasing platform, improving corporate competitiveness. However. the project-based scale of credit guarantee institutions has limitations. To overcome these limitations, we propose a new model of direct or indirect government support for small business e-MP projects. This new model will support the B2B electronic commerce by allowing it to directly involve guarantee institutions directly in B2B online transactions. Therefore, this study urges government backing of the SME based B2B online business model with e-MP service.

Necessity of the Physical Distribution Cooperation to Enhance Competitive Capabilities of Healthcare SCM -Bigdata Business Model's Viewpoint- (의료 SCM 경쟁역량 강화를 위한 물류공동화 도입 필요성 -빅데이터 비즈니스 모델 관점-)

  • Park, Kwang-O;Jung, Dae-Hyun;Kwon, Sang-Min
    • Management & Information Systems Review
    • /
    • v.39 no.3
    • /
    • pp.17-35
    • /
    • 2020
  • The purpose of this study is to develop business models for current situational scenarios reflecting customer needs emphasize the need for implementing a logistics cooperation system by analyzing big data to strengthen SCM competitiveness capacities. For healthcare SCM competitiveness needed for the logistics cooperation usage intent, they were divided into product quality, price leadership, hand-over speed, and process flexibility for examination. The wordcloud results that analyzed major considerations to realize work efficiency between medical institutes, words like unexpected situations, information sharing, delivery, real-time, delivery, convenience, etc. were mentioned frequently. It can be analyzed as expressing the need to construct a system that can immediately respond to emergency situations on the weekends. Furthermore, in addition to pursuing communication and convenience, the importance of real-time information sharing that can share to the efficiency of inventory management were evident. Accordingly, it is judged that it is necessary to aim for a business model that can enhance visibility of the logistics pipeline in real-time using big data analysis on site. By analyzing the effects of the adaptability of a supply chain network for healthcare SCM competitiveness, it was revealed that obtaining competitive capacities is possible through the implementation of logistics cooperation. Stronger partnerships such as logistics cooperation will lead to SCM competitive capacities. It will be necessary to strengthen SCM competitiveness by searching for a strategic approach among companies in a direction that can promote mutual partnerships among companies using the joint logistics system of medical institutes. In particular, it will be necessary to search for ways to utilize HCSM through big data analysis according to the construction of a logistics cooperation system.

Potential Value Improvement Target Choice Methodology (PVTCM) in Construction Projects (건설 프로젝트의 잠재적 가치개선 대상 선정 방법론(PVTCM))

  • Yang, Jinkook
    • Korean Journal of Construction Engineering and Management
    • /
    • v.15 no.4
    • /
    • pp.11-19
    • /
    • 2014
  • Construction VE activities has occupies an important position as a key tool of the project in terms of budget and performance improvements. Reflecting this situation, VE application scope is being expanded than before. Thus, construction projects are required the continued research and development for effective use of construction VE. VE target choice method is the central part in the construction VE work. But, this has a problem with low utilization in practical terms. Accordingly, this study was developed the new methodology(PVTCM) for VE target selection of the construction VE work. Its contents are as follows: First, to analyze practical problem for VE target choice method through VE practical data. Second, to extract the high potential VE object based on the cost model and ideas similarity by excellent VE cases analysis. Third, to implement standardized VE object item by using affinity diagram for each construction type items. This research were conducted to experts interviews for comparison analysis with the cost model as one of a representative target selection method. As a result, proposed method were implemented significantly higher performance in terms of practical effectiveness than conventional method.

The Development of XML Message for Status Tracking the Importing Agrifoods During Transport by UBL (UBL 기반 수입농수산물 운송 중 상태 모니터링을 위한 XML 메시지 개발)

  • Ahn, Kyeong Rim;Ryu, Heeyoung;Lee, Hochoon;Park, Chankwon
    • The Journal of Society for e-Business Studies
    • /
    • v.23 no.3
    • /
    • pp.159-171
    • /
    • 2018
  • The imported foods, which are imported and sold domestically, are on the rise every year, and the scale is expected to be larger, including processing the imported raw materials. However, the origin of raw materials is indicated when declaring cargo for finished products of agricultural products, but the standardization of inspection information management system for raw materials is insufficient. In addition, there is a growing concern about the presence of residual pesticides or radioactivity in raw materials or products, and customer want to know production history information when purchasing agrifoods. It manages the hazard analysis of imported agricultural products, but most of them are global issues such as microorganisms, residual pesticides, food additives, and allergy components, etc. Therefore, it is necessary to share among the logistics entities in the entire transportation process the related data. Additionally, to do this, it needs to design an architecture and standardize business model. In this paper, it defines the architecture and the work-flow that occurs between the business process for collecting, processing, and processing information for tracking the status of imported agricultural products by steps, and develops XML message with UBL and the extracted conceptual information model. It will be easy to exchange and share information among the logistics entities through the defined standard model and it will be possible to establish visibility, reliability, safety, and freshness system for transportation of agricultural products requiring real-time management.

A Study on the Effects of BIM Adoption and Methods of Implementationin Landscape Architecture through an Analysis of Overseas Cases (해외사례 분석을 통한 조경분야에서의 BIM 도입효과 및 실행방법에 관한 연구)

  • Kim, Bok-Young;Son, Yong-Hoon
    • Journal of the Korean Institute of Landscape Architecture
    • /
    • v.45 no.1
    • /
    • pp.52-62
    • /
    • 2017
  • Overseas landscape practices have already benefited from the awareness of BIM while landscape-related organizations are encouraging its use and the number of landscape projects using BIM is increasing. However, since BIM has not yet been introduced in the domestic field, this study investigated and analyzed overseas landscape projects and discussed the positive effects and implementation of BIM. For this purpose, landscape projects were selected to show three effects of BIM: improvement of design work efficiency, building of a platform for cooperation, and performance of topography design. These three projects were analyzed across four aspects of implementation methods: landscape information, 3D modeling, interoperability, and visualization uses of BIM. First, in terms of landscape information, a variety of building information was constructed in the form of 3D libraries or 2D CAD format from detailed landscape elements to infrastructure. Second, for 3D modeling, a landscape space including simple terrain and trees was modeled with Revit while elaborate and complex terrain was modeled with Maya, a professional 3D modeling tool. One integrated model was produced by periodically exchanging, reviewing, and finally combining each model from interdisciplinary fields. Third, interoperability of data from different fields was achieved through the unification of file formats, conversion of differing formats, or compliance with information standards. Lastly, visualized 3D models helped coordination among project partners, approval of design, and promotion through public media. Reviewing of the case studies shows that BIM functions as a process to improve work efficiency and interdisciplinary collaboration, rather than simply as a design tool. It has also verified that landscape architects could play an important role in integrated projects using BIM. Just as the introduction of BIM into the architecture, engineering and construction industries saw great benefits and opportunities, BIM should also be introduced to landscape architecture.

Hash-chain-based IoT authentication scheme suitable for small and medium enterprises (중소기업 환경에 적합한 해쉬 체인 기반의 IoT 인증 기법)

  • Jeong, Yoon-Su;Yon, Yong-Ho;Ku, Jin-Hee
    • Journal of Convergence for Information Technology
    • /
    • v.7 no.4
    • /
    • pp.105-111
    • /
    • 2017
  • With the emergence of the fourth industrial revolution, more and more attempts have been made to apply IoT technology to the manufacturing process and launch the product. In this paper, we propose IoT authentication scheme based on hash chain which can easily apply IoT device to small and medium enterprises in Korea. In the proposed method, the companies that installed IoT devices suitable for the manufacturing environment are selected to maintain the linkage between IoT devices so that product information and release information can be efficiently collected and managed during the entire manufacturing process. In addition, the proposed scheme is characterized in that it does not require an additional encryption / decryption algorithm because the authentication information of the IoT device is constructed based on a hash chain. As a result of the performance evaluation, the efficiency of the manufacturing process was improved by 18.5% and the processing of the manufacturing process with the IoT device was shortened by 20.1% on the average according to the application of the IoT device. In addition, the labor cost reduction costs in the manufacturing process decreased by an average of 30.7%.

A Study on the Knowledge Transfer of Small and Medium Sized Firms for Foreign Investments (해외진출 중소기업의 지식이전에 관한 연구)

  • Jeong, Heon-Bae;Yun, Hyoung-Bo
    • International Commerce and Information Review
    • /
    • v.13 no.2
    • /
    • pp.121-148
    • /
    • 2011
  • Korean small and medium sized firms are dramatically expanding during the past two decades. Since small and medium sized firms begun to invest overseas to cope with the external and internal business environment. the influencing factors should defined for the successful foreign investment. This paper presents the research model explaining successful knowledge transfer between Korean small and medium sized firms and partners for foreign investment. This model examines investing companies' organizational characteristics, partners' learning capability and relational characteristics between two partners. Detail variables include the learning culture and codifiability of investing companies, and absorptive capability of partners, and communication and trust as a relational factors between investing companies and partners. The result of empirical analysis of sample companies shows that knowledge culture and codifiability of investing companies, and communication from the relational factors are important for knowledge transfer. These results provide some implications for the successful foreign investment of small and medium sized firms. Firstly the investing company should develop its own learning culture and internal procedure for the successful foreign investment. And frequent communication channel is necessary for knowledge transfer and the trustful relationship between investors and partner.

  • PDF