Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/VIPM_Job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ jobs:
- id: vip-name
run:
$vipName=Split-Path -Path ${{ steps.build-vip.outputs.Result }} -Leaf;
Write-Host "::set-output name=vipName::"$vipName""
echo "vipName=$vipName" >> $env:GITHUB_OUTPUT
shell: powershell

- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v4.3.2
with:
# Artifact name
name: ${{ steps.vip-name.outputs.vipName }}
Expand Down
242 changes: 1 addition & 241 deletions LabVIEW-TagDB-RefMgr.lvproj

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions LabVIEW-TagDB-RefMgr.vipb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2015-10-20 15:34:05" Modified_Date="2024-01-15 12:39:33" Creator="Administrator" Comments="" ID="63fb5fe7dde2425ca5fc227a03d978fa">
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2015-10-20 15:34:05" Modified_Date="2025-10-08 22:11:53" Creator="Administrator" Comments="" ID="3aabe1ae1de423ba6c6ba8f0f0c7397b">
<Library_General_Settings>
<Package_File_Name>NEVSTOP_TagDB_RefMgr</Package_File_Name>
<Library_Version>3.1.0.5</Library_Version>
<Library_Version>3.1.1.5</Library_Version>
<Auto_Increment_Version>false</Auto_Increment_Version>
<Library_Source_Folder>src</Library_Source_Folder>
<Library_Output_Folder>vip</Library_Output_Folder>
Expand All @@ -17,8 +17,7 @@
</Library_General_Settings>
<Advanced_Settings>
<Package_Dependencies>
<Additional_External_Dependencies>nevstop_tagdb_library &gt;=2023.12.29.115343</Additional_External_Dependencies>
<Additional_External_Dependencies>openg.org_lib_openg_toolkit &gt;=4.0.1.9</Additional_External_Dependencies>
<Additional_External_Dependencies>nevstop_tagdb_library &gt;=2025.9.29.94239</Additional_External_Dependencies>
</Package_Dependencies>
<Custom_Action_VIs>
<Pre-Build_VI/>
Expand All @@ -31,7 +30,7 @@
<VI_Package_Configuration_File>LabVIEW-TagDB-RefMgr.vipc</VI_Package_Configuration_File>
<Description>
<One_Line_Description_Summary>LabVIEW TagDB Reference Manager Library</One_Line_Description_Summary>
<Description># LabVIEW TagDB Reference Manager Library
<Description>NEVSTOP TagDB Reference Manager Library

