05-26-2016 06:44 AM - edited 05-26-2016 06:46 AM
Hi, I have been using labview for about 16 years; however a total newbie in Actor Framework.
I am using LV 2015 SP1
I am using the MGI Monitored Actor.lvclass to see which actors are launched and/or stoped. I know that if I launch the Nested Actors from the Root Actor and the stop the root actor by sending a normal stop to it all the nested actors should be stoped as well. What is happening in reality, none of my nested actors stop.
I am wondering - if I am doing something conceptually wrong, or by Inheriting from Monitored Actor from MGI I end up destroying this behaviour?
05-26-2016 07:22 AM
I think, I may have found my problem, when I launched the nested actors, I didn't launch them in series with the RootActor object "wire". I will try it, when I get to the dev PC