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
  • 相关阅读:
    ubuntu18.04 切换python版本
    chart
    tox -e py27报错
    ubuntu 18.04配置静态ip,解决无法上网问题,解决resolv.conf配置文件被覆盖
    ubuntu 18.04输入法问题
    openstack 王者归来学习笔记
    nova client和nova restfull api区别
    nova-api nova-compute 启动服务的时候有的没有加配置文件有的加了
    go语言基本语法
    【转】 Docker和CI/CD实战
  • 原文地址:https://www.cnblogs.com/cutepig/p/3403762.html
Copyright © 2011-2022 走看看