• Title/Summary/Keyword: Static Analysis Tool

Search Result 284, Processing Time 0.021 seconds

A study on the design optimization of the head stucture of 5-axis machining center using finite element analysis (유한요소해석을 이용한 5축 복합가공기 헤드 구조물의 최적 설계에 관한 연구)

  • Kim, Jae-Seon;Lee, Meong-Ho;Youn, Jae-Woong
    • Journal of the Korea Convergence Society
    • /
    • v.12 no.9
    • /
    • pp.161-168
    • /
    • 2021
  • As the demand for high speed and high precision increases in the field of machine tool, interest in stiffness and vibration of machine tool is increasing. However, it takes a lot of time to develop a detailed design of machine tool based on experience, and it is difficult to design appropriately. Recently, structural optimization using FEM are increasingly used in machine tool design. But, it is difficult to optimize in consideration of the vibration state of the structure since optimization through stress distribution of a structure is mainly used, In this paper, Static structural analysis, mode analysis, and harmonic analysis using FEM were conducted to optimize the head structure that has the most influence on machining in a 5-axis machine tool. It is proposed a topology optimization analysis method that considers both static stiffness and dynamic stiffness using objective function design.

Static Analysis Tools Against Cross-site Scripting Vulnerabilities in Web Applications : An Analysis

  • Talib, Nurul Atiqah Abu;Doh, Kyung-Goo
    • Journal of Software Assessment and Valuation
    • /
    • v.17 no.2
    • /
    • pp.125-142
    • /
    • 2021
  • Reports of rampant cross-site scripting (XSS) vulnerabilities raise growing concerns on the effectiveness of current Static Analysis Security Testing (SAST) tools as an internet security device. Attentive to these concerns, this study aims to examine seven open-source SAST tools in order to account for their capabilities in detecting XSS vulnerabilities in PHP applications and to determine their performance in terms of effectiveness and analysis runtime. The representative tools - categorized as either text-based or graph-based analysis tools - were all test-run using real-world PHP applications with known XSS vulnerabilities. The collected vulnerability detection reports of each tool were analyzed with the aid of PhpStorm's data flow analyzer. It is observed that the detection rates of the tools calculated from the total vulnerabilities in the applications can be as high as 0.968 and as low as 0.006. Furthermore, the tools took an average of less than a minute to complete an analysis. Notably, their runtime is independent of their analysis type.

Development of a Tool for Automation of Analysis of a Spindle System of Machine Tools (공작기계 주축 시스템의 해석 자동화를 위한 툴 개발)

  • Choi, Jin-Woo
    • Journal of the Korean Society of Manufacturing Process Engineers
    • /
    • v.14 no.2
    • /
    • pp.121-126
    • /
    • 2015
  • In this research, a tool was developed for the rapid performance of three-dimensional finite element analysis (3D FEA) of a machine tool spindle system made of a shaft and bearings. It runs the FEA with data, such as the bearing stiffness and the coordinates of the points, to define the section of the shaft, bearing positions, and cutting point. developed for the spindle system and then implemented with the tool using an object-oriented programing technique that allows the use of the objects of the CAD system used in this research. Graphic user interfaces were designed for a user to interact with the tool. It provides rapid evaluation of the design of a spindle system, and therefore, it would be helpful to identify a near optimal design of a spindle system based on, say, static stiffness with design changes and, consequently, FEA.

Improvement of Reliability of Static Execution Time Analysis Using Software Monitoring Technique (소프트웨어 감시 기법을 활용한 정적 실행시간 분석의 신뢰성 향상)

  • Kim, Yun-Kwan;Kim, Tae-Wan;Chang, Chun-Hyon
    • Journal of the Korea Society of Computer and Information
    • /
    • v.15 no.4
    • /
    • pp.37-45
    • /
    • 2010
  • A system which needs timely accuracy has to design and to verify correctly about execution-time for reliability. Accordingly, it is necessary for timing analysis tools, and much previous research worked. In timing analysis tool, there are two methods. One is a static analysis, and the other is a measurement based analysis. A static analysis is able to spend time less than a measurement based analysis method, but has low reliability of analysis result caused by hard to estimate time of I/O caused by various hardware. A measurement based analysis can be close analysis to real result, but it is hard to adapt to actual application, and spend a lot of time to get result of analysis. As such, this paper present a software monitoring architecture to supply reliability of static analysis process. In a presented architecture, it can select target as needed measurement through static analysis, and reuse result of measurement exist. Therefore, The architecture can reduce overload of time and performance for measurement, and improve the reliability which is the worst problem of static analysis.

A Study on the Characteristic Analysis of the Load-sensitive Hydraulic Pump Control System (부하 감응형 유압 펌프 제어 시스템의 특성 해석에 관한 연구)

  • 이용주;이승현;송창섭
    • Journal of the Korean Society for Precision Engineering
    • /
    • v.17 no.4
    • /
    • pp.148-154
    • /
    • 2000
  • In this study, the static and the dynamic characteristics of the load-sensitive hydraulic pump control systems of a hydraulic excavator were analyzed using the developed analysis tool. The results were compared with the experimental ones. To improve the static performance of the system, the system parameter effects on the controllable region and the pump pressure variation were studied. The parameters enhancing dynamic characteristics were also considered.

  • PDF

