diff --git a/TagDB-API.lvproj b/.github/TagDB-API.lvproj similarity index 92% rename from TagDB-API.lvproj rename to .github/TagDB-API.lvproj index 9e66719..45232ba 100644 --- a/TagDB-API.lvproj +++ b/.github/TagDB-API.lvproj @@ -10,10 +10,10 @@ true true false - + true - + diff --git a/LabVIEW-TagDB.vipb b/LabVIEW-TagDB.vipb index 848000c..b64ca5e 100644 --- a/LabVIEW-TagDB.vipb +++ b/LabVIEW-TagDB.vipb @@ -1,4 +1,4 @@ - + NEVSTOP_TagDB_library 3.6.0.2 @@ -62,12 +62,7 @@ The library includes multiple example programs demonstrating usage in different NEVSTOP https://github.com/NEVSTOP-LAB - [add] #14 add delete-multiple interface -[add] #18 add more read/write cluster API for improving user experience -[add] #20 support lvlibp -[update] improve tagdb probes -Update to lv2017 and use vim instead of xnode. - + [update] update subVIs for libraries built on tagdb core diff --git a/src/TagDB/API/TagDB-UpdateUI.vi b/src/TagDB/API/TagDB-UpdateUI.vi index 40063f8..b52c4eb 100644 Binary files a/src/TagDB/API/TagDB-UpdateUI.vi and b/src/TagDB/API/TagDB-UpdateUI.vi differ diff --git a/src/TagDB/TagDB.lvlib b/src/TagDB/TagDB.lvlib index 934ec13..8bb5933 100644 --- a/src/TagDB/TagDB.lvlib +++ b/src/TagDB/TagDB.lvlib @@ -67,6 +67,8 @@ + + diff --git a/src/TagDB/_Support/DataAccess/_Get Control Values by Index.vi b/src/TagDB/_Support/DataAccess/_Get Control Values by Index.vi new file mode 100644 index 0000000..707cd8e Binary files /dev/null and b/src/TagDB/_Support/DataAccess/_Get Control Values by Index.vi differ diff --git a/src/TagDB/_Support/DataAccess/_Set Control Values by Index.vi b/src/TagDB/_Support/DataAccess/_Set Control Values by Index.vi new file mode 100644 index 0000000..af57d6b Binary files /dev/null and b/src/TagDB/_Support/DataAccess/_Set Control Values by Index.vi differ