This commit is contained in:
2021-07-07 16:36:28 +05:00
parent a2fef8a2a4
commit 066c0187f2
30 changed files with 637 additions and 36 deletions

View File

@@ -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();

View 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.

View File

@@ -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.