• 제목/요약/키워드: Assembly information

검색결과 955건 처리시간 0.027초

STEP 기반의 조립정보 추출과 코드 생성 알고리즘 (STEP-based Algorithms for Extraction and Code Generation of Assembly Information)

  • 김광수;최후곤
    • 한국CDE학회논문집
    • /
    • 제10권6호
    • /
    • pp.412-420
    • /
    • 2005
  • The integration of CAD and CAM is critical for computer aided process planning. Recently, STEP has been emerged and utilized as a product data exchange standard format in CAD/CAM areas. The assembly information consists of assembly component relations, assembly features, assembly directions and mating conditions. The purpose of this study is to develop an efficient algorithm to extract assembly information directly from the STEP based files and to generate automatically assembly process plan from the extracted assembly features. The developed algorithms will generate assembly information codes for STEP(AICS). The results from this study can be a reasonable link between design and manufacturing for developing better CAAPP(Computer-Aided Assembly Process Planning) systems.

조립 및 기구학 구속 조건, 공차를 포함하는 기계 조립체의 개념적 정보 모델 (A Conceptual Information Model of Mechanical Assemblies Incorporating Assembly and Kinematic Constraints, and Tolerances)

  • 한영현
    • 한국CDE학회논문집
    • /
    • 제10권2호
    • /
    • pp.133-142
    • /
    • 2005
  • This paper proposes an object-oriented conceptual information model of mechanical assemblies, named open assembly model (OAM). The proposed assembly model primarily defines hierarchical relationships between parts and subassemblies. Together with the assembly hierarchy. the model also provides a way to represent tolerances, kinematic information, and parametric assembly constraints. Relational information such as mating conditions and degree of freedom between parts and subassemblies is captured via assembly features and relationships thereof. The information model is described using class diagrams of the Unified Modeling Language (UML), and instance diagrams are used to exemplify the proposed information model. The conceptual model presented in this paper is an integrated information model for assembly representation, which could supply necessary information for tolerance analysis and synthesis, kinematic simulation, and assembly simulation. Such a conceptual information model plays an important role for the exchange of information between modeling, analysis and planning systems. Hence, the proposed model could serve as a framework for developing data exchange standards of mechanical assemblies. The proposed model is demonstrated through a case study of a planetary gear assembly.

국회도서관 지방의회 정보서비스 운영방안에 관한 연구 (The Local Assembly Information Services of the National Assembly Library)

  • 배경재;서유진
    • 정보관리학회지
    • /
    • 제35권2호
    • /
    • pp.187-213
    • /
    • 2018
  • 본 연구는 국회도서관 자료보존관의 특성화 서비스로서 지방의회 정보서비스 운영방안을 제시하고자 하였다. 이를 위해 국내 외 주요 국가의회도서관, 지방자치단체 의회도서관, 사회과학분야 전문도서관 정보서비스 사례를 조사 분석하였다. 분석결과를 토대로 시사점을 도출하였으며, 최종적으로 지방의회 정보서비스 운영방안으로서 의정자료 공유체제 강화를 통한 자료제공 서비스, 지방의회 대상의 의회정보 회답 서비스, 주제별 가이드 및 교육 프로그램 개발을 제안하였다.

웹 어셈블리 모듈 안전성 검증을 위한 퍼징 방법 (Fuzzing Method for Web-Assembly Module Safety Validation)

  • 박성현;강상용;김연수;노봉남
    • 정보보호학회논문지
    • /
    • 제29권2호
    • /
    • pp.275-285
    • /
    • 2019
  • 웹 어셈블리는 웹 브라우저 자바스크립트의 성능 향상을 위해 설계된 새로운 바이너리 표준이다. 웹 어셈블리는 효율적인 실행 및 간결한 표현과 여러 언어를 바탕으로 작성된 코드를 네이티브에 가까운 속도로 구동될 수 있는 새로운 웹 표준으로 자리 잡고 있다. 하지만 현재 웹 어셈블리 취약성 검증은 웹 어셈블리 인터프리터 언어에 제한되어 있으며, 웹 어셈블리 바이너리 자체에 대한 취약성 검증은 부족한 상황이다. 따라서 웹 어셈블리의 자체적인 안전성 검증이 필요한 실정이다. 본 논문에서는 먼저 웹 어셈블리의 구동 방식과 현재 웹 어셈블리의 안전성 검증 방법에 대해서 분석한다. 또한 기존에 발생하였던 웹 어셈블리 안전성 검증 방식에 대해 살펴보고, 이에 따른 기존 안전성 검증 방식의 한계점을 분석한다. 최종적으로 기존 안전성 검증 방법의 한계점을 극복하기 위한 웹 어셈블리 API 기반 퍼징 방법을 소개한다. 이는 기존 안전성 검증 도구로 탐지할 수 없었던 크래시를 탐지함으로써 제안하는 퍼징의 효용성을 검증한다.

