Blame view

doc/uml/activities/monitoring/see_all_status_act.txt 192 Bytes
164eebbd   haribo   UML and comments
1
2
3
4
5
6
7
8
9
10
@startuml

title See instruments and PLC status

(*) --> "Get instruments and PLC status from DB"
	--> "Create graphics of their evolution"
	--> "Display status and graphics"
	--> (*)

@enduml