uebersicht.plantuml 870 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. @startmindmap uebersicht
  2. header <font color=red>**Sample Text Sample Text Sample Text Sample Text Sample Text Sample Text Sample Text Sample Text Sample Text Sample Text Sample Text Sample Text Sample Text Sample Text Sample Text Sample**</font>
  3. skinparam TitleFontSize 24
  4. title Bestandteile des Energiemonitoring-Systems
  5. center footer jomueller, 08.2022
  6. <style>
  7. mindmapDiagram {
  8. .green {
  9. BackgroundColor lightgreen
  10. }
  11. .rose {
  12. BackgroundColor #FFC5C4
  13. }
  14. .base {
  15. BackgroundColor #C8C7FF
  16. }
  17. }
  18. </style>
  19. + System <<rose>>
  20. ++ Energiemessung <<base>>
  21. +++ an einzelnen Baugruppen
  22. +++ der gesamten Anlage
  23. ++ Datenaggregation <<base>>
  24. +++ Kombination mit Anlagenstatus
  25. +++ Verwendung vorhandener Infrastruktur
  26. -- Datenanalyse <<base>>
  27. --- modularer Aufbau
  28. --- redundante Speicherorte
  29. -- Visualisierung <<base>>
  30. --- Alarme
  31. --- Dashboard
  32. @endmindmap