Skip to content

Commit d8bc4bc

Browse files
KivenJianevstop
andcommitted
#25 Completed the issues fix.
Co-Authored-By: NEVSTOP <8196752+nevstop@users.noreply.github.com>
1 parent bf8ca21 commit d8bc4bc

File tree

6 files changed

+27
-9
lines changed

6 files changed

+27
-9
lines changed

CSM-TCP-Router.lvcsm

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VIName = "HAL-AI.vi"
33

44
[CSMVI.HAL-AI.vi]
5-
Path = "<AppDir>/Server/CSM_Modules/HAL-AI.vi"
5+
Path = "<AppDir>/src/Server/CSM_Modules/HAL-AI.vi"
66

77
[CSMAPI.HAL-AI.vi]
88
Item 0 = "Channels"
@@ -42,7 +42,7 @@ Item 26 = "DoSth: DoB"
4242
VIName = "HAL-DIO.vi"
4343

4444
[CSMVI.HAL-DIO.vi]
45-
Path = "<AppDir>/Server/CSM_Modules/HAL-DIO.vi"
45+
Path = "<AppDir>/src/Server/CSM_Modules/HAL-DIO.vi"
4646

4747
[CSMAPI.HAL-DIO.vi]
4848
Item 0 = "Turn On"
@@ -126,8 +126,8 @@ Item 27 = "action: loop check"
126126
Item 28 = "action: end loop"
127127

128128
[CSM Debug Console]
129-
Response Timeout(s) = 30
130-
History Length = 50
129+
Response Timeout(s) = 30
130+
History Length = 50
131131
Periodic Enable = TRUE
132132
Periodic threashold(#/s) = 0.500000
133133
Periodic Check Peroid(s) = 3.000000
@@ -219,4 +219,13 @@ doc = "DIO Module with 8 Channels.%0AAPI:%0A1. TurnOn %3E%3E ChannelIndex %2F%2F
219219
doc = "Measurement Module.%0AAPI: %0A1. Sweep %3E%3E Start%3BStop%3BStep%3BInterval %2F%2F sweep current with specified parameters.%0A2. Measure %2F%2F Return voltage and current at the same time."
220220

221221
[CSMModule.Measure2]
222-
VIName = "MAL-TEST.vi"
222+
VIName = "MAL-TEST.vi"
223+
224+
[CSMStatus.HAL-AI.vi]
225+
Item 0 = "Error Occurred@Error Handler"
226+
227+
[CSMStatus.HAL-DIO.vi]
228+
Item 0 = "Error Occurred@Error Handler"
229+
230+
[DebugConsole.historyView]
231+
History Length = 50
133 KB
Binary file not shown.
Binary file not shown.

src/_addons/TCP-Router/ClientAPI/TcpRouter-Client.lvclass

Lines changed: 13 additions & 4 deletions
Large diffs are not rendered by default.
Binary file not shown.
308 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)