Skip to content

NISystemsEngineering/ni-common-visualizers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LabVIEW Visualizers for Visual Studio

Debugging Tools for NI .NET Types

The LabVIEW Visualizers for Visual Studio integrate directly into the Visual Studio IDE to provide a richer debugging experience when working with NI .NET types.

Screenshots:

While execution is paused, hovering over types in the editor will reveal a magnifying glass icon. The same icon will be available in the watch window as well.

Clicking the magnifying glass icon will open the type in the appropriate LabVIEW Visualizer.

Dependencies:

  • .NET Framework 4.0
  • LabVIEW Runtime Engine 2018 (32 bit)

Installation Instructions:

  1. Unpack the latest release into the Visual Studio 20xx Visualizers folder located in the user Documents folder. The full path will be similar to C:\Users<YOUR USERNAME>\Documents\Visual Studio 20xx\Visualizers.
  2. Restart Visual Studio

Currently supported types:

  • ComplexSingle[]
  • ComplexDouble[]
  • ComplexWaveform<T>
  • Spectrum<T>