Skip to content

Commit 5967fd8

Browse files
author
NEVSTOP
committed
1 parent bb80ffe commit 5967fd8

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

src/CSM-TCP-Router.lvcsm

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[CSMAPI.HAL-AI.vi]
2+
Path = "<AppDir>/CSM_Modules/HAL-AI.vi"
23
Item 0 = "Channels"
34
Item 1 = "read"
45
Item 2 = "read all"
5-
Path = "<AppDir>/CSM_Modules/HAL-AI.vi"
66

77
[CSMAPI.HAL-DIO.vi]
88
Path = "<AppDir>/CSM_Modules/HAL-DIO.vi"
@@ -13,11 +13,12 @@ Item 3 = "Check All"
1313
Item 4 = "Reset All"
1414

1515
[CSMAPI.MAL-TEST.vi]
16+
Path = "<AppDir>/CSM_Modules/MAL-TEST.vi"
1617
Item 0 = "Sweep"
1718
Item 1 = "Measure"
18-
Path = "<AppDir>/CSM_Modules/MAL-TEST.vi"
1919

2020
[CSMStates.HAL-AI.vi]
21+
Path = "<AppDir>/CSM_Modules/HAL-AI.vi"
2122
Item 0 = "Idle"
2223
Item 1 = "CSM Documentation"
2324
Item 2 = "Error Handler"
@@ -44,7 +45,6 @@ Item 22 = "read"
4445
Item 23 = "read all"
4546
Item 24 = "DoSth: DoA"
4647
Item 25 = "DoSth: DoB"
47-
Path = "<AppDir>/CSM_Modules/HAL-AI.vi"
4848

4949
[CSMStates.HAL-DIO.vi]
5050
Path = "<AppDir>/CSM_Modules/HAL-DIO.vi"
@@ -78,6 +78,7 @@ Item 26 = "DoSth: DoA"
7878
Item 27 = "DoSth: DoB"
7979

8080
[CSMStates.MAL-TEST.vi]
81+
Path = "<AppDir>/CSM_Modules/MAL-TEST.vi"
8182
Item 0 = "Idle"
8283
Item 1 = "CSM Documentation"
8384
Item 2 = "Error Handler"
@@ -103,11 +104,10 @@ Item 21 = "Sweep"
103104
Item 22 = "Measure"
104105
Item 23 = "DoSth: DoA"
105106
Item 24 = "DoSth: DoB"
106-
Path = "<AppDir>/CSM_Modules/MAL-TEST.vi"
107107

108108
[CSM Debug Console]
109-
Response Timeout(s) = 30
110-
History Length = 50
109+
Response Timeout(s) = 30
110+
History Length = 50
111111
History 0 = "API: Start JKI TCP Server -@ CSM TCP Router"
112112
History 1 = "API: Stop JKI TCP Server -@ CSM TCP Router"
113113
History 2 = "API: Get Connection Details -@ CSM TCP Router"
@@ -140,5 +140,11 @@ Item 3 = "API: Get Connection Number"
140140
Item 4 = "API: Get Connection Details"
141141
Item 5 = "API: Stop JKI TCP Server"
142142

143-
[CSMModule..CSM TCP Router]
144-
VIName = "CSM Router Module.vi"
143+
[CSMDoc.HAL-AI.vi]
144+
doc = "AI Module with 4 Channels.%0AAPI:%0A1. Channels %2F%2F List all Channels %0A2. Read %3E%3E ChannelName%3BNum %2F%2FRead num of points from Channel specified.%0A3.read all %3E%3E Num %2F%2F Read num of points from all channels."
145+
146+
[CSMDoc.HAL-DIO.vi]
147+
doc = "DIO Module with 8 Channels.%0AAPI:%0A1. TurnOn %3E%3E ChannelIndex %2F%2FSet Channel to ON.%0A2. TurnOff %3E%3E ChannelIndex %2F%2FSet Channel to OFF.%0A3. Check %3E%3E ChannelIndex %2F%2FCheck current status of Channel.%0A4. CheckAll %2F%2FCheck status of all channels%0A5. ResetAll %2F%2FReset All channels"
148+
149+
[CSMDoc.MAL-TEST.vi]
150+
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."

src/Client/Client.vi

356 Bytes
Binary file not shown.
160 Bytes
Binary file not shown.
1.73 KB
Binary file not shown.
182 KB
Binary file not shown.

0 commit comments

Comments
 (0)