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
  • Show Message Log
  • Show Front Panel
  • Show Block Diagram
  • Send 'Start Exiting' Request
  • Filter as Enque Worker
  • Filter as Deque Worker
  1. Workers Tools
  2. Workers Tools Menu
  3. Workers Debug Server
  4. Workers Application Manager

Right click menu

Workers Application Manager

PreviousWorkers Application ManagerNextWorker Message Logs

Last updated 1 year ago

Show Message Log

Opens the window for the selected Workers application.

Show Front Panel

Opens the front panel of the running clone of a Worker's Main VI.

This option is only available for applications that are currently connected to the Debug Server. This option is not available for applications running as an executable, on a real-time target, or in a PPL with its debug property flag set to False.

Show Block Diagram

Opens the block diagram of the running clone of a Worker's Main VI.

This option is only available for applications that are currently connected to the Debug Server. This option is not available for applications running as an executable, on a real-time target, or in a PPL with its debug property flag set to False.

Send 'Start Exiting' Request

Starts the shutdown routine of the selected Worker. This option performs the same operation as calling the Workers palette VI: Worker Start Exiting.vi.

This option is only available for applications that are currently connected to the Debug Server.

Filter as Enque Worker

Filter as Deque Worker

Filters the Worker's ID as the 'Enque Worker' in the Debug Server's .

Filters the Worker's ID as the 'Deque Worker' in the Debug Server's .

Message Log
Message Log
Message Log
Application Manager right-click menu