LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Messages between sub Actors in Actor Frame

With Actor Framework, I want to create 3 Actors: Controller, Viewer, Model.

 Controller is the Root actor to launch Viewer Actor and Model Actor.

I want to build the message from Model to Viewer.

How can I do?

0 Kudos
Message 1 of 2
(2,602 Views)

The Actor Framework purposefully wants all subActors to have to go through the parent Actor in order to pass messages around.  So you need to send a message to the controller who will then pass it on to the Viewer.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 2
(2,541 Views)