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
  • Step 1: Select a Case Label or Worker API VI on a block diagram
  • Step 2: Activate Quickdrop shortcut Ctrl+8
  1. Workers Tools
  2. Quickdrop Shortcuts

Go To MHL Case (Ctrl+8)

Quickdrop Shortcuts

PreviousCreate MHL Case tool (Ctrl+9)NextCreating your first application

Last updated 7 months ago

This Quickdrop shortcut allows you to follow the flow of messages around a Workers application while you are developing in LabVIEW. Activating this Quickdrop shortcut on one of the following VIs will jump directly to the corresponding MHL case of the VI. This Quickdrop shortcut works with the following VIs:

  • Case Labels

  • Local API Request VI

  • Public API Request VI

  • Public API Request with Reply VI

  • Public API Response VI (this will jump to the location of the corresponding Response VTD VI)

Step 1: Select a Case Label or Worker API VI on a block diagram

Select a Case Label or Worker API VI on the block diagram of a VI.

Step 2: Activate Quickdrop shortcut Ctrl+8

With the VI selected, activate Quickdrop shortcut Ctrl+8. The corresponding MHL case of the Worker API VI or Case Label should now appear.

rqp_Start.vi (Public Request VI) selected
The Public API MHL case of rqp_Start.vi will appear