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
UML drawing tools的更多相关文章
- UML online tools
UML online tools UML https://www.diagrams.net/assets/svg/home-dia1.svg refs https://www.diagrams.net ...
- arcmap Command
The information in this document is useful if you are trying to programmatically find a built-in com ...
- 转:Busy Developers' Guide to HSSF and XSSF Features
Busy Developers' Guide to Features Want to use HSSF and XSSF read and write spreadsheets in a hurry? ...
- DrawTools(画图工具)原始版本
上一篇文章一个优秀的C#开源绘图软件 DrawTools中详细的介绍了DrawTools的几种演化的较高版本的软件的特色与功能. 这篇文章,将介绍一下这款软件的成名版本, 下载地址DrawTool_O ...
- 一个优秀的C#开源绘图软件 DrawTools
1.Extensions to DrawTools Author Mark Miller I develop software for a leading healthcare system in N ...
- RAD XE10 Seattle
RAD Studio 10 Seattle RAD XE10 Seattle RAD 10 Seattle c++builder 10 Seattle Delphi 10 Seattle http:/ ...
- codeviz安装
1. 下载:http://www.skynet.ie/~mel/projects/codeviz/#download 结合Graphviz工具,使用CodeViz可以生成直观和漂亮的C/C++ ...
- [转] 使用CodeViz生成C/C++函数调用关系图
运行环境:虚拟机下的Ubuntu 11.04 结合Graphviz工具,使用CodeViz可以生成直观和漂亮的C/C++程序函数之间的调用关系图. 1.安装graphviz 在安装CodeViz之前, ...
- tangible T4 Editor 2.2.3 for VS2010 / VS2012 / VS2013 Preview
tangible T4 Editor 2.2.3 for VS2010 / VS2012 / VS2013 Preview angible T4 Editor 2.2.3 plus UML model ...
随机推荐
- esLint参数设置
package.json { "name": "testEsLint", "version": "1.0.0", &qu ...
- A8逻辑篇1.点亮一个LED(S5PV210.A8)
一.虚拟机安装好后,我们用Fedora 双击.vmx文件,将会在虚拟机中打开 相应的生成: 这些文件 二.进入虚拟机页面 等待启动 账号选择其他 用户名:root 密码:111111 设置页面大小: ...
- springboot中websoket的使用
知识点:springboot项目中,websoket实时推送技术的介绍与使用 一.双向通信 http协议通信只能由客户端发起请求,服务端返回查询结果,如果我们想定时获取服务端的状态变化,相对 ...
- 基于spring boot admin 做监控的一些问题记录
问题一 各个健康节点权限问题 解决方式 加入权限模块 <dependency> <groupId>org.springframework.boot</groupId> ...
- BZOJ 3930 【CQOI2015】 选数
题目链接:选数 这种SB题我都Wa飞了,彻底没救系列- 首先,我们可以发现1,如果我们选了两个不同的数,那么它们的\(\gcd\)不会超过\(r-l+1\).于是,我们可以设一个\(f_i\)表示任取 ...
- install ros-indigo-camera-info-manager
CMake Warning at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake: (find_package): Could not fi ...
- vue 脚手架(二,项目依赖说明 package.json)
本文以转移至本人的个人博客,请多多关注! 本文以转移至本人的个人博客,请多多关注! 本文以转移至本人的个人博客,请多多关注! 本文以转移至本人的个人博客,请多多关注! 继续上一篇, 上一篇讲了 vue ...
- MongoDB排序异常
com.mongodb.MongoQueryException: Query failed with error code 96 and error message 'Executor error d ...
- 豆知识扩展:HTML<meta> tag
豆知识: HTML<meta> tag Metadata 是关于数据的信息. The <meta> tag provides metadata关于网页.Metadat不会显示在 ...
- APP的六种loading加载样式,全在这...
今天这篇文章是给大家分享的loading加载的设计,文章里面会有一些实例在这分享给大家! 大多数App都要与服务器进行数据的交换,App向服务器发出数据请求,服务器接收到请求之后向App传输相应数据, ...