Skip to content

Commit d5618b6

Browse files
committed
Initial Public Release
Introducing the Nominal LabVIEW Client API! Features: - #4 Added naming and description for new datasources - #5 Tag Support for data streaming - #6 TimestampMetadata support for Trigger Ingest - #7 Added TDMS File Upload Support - General optimizations Fixes: - #2 Yealding resources to OS Find more details here: https://docs.nominal.io/
1 parent dc75764 commit d5618b6

File tree

110 files changed

+1147
-951
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+1147
-951
lines changed

lv_src/.vipb

Lines changed: 851 additions & 692 deletions
Large diffs are not rendered by default.

lv_src/.vipc

9.36 KB
Binary file not shown.
-848 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
96 Bytes
Binary file not shown.

lv_src/Examples/PID Control.vi

88 Bytes
Binary file not shown.
156 Bytes
Binary file not shown.
-44 Bytes
Binary file not shown.
36.5 KB
Binary file not shown.
6.69 KB
Binary file not shown.

lv_src/Examples/Streaming - Write.vi

80.1 KB
Binary file not shown.
-1.38 KB
Binary file not shown.

lv_src/Nominal Client MultiPart Upload/Multipart Upload.lvclass

Lines changed: 27 additions & 27 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.
Binary file not shown.
-4 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

lv_src/Nominal Client.lvproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
<Item Name="ts.iso8601.lvclass" Type="LVClass" URL="../ts.iso8601/ts.iso8601.lvclass"/>
4949
<Item Name="ts.relative.lvclass" Type="LVClass" URL="../ts.relative/ts.relative.lvclass"/>
5050
</Item>
51-
<Item Name="datasource connection.vi" Type="VI" URL="../Examples/datasource connection.vi"/>
5251
<Item Name="mcap.channel_locator.lvclass" Type="LVClass" URL="../mcap.channel_locator/mcap.channel_locator.lvclass"/>
5352
<Item Name="Multipart Upload.lvclass" Type="LVClass" URL="../Nominal Client MultiPart Upload/Multipart Upload.lvclass"/>
5453
<Item Name="Nominal Client.lvclass" Type="LVClass" URL="../Nominal Client/Nominal Client.lvclass"/>
@@ -68,7 +67,6 @@
6867
<Item Name="Check Special Tags.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Check Special Tags.vi"/>
6968
<Item Name="Clear Errors.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Clear Errors.vi"/>
7069
<Item Name="Convert property node font to graphics font.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Convert property node font to graphics font.vi"/>
71-
<Item Name="Create NI GUID.vi" Type="VI" URL="/&lt;vilib&gt;/string/Create NI GUID.vi"/>
7270
<Item Name="DateTime.ISO8601.lvclass" Type="LVClass" URL="/&lt;vilib&gt;/LabVIEW Open Source Project/Epoch Date &amp; Time/formatter.iso8601/DateTime.ISO8601.lvclass"/>
7371
<Item Name="DateTimeFormatter.lvclass" Type="LVClass" URL="/&lt;vilib&gt;/LabVIEW Open Source Project/Epoch Date &amp; Time/formatter/DateTimeFormatter.lvclass"/>
7472
<Item Name="Details Display Dialog.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Details Display Dialog.vi"/>

lv_src/Nominal Client/Ingest.vi

-40 Bytes
Binary file not shown.
-3.94 KB
Binary file not shown.

lv_src/Nominal Client/Nominal Client.lvclass

Lines changed: 78 additions & 59 deletions
Large diffs are not rendered by default.
Binary file not shown.
0 Bytes
Binary file not shown.
220 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

lv_src/Nominal Client/create.vim

0 Bytes
Binary file not shown.

lv_src/Nominal Client/destroy.vi

0 Bytes
Binary file not shown.

lv_src/Nominal Client/error.vi

-240 Bytes
Binary file not shown.

lv_src/Nominal Client/http.get.vi

0 Bytes
Binary file not shown.

lv_src/Nominal Client/http.post.vi

-4 Bytes
Binary file not shown.

lv_src/Nominal Client/http.put.vi

-216 Bytes
Binary file not shown.
200 Bytes
Binary file not shown.

lv_src/Nominal Client/ingest.mcap.vi

164 Bytes
Binary file not shown.
160 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
412 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
-124 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-256 Bytes
Binary file not shown.
-112 Bytes
Binary file not shown.

lv_src/Nominal Client/tdms.parse.vi

-8 Bytes
Binary file not shown.
10.8 KB
Binary file not shown.
-148 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
140 Bytes
Binary file not shown.

lv_src/Nominal Client/upload.file.vi

-8 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
52 Bytes
Binary file not shown.
Binary file not shown.

lv_src/Nominal Client/upload.tdms.vi

38.5 KB
Binary file not shown.

lv_src/Nominal Client/upload.vi

0 Bytes
Binary file not shown.

lv_src/Nominal Client/video.get.vi

220 Bytes
Binary file not shown.
224 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

lv_src/mcap.channel_locator/create.vi

0 Bytes
Binary file not shown.

lv_src/mcap.channel_locator/mcap.channel_locator.lvclass

Lines changed: 38 additions & 33 deletions
Large diffs are not rendered by default.

lv_src/support/create tdms file.vi

-12 Bytes
Binary file not shown.

lv_src/timestampMetadata/build.ts.vi

84 Bytes
Binary file not shown.
216 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-28 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

lv_src/timestampMetadata/timestampMetadata.lvclass

Lines changed: 9 additions & 9 deletions
Large diffs are not rendered by default.
568 Bytes
Binary file not shown.
-712 Bytes
Binary file not shown.

lv_src/ts.epochOfTimeUnit/ts.epochOfTimeUnit.lvclass

Lines changed: 48 additions & 43 deletions
Large diffs are not rendered by default.

lv_src/ts.iso8601/build.iso8601.vi

576 Bytes
Binary file not shown.
-580 Bytes
Binary file not shown.

lv_src/ts.iso8601/ts.iso8601.lvclass

Lines changed: 48 additions & 43 deletions
Large diffs are not rendered by default.

lv_src/ts.relative/build.relative.vi

584 Bytes
Binary file not shown.
-1.39 KB
Binary file not shown.

lv_src/ts.relative/ts.relative.lvclass

Lines changed: 48 additions & 43 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)