EmbedVIIntoWpf 1.0.0

dotnet add package EmbedVIIntoWpf --version 1.0.0
NuGet\Install-Package EmbedVIIntoWpf -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EmbedVIIntoWpf" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EmbedVIIntoWpf --version 1.0.0
#r "nuget: EmbedVIIntoWpf, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EmbedVIIntoWpf as a Cake Addin
#addin nuget:?package=EmbedVIIntoWpf&version=1.0.0

// Install EmbedVIIntoWpf as a Cake Tool
#tool nuget:?package=EmbedVIIntoWpf&version=1.0.0

Embed LabVIEW VI into WPF Window

This library does a simple embedding LabVIEW VI into a WPF window, and it is unstable usually.

All source code are in the sub folder 'sourcecode'

  1. LVHelper, do something basic LabVIEW operation essentially
  2. LabVIEW2WPF, host a LabVIEW VI into a WPF control
  3. testapp, that is the application to call LabVIEW2WPF.DLL to do embedding
  4. ITechDCPower_labview, this is the most valuable package to implement a VISA (COM port, serial communication) based DC Power communication, tested on ITech DC Power series

About the DC Power manufacturer, please refer to the website: https://cdn.itechate.com/

If you have TCP (Ethernet) DC Power modules rather than COM driven ones, please reference to my previous package: SCPIPowerForLV in NuGET.org.

Seriously, this package might be renamed to VisaDCPowerForLV since the value lives here

Author

Patrick Gamp

Published date

November 3, 2023

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 405 11/3/2023

Initial commit.