• 제목/요약/키워드: NC Information

검색결과 250건 처리시간 0.019초

절단자동화를 위한 웹 기반의 NC 포스트프로세서 (An Web Based NC PostProcessor for Cutting Automation)

  • 류갑상
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2013년도 춘계학술발표대회
    • /
    • pp.1113-1115
    • /
    • 2013
  • NC 포스트프로세서는 CAD/CAM시스템에서 생성된 공구경로데이터 파일을 입력받아 NC공작기계를 구동시킬 수 있는 공작기계 제어데이터 파일로 변환해 주는 소프트웨어이다. 본 논문에서는 범용 NC 포스트프로세서를 웹에서 실행될 수 있도록 구현한 내용을 기술하고 있다. 사용자가 웹에 접속하여 NC 콘트롤러의 사양 및 매개변수를 설정해주면 절단에 사용할 NC파일이 자동 생성된다. 개발된 본 시스템을 사용하면 고가의 전용 NC 포스트포로세서 구입에 소요되는 비용을 줄일 있어 생산성 향상에 기여할 수 있다.

NC 정보와 이송축 모터 전류를 이용한 선삭 가공 상태 감시 (Monitoring of Machining State in Turning by Means of Information and Feed Motor Current)

  • 안중환;김화영
    • 대한기계학회논문집
    • /
    • 제16권1호
    • /
    • pp.156-161
    • /
    • 1992
  • 본 연구에서는 이송축 직류 서보 모터의 전류신호와 NC정보를 이용해서 선삭 가공상태를 감시하는 시스템을 개발하였다. 모터 전류는 가공 부하의 상태를 잘 나 타내며, NC 장치에 내장되어 있기 때문에 신호 검출을 위한 별도의 센서가 필요 없어 서 공구가 수시로 바뀌는 NC작업 감시를 위한 유효한 신호이다. 또 NC 정보로부터 작업을 예측함으로써 감시 대상을 명확히 하고 신뢰성을 높이고자 하였다. 전체적인 감시 시스템의 프로그래밍 언어로는 C를 사용하여, 실시간 감시처리를 가능하게 하였 다.

XML형식의 STEP-NC파일로 구동되는 PC 기반의 STEP-NC milling machine (PC Based STEP-NC Milling Machine Operated by STEP-NC in XML Format)

  • 이원석;방영봉
    • 한국정밀공학회지
    • /
    • 제19권12호
    • /
    • pp.185-193
    • /
    • 2002
  • Most of NC machines are operated by Is06983 standard called G-code, which was developed in the early days of machine tools. This G-code limits hardware performance of the currently developed high-performance hardware & machine tools. By describing only movements of tool, almost all of information of previous production departments is lost, and the machining department cannot exchange information with other departments. For adjusting new hardware environment and direct communication of CNC machines with CAD/CAM software, ISO 14649, STEP -NC is researched. This new standard stores CAD/CAM information as well as operation commands of CNC machines. In this research, the new CNC machine operated by STEP-NC was built and tested. Unlike other STEP-NC milling machines, this system uses the STEP-NC file in form of XML as data input. It makes possible for STEP-NC machines to exchange information to other databases using XML. The mentioned system of this paper loads the XML file, analyzes it, makes tool paths of two5D features with information of STEP-NC, and machines automatically without making G-code. All of software is programmed with Visual C++, and the milling machine is made with table milling machine, step motors, and motion control board for PC that can be directly controlled by C++ commands. All modules of software and hardware were independent, it allows convenient for substitution and expansion of the milling machine. The example 1 in ISP14649-11 that had all information about geometry and machining and the example 2 that has only geometry and tool information were used to test automatic machining by the open-architecture milling machine.

NC 블록 분포를 이용한 자유곡면의 가공시간 예측 (Machining time estimation of sculptured surfaces using NC block distributions)

  • 허은영;박선영;김보현;김동원
    • 한국경영과학회:학술대회논문집
    • /
    • 대한산업공학회/한국경영과학회 2004년도 춘계공동학술대회 논문집
    • /
    • pp.48-51
    • /
    • 2004
  • The estimation of NC machining time is of significance since it provides shop floor engineers with information for the determination of the productivity of the floor as well as process schedules. The NC machining time commonly depends on NC programs since they have various important information such as tool positions, feed rates, and other miscellaneous functions. Thus, nominal NC machining time can be easily acquired based on the programs. Actual machining time, however, cannot be simply obtained because of the dynamic characteristics of a NC machine controller such as acceleration and deceleration. Hence, this study presents a NC machine time estimation model for sculptured surfaces, considering the dynamic characteristics. The estimation model uses the distribution of NC blocks according to a factor influencing the machining time. Finally, machining time is estimated by a statistical machining time estimation model representing the relationship between the block distribution and the machining time. The parameters in the model are searched out by a genetic algorithm.

  • PDF

