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
  1. Workers Tools
  2. Workers Tools Menu

Change Worker Properties

Workers Tools Menu

PreviousMHL Case ViewerNextQuickdrop Shortcuts

Last updated 1 year ago

This tool can be used to change the following properties of a Worker or Worker base class:

  • A Worker's class name. Changing this property will change the Workers name in the following places:

    • Class filename will be renamed

    • Class folder (on disk) will be renamed

    • All references to the class and its VIs/typedefs will be relinked within the scope of the project

    • All class object labels on all VI front panels (within the class) will be renamed

  • A (not available for Worker base classes)

  • A

Good to know

The Worker's Icon Header text is a tag stored within the class's XML file. It is used to write text on the name of scripted VI icons, such as a Worker's Launcher VIs, etc.

Worker's Alias
Worker's Icon Header
Change Worker Properties tool