Automata "and"

hey,

it is possible to add a “and” in a automata logic via Qfsm

like this

logik_automata.v4p (6.8 kB)

is there no solution for this

i would like include the “and” direct in the Qfsm code and
not outside in the vvvv patch

that is not possible, Qfsm models classic finite state machines and they do not know of any data processing logic… but vvvv knows a lot about that…;)

just a hint, if you want to have a reset input, you can tick the checkbox in the vvvv export menu, it creates a transition from every state back to the initial state.