02-06-2012 09:22 AM
Hi
we are using VBAI 2010 and a smart camera for a vision project. In VBAI we programmed a programm with some states which are connected by transitions. Now we have a question:
If there are several transitions between the state which are true which will be taken? Are there any rules about the transitions in which row they are checked?
greetings
Oliver
Solved! Go to Solution.
02-06-2012 09:37 AM
If multiple transitions are true, the state diagram will do through the transition with the highest priority. You can set the transition priority by right clicking on the state and choosing Set Transition Priorities.
Christophe
02-06-2012 09:51 AM
Hello Christophe,
is your solution from VBAI 2011? Because in the moment we are using VBAI 2010 and there is only Edit and Delete on right clicking.
Is this also available on VBAI 2010?
greetings
Oliver
02-06-2012 10:02 AM
No, this feature has been around since we introduced the state diagram. Right click on the STATE, where the transitions initiate (not on the transition).
This option is available only when there are more than 2 transitions coming out of one state (not counting the default transition).
Christophe
02-06-2012 10:19 AM
Hi Christophe,
I got it. Thanks a lot. Thats the solution
greetings
Oliver