Changing Requested Execution Level for a LabVIEW Executable
Dec 08 2017
- Related Categories:
- Technical Discussion
The MGI Panel Manager is built to work especially well with the Actor Framework. The Actor Framework handles all of the inter-process commuincation while the MGI Panel Manager handles all of the displaying.
The Panel Manager packages already contains all of the classes you need to easily get started.
This article describes the .NET feature of the MGI Panel Manager. Be sure to check out other articles about the framework for more information.
Learn how to use the MGI Solution Explorer to easily create self extracting zip files.
Getting started with the Actor Framework can seem like a daunting task. Understanding the basics is the first step in getting going in the world of actors.
In Part 1 we discussed the Queued Message Handler (QMH) and the Object Oriented (OO) QMH. The OO QMH seemed pretty sweet, but it was a lot of code just to get going. Now we’ll see how the Actor Framework can help us.
Now that we understand the concepts and building blocks of the Actor Framework, lets learn how to actually run some code.