This document provides a step-by-step tutorial for building a basic actor system in LabVIEW using the Actor Framework. The system includes three actors - a Calculator Actor that takes two numbers as input and sends them to Addition and Multiplication Actors in messages. Those actors perform the calculations and send the results back to the Calculator Actor. The tutorial covers creating the project structure, actor and message classes, message passing logic, and two methods for stopping the system. It aims to explain fundamental Actor Framework concepts for beginners.