I will declare "ad1" and instantiate in "base2" state= configure
First question; is will "ad1" be added to "base1" in a syncronous fashion? i.e will base1 wait in state configure until ad1 has reached a certain state and what state willl that be?
Second question; Once both base1 and ad1 are instantiated, will they both receive onbarupdates at the same time and how to then get a value from ad1 output into base1 in a syncronous fashion. i.e I would like onbarupdate runs on ad2 which then outputs a value back to base1 will then waits for next onbarupdate.
Thanks
Comment