Skip to content

KarthikAbiram/LabVIEW-gRPC-Client-using-CSharp-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

labview-grpc-client-using-CSharp

A LabVIEW gRPC Client using C# Example

Creating gRPC C# Client DLL

  1. Open the C# Client folder in VS Code and follow the onscreen prompts to install the dependencies.
  2. Do a release build by using the below command in terminal: dotnet build -c release

Running the Server

  1. The gRPC server code is same as the one created by NI at https://github.com/ni/grpc-labview
  2. To run the server, run the Main.vi located at Server\Servers\Query Server\Query Server Class\Main.vi

Running the LabVIEW gRPC Client

  1. Ensure that you have built the C# gRPC DLL before trying this.
  2. Run the example gRPC LabVIEW Client example located at Client\Example gRPC Client Call.vi

About

A LabVIEW gRPC Client using C# Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published