Wenn dein Problem oder deine Frage geklärt worden ist, markiere den Beitrag als "Lösung",
indem du auf den "Lösung" Button rechts unter dem entsprechenden Beitrag klickst. Vielen Dank!
it's a nice program :-)
I've attached your program with some statements within the block diagram.
I would recommend, first at all, to use the control editor to customize the cluster and to change the type to "strict type def"! I think, you know the advantages of this method...
You should use the error cluster anyway.
Dont's use property nodes for the "value" parameter only! Property Nodes always effects on front panel (UI (user interface) thread). However, if you need the value of an element, and you don't have the aim to change another property of the element, use instead of this a local variable.
There are not much code in your blockdiagram, but it looks big at first moment, because it's a little bit unstructured.
For example, use instead of two shiftregisters (for each mode (sub & mode) one -> after the value (signaling) property node, place a "build array"! Further advantages would be, that you only need one inrement for the array and one additional function "index array"...
If you have further questions, don't hestitate to ask...