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
14 changes: 14 additions & 0 deletions .github/workflows/Build_VIPM_Library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,24 @@ on:
branches:
- main
types: [closed]
paths-ignore:
- '**.md'
- '**.txt'
- '**.drawio'
- '**.png'
- '**.svg'
- '**.json'
- '**.yml'

push:
paths-ignore:
- '**.md'
- '**.txt'
- '**.drawio'
- '**.png'
- '**.svg'
- '**.json'
- '**.yml'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/Check_Broken_VIs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,30 @@ name: Check_Broken_VIs
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
pull_request:
branches:
- main
types: [closed]
paths-ignore:
- '**.md'
- '**.txt'
- '**.drawio'
- '**.vipb'
- '**.png'
- '**.svg'
- '**.json'
- '**.yml'

push:
paths-ignore:
- '**.md'
- '**.txt'
- '**.drawio'
- '**.vipb'
- '**.png'
- '**.svg'
- '**.json'
- '**.yml'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/Run Testcases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,28 @@ name: Run Testcases
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
pull_request:
branches:
- main
types: [closed]
paths-ignore:
- '**.md'
- '**.txt'
- '**.drawio'
- '**.vipb'
- '**.png'
- '**.svg'
- '**.json'
- '**.yml'

push:
paths-ignore:
- '**.md'
- '**.txt'
- '**.drawio'
- '**.vipb'
- '**.png'
- '**.svg'
- '**.json'
- '**.yml'

Expand Down
13 changes: 5 additions & 8 deletions CSM API String Arguments Support.vipb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2023-08-12 17:59:50" Modified_Date="2025-08-18 14:14:27" Creator="yaoli" Comments="" ID="8ffdf29ce86d88d4107defe2584a2332">
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2023-08-12 17:59:50" Modified_Date="2025-09-28 11:30:01" Creator="yaoli" Comments="" ID="ec239b369d97be8c4d5f4af7ddb90b15">
<Library_General_Settings>
<Package_File_Name>NEVSTOP_lib_CSM_API_String_Arguments_Support</Package_File_Name>
<Library_Version>2025.8.0.1</Library_Version>
<Library_Version>2025.9.0.1</Library_Version>
<Auto_Increment_Version>false</Auto_Increment_Version>
<Library_Source_Folder>.</Library_Source_Folder>
<Library_Output_Folder>vip</Library_Output_Folder>
Expand All @@ -17,8 +17,8 @@
</Library_General_Settings>
<Advanced_Settings>
<Package_Dependencies>
<Additional_External_Dependencies>labview_open_source_lib_epoch_datetime &gt;=1.3.0.8</Additional_External_Dependencies>
<Additional_External_Dependencies>nevstop_lib_communicable_state_machine &gt;=2025.7.30.163451</Additional_External_Dependencies>
<Additional_External_Dependencies>labview_open_source_lib_epoch_datetime =1.2.0.6</Additional_External_Dependencies>
<Additional_External_Dependencies>nevstop_lib_communicable_state_machine &gt;=2025.9.13.224959</Additional_External_Dependencies>
<Package_Conflicts>nevstop_lib_jki_state_machine++ &gt;=2023.8.5.2239</Package_Conflicts>
</Package_Dependencies>
<Custom_Action_VIs>
Expand Down Expand Up @@ -53,9 +53,7 @@ More information for the supported datatype format, please visit: https://github
<Copyright/>
<Packager>NEVSTOP</Packager>
<URL>https://github.com/NEVSTOP-LAB/CSM-API-String-Arugments-Support</URL>
<Release_Notes>[add] Add a sub-palette in argument palette
[update] #90 Mark "CSM - Query CSM VI Ref By API String.vi" as obsolete. Prompt user to use "CSM - Module VI Reference.vi" instead.
[update] update dependency to latest version. </Release_Notes>
<Release_Notes>[feature] #95 support lvlibp</Release_Notes>
</Description>
<Destinations>
<Toolkit_VIs>
Expand Down Expand Up @@ -268,7 +266,6 @@ More information for the supported datatype format, please visit: https://github
<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
Loading
Loading