Skip to content

Commit 394d4bc

Browse files
authored
Dev 3.1 (#14)
* #13 * fix VIPM_Job.yml * masscompile * update deps * check deps * UPDATE with tagdb * NEVSTOP-LAB/LabVIEW-TagDB#15 * VI属性 * 修改VI属性 * fix bug * update api icons * update icons * update vipb * update vi property * ci(workflow): 更新VIPM作业中的输出设置方式 使用新的GITHUB_OUTPUT环境变量替代已弃用的set-output命令 * #17 * #17 --------- Co-authored-by: NEVSTOP <nevstop>
1 parent 9a1170d commit 394d4bc

Some content is hidden

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

46 files changed

+10
-249
lines changed

.github/workflows/VIPM_Job.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ jobs:
8787
- id: vip-name
8888
run:
8989
$vipName=Split-Path -Path ${{ steps.build-vip.outputs.Result }} -Leaf;
90-
Write-Host "::set-output name=vipName::"$vipName""
90+
echo "vipName=$vipName" >> $env:GITHUB_OUTPUT
9191
shell: powershell
9292

9393
- name: Upload a Build Artifact
94-
uses: actions/upload-artifact@v3.0.0
94+
uses: actions/upload-artifact@v4.3.2
9595
with:
9696
# Artifact name
9797
name: ${{ steps.vip-name.outputs.vipName }}

LabVIEW-TagDB-RefMgr.lvproj

Lines changed: 1 addition & 241 deletions
Large diffs are not rendered by default.

LabVIEW-TagDB-RefMgr.vipb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<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">
1+
<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">
22
<Library_General_Settings>
33
<Package_File_Name>NEVSTOP_TagDB_RefMgr</Package_File_Name>
4-
<Library_Version>3.1.0.5</Library_Version>
4+
<Library_Version>3.1.1.5</Library_Version>
55
<Auto_Increment_Version>false</Auto_Increment_Version>
66
<Library_Source_Folder>src</Library_Source_Folder>
77
<Library_Output_Folder>vip</Library_Output_Folder>
@@ -17,8 +17,7 @@
1717
</Library_General_Settings>
1818
<Advanced_Settings>
1919
<Package_Dependencies>
20-
<Additional_External_Dependencies>nevstop_tagdb_library &gt;=2023.12.29.115343</Additional_External_Dependencies>
21-
<Additional_External_Dependencies>openg.org_lib_openg_toolkit &gt;=4.0.1.9</Additional_External_Dependencies>
20+
<Additional_External_Dependencies>nevstop_tagdb_library &gt;=2025.9.29.94239</Additional_External_Dependencies>
2221
</Package_Dependencies>
2322
<Custom_Action_VIs>
2423
<Pre-Build_VI/>
@@ -31,7 +30,7 @@
3130
<VI_Package_Configuration_File>LabVIEW-TagDB-RefMgr.vipc</VI_Package_Configuration_File>
3231
<Description>
3332
<One_Line_Description_Summary>LabVIEW TagDB Reference Manager Library</One_Line_Description_Summary>
34-
<Description># LabVIEW TagDB Reference Manager Library
33+
<Description>NEVSTOP TagDB Reference Manager Library
3534

3635
</Description>
3736
<Copyright/>
@@ -194,6 +193,7 @@
194193
<close_labview_before_install>false</close_labview_before_install>
195194
<restart_labview_after_install>false</restart_labview_after_install>
196195
<skip_mass_compile_after_install>false</skip_mass_compile_after_install>
196+
<install_into_global_environment>false</install_into_global_environment>
197197
</LabVIEW>
198198
<VI_Docs>
199199
<Edit_VI_Description>true</Edit_VI_Description>

src/Example/SubVI.vi

24 Bytes
Binary file not shown.

src/Example/refMgr_Example1.vi

208 Bytes
Binary file not shown.

src/Example/refMgr_Example2.vi

11 KB
Binary file not shown.

src/Example/refMgr_Example3.vi

-1.56 KB
Binary file not shown.

src/Example/refMgr_Example4.vi

-852 Bytes
Binary file not shown.

src/Example/refMgr_Example5.vi

135 KB
Binary file not shown.

src/RefManager/TagDB RefManager.lvlib

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<Item Name="Common" Type="Folder">
5050
<Item Name="Safely Close Reference - tagdb refmgr.vim" Type="VI" URL="../_Support/Common/Safely Close Reference - tagdb refmgr.vim"/>
5151
<Item Name="Changed Data Filter(FNiN) - tagdb refmgr.vim" Type="VI" URL="../_Support/Common/Changed Data Filter(FNiN) - tagdb refmgr.vim"/>
52+
<Item Name="Search in Array.vi" Type="VI" URL="../_Support/Common/Search in Array.vi"/>
5253
</Item>
5354
<Item Name="Blacklist" Type="Folder">
5455
<Item Name="_blacklist.vi" Type="VI" URL="../_Support/BlackList/_blacklist.vi"/>
@@ -66,6 +67,7 @@
6667
<Item Name="_setOtherRef.vi" Type="VI" URL="../_Support/Refnum Operation/_setOtherRef.vi"/>
6768
<Item Name="_setControlRef.vi" Type="VI" URL="../_Support/Refnum Operation/_setControlRef.vi"/>
6869
<Item Name="_setRef.vi" Type="VI" URL="../_Support/Refnum Operation/_setRef.vi"/>
70+
<Item Name="_setDecorationRef.vi" Type="VI" URL="../_Support/Refnum Operation/_setDecorationRef.vi"/>
6971
<Item Name="VI Refname.vi" Type="VI" URL="../_Support/Refnum Operation/VI Refname.vi"/>
7072
</Item>
7173
<Item Name="Error" Type="Folder">
@@ -98,5 +100,4 @@
98100
<Item Name="TagDB Refmgr-Remove.vi" Type="VI" URL="../TagDB Refmgr-Remove.vi"/>
99101
<Item Name="TagDB Refmgr-unRegister.vi" Type="VI" URL="../TagDB Refmgr-unRegister.vi"/>
100102
</Item>
101-
<Item Name="Typedef" Type="Folder"/>
102103
</Library>

0 commit comments

Comments
 (0)