Skip to content

Files

Latest commit

5537eb7 · Jan 27, 2025

History

History
18 lines (12 loc) · 1.08 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.08 KB

LabVIEW Client for Nominal IO

Streaming data to Nominal from LabVIEW.

Image Image

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.