05-19-2022 07:15 PM
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.
05-20-2022 07:42 AM
@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).