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
  • Response Name
  • Icon Text
  • Response VI Description
  1. Worker APIs
  2. Public Responses

Creating Public Responses

Worker APIs

PreviousPublic ResponsesNextRegistering Public Responses

Last updated 10 months ago

A Public Response can be created by use of the . This tool (shown below) can be found from the or activated from the .

Step 1: Select the Worker or Worker base class that you want to create the Public Response for.

Step 2: In the Responses tab, select Create new Response. This will open up the window shown below.

Step 3: Fields to fill out when you create a Public Response include the following:

Response Name

Provide a name for the purpose of the Response message. This name will also be used by both the Public Response VIs and typedef filenames.

Icon Text

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

Response VI Description

Provide a description that describes the purpose of the Response message. This description is written to the Public Response VI description.

Public API Builder tool
Workers tools menu
Create MHL Case tool
The Responses tab of the Workers Public API Builder tool
Create Public API Response tool
Creating Public Responses - 60 second video tutorial