Skip to content

Commit a8f6221

Browse files
committed
[add] #3 support massdata in TCPRouter
1 parent 40edf65 commit a8f6221

22 files changed

Lines changed: 12 additions & 8 deletions

CSM-TCP-Router.vipb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2023-09-27 14:21:53" Modified_Date="2025-05-01 09:48:04" Creator="liyao" Comments="" ID="78c2ef18833e816501fe953c0cec76c7">
1+
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2023-09-27 14:21:53" Modified_Date="2025-05-07 23:06:15" Creator="liyao" Comments="" ID="455a6a20f766e490517e310f75ce5bfd">
22
<Library_General_Settings>
33
<Package_File_Name>NEVSTOP_lib_CSM_TCP_Router_Example</Package_File_Name>
44
<Library_Version>2025.5.0.3</Library_Version>
@@ -74,7 +74,8 @@
7474
<Copyright/>
7575
<Packager>NEVSTOP</Packager>
7676
<URL>https://github.com/NEVSTOP-LAB/CSM-TCP-Router-App</URL>
77-
<Release_Notes>[fix] #13 use TCP timeout configuration in REP-REQ TCP.vi by default</Release_Notes>
77+
<Release_Notes>[add] #3 support massdata in TCPRouter
78+
[fix] #13 use TCP timeout configuration in REP-REQ TCP.vi by default</Release_Notes>
7879
</Description>
7980
<Destinations>
8081
<Toolkit_VIs>

src/CSM-TCP-Router.lvcsm

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ Item 19 = "Macro: Initialize"
3333
Item 20 = "Macro: Exit"
3434
Item 21 = "Channels"
3535
Item 22 = "read"
36-
Item 23 = "read all"
37-
Item 24 = "DoSth: DoA"
38-
Item 25 = "DoSth: DoB"
36+
Item 23 = "read(massdata)"
37+
Item 24 = "read all"
38+
Item 25 = "DoSth: DoA"
39+
Item 26 = "DoSth: DoB"
3940

4041
[CSMModule.DIO]
4142
VIName = "HAL-DIO.vi"
@@ -125,8 +126,8 @@ Item 27 = "action: loop check"
125126
Item 28 = "action: end loop"
126127

127128
[CSM Debug Console]
128-
Response Timeout(s) = 30
129-
History Length = 50
129+
Response Timeout(s) = 30
130+
History Length = 50
130131

131132
[CSMModule.CSM TCP Router]
132133
VIName = "CSM-TCP-Router.lvlib:CSM-TCP-Router.vi"

src/CSM-TCP-Router.lvproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<Item Name="CSM - user.lib Dir.vi" Type="VI" URL="/&lt;userlib&gt;/_NEVSTOP/Communicable State Machine(CSM)/_Documentation/CSM - user.lib Dir.vi"/>
3636
<Item Name="CSM File Logger.lvlib" Type="Library" URL="/&lt;userlib&gt;/_NEVSTOP/Communicable State Machine(CSM)/addons/Logger/CSM File Logger.lvlib"/>
3737
<Item Name="CSM Loop Support.lvlib" Type="Library" URL="/&lt;userlib&gt;/_NEVSTOP/Communicable State Machine(CSM)/addons/Loop-Support/CSM Loop Support.lvlib"/>
38+
<Item Name="CSM MassData Parameter Support.lvlib" Type="Library" URL="/&lt;userlib&gt;/_NEVSTOP/Communicable State Machine(CSM)/addons/MassData-Parameter/CSM MassData Parameter Support.lvlib"/>
3839
<Item Name="CSM Shared.lvlib" Type="Library" URL="/&lt;userlib&gt;/_NEVSTOP/Communicable State Machine(CSM)/_Shared/CSM Shared.lvlib"/>
3940
<Item Name="CSM-Helper API with lvcsm Support.lvlib" Type="Library" URL="/&lt;userlib&gt;/_NEVSTOP/Communicable State Machine(CSM)/_csmHelper/API with lvcsm Support/CSM-Helper API with lvcsm Support.lvlib"/>
4041
<Item Name="CSM-Helper Utility.lvlib" Type="Library" URL="/&lt;userlib&gt;/_NEVSTOP/Communicable State Machine(CSM)/_csmHelper/Utility/CSM-Helper Utility.lvlib"/>
49.7 KB
Binary file not shown.
8.98 KB
Binary file not shown.
48.8 KB
Binary file not shown.
-8.97 KB
Binary file not shown.
-4 Bytes
Binary file not shown.
-216 Bytes
Binary file not shown.

src/Server/CSM_Modules/HAL-AI.vi

55.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)