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
  • TCP Server
  • Server Port
  • Server IP Addresses
  • Clients Connected
  • Connection Log
  • Message Log
  • Max Number of Rows
  • Live Logging Base Folder
  • Live Logging to File
  1. Workers Tools
  2. Workers Tools Menu
  3. Workers Debug Server

Settings

Workers Debug Server

PreviousRight click menuNextTroubleshooting

Last updated 1 year ago

TCP Server

Allows you to change and observe the Debug Server's TCP Server connection settings.

Server Port

The port that the Debug Server's TCP Server is listening on.

Server IP Addresses

The IP Addresses that the Debug Server's TCP Server is listening on.

Clients Connected

The number of Debug Clients that are currently connected to the Debug Server.

Connection Log

A history of the connections from Debug Clients to the Debug Sever (for the running instance of the Debug Server application).

Message Log

Allows you to change the Debug Server's Message Log settings.

Max Number of Rows

Here you can set the maximum number of rows that will be displayed within a Message Log. The greater the number of rows, the slower the performance of the Message Log.

Live Logging Base Folder

If Logging is enabled within a Message Log window, then this is the folder that will contain the message log files.

Live Logging to File

When this option is TRUE, then whenever a Message Log window is opened, the (Live) Logging button will be set to TRUE. This allows all incoming messages from a Workers application to be logged immediately as soon as the Message Log window is opened.

Workers Debug Server : Settings : TCP Server
Workers Debug Server : Settings : Message Log