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
  1. Workers Tools
  2. Workers Tools Menu
  3. Workers Debug Server

Troubleshooting

Workers Debug Server

PreviousSettingsNextWorker Call-Chain Viewer

Last updated 1 year ago

Connection Issues

If you are trying to connect to the Workers Debug Server from a Workers application running in LabVIEW, and you don't see the Workers application appear in the Workers Application Manager, then the Windows firewall has probably blocked the connection from occurring.

By default a Debug Client will try to connect to a Debug Server over the localhost (which corresponds to IP address 127.0.0.1) on port 6892.

For LabVIEW and the Workers Debug Server, both need to be able to communicate over either the Windows Private network or the Windows Public network.

You can check that both Private and Public networks are allowed to be accessed by the Workers 5.0 - Debug Server.exe application, by ticking these boxes within the Windows Allowed apps settings, as shown below.

Setting Windows firewall network access for the Workers Debug Server application