Application of CAE for Precision Material Forming of Electric Parts (정밀 전기, 전자 부품 성형을 위한 해석 틀의 활용)

  • 김석관;이재진;서장원
    • Proceedings of the Korean Society for Technology of Plasticity Conference
    • /
    • 1994.06a
    • /
    • pp.185-189
    • /
    • 1994
  • The key factor of quality in precision metal forming is to meet the requirements of parts size and shape. Particular problem of unflatness occurs frequently. This study focuses on figuring out the cause of unflatness. To predict the amount of unflatness after ejection from tool, equivalent temperature method is used. This method, temperature equivalent to the final stress value is calculated, and it is applied as the boundary condition of the linear static analysis. The final of formed part is used as the geometry model of the static analysis.

A GQM Approach to Evaluation of the Quality of SmartThings Applications Using Static Analysis

  • Chang, Byeong-Mo;Son, Janine Cassandra;Choi, Kwanghoon
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.14 no.6
    • /
    • pp.2354-2376
    • /
    • 2020
  • SmartThings is one of the most popular open platforms for home automation IoT solutions that allows users to create their own applications called SmartApps for personal use or for public distribution. The nature of openness demands high standards on the quality of SmartApps, but there have been few studies that have evaluated this thoroughly yet. As part of software quality practice, code reviews are responsible for detecting violations of coding standards and ensuring that best practices are followed. The purpose of this research is to propose systematically designed quality metrics under the well-known Goal/Question/Metric methodology and to evaluate the quality of SmartApps through automatic code reviews using a static analysis. We first organize our static analysis rules by following the GQM methodology, and then we apply the rules to real-world SmartApps to analyze and evaluate them. A study of 105 officially published and 74 community-created real-world SmartApps found a high ratio of violations in both types of SmartApps, and of all violations, security violations were most common. Our static analysis tool can effectively inspect reliability, maintainability, and security violations. The results of the automatic code review indicate the common violations among SmartApps.

Dynamic Analysis of a Stewart Platform Type of Machine Tool (스튜엇트 플랫폼형 공작기계의 동특성해석)

  • 장영배;장경진;백윤수;박영필
    • Journal of KSNVE
    • /
    • v.9 no.1
    • /
    • pp.49-59
    • /
    • 1999
  • The mechanism of Stewart platform has many advantages for kinematic analysis and control. Thus there have been many research about employing this mechanism in the new type of machine tool. Since the vibration caused during the manufacturing process has a severely adverse effect on the machining precision. it is very important to enhance the vibrational characteristics. However. it is not easy to use finite element model for the vibration analysis. That is because the vibration behaviors of the structure vary in a complicated manner according as the length of links varies. In this paper, a Stewart platform type of machine tool is modeled in finite element method and then updated by using the experimental modal data. Finally. the static and dynamic characteristics of the finite element model are predicted and then discussed.

  • PDF

Study of Structural Reliability of Pipe-Fitting Collet Tool (배관용 관 이음쇠 내외경 동시 교정툴의 신뢰성 평가)

  • Kim, Chang-Uk;Park, Jin-Chul;Song, Jung-Il
    • Journal of the Korean Society of Manufacturing Process Engineers
    • /
    • v.14 no.4
    • /
    • pp.140-145
    • /
    • 2015
  • In the present study, the structural safety of the bolt portion and collet tool structure of the pipe-fitting tool is analyzed by using the finite element technique. Two forces as piston forces with the magnitude of 187.5 Tons are applied to the inner and outer portions of the collet tool, respectively. A structural load of 750 Tons is applied to the bolt portion. In the analysis results, it is found that the structure becomes safe under the current loading conditions. The reliability rating of the pipe is calculated in this study. The material properties of the actual material are evaluated by using mechanical testing. Therefore, the material properties are used to carry out static structural and optimization analysis.

Development of a Tool for Automation of Finite Element Analysis of a Shaft-Bearing System of Machine Tools (공작기계 회전축-베어링 시스템의 유한요소해석 자동화를 위한 툴 개발)

  • Choi, Jin-Woo;Kang, Gi-Young
    • Journal of the Korean Society of Manufacturing Process Engineers
    • /
    • v.18 no.6
    • /
    • pp.19-25
    • /
    • 2019
  • We have developed a tool that uses finite element analysis (FEA) to rapidly evaluate a shaft-bearing system of machine tools. We extracted commercial data on suitable clamping units and defined the inner profile of the shaft to avoid needing direct user input to define the profile. We use a splitting algorithm to convert the shaft into beam elements with two diameters and length. To validate the tool, we used it to design and evaluate a shaft-bearing system and found that our tool automated the construction of an FE system model in a commercial FEA package as well as the static stiffness evaluation; both tasks were completed in seconds, demonstrating a significant reduction from the minutes normally required to complete these tasks manually.