Example Code

Lowpass Filter Workspace Tool for Veristand

Products and Environment

This section reflects the products and operating system used to create the example.

To download NI software, including the products shown below, visit ni.com/downloads.

    Software

  • Veristand

Code and Documents

Attachment

Description

Overview

This example shows how you can process a signal on your host computer using a Lowpass Filter Workspace Tool for Veristand.

 

Introduction

NI VeriStand is an open environment that can be customized in a variety of ways. NI VeriStand provides the user with a number of built-in workspace tools for signal monitoring and processing. Many applications, however, feature unique needs that can benefit from customized tools. The Lowpass Filter Workspace Tool allows the user to select a system definition channel, configure a lowpass filter for that channel and display the original and the filtered signal inside the workspace.

 

Lowpass Filter Workspace Tool.jpg

 

The example code comes with a Veristand project that you can use to test the functionality of the Lowpass Filter Workspace Tool. The project includes a model that generates a sine wave of a given frequency with a given noise amplitude and displays this signal on a workspace graph.

 

Sinewave_Workspace.jpg

 

Steps to Implement or Execute Code

1. Run the SineWave.nivsproj Veristand project

2. In the Project Explorer window go to Tools » Workspace Tools » Custom Tool and select the Lowpass Filter Workspace Tool.vi

3. Select Aliases/Sinwave channel

 

Requirements

Software

Veristand 2011 or Veristand 2012

 

Hardware

N/A

 

Additional Notes

For more information on creating and modifying custom workspace tools refer to Adding a Custom Tool to the NI VeriStand Workspace tutorial.

Sev K.
Senior Systems R&D Engineer | Wireless | CLA
National Instruments

Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.

Comments
MichaelJoshua
Member
Member
on

Hi, I am using 2013 version of Veristand and LabVIEW. I unable to add 'LowPass Filter' as custom device, When I tried to open "LowPass Filter Workspace Tool.vi" LabVIEW is looking for NationalInstruments.Veristand.SystemStorage.dll, and couldn't able to locate this file.

Can some one help me on this. Thanks

Michael

Contributors