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. Create new Response
  • 2. Right Click Menu
  • Edit Response
  • Show Response VI
  • Show Response Data
  • Show VTD Response VI
  1. Workers Tools
  2. Workers Tools Menu
  3. Public API Builder

Public Responses

Public API Builder tool

PreviousPublic Requests w/ReplyNextOverride MHL Cases

Last updated 1 year ago

A is a message that can be sent to a Caller from a Worker. You can create and edit a Worker's Public Responses in the Responses tab of the Public API Builder tool, as shown in the image below:

1. Create new Response

2. Right Click Menu

Edit Response

This option allows you to edit a Public Response that already exists. When selected, the following dialog window will appear:

Current Response Name

The current name of the selected Public Response.

New Response Name

The new name of the Public Response. The new name will be updated in the following places:

  1. The filenames of the associated Public Response VIs and typedefs.

  2. The name of the associated Case Label element in the Worker's Response Cases.ctl.

Icon Text

Text that will be written on the Public Response VI and typedef icons, to help users to understand the purpose of the Public Response message.

Response VI Description

A new description for the Public Response that describes the purpose of the Response message. This description is written to the Public Response VI description.

Show Response VI

This option will open the front panel of the associated Public Response VI.

Show Response Data

This option will open the front panel of the associated Response message typedef.

Show VTD Response VI

This option will open the front panel of the associated Public Response VTD VI.

See section .

Creating Public Responses
Public Response
Responses tab (Public API Builder tool)
Public API Response Editor