zoukankan      html  css  js  c++  java
  • UML drawing tools

    1. tools based on the script

    http://www.websequencediagrams.com/

    UMLet 12.1

    My best two recommendations right now would be: yUML and PlantUML (http://www.plantuml.com/plantuml/form)

    If you need something more complex and integrated with Eclipse try TextUML

    2. Examples of PlantUML 

    a) 


    (*)--> "2D calibration"
    --> "3D calibration"
    --> "Z calibration & Adjust belt levels"
    --> "Learn"
    if "3DS Optics" then
    -->[true] "Check belt vibration (without wafer)"
    --> "Check belt vibration (with wafer)"
    else
    --> "Check belt vibration (with wafer)"
    endif

    --> "0-90 deg Calibration (Update Z Calibration)"
    --> "5-PT TTV compensation"
    --> "Thickness compensation"
    --> "Check repeatability"
    --> (*)

    b) 

    Host --> "Vision Appl": Start auto run mode
    "Vision Appl"-->"Vision System": Start OTF mode
    "Vision Appl" --> Host: Auto run mode enabled
    "Wafer" --> "Vision System": Wafer is comming
    "Vision System"-->"Vision Appl": Start sensor detected
    "Vision Appl"-->"Vision System": Start OTF trigger
    "Vision System"-->"Vision Appl": Trigger points are triggered
    "Vision Appl"-->"Vision Algorithm": Do construction & Inspection
    "Vision Appl"-->"Vision System": Stop OTF trigger
    "Vision Algorithm"-->"Vision Appl": Construction & Inspection done
    "Vision Appl" --> Host: Wafer inspection done
    Host --> "Vision Appl": Get inspection result
    "Vision Appl" --> Host: Send inspection result
    
    Host --> "Vision Appl": Stop auto run mode
    "Vision Appl"-->"Vision System": Stop auto run mode
    "Vision Appl" --> Host: Stop auto run mode ok
  • 相关阅读:
    事事浑不着意,总得有走心的地方
    Struts2框架概述
    java算法数据结构
    shell十三问(转)
    linux:将job放在后台执行的方法
    Python性能(转)
    python collections deque
    python中的参数传递和返回值
    python中的下划线
    python学习笔记glob模块
  • 原文地址:https://www.cnblogs.com/cutepig/p/3403762.html
Copyright © 2011-2022 走看看