Create Messages to modify the state of non-override member VIs within your Actor. These Messages inherit from
Message.gtype
and have implementations for methods
Do
and
Send.
If you have not already,
create an Actor.
-
Open a project.
Tip
NI recommends using the Actor Framework template on the launcher.
-
In the
Project Files
tab, locate the Actor you want to create Messages for.
-
Right-click the Actor and select
.
Message classes for each of your non-override member VIs appear in the adjacent Messages namespace for your Actor.