LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Serial port trouble

So, I have all that and it is working great now, but I'm still working on integrating the ascii actor framework into another VI. For this, I need to launch the actor framework and have the data streaming with the ability to send the messages. 

 

I've attempted several different methods, but I think what I'm confused on is the lack of using the launch root actor. All other actor framework tutorials I've seen have built a project based around the final piece (launcher) invoking the launch root actor command and that's how I've seen the actor framework tied back together. 

 

So, the ASCII Actor Example is using the ASCII actor, but I'm still only seeing the data streaming into the read buffer and I'm attempting to: launch the main actor example from another VI and stream the data in the read buffer on the same front VI. 

 

actor example with while loop.PNGmain actor example.PNG

 

 

0 Kudos
Message 11 of 12
(419 Views)

@ASCIIWarrior wrote:

I've attempted several different methods, but I think what I'm confused on is the lack of using the launch root actor. All other actor framework tutorials I've seen have built a project based around the final piece (launcher) invoking the launch root actor command and that's how I've seen the actor framework tied back together.


This code is NOT using the (built-in) Actor Framework.  From a CS point of view, it is an actor (parallel process that can communicate with other processes).


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
0 Kudos
Message 12 of 12
(406 Views)