Skip to content

Commit 91b0e43

Browse files
committed
更新工作流,移除对 "Epoch Date & Time" 包的依赖;更新 README,修正描述并添加新模板信息
1 parent 6c53989 commit 91b0e43

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

.github/workflows/Build_VIPM_Library.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,13 @@ jobs:
4848
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
4949
- uses: actions/checkout@v3
5050

51-
- name: vipm-InstallPackage
52-
uses: NEVSTOP-LAB/vipm-InstallPackage@main
53-
with:
54-
LabVIEW_Version: 2017
55-
# Package could be PackageName/PacakgeWithVersion/vipFilePath
56-
Package: "Epoch Date & Time"
51+
#不再依赖 Epoch Date & Time 包
52+
# - name: vipm-InstallPackage
53+
# uses: NEVSTOP-LAB/vipm-InstallPackage@main
54+
# with:
55+
# LabVIEW_Version: 2017
56+
# # Package could be PackageName/PacakgeWithVersion/vipFilePath
57+
# Package: "Epoch Date & Time"
5758

5859
- uses: NEVSTOP-LAB/InstallNevstopPackage@main
5960
with:

.github/workflows/Check_Broken_VIs.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
- '**.svg'
1919
- '**.json'
2020
- '**.yml'
21-
21+
2222
push:
2323
paths-ignore:
2424
- '**.md'
@@ -42,12 +42,13 @@ jobs:
4242
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
4343
- uses: actions/checkout@v3
4444

45-
- name: vipm-InstallPackage
46-
uses: NEVSTOP-LAB/vipm-InstallPackage@main
47-
with:
48-
LabVIEW_Version: 2017
49-
# Package could be PackageName/PacakgeWithVersion/vipFilePath
50-
Package: "Epoch Date & Time"
45+
#不再依赖 Epoch Date & Time 包
46+
# - name: vipm-InstallPackage
47+
# uses: NEVSTOP-LAB/vipm-InstallPackage@main
48+
# with:
49+
# LabVIEW_Version: 2017
50+
# # Package could be PackageName/PacakgeWithVersion/vipFilePath
51+
# Package: "Epoch Date & Time"
5152

5253
- uses: NEVSTOP-LAB/InstallNevstopPackage@main
5354
with:

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44

55
[![Installs](https://www.vipm.io/package/nevstop_lib_csm_api_string_arguments_support/badge.svg?metric=installs)](https://www.vipm.io/package/nevstop_lib_csm_api_string_arguments_support/)
66
[![Stars](https://www.vipm.io/package/nevstop_lib_csm_api_string_arguments_support/badge.svg?metric=stars)](https://www.vipm.io/package/nevstop_lib_csm_api_string_arguments_support/)
7-
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
87
[![GitHub Downloads](https://img.shields.io/github/downloads/NEVSTOP-LAB/CSM-API-String-Arguments-Support/total)](https://github.com/NEVSTOP-LAB/CSM-API-String-Arguments-Support/releases)
98

10-
This library enhances the API parameters for the Communicable State Machine (CSM) framework by enabling the inclusion of various data types in plain text format and is specially optimized for manual input experience.
9+
This library enhances the API parameters for the Communicable State Machine (CSM) framework by enabling the inclusion of various data types in plain text format.
1110

12-
The library also provides two additional templates that include "Data: Get Configuration" and "Data: Set Configuration" states. These templates serve as a starting point for building CSM modules with the ability to access data stored in the '>> internal data >>' shift register.
11+
The library also provides two additional templates that include "Data: Get Configuration", "Data: Set Configuration", and "Data: Get Internal Data" states. These templates serve as a starting point for building CSM modules with the ability to access data stored in the '>> internal data >>' shift register.
1312

1413
![example](.github/doc.png)
1514

@@ -310,4 +309,4 @@ In Non-Tag mode, the input string consists only of data values separated by semi
310309
311310
### Other Data Types
312311

313-
Other data types are first converted to variants and then transformed using CSM-HexStr.
312+
Other data types are treated as variants and transformed using CSM-HexStr.

0 commit comments

Comments
 (0)