조립 BOM 생성을 위한 병렬순서 추출 알고리듬 (A Parallel Sequence Extraction Algorithm for Generating Assembly BOM)

  • 여명구;최후곤;김광수
    • 대한산업공학회지
    • /
    • 제29권1호
    • /
    • pp.49-64
    • /
    • 2003
  • Although assembly sequence planning is an essential task in assembly process planning, it is known as one of the most difficult and time consuming jobs because its complexity is increased geometrically when the number of parts in an assembly is increased. The purpose of this study is to develop a more efficient algorithm for generating assembly sequences automatically. By considering subassemblies, a new heuristic method generates a preferred parallel assembly sequence that can be used in robotic assembly systems. A parallel assembly sequence concept provides a new representation scheme for an assembly in which the assembly sequence precedence information is not required. After an user inputs both the directional mating relation information and the mating condition information, an assembly product is divided into subgroups if the product has cut-vertices. Then, a virtual disassembly process is executed to generate alternate parallel assembly sequences with intermediate assembly stability. Through searching parts relations in the virtual disassembly process, stable subassemblies are extracted from translation-free parts along disassembling directions and this extraction continues until no more subassemblies are existed. Also, the arithmetic mean parallelism formula as a preference criterion is adapted to select the best parallel assembly sequence among others. Finally a preferred parallel assembly sequence is converted to an assembly BOM structure. The results from this study can be utilized for developing CAAPP(Computer-Aided Assembly Process Planning) systems as an efficient assembly sequence planning algorithm.

동역학 및 기구학적 해석을 위한 조립체 모델링 시스템 (An Assembly Modeling System for Dynamic and Kinematic Analysis)

  • 김성환;이건우
    • 대한기계학회논문집
    • /
    • 제13권1호
    • /
    • pp.48-58
    • /
    • 1989
  • 이 논문의 목적은 사용자가 부품간의 연결정보로는 단지 만남조건 (mating condition)만을 입력함으로써 조립체가 생성이 되고 또 그로부터 동역학 또는 기구학적 해석 프그램과의 연결을 위한 정보가 유도되는 조립체 모델링 시스템(assembly modeling system)을 개발하는 것이다. 만남조건을 통해 조립체를 생성하는 방법은 이미 Rocheleau와 Lee에 의해 개발되었으나 그들은 주로 각 부품의 위치를 찾아내는 데에만 관심을 두었고 본 논문에서는 그것의 확장으로 해석 프로그램과 연결시키는데 필요한 정보의 유도를 추가로 고려하였다.

Design and Implementation of the Automatic cable assembly test system that can test cable assembly effectively

  • Jang, Ki-Mang
    • 한국컴퓨터정보학회논문지
    • /
    • 제23권7호
    • /
    • pp.1-10
    • /
    • 2018
  • In this paper, we propose the principles and design details of Automatic cable assembly test system and show its utility. Testing the cable assembly is required periodically or non-periodically in the system that the cable assembly performance is quite important like military equipment. There are several weaknesses when humans test the cable assembly manually. It not only takes much time but also could happen human error. To improve these disadvantages, I developed Automatic cable assembly test system. The system can be implemented by building switching control system that connect and disconnect the cable assembly and measuring devices. Through the result of the cable assembly test with this test system, we show this system makes test time short and improves of test reliability as compared with manual test.

