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
  • Launcher VIs
  • Workers
  • Refresh
  • Save Image
  • Options
  1. Workers Tools
  2. Workers Tools Menu

Worker Call-Chain Viewer

Workers Tools Menu

PreviousTroubleshootingNextWorker User Library

Last updated 1 year ago

The Worker Call-Chain Viewer tool shows you the Worker call-chain hierarchy of a Worker and its subWorkers. The tool shows both statically-linked and dynamically loaded subWorkers.

To use this tool, simply select either a Launcher VI or a Worker from their respective tabs. The tool will then iterate through the selected Worker and its subWorkers, to generate the Worker's call-chain hierarchy, displayed as a tree using the class icons of each Worker or Worker base class.

Options

Launcher VIs

The Launcher VIs detected on the selected target.

Workers

The Workers detected on the selected target.

Refresh

Will refresh the list and redraw the tree.

Good to know

Save Image

Allows you to save the generated image as either a PNG, JPG or BMP file.

Options

Show Worker Icons?

Includes the Worker icons when drawing the hierarchy tree.

Show Worker Names?

Includes the Worker names when drawing the hierarchy tree.

Show Worker Alias?

Includes the Worker alias when drawing the hierarchy tree.

The alias for the hierarchy's head Worker and dynamically loaded Workers is not shown.

Include Dynamically Loaded Workers?

Includes Dynamically loaded Workers when drawing the hierarchy tree.

This tool works well together with the tool. You can have them both opened side-by-side, and every time you add a new Worker to your application with the Create/Add Worker tool, you can press Refresh and see the addition of the new Worker in your application.

Create/Add Worker
Worker Call-Chain Viewer tool