To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This example builds upon the VeriStand shipping template for custom workspace tools found at <Program Files>\National Instruments\LabVIEW XX\examples\NI Veristand\Workspace. This example adds the capability to register and receive events from the NI VeriStand - Send Workspace Tool Message VI included in the Workspace Automation palette within LabVIEW.
Description
The VeriStand API for LabVIEW includes a VI that allows for direct communication to a custom workspace tool. This NI VeriStand - Send Workspace Tool Message VI can be used within LabVIEW or a VeriStand Custom Device to trigger an event and/or send data to the workspace tool. This allows the user to send certain events or data from VeriStand to the workspace tool that is visible to the user while they are running a VeriStand project. To modify this example, simply add additional cases within the event structure case that registers these events. This example can be used with both instances of the NI VeriStand - Send Workspace Tool Message VI (String or Byte Array). The Test VI only has a string example implemented.

Requirements
Software
Hardware
Steps to Implement or Execute Code
**This document has been updated to meet the current required format for the NI Code Exchange.**
Description-Separate-2Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.