Workers for LabVIEW
HomeDownload Follow ProjectAbout
  • Welcome to Workers for LabVIEW
  • What's New in v5.0
    • Upgrading to v5.0
    • New Features
      • Development Tools
      • Functional Changes
      • API Changes
      • Example Projects
      • Change Log
  • Fundamental Concepts
    • What is a Worker?
    • Important Terms
    • The Workers Main VI
      • Default Framework Cases
    • subWorker Types
    • Initialization Sequence
    • Shutdown Sequence
    • Priority Queue
    • Launcher VIs
  • Worker APIs
    • Overview
    • Local Requests
      • Creating Local Requests
    • Public Requests
      • Creating Public Requests
    • Public Requests w/Reply
      • Creating Public Requests w/Reply
    • Public Responses
      • Creating Public Responses
      • Registering Public Responses
    • Case Labels
    • Deleting API Items
  • Workers Tools
    • Workers Tools Menu
      • Create/Add Worker
        • Removing Workers
        • Creating Worker Templates
        • Troubleshooting
      • Workers Debug Server
        • Workers Application Manager
          • Right click menu
        • Worker Message Logs
          • Right click menu
        • Settings
        • Troubleshooting
      • Worker Call-Chain Viewer
      • Worker User Library
        • Config File Editor
      • RT Worker Convert
      • Public API Builder
        • Public Requests
        • Public Requests w/Reply
        • Public Responses
        • Override MHL Cases
      • Create Launcher VI
      • Create Worker Base Class
      • Change Inheritance
      • MHL Case Viewer
      • Change Worker Properties
    • Quickdrop Shortcuts
      • Show Private Data (Ctrl+0)
      • Create MHL Case tool (Ctrl+9)
      • Go To MHL Case (Ctrl+8)
  • Getting Started
    • Creating your first application
    • Example Projects
  • Legal
    • Disclaimer
    • Licenses
Powered by GitBook
On this page
  • Classes in project inherited from Worker.lvclass
  • Include Debug Client Loader VI
  • Asynchronous Launcher VIs
  • Path of Launcher VI
  • Create Asynchronous Launcher
  1. Workers Tools
  2. Workers Tools Menu

Create Launcher VI

Workers Tools Menu

PreviousOverride MHL CasesNextCreate Worker Base Class

Last updated 1 year ago

The Create Launcher VI tool allows you to create Launcher VIs for a Worker or Worker base class.

By default, the tool will create a Launcher VI for the very first Worker that you add to a blank project. But you can create a Launcher VI for any Worker that you want to launch as a , which can be useful for testing only a specific Worker and its subWorkers.

Launcher VIs will be saved in a folder called Launchers under the project's main folder

Classes in project inherited from Worker.lvclass

Select the Worker or Worker base class you want to create the Launcher VI for.

Include Debug Client Loader VI

When selected, Debug Client Loader.vi will be included in the Launcher VI.

Asynchronous Launcher VIs

Path of Launcher VI

The path of the Launcher VI that will be dynamically loaded by the Asynchronous Launcher VI.

Create Asynchronous Launcher

Select this option if you want to create an Asynchronous Launcher VI for the Launcher VI that is selected in Path of Launcher VI.

Create/Add Worker
Head Worker
Create Launcher VI tool