국회 비공개 대상 정보 세부 기준 연구: 「국회정보공개규정」을 중심으로 (A Study on Detailed Nondisclosure Criteria for the National Assembly: Focused on National Assembly Information Disclosure Regulations)

  • 김유승
    • 한국기록관리학회지
    • /
    • 제22권3호
    • /
    • pp.37-53
    • /
    • 2022
  • 본 연구는 현행 「국회정보공개규정」의 비공개 대상 정보 세부 기준에 대한 비판적 분석을 통해, 문제점과 대안을 논하고, 나아가 국회 정보공개제도 전반의 개선방안을 모색하는 데 목적을 두고 있다. 이를 위한 이론연구로서, 관련 선행연구를 분석하고, 「국회정보공개규칙」과 「국회정보공개규정」의 연혁을 정리하며, 비공개 대상 정보 세부 기준의 법제도적 개념을 논하였다. 이어, 국회 비공개 대상 정보 세부 기준을 구성, 운영, 내용의 세 가지 측면에서 분석하였다. 이 분석을 위해 국회 정보공개 관련 전문가 5명과 대면 및 서면 인터뷰를 진행하여 의견을 수렴하였다. 결론에 갈음하여, 개선방안으로 첫째, 비공개 대상 정보 세부 기준의 구성과 예시 내용을 포함한 「국회정보공개규정」의 전면적 개정을 요구하고, 둘째, '「정보공개법」 제9조 제1항 제5호의 개정 사항 반영', '안보, 국방, 통일, 외교 관련 국회의원 활동 정보의 포괄적 비공개 금지', '경비 집행 내역 비공개 정보의 유형세분화', '회의 정보 비공개 세부 기준의 수립' 등 세부 기준 개정의 필수 사항을 제시하였으며, 셋째, 세부 기준 개정을 위한 한시적 특별 전담 조직의 구성을 제안하였다.

디지털공장을 이용한 자동차 조립공장의 자재계획 및 정보관리 (Material Planning and Information Management for Automotive General Assembly using Digital Factory)

  • 노상도;박영진
    • 한국CDE학회논문집
    • /
    • 제9권4호
    • /
    • pp.325-333
    • /
    • 2004
  • To ensure competitiveness in the modern automotive market, material arrangements and information managements should be performed concurrently with new car developments. In automotive general assembly shops, thus, new business workflow and supporting environments are inevitable to reduce the manufacturing preparation time in developing a new car in the manner of concurrent and collaborative engineering. Since complete material arrangements for a whole general assembly system is a huge and complex job, several planners should execute their planning jobs and share information. Therefore, each planner should provide others with his/her results with continuous on-line communication and cooperation. Digital automotive general assembly factory is useful the performing concurrent and collaborative engineering and is essential for material arrangements and information managements systems. In this research, we constructed a sophisticated digital factory of an automotive general assembly shop by measuring and modeling through the parametric 3-D CAD, and a web-based system for concurrent and collaborative material arrangements for automotive general assembly via 3D mock-up is developed. By the digital general assembly shop and developed web-based system, savings in time and colt of manufacturing preparation activities are possible, and the reliability of the planning result Is greatly improved.

국회의원의 입법정보 이용행태와 수요예측에 관한 연구 (A Study on Use Behavior and Demand Forecasting of Legislative Information Service for the Member of the National Assembly)

  • 조정권;배경재
    • 한국문헌정보학회지
    • /
    • 제50권3호
    • /
    • pp.155-169
    • /
    • 2016
  • 본 연구는 19대 전반기 국회의원의 속성에 따른 입법정보 이용행태에 대한 분석을 통해 20대 전반기 국회의원의 입법정보 수요예측과 입법정보서비스의 정책적 함의를 찾는 것을 목표로 한다. 입법정보 지원기관인 국회도서관의 참고질의회답을 분석대상으로 하고, 의원의 정치속성과 관계속성을 독립변수로 하여 분석한 결과 소속정당 선출방식 내향중심성에 따라 국회도서관의 입법정보 이용에 유의미한 차이가 있었다. 이와 함께 20대 국회가 여소야대의 국회의원 구성과 3당 체제의 원내구성이라는 점에서 국회도서관의 입법정보 수요가 증가될 것이라고 예측할 수 있었다.