Development of ISO14649 Compliant CNC Milling Machine Operated by STEP-NC in XML Format

    • International Journal of Precision Engineering and Manufacturing
    • /
    • 제4권5호
    • /
    • pp.27-33
    • /
    • 2003
  • G-code, another name of ISO6983, has been a popular commanding language for operating machine tools. This G-code, however, limits the usage of today's fast evolving high-performance hardware. For intelligent machines, the communications between machine and CAD/CAM departments become important, but the loss of information during generating G-code makes the production department isolated. The new standard for operating machine tools, named STEP-NC is just about to be standardized as ISO14649. As this new standard stores CAD/CAM information as well as operation commands of CNC machines, and this characteristic makes this machine able to exchange information with other departments. In this research, the new CNC machine operated by STEP-NC was built and tested. Unlike other prototypes of STEP-NC milling machines, this system uses the STEP-NC file in XML file form as data input. This machine loads information from XML file and deals with XML file structure. It is possible for this machine to exchange information to other databases using XML. The STEP-NC milling machines in this research loads information from the XML file, makes tool paths for two5D features with information of STEP-NC, and machines automatically without making G-code. All software is programmed with Visual $C^{++}$, and the milling machine is built with table milling machine, step motors, and motion control board for PC that can be directly controlled by Visual $C^{++}$ commands. All software and hardware modules are independent from each other; it allows convenient substitution and expansion of the milling machine. Example 1 in ISO14649-11 having the full geometry and machining information and example 2 having only the geometry and tool information were used to test the automatic machining capability of this system.

Soft Network Coding in Wireless Two-Way Relay Channels

  • Zhang, Shengli;Zhu, Yu;Liew, Soung Chang
    • Journal of Communications and Networks
    • /
    • 제10권4호
    • /
    • pp.371-383
    • /
    • 2008
  • Application of network coding in wireless two-way relay channels (TWRC) has received much attention recently because its ability to improve throughput significantly. In traditional designs, network coding operates at upper layers above (including) the link layer and it requires the input packets to be correctly decoded. However, this requirement may limit the performance and application of network coding due to the unavoidable fading and noise in wireless networks. In this paper, we propose a new wireless network coding scheme for TWRC, which is referred to as soft network coding (SoftNC), where the relay nodes applies symbol-by-symbol soft decisions on the received signals from the two end nodes to come up with the network coded information to be forwarded. We do not assume further channel coding on top of SoftNC at the relay node (channel coding is assumed at the end nodes). According to measures of the soft information adopted, two kinds of SoftNC are proposed: amplify-and-forward SoftNC (AF-SoftNC) and soft-bit-forward SoftNC (SBF-SoftNC). We analyze the both the ergodic capacity and the outage capacity of the two SoftNC schemes. Specifically, analytical form approximations of the ergodic capacity and the outage capacity of the two schemes are given and validated. Numerical simulation shows that our SoftNC schemes can outperform the traditional network coding based two-way relay protocol, where channel decoding and re-encoding are used at the relay node. Notable is the fact that performance improvement is achieved using only simple symbol-level operations at the relay node.

Non-Coding RNAs in Caenorhabditis elegans Aging

  • Kim, Sieun S.;Lee, Seung-Jae V.
    • Molecules and Cells
    • /
    • 제42권5호
    • /
    • pp.379-385
    • /
    • 2019
  • Non-coding RNAs (ncRNAs) comprise various RNA species, including small ncRNAs and long ncRNAs (lncRNAs). ncRNAs regulate various cellular processes, including transcription and translation of target messenger RNAs. Recent studies also indicate that ncRNAs affect organismal aging and conversely aging influences ncRNA levels. In this review, we discuss our current understanding of the roles of ncRNAs in aging and longevity, focusing on recent advances using the roundworm Caenorhabditis elegans. Expression of various ncRNAs, including microRNA (miRNA), tRNA-derived small RNA (tsRNA), ribosomal RNA (rRNA), PIWI-interacting RNA (piRNA), circular RNA (circRNA), and lncRNA, is altered during aging in C. elegans. Genetic modulation of specific ncRNAs affects longevity and aging rates by modulating established aging-regulating protein factors. Because many aging-regulating mechanisms in C. elegans are evolutionarily conserved, these studies will provide key information regarding how ncRNAs modulate aging and lifespan in complex organisms, including mammals.

제조업체 NC 공작기계의 모니터링 및 안전 상태 검사 시스템 개발에 관한 연구 (A Development of Prototype System for Monitoring and Checking the Safety-Status of NC Machines)

  • 박광렬;이철수
    • 산업공학
    • /
    • 제17권1호
    • /
    • pp.13-21
    • /
    • 2004
  • In this study, the prototype of a system for checking risk-factor of NC machine is proposed. The proposed system can get the risk-related information by monitoring the status of real-time processes of NC machines. Using the information, the accidents can be prevented by the background process of an expert system tool. This paper consists of 2 parts: (1) the method for gathering data and definition of the risk-related factors of NC machines and (2) the procedure for finding the proper actions by using the forward chaining of a rule-base. Proposed system is implemented with C++ language under MS-windows.

공장자동화를 위한 확장 DNC 시스템 (An Extended DNC System for Factory Automation)

  • 김영기;강무진;이재원
    • 대한기계학회논문집
    • /
    • 제18권9호
    • /
    • pp.2297-2311
    • /
    • 1994
  • This paper presents the study on the development of a DNC, system IPIS(Interactive Plant Information System)/DNC, which can manage NC machines and robots as a distributed control method in the machine. processing factory. The IPIS/DNC system is composed of a host computer, satellites and NC machines. A set of software modules are developed on the host computer and the satellites separately. By modularizing each functions of the IPIS/DNC system and using multi-taking method, the functions such as NC program management, NC program distribution, and shop monitoring can be performed on the host computer, and the functions such as NC program transfer to the NC machines, and NC program editing can be performed on the satellites. A Relational database which is linked with job scheduling system is used for IPIS/DNC system.