</Description>
<Copyright/>
Expand Down Expand Up @@ -194,6 +193,7 @@
<close_labview_before_install>false</close_labview_before_install>
<restart_labview_after_install>false</restart_labview_after_install>
<skip_mass_compile_after_install>false</skip_mass_compile_after_install>
<install_into_global_environment>false</install_into_global_environment>
</LabVIEW>
<VI_Docs>
<Edit_VI_Description>true</Edit_VI_Description>
Expand Down
Binary file modified src/Example/SubVI.vi
Binary file not shown.
Binary file modified src/Example/refMgr_Example1.vi
Binary file not shown.
Binary file modified src/Example/refMgr_Example2.vi
Binary file not shown.
Binary file modified src/Example/refMgr_Example3.vi
Binary file not shown.
Binary file modified src/Example/refMgr_Example4.vi
Binary file not shown.
Binary file added src/Example/refMgr_Example5.vi
Binary file not shown.
3 changes: 2 additions & 1 deletion src/RefManager/TagDB RefManager.lvlib
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<Item Name="Common" Type="Folder">
<Item Name="Safely Close Reference - tagdb refmgr.vim" Type="VI" URL="../_Support/Common/Safely Close Reference - tagdb refmgr.vim"/>
<Item Name="Changed Data Filter(FNiN) - tagdb refmgr.vim" Type="VI" URL="../_Support/Common/Changed Data Filter(FNiN) - tagdb refmgr.vim"/>
<Item Name="Search in Array.vi" Type="VI" URL="../_Support/Common/Search in Array.vi"/>
</Item>
<Item Name="Blacklist" Type="Folder">
<Item Name="_blacklist.vi" Type="VI" URL="../_Support/BlackList/_blacklist.vi"/>
Expand All @@ -66,6 +67,7 @@
<Item Name="_setOtherRef.vi" Type="VI" URL="../_Support/Refnum Operation/_setOtherRef.vi"/>
<Item Name="_setControlRef.vi" Type="VI" URL="../_Support/Refnum Operation/_setControlRef.vi"/>
<Item Name="_setRef.vi" Type="VI" URL="../_Support/Refnum Operation/_setRef.vi"/>
<Item Name="_setDecorationRef.vi" Type="VI" URL="../_Support/Refnum Operation/_setDecorationRef.vi"/>
<Item Name="VI Refname.vi" Type="VI" URL="../_Support/Refnum Operation/VI Refname.vi"/>
</Item>
<Item Name="Error" Type="Folder">
Expand Down Expand Up @@ -98,5 +100,4 @@
<Item Name="TagDB Refmgr-Remove.vi" Type="VI" URL="../TagDB Refmgr-Remove.vi"/>
<Item Name="TagDB Refmgr-unRegister.vi" Type="VI" URL="../TagDB Refmgr-unRegister.vi"/>
</Item>
<Item Name="Typedef" Type="Folder"/>
</Library>
Binary file modified src/RefManager/TagDB Refmgr-Get Array.vim
Binary file not shown.
Binary file modified src/RefManager/TagDB Refmgr-Get.vim
Binary file not shown.
Binary file modified src/RefManager/TagDB Refmgr-Register.vi
Binary file not shown.
Binary file modified src/RefManager/TagDB Refmgr-Remove.vi
Binary file not shown.
Binary file modified src/RefManager/TagDB Refmgr-Reset.vi
Binary file not shown.
Binary file modified src/RefManager/TagDB Refmgr-unRegister.vi
Binary file not shown.
Binary file modified src/RefManager/UISyncAPI/Publish DP Indicators.vi
Binary file not shown.
Binary file modified src/RefManager/UISyncAPI/Pull Controls Value to DPs.vi
Binary file not shown.
Binary file modified src/RefManager/UISyncAPI/TagDB Refmgr-Defer Panel Update.vi
Binary file not shown.
Binary file modified src/RefManager/_Support/BlackList/_InBlacklist.vi
Binary file not shown.
Binary file modified src/RefManager/_Support/BlackList/_blacklist.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/RefManager/_Support/Common/Search in Array.vi
Binary file not shown.
Binary file modified src/RefManager/_Support/Error/[-50010] Mutiple Instances.vi
Binary file not shown.
Binary file modified src/RefManager/_Support/Error/[-50011] Instance Not Found.vi
Binary file not shown.
Binary file not shown.
Binary file modified src/RefManager/_Support/Menu/List All Menus.vi
Binary file not shown.
Binary file modified src/RefManager/_Support/Menu/TagDB Refmgr-Register Menu.vi
Binary file not shown.
Binary file modified src/RefManager/_Support/Refnum Operation/ResetRef.vi
Binary file not shown.
Binary file modified src/RefManager/_Support/Refnum Operation/VI Refname.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/RefManager/_Support/Refnum Operation/VI/VIName.vi
Binary file not shown.
Binary file modified src/RefManager/_Support/Refnum Operation/_setControlRef.vi
Binary file not shown.
Binary file not shown.
Binary file modified src/RefManager/_Support/Refnum Operation/_setOtherRef.vi
Binary file not shown.
Binary file modified src/RefManager/_Support/Refnum Operation/_setPaneRef.vi
Binary file not shown.
Binary file modified src/RefManager/_Support/Refnum Operation/_setRef.vi
Binary file not shown.
Binary file modified src/RefManager/_Support/Refnum Operation/_setSplitterRef.vi
Binary file not shown.
Binary file modified src/RefManager/_Support/Refnum Operation/_setVIRef.vi
Binary file not shown.
Binary file modified src/RefManager/_Support/UISync/_Publish DP Indicators(Refmgr).vi
Binary file not shown.
Binary file modified src/RefManager/_Support/UISync/_Publish DP Indicators(VI).vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading