Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 797 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 797 Bytes

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.