Skip to content

bilzinho/LabVIEW

 
 

Repository files navigation

LabVIEW Plugin

Allows OpenTAP to call .NET assemblies generated by the NI LabVIEW Application Builder module (generated assemblies wrap .vi files).

Requirements:

  • LabVIEW Runtime that is compatible with generated assembly
  • OpenTAP 9.x

How it works

VI's are exported using the Application Builder module in LabVIEW. A type data provider (ITypeDataProvider/ITypeDataSearcher) finds DLLs which reference LabVIEW and search them for plugins.

The VI input(s) map to settings on the test step, while VI output(s) map to output settings.

VI classes and clusters can be passed between VI steps, but they can only be created from VI steps.

Use OpenTap.LabView.Test1.dll to test various functionality (LabVIEW Examples plugin)

License

The LabVIEW Plugin is released under the MIT License. Feel free to use, modify, and distribute it in accordance with the terms of the license.

About

Integration with NI LabVIEW

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • LabVIEW 79.7%
  • C# 20.3%