Skip to content

nominal-io/labview-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LabVIEW Client for Nominal IO

Streaming data to Nominal from LabVIEW.

Notes for developers

LabVIEW Version

The sourcecode is written in LabVIEW 2020 SP1 32-bit or 64-bit.

Installing Dependencies

In the lv_src directory there is a *.vipc file. Apply this file using VIPM.

Adding a development API Token

For development purposes, you can add a .token file to the lv_src directory of the repository containing your API token. LabVIEW will recognize this file for testing. The .token file is excluded from source control, allowing you to securely test your code without embedding your API token directly into the source code.

Building the reuse package

In the lv_src directory there is a *.vipb file. This file is the build specification for VIPM.