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
  • Filter String (double click)
  • Open Running VI
  • Go to Case
  • Clear Message Log
  1. Workers Tools
  2. Workers Tools Menu
  3. Workers Debug Server
  4. Worker Message Logs

Right click menu

Workers Message Log

PreviousWorker Message LogsNextSettings

Last updated 1 year ago

Filter String (double click)

Double clicking over any cell in the Message Log will filter the selected column using the string in the cell. This option in the right click menu also performs this operation.

Good to know

You can apply sequential filters to the Message Log, allowing you to apply filters on top of previously filtered columns.

Open Running VI

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.

Go to Case

Shows the selected Worker's MHL case on the Worker's block diagram. Using this option over the cell of the Message column for an error message will take you directly to the case of the Worker where the error has occurred.

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.

Clear Message Log

Will clear all data displayed in the message log.

Message Log right click menu