Discussion:
Documenting Event-Driven Queued State Machine in UML
(too old to reply)
F. Schubert
2008-08-08 11:10:07 UTC
Permalink
I'm frequently using the design pattern of an Event-Driven State Machine and I would like to document the behaviour in proper uml. I would by happy if someone shows me to do that.Having an event-driven QSM, the event structure will put one (or more) states into the queue (shown as orange arrows in the pic, imagine a 'Save&amp;Exit' behaviour for multiple states). The state machine itself will also put some states into the queue for transition. In the implementation, there is no 'idle' state defined (dequeue element).So the questions:* How to uml-code the event-to-queue* How to handle the multiple states fired case (*)* What about the 'Idle' state(*) that's the reason here for not using a simple state machine. I want to have 'Save', 'Exit' and 'Save and Exit'.Felix<img src="Loading Image..."> Message Edited by F. Schubert on 08-08-2008 05:52 AM


edqsm.png:
http://forums.ni.com/attachments/ni/170/347818/1/edqsm.png
Hans Aplast
2008-08-11 10:40:05 UTC
Permalink
Hi,as far as I know we don´t sell any tool to generate Documentation in UML or generate LabVIEW-COde from UML-Models.But there is a company offering an UML-Modeling-Tool for LabVIEW(&gt;= 7.1).That´s all i can say about the topic.http://www.endevo.se/index.php/en/Produkter_Beskrivningar/Endevo-UML-Modeller-1.2.htmlMarco Brauner (NIG)
Loading...