work
This commit is contained in:
@@ -22,6 +22,7 @@ namespace Test2
|
||||
//var t = new Task(() => T1());
|
||||
//t.Start();
|
||||
//T1();
|
||||
var str = new STPClient();
|
||||
OLD1();
|
||||
Console.WriteLine("End acc.");
|
||||
Console.ReadKey();
|
||||
|
18
Test2/bin/Debug/net5.0/Config/analog/default.json
Normal file
18
Test2/bin/Debug/net5.0/Config/analog/default.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"deleteAll": true,
|
||||
"delete": [],
|
||||
"add": [
|
||||
{
|
||||
"id": 0,
|
||||
"name": "Test",
|
||||
"short_name": "Test",
|
||||
"measure": "kg",
|
||||
"mul": 1,
|
||||
"min": -100,
|
||||
"max": 100,
|
||||
"zero": 0,
|
||||
"logarithm": false,
|
||||
"byteId": [ 1, 12, 3 ]
|
||||
}
|
||||
]
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -29,3 +29,4 @@ D:\GIT\ASCKU_PC\Test2\bin\Debug\net5.0\DataClient.dll
|
||||
D:\GIT\ASCKU_PC\Test2\bin\Debug\net5.0\DataClient.pdb
|
||||
D:\GIT\ASCKU_PC\Test2\bin\Debug\net5.0\DataClient.xml
|
||||
D:\GIT\ASCKU_PC\Test2\obj\Debug\net5.0\Test2.csproj.AssemblyReference.cache
|
||||
D:\GIT\ASCKU_PC\Test2\bin\Debug\net5.0\Config\analog\default.json
|
||||
|
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user