Actor Framework
- Updated2025-07-30
- 2 minute(s) read
Use the Actor Framework VIs to create applications based on the Actor Framework.
These VIs are a small subset of the complete Actor Framework. Most of the framework is not invoked by dropping a subVI. Instead, you create a new child class of Actor.lvclass and then override methods in the new class.

Note Refer to the Actor Framework template, available from the Create Project dialog box, for a template that demonstrates the basics of the Actor Framework. Refer to the Feedback Evaporative Cooler sample project, also available from this dialog box, for a sample project that demonstrates an application based on the Actor Framework.