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

 

相关文章:

  • 2021-12-15
  • 2021-07-31
  • 2021-12-18
  • 2021-09-02
  • 2022-01-15
  • 2022-02-11
  • 2022-12-23
  • 2021-11-08
猜你喜欢
  • 2021-08-12
  • 2022-12-23
  • 2021-11-25
  • 2022-02-25
  • 2021-10-30
  • 2021-09-17
相关资源
相似解决方案