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
19 changes: 14 additions & 5 deletions CSM-TCP-Router.lvcsm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
VIName = "HAL-AI.vi"

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

[CSMAPI.HAL-AI.vi]
Item 0 = "Channels"
Expand Down Expand Up @@ -42,7 +42,7 @@ Item 26 = "DoSth: DoB"
VIName = "HAL-DIO.vi"

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

[CSMAPI.HAL-DIO.vi]
Item 0 = "Turn On"
Expand Down Expand Up @@ -126,8 +126,8 @@ Item 27 = "action: loop check"
Item 28 = "action: end loop"

[CSM Debug Console]
Response Timeout(s) = 30
History Length = 50
Response Timeout(s) = 30
History Length = 50
Periodic Enable = TRUE
Periodic threashold(#/s) = 0.500000
Periodic Check Peroid(s) = 3.000000
Expand Down Expand Up @@ -219,4 +219,13 @@ doc = "DIO Module with 8 Channels.%0AAPI:%0A1. TurnOn %3E%3E ChannelIndex %2F%2F
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."

[CSMModule.Measure2]
VIName = "MAL-TEST.vi"
VIName = "MAL-TEST.vi"

[CSMStatus.HAL-AI.vi]
Item 0 = "Error Occurred@Error Handler"

[CSMStatus.HAL-DIO.vi]
Item 0 = "Error Occurred@Error Handler"

[DebugConsole.historyView]
History Length = 50
Binary file modified src/ClientAPI Example/TCPRouter ClientAPI Example 4.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
17 changes: 13 additions & 4 deletions src/_addons/TCP-Router/ClientAPI/TcpRouter-Client.lvclass

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file modified src/_addons/TCP-Router/_support/Connection Handler Worker.vi
Binary file not shown.
Loading