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
  • Options
  • Classes in target inherited from Worker.lvclass
  • MHL Case Name
  • Overrides Case of Parent Class
  1. Workers Tools
  2. Workers Tools Menu

MHL Case Viewer

Workers Tools Menu

PreviousChange InheritanceNextChange Worker Properties

Last updated 1 year ago

The MHL Case Viewer tool allows you to see all the MHL cases of the Workers in a project, along with the MHL cases in Worker base classes, and shows you which cases override base class MHL cases. The right-click menu for the MHL case list (right) allows you to directly jump to a selected Worker's MHL case, or the overridden case of the base class.

When you open the tool, the tool will iterate through all Workers and Worker base classes on the selected target, and load all required data into memory.

Options

Classes in target inherited from Worker.lvclass

Shows all the Workers and Worker base classes found within the selected target. Selecting a class in this list will populate the list on the right with the class's MHL case names.

Locked classes will not be able to display their MHL cases.

MHL Case Name

This column shows all the MHL cases that exist within a Workers MHL's case structure or a base class's MHL Cases.vi case structure.

Overrides Case of Parent Class

If the same case exists in a base class that the Worker or Worker base class inherits from, then the case will appear in this column.

Right click menu

Right clicking over a row in the list will provide you with the option to navigate directly to the MHL case or the parents overridden case (if the case overrides a parent class).

MHL Case Viewer tool