diff --git a/.vs/Projects/DesignTimeBuild/.dtbcache.v2 b/.vs/Projects/DesignTimeBuild/.dtbcache.v2 index 3b369a2..11cc254 100644 Binary files a/.vs/Projects/DesignTimeBuild/.dtbcache.v2 and b/.vs/Projects/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/Projects/v16/.suo b/.vs/Projects/v16/.suo index 59cb9c1..eea4d07 100644 Binary files a/.vs/Projects/v16/.suo and b/.vs/Projects/v16/.suo differ diff --git a/DataClients/FileClient.cs b/DataClients/FileClient.cs index 471b534..56a79cf 100644 --- a/DataClients/FileClient.cs +++ b/DataClients/FileClient.cs @@ -10,11 +10,11 @@ namespace DataClients { public class FileClient { - //private char split = '/'; - private char split = '\\'; - private string dir = @"Y:\data"; + private char split = '/'; + //private char split = '\\'; + //private string dir = @"Y:\data"; //private string dir = @"C:\data"; - //private string dir = @"/archive_rmt/data"; + private string dir = @"/archive_rmt/data"; public FileClient() { diff --git a/DataClients/STPClient.cs b/DataClients/STPClient.cs index a3dd07e..54853be 100644 --- a/DataClients/STPClient.cs +++ b/DataClients/STPClient.cs @@ -23,11 +23,28 @@ namespace DataClients { var result = new Pasport(); var arr = new List(); + var count_error = 0; + var flag_err = false; + do { - var tmp = netClient.SocketWork(NetClient.Cmd.pasp_download, link); - foreach (var e in tmp) arr.AddRange(e); - } - result.byteArr = arr.ToArray(); + flag_err = false; + result = new Pasport(); + arr = new List(); + try + { + { + var tmp = netClient.SocketWork(NetClient.Cmd.pasp_download, link); + foreach (var e in tmp) arr.AddRange(e); + } + result.byteArr = arr.ToArray(); + } + catch + { + flag_err = true; + count_error++; + Thread.Sleep(3000); + } + } while (flag_err && count_error < 3); return result; } public Tuple[] GetListPasport(DateTime date) diff --git a/DataClients/bin/Debug/netstandard2.0/DataClients.deps.json b/DataClients/bin/Debug/netstandard2.0/DataClients.deps.json deleted file mode 100644 index c7f963e..0000000 --- a/DataClients/bin/Debug/netstandard2.0/DataClients.deps.json +++ /dev/null @@ -1,97 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETStandard,Version=v2.0/", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETStandard,Version=v2.0": {}, - ".NETStandard,Version=v2.0/": { - "DataClients/1.0.0": { - "dependencies": { - "NETStandard.Library": "2.0.3", - "SharpZipLib": "1.2.0", - "System.Text.Encoding.CodePages": "4.7.1" - }, - "runtime": { - "DataClients.dll": {} - } - }, - "Microsoft.NETCore.Platforms/1.1.0": {}, - "NETStandard.Library/2.0.3": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0" - } - }, - "SharpZipLib/1.2.0": { - "runtime": { - "lib/netstandard2.0/ICSharpCode.SharpZipLib.dll": { - "assemblyVersion": "1.2.0.246", - "fileVersion": "1.2.0.246" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/4.7.1": { - "runtime": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "4.0.6.0", - "fileVersion": "4.700.20.12001" - } - } - }, - "System.Text.Encoding.CodePages/4.7.1": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "4.7.1" - }, - "runtime": { - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": { - "assemblyVersion": "4.1.3.0", - "fileVersion": "4.700.20.21406" - } - } - } - } - }, - "libraries": { - "DataClients/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "path": "microsoft.netcore.platforms/1.1.0", - "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" - }, - "NETStandard.Library/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", - "path": "netstandard.library/2.0.3", - "hashPath": "netstandard.library.2.0.3.nupkg.sha512" - }, - "SharpZipLib/1.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==", - "path": "sharpziplib/1.2.0", - "hashPath": "sharpziplib.1.2.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/4.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zOHkQmzPCn5zm/BH+cxC1XbUS3P4Yoi3xzW7eRgVpDR2tPGSzyMZ17Ig1iRkfJuY0nhxkQQde8pgePNiA7z7TQ==", - "path": "system.runtime.compilerservices.unsafe/4.7.1", - "hashPath": "system.runtime.compilerservices.unsafe.4.7.1.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/4.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-i2fOvznVVgOOTLUz8FgSap/MsR98I4Iaoz99VXcOW/e7Y2OdY42zhYpBYpZyivk5alYY/UsOWAVswhtjxceodA==", - "path": "system.text.encoding.codepages/4.7.1", - "hashPath": "system.text.encoding.codepages.4.7.1.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/DataClients/bin/Debug/netstandard2.0/DataClients.dll b/DataClients/bin/Debug/netstandard2.0/DataClients.dll deleted file mode 100644 index 20f9c66..0000000 Binary files a/DataClients/bin/Debug/netstandard2.0/DataClients.dll and /dev/null differ diff --git a/DataClients/bin/Debug/netstandard2.0/DataClients.pdb b/DataClients/bin/Debug/netstandard2.0/DataClients.pdb deleted file mode 100644 index c28b5b4..0000000 Binary files a/DataClients/bin/Debug/netstandard2.0/DataClients.pdb and /dev/null differ diff --git a/DataClients/bin/Debug/netstandard2.0/STPClient.deps.json b/DataClients/bin/Debug/netstandard2.0/STPClient.deps.json deleted file mode 100644 index f627088..0000000 --- a/DataClients/bin/Debug/netstandard2.0/STPClient.deps.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETStandard,Version=v2.0/", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETStandard,Version=v2.0": {}, - ".NETStandard,Version=v2.0/": { - "STPClient/1.0.0": { - "dependencies": { - "NETStandard.Library": "2.0.3" - }, - "runtime": { - "STPClient.dll": {} - } - }, - "Microsoft.NETCore.Platforms/1.1.0": {}, - "NETStandard.Library/2.0.3": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0" - } - } - } - }, - "libraries": { - "STPClient/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "path": "microsoft.netcore.platforms/1.1.0", - "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" - }, - "NETStandard.Library/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", - "path": "netstandard.library/2.0.3", - "hashPath": "netstandard.library.2.0.3.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/DataClients/bin/Debug/netstandard2.0/STPClient.dll b/DataClients/bin/Debug/netstandard2.0/STPClient.dll deleted file mode 100644 index 1845bf4..0000000 Binary files a/DataClients/bin/Debug/netstandard2.0/STPClient.dll and /dev/null differ diff --git a/DataClients/bin/Debug/netstandard2.0/STPClient.pdb b/DataClients/bin/Debug/netstandard2.0/STPClient.pdb deleted file mode 100644 index 7fb6b9a..0000000 Binary files a/DataClients/bin/Debug/netstandard2.0/STPClient.pdb and /dev/null differ diff --git a/DataClients/obj/DataClients.csproj.nuget.dgspec.json b/DataClients/obj/DataClients.csproj.nuget.dgspec.json index 564125b..151c6bc 100644 --- a/DataClients/obj/DataClients.csproj.nuget.dgspec.json +++ b/DataClients/obj/DataClients.csproj.nuget.dgspec.json @@ -68,7 +68,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } } diff --git a/DataClients/obj/Debug/netstandard2.0/DataClients.csprojAssemblyReference.cache b/DataClients/obj/Debug/netstandard2.0/DataClients.csprojAssemblyReference.cache index a5e532f..b4c9863 100644 Binary files a/DataClients/obj/Debug/netstandard2.0/DataClients.csprojAssemblyReference.cache and b/DataClients/obj/Debug/netstandard2.0/DataClients.csprojAssemblyReference.cache differ diff --git a/DataClients/obj/Debug/netstandard2.0/DataClients.dll b/DataClients/obj/Debug/netstandard2.0/DataClients.dll index 20f9c66..f29da28 100644 Binary files a/DataClients/obj/Debug/netstandard2.0/DataClients.dll and b/DataClients/obj/Debug/netstandard2.0/DataClients.dll differ diff --git a/DataClients/obj/Debug/netstandard2.0/DataClients.pdb b/DataClients/obj/Debug/netstandard2.0/DataClients.pdb index c28b5b4..559af01 100644 Binary files a/DataClients/obj/Debug/netstandard2.0/DataClients.pdb and b/DataClients/obj/Debug/netstandard2.0/DataClients.pdb differ diff --git a/DataClients/obj/project.assets.json b/DataClients/obj/project.assets.json index 7c7c090..a0f2f4c 100644 --- a/DataClients/obj/project.assets.json +++ b/DataClients/obj/project.assets.json @@ -373,7 +373,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } } diff --git a/DataClients/obj/project.nuget.cache b/DataClients/obj/project.nuget.cache index cb27a29..f7b6e36 100644 --- a/DataClients/obj/project.nuget.cache +++ b/DataClients/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "HcEcTEFqK4NguLdc9n2oVWS6UDiCCisPrshFq2CupkRvv5hBmPda9OVQoJIzeZEdi+2U4gtyC3VWS0arGt4GMg==", + "dgSpecHash": "7BT9QmMgOwS6t99cv7fCXOBzEuqVwmhl2HP4ljC3vr6o2Uq2GZQULmiLXAJ9NJ7T4nDLaRlmIbUCNZp+mmA0Dw==", "success": true, "projectFilePath": "D:\\GIT\\ASCKU_PC\\DataClients\\DataClients.csproj", "expectedPackageFiles": [ diff --git a/Mailing/NTC1.cs b/Mailing/NTC1.cs new file mode 100644 index 0000000..b3f8ce5 --- /dev/null +++ b/Mailing/NTC1.cs @@ -0,0 +1,86 @@ +using DataClients; +using MigraDoc.DocumentObjectModel; +using MigraDoc.DocumentObjectModel.Tables; +using MigraDoc.Rendering; +using PdfSharp.Drawing; +using PdfSharp.Fonts; +using System; +using System.Collections.Generic; +using System.IO; +using System.Linq; +using System.Text; +using System.Text.RegularExpressions; + +namespace Mailing +{ + public static class GenNTC1 + { + public static void GetNTC1(DateTime datestart, DateTime dateend) + { + var w = new STPClient(); + var s = datestart; + var e = dateend; + var r1 = new List>(); + var r2 = new List(); + + for (var i = s; i < e; i = i.AddDays(1)) + { + Console.WriteLine(i.ToString(@"yyyy.MM.dd")); + var a = w.GetListPasport(i); + foreach (var b in a) + { + Console.WriteLine(b.Item1.ToString() + " | " + b.Item2.ToString()); + + var c = w.GetPasport(b.Item2); + var d = w.GetIshData(c.time_start, c.time_end, c.numVDP); + var flag = false; + foreach (var f in d) + { + if (f.id != 0) continue; + //Console.Write(f.time.ToString(@"yyyy.MM.dd HH:mm:ss.ff") + '\t' + b.Item1 + '\t' + f.value); + Regex r = new Regex(@"(\w*)-(\w{3})-32-031(\w*)", RegexOptions.Compiled | RegexOptions.IgnoreCase); + //Console.WriteLine('\t' + r.IsMatch(f.value).ToString()); + flag = flag || r.IsMatch(f.value); + } + if (flag) + { + r1.Add(b); r2.Add(c); + /*Console.WriteLine(b.Item1 + '\t' + + c.time_start.ToString(@"yyyy.MM.dd HH:mm:ss.ff") + '\t' + + c.time_end.ToString(@"yyyy.MM.dd HH:mm:ss.ff"));*/ + /*foreach (var f in d) + { + if (f.id != 0) continue; + Console.WriteLine(f.time.ToString(@"yyyy.MM.dd HH:mm:ss.ff") + '\t' + f.value); + }*/ + } + } + } + Console.WriteLine("Write To File."); + Directory.CreateDirectory(Directory.GetCurrentDirectory() + '/' + "NTC1"); + for (var i = 0; i < r1.Count; i++) + { + var a = w.GetProtectData(r2[i].time_start, r2[i].time_end, r2[i].numVDP); + var b = new List(); + foreach (var c in a) + if (c.id == 72) b.Add(c); + if (b.Count > 0) + { + var fs = new StreamWriter(Directory.GetCurrentDirectory() + "/NTC1/" + s.ToString(@"yyyyMMdd") + "-" + e.ToString(@"yyyyMMdd") + ".txt", true); + /*Console.WriteLine(r1[i].Item1 + '\t' + + r2[i].time_start.ToString(@"yyyy.MM.dd HH:mm:ss.ff") + '\t' + + r2[i].time_end.ToString(@"yyyy.MM.dd HH:mm:ss.ff"));*/ + fs.WriteLine(r1[i].Item1 + '\t' + + r2[i].time_start.ToString(@"yyyy.MM.dd HH:mm:ss.ff") + '\t' + + r2[i].time_end.ToString(@"yyyy.MM.dd HH:mm:ss.ff")); + foreach (var d in b) + { + /*Console.WriteLine(d.time.ToString(@"yyyy.MM.dd HH:mm:ss.ff") + '\t' + d.id.ToString("D2") + '\t' + d.value);*/ + fs.WriteLine(d.time.ToString(@"yyyy.MM.dd HH:mm:ss.ff") + '\t' + d.value); + } + fs.Close(); + } + } + } + } +} diff --git a/Mailing/Program.cs b/Mailing/Program.cs index a3c5393..2ef6b5b 100644 --- a/Mailing/Program.cs +++ b/Mailing/Program.cs @@ -14,7 +14,10 @@ namespace Mailing static void Main(string[] args) { if (args.Length < 1) + { Console.WriteLine("Need params."); + return; + } var mailList = new List(); { var strings = File.ReadAllLines(args.Last()); @@ -61,11 +64,48 @@ namespace Mailing } } GenSZO.GetPDF(time); - var file = Directory.GetCurrentDirectory() + "/" + time.ToString("yyyy-MM-dd") + ".pdf"; + var fileszo = Directory.GetCurrentDirectory() + "/SZO/" + time.ToString("yyyy-MM-dd") + ".pdf"; foreach (var e in mailList) - Mailing.SendMail(new MailAddress(e), file); + Mailing.SendMail(new MailAddress(e), fileszo); break; - + case "NTC1": + if (args.Length != 4) + { + Console.WriteLine("Wrong format"); + Console.WriteLine("Example: Maling NTC1 2020.07.07 2020.07.14 /mail.list"); + return; + } + + var timestart = DateTime.Now.AddDays(-7); + var timeend = DateTime.Now; + { + try + { + var s = args[1].Split('.'); + timestart = new DateTime( + Convert.ToInt32(s[0]), + Convert.ToInt32(s[1]), + Convert.ToInt32(s[2])); + + s = args[2].Split('.'); + timeend = new DateTime( + Convert.ToInt32(s[0]), + Convert.ToInt32(s[1]), + Convert.ToInt32(s[2])); + } + catch + { + Console.WriteLine("Wrong format data"); + Console.WriteLine("Example: 2020.07.14"); + return; + } + } + GenNTC1.GetNTC1(timestart, timeend); + var filentc1 = Directory.GetCurrentDirectory() + "/NTC1/" + timestart.ToString(@"yyyyMMdd") + "-" + timeend.ToString(@"yyyyMMdd") + ".txt"; + foreach (var e in mailList) + Mailing.SendMailNTC1(new MailAddress(e), filentc1); + break; + } } } @@ -87,5 +127,27 @@ namespace Mailing Smtp.Send(m); } + public static void SendMailNTC1(MailAddress to, string file) + { + MailMessage m = new MailMessage(From, to) + { + Subject = "Список плавок с низской скоростью штока", + Body = "Еженедельная рассылка списка плавок " + + "с низкой скоростью штока." + }; + try + { + m.Attachments.Add(new Attachment(file)); + } + catch + { + m.Body = m.Body + "\n В заданный период времени не было найдено подходящих плавок."; + Console.WriteLine("Отсутствует файл для отправки."); + } + finally + { + Smtp.Send(m); + } + } } } diff --git a/Mailing/Properties/launchSettings.json b/Mailing/Properties/launchSettings.json index b718a6c..58f9edd 100644 --- a/Mailing/Properties/launchSettings.json +++ b/Mailing/Properties/launchSettings.json @@ -2,7 +2,7 @@ "profiles": { "Mailing": { "commandName": "Project", - "commandLineArgs": "SZO 2020.08.28 F:\\Projects1\\Mailing\\bin\\Debug\\netcoreapp3.1\\mailing_SZO.list" + "commandLineArgs": "NTC1 2020.07.22 2020.10.09 D:\\GIT\\ASCKU_PC\\Mailing\\bin\\Debug\\netcoreapp3.1\\mailing_NTC1.list" } } } \ No newline at end of file diff --git a/Mailing/SZO.cs b/Mailing/SZO.cs index c66d650..607415d 100644 --- a/Mailing/SZO.cs +++ b/Mailing/SZO.cs @@ -79,16 +79,16 @@ namespace Mailing var t2 = d.Item1 > e.end ? e.end : d.Item1; var res = t2 - t1; currstat = d; - if (chk1.Contains((int)e.index) && res.TotalMinutes < 15) + if (res.TotalMinutes < 15) continue; if (!resFull.ContainsKey(i)) resFull.Add(i, new List()); - resFull[i].Add(new SZOWork() - { - oper = e.index, - techCycleStart = e.start, - WorkTime = res - }); + resFull[i].Add(new SZOWork() + { + oper = e.index, + techCycleStart = e.start, + WorkTime = res.Subtract(new TimeSpan(00, 15, 00)) + }); } currstat = d; } @@ -203,7 +203,8 @@ namespace Mailing public static void Print(DateTime time) { - var file = Directory.GetCurrentDirectory() + '/' + time.ToString("yyyy-MM-dd") + ".pdf"; + Directory.CreateDirectory(Directory.GetCurrentDirectory() + '/' + "SZO"); + var file = Directory.GetCurrentDirectory() + '/' + "SZO" + '/' + time.ToString("yyyy-MM-dd") + ".pdf"; if (File.Exists(file)) File.Delete(file); var pdfRenderer = new PdfDocumentRenderer(true) { Document = doc }; diff --git a/Mailing/bin/Debug/netcoreapp3.1/DataClients.dll b/Mailing/bin/Debug/netcoreapp3.1/DataClients.dll index 20f9c66..f29da28 100644 Binary files a/Mailing/bin/Debug/netcoreapp3.1/DataClients.dll and b/Mailing/bin/Debug/netcoreapp3.1/DataClients.dll differ diff --git a/Mailing/bin/Debug/netcoreapp3.1/DataClients.pdb b/Mailing/bin/Debug/netcoreapp3.1/DataClients.pdb index c28b5b4..559af01 100644 Binary files a/Mailing/bin/Debug/netcoreapp3.1/DataClients.pdb and b/Mailing/bin/Debug/netcoreapp3.1/DataClients.pdb differ diff --git a/Mailing/bin/Debug/netcoreapp3.1/Mailing.dll b/Mailing/bin/Debug/netcoreapp3.1/Mailing.dll index ebcaca4..64743d7 100644 Binary files a/Mailing/bin/Debug/netcoreapp3.1/Mailing.dll and b/Mailing/bin/Debug/netcoreapp3.1/Mailing.dll differ diff --git a/Mailing/bin/Debug/netcoreapp3.1/Mailing.exe b/Mailing/bin/Debug/netcoreapp3.1/Mailing.exe index 88eb44f..a36dc62 100644 Binary files a/Mailing/bin/Debug/netcoreapp3.1/Mailing.exe and b/Mailing/bin/Debug/netcoreapp3.1/Mailing.exe differ diff --git a/Mailing/bin/Debug/netcoreapp3.1/Mailing.pdb b/Mailing/bin/Debug/netcoreapp3.1/Mailing.pdb index 6e631d4..b234119 100644 Binary files a/Mailing/bin/Debug/netcoreapp3.1/Mailing.pdb and b/Mailing/bin/Debug/netcoreapp3.1/Mailing.pdb differ diff --git a/Mailing/bin/Debug/netcoreapp3.1/MigraDoc.DocumentObjectModel.dll b/Mailing/bin/Debug/netcoreapp3.1/MigraDoc.DocumentObjectModel.dll index c21bcca..2adf04c 100644 Binary files a/Mailing/bin/Debug/netcoreapp3.1/MigraDoc.DocumentObjectModel.dll and b/Mailing/bin/Debug/netcoreapp3.1/MigraDoc.DocumentObjectModel.dll differ diff --git a/Mailing/bin/Debug/netcoreapp3.1/MigraDoc.DocumentObjectModel.pdb b/Mailing/bin/Debug/netcoreapp3.1/MigraDoc.DocumentObjectModel.pdb index e5d65d8..bd693bf 100644 Binary files a/Mailing/bin/Debug/netcoreapp3.1/MigraDoc.DocumentObjectModel.pdb and b/Mailing/bin/Debug/netcoreapp3.1/MigraDoc.DocumentObjectModel.pdb differ diff --git a/Mailing/bin/Debug/netcoreapp3.1/MigraDoc.Rendering.dll b/Mailing/bin/Debug/netcoreapp3.1/MigraDoc.Rendering.dll index 01f6f77..64b8b11 100644 Binary files a/Mailing/bin/Debug/netcoreapp3.1/MigraDoc.Rendering.dll and b/Mailing/bin/Debug/netcoreapp3.1/MigraDoc.Rendering.dll differ diff --git a/Mailing/bin/Debug/netcoreapp3.1/MigraDoc.Rendering.pdb b/Mailing/bin/Debug/netcoreapp3.1/MigraDoc.Rendering.pdb index 7e9c44a..f93fb2a 100644 Binary files a/Mailing/bin/Debug/netcoreapp3.1/MigraDoc.Rendering.pdb and b/Mailing/bin/Debug/netcoreapp3.1/MigraDoc.Rendering.pdb differ diff --git a/Mailing/bin/Debug/netcoreapp3.1/NTC1/20200722-20201009.txt b/Mailing/bin/Debug/netcoreapp3.1/NTC1/20200722-20201009.txt new file mode 100644 index 0000000..97bdf2d --- /dev/null +++ b/Mailing/bin/Debug/netcoreapp3.1/NTC1/20200722-20201009.txt @@ -0,0 +1,27 @@ +9-34-09660 2020.07.28 03:46:45.00 2020.07.28 17:52:06.00 +2020.07.28 10:59:08.08 1 +2020.07.28 15:59:50.47 0 +9-35-09607 2020.08.07 23:01:25.00 2020.08.08 17:06:56.00 +2020.08.08 11:43:11.08 1 +2020.08.08 15:19:57.95 0 +9-39-09484 2020.08.17 22:57:38.00 2020.08.18 15:43:11.00 +2020.08.18 07:28:02.10 1 +2020.08.18 13:53:53.48 0 +9-35-09621 2020.08.19 05:19:14.00 2020.08.19 21:56:11.00 +2020.08.19 14:22:07.15 1 +2020.08.19 20:09:50.22 0 +9-02-05210 2020.08.26 01:34:35.00 2020.08.26 13:03:29.00 +2020.08.26 05:25:30.08 1 +2020.08.26 11:09:50.92 0 +9-35-09641 2020.09.04 09:46:24.00 2020.09.05 03:10:27.00 +2020.09.04 19:58:29.12 1 +2020.09.05 01:24:40.76 0 +9-45-11544 2020.09.09 02:55:02.00 2020.09.10 01:30:59.00 +2020.09.09 18:38:06.97 1 +2020.09.09 23:41:17.67 0 +9-10-11235 2020.09.10 07:09:31.00 2020.09.11 01:56:32.00 +2020.09.10 18:22:25.17 1 +2020.09.11 00:04:03.86 0 +9-04-10138 2020.09.27 16:45:11.00 2020.09.28 08:19:21.00 +2020.09.28 00:05:40.15 1 +2020.09.28 06:22:32.82 0 diff --git a/Mailing/bin/Debug/netcoreapp3.1/PdfSharp.Charting.dll b/Mailing/bin/Debug/netcoreapp3.1/PdfSharp.Charting.dll index ce24000..7a30bdc 100644 Binary files a/Mailing/bin/Debug/netcoreapp3.1/PdfSharp.Charting.dll and b/Mailing/bin/Debug/netcoreapp3.1/PdfSharp.Charting.dll differ diff --git a/Mailing/bin/Debug/netcoreapp3.1/PdfSharp.Charting.pdb b/Mailing/bin/Debug/netcoreapp3.1/PdfSharp.Charting.pdb index 63beb90..864cacb 100644 Binary files a/Mailing/bin/Debug/netcoreapp3.1/PdfSharp.Charting.pdb and b/Mailing/bin/Debug/netcoreapp3.1/PdfSharp.Charting.pdb differ diff --git a/Mailing/bin/Debug/netcoreapp3.1/PdfSharp.dll b/Mailing/bin/Debug/netcoreapp3.1/PdfSharp.dll index d6002d7..4d84e39 100644 Binary files a/Mailing/bin/Debug/netcoreapp3.1/PdfSharp.dll and b/Mailing/bin/Debug/netcoreapp3.1/PdfSharp.dll differ diff --git a/Mailing/bin/Debug/netcoreapp3.1/PdfSharp.pdb b/Mailing/bin/Debug/netcoreapp3.1/PdfSharp.pdb index 21a03f0..00fcb5b 100644 Binary files a/Mailing/bin/Debug/netcoreapp3.1/PdfSharp.pdb and b/Mailing/bin/Debug/netcoreapp3.1/PdfSharp.pdb differ diff --git a/Mailing/bin/Debug/netcoreapp3.1/de/MigraDoc.Rendering.resources.dll b/Mailing/bin/Debug/netcoreapp3.1/de/MigraDoc.Rendering.resources.dll index 8939aed..ce73e3a 100644 Binary files a/Mailing/bin/Debug/netcoreapp3.1/de/MigraDoc.Rendering.resources.dll and b/Mailing/bin/Debug/netcoreapp3.1/de/MigraDoc.Rendering.resources.dll differ diff --git a/Mailing/bin/Debug/netcoreapp3.1/mailing_NTC1.list b/Mailing/bin/Debug/netcoreapp3.1/mailing_NTC1.list new file mode 100644 index 0000000..f9b081a --- /dev/null +++ b/Mailing/bin/Debug/netcoreapp3.1/mailing_NTC1.list @@ -0,0 +1 @@ +hatuncev_gd@vsmpo.ru diff --git a/Mailing/obj/Debug/netcoreapp3.1/Mailing.csproj.CoreCompileInputs.cache b/Mailing/obj/Debug/netcoreapp3.1/Mailing.csproj.CoreCompileInputs.cache index 82d081c..4063887 100644 --- a/Mailing/obj/Debug/netcoreapp3.1/Mailing.csproj.CoreCompileInputs.cache +++ b/Mailing/obj/Debug/netcoreapp3.1/Mailing.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -b02eda345f31d2d14534071229c79baee93aee8f +e79626e0af92f8b473bc98f42f0bd95f726cf733 diff --git a/Mailing/obj/Debug/netcoreapp3.1/Mailing.csprojAssemblyReference.cache b/Mailing/obj/Debug/netcoreapp3.1/Mailing.csprojAssemblyReference.cache index a155606..4aefce3 100644 Binary files a/Mailing/obj/Debug/netcoreapp3.1/Mailing.csprojAssemblyReference.cache and b/Mailing/obj/Debug/netcoreapp3.1/Mailing.csprojAssemblyReference.cache differ diff --git a/Mailing/obj/Debug/netcoreapp3.1/Mailing.dll b/Mailing/obj/Debug/netcoreapp3.1/Mailing.dll index ebcaca4..64743d7 100644 Binary files a/Mailing/obj/Debug/netcoreapp3.1/Mailing.dll and b/Mailing/obj/Debug/netcoreapp3.1/Mailing.dll differ diff --git a/Mailing/obj/Debug/netcoreapp3.1/Mailing.exe b/Mailing/obj/Debug/netcoreapp3.1/Mailing.exe index 88eb44f..a36dc62 100644 Binary files a/Mailing/obj/Debug/netcoreapp3.1/Mailing.exe and b/Mailing/obj/Debug/netcoreapp3.1/Mailing.exe differ diff --git a/Mailing/obj/Debug/netcoreapp3.1/Mailing.pdb b/Mailing/obj/Debug/netcoreapp3.1/Mailing.pdb index 6e631d4..b234119 100644 Binary files a/Mailing/obj/Debug/netcoreapp3.1/Mailing.pdb and b/Mailing/obj/Debug/netcoreapp3.1/Mailing.pdb differ diff --git a/Mailing/obj/Mailing.csproj.nuget.dgspec.json b/Mailing/obj/Mailing.csproj.nuget.dgspec.json index aba6c4a..d808594 100644 --- a/Mailing/obj/Mailing.csproj.nuget.dgspec.json +++ b/Mailing/obj/Mailing.csproj.nuget.dgspec.json @@ -68,7 +68,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } }, @@ -144,7 +144,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } }, @@ -208,7 +208,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } }, @@ -282,7 +282,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } }, @@ -350,7 +350,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } }, @@ -414,7 +414,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } } diff --git a/Mailing/obj/project.assets.json b/Mailing/obj/project.assets.json index 74fac48..7c47bb2 100644 --- a/Mailing/obj/project.assets.json +++ b/Mailing/obj/project.assets.json @@ -393,7 +393,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } } diff --git a/Mailing/obj/project.nuget.cache b/Mailing/obj/project.nuget.cache index 607db18..28a7b79 100644 --- a/Mailing/obj/project.nuget.cache +++ b/Mailing/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "JhSZzmYttQLpb/GGrRG41X411bHVP6MsnlK+LD7MbGjC4ML7JSnnlOUo1fQ8WpRLIvwvQfNev2CRVWlrJqdJXQ==", + "dgSpecHash": "SpajZEf7/VRQUrDXoiTHU8aXoyHn3smrZZdD0UCJW8X2gPLouW0OsXdBb8ylFplsopwQkajR3U66biGjk4fcOQ==", "success": true, "projectFilePath": "D:\\GIT\\ASCKU_PC\\Mailing\\Mailing.csproj", "expectedPackageFiles": [ diff --git a/MigraDoc.DocumentObjectModel/bin/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.dll b/MigraDoc.DocumentObjectModel/bin/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.dll index c21bcca..2adf04c 100644 Binary files a/MigraDoc.DocumentObjectModel/bin/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.dll and b/MigraDoc.DocumentObjectModel/bin/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.dll differ diff --git a/MigraDoc.DocumentObjectModel/bin/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.pdb b/MigraDoc.DocumentObjectModel/bin/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.pdb index e5d65d8..bd693bf 100644 Binary files a/MigraDoc.DocumentObjectModel/bin/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.pdb and b/MigraDoc.DocumentObjectModel/bin/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.pdb differ diff --git a/MigraDoc.DocumentObjectModel/obj/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.csprojAssemblyReference.cache b/MigraDoc.DocumentObjectModel/obj/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.csprojAssemblyReference.cache index fec2ef1..f060efc 100644 Binary files a/MigraDoc.DocumentObjectModel/obj/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.csprojAssemblyReference.cache and b/MigraDoc.DocumentObjectModel/obj/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.csprojAssemblyReference.cache differ diff --git a/MigraDoc.DocumentObjectModel/obj/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.dll b/MigraDoc.DocumentObjectModel/obj/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.dll index c21bcca..2adf04c 100644 Binary files a/MigraDoc.DocumentObjectModel/obj/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.dll and b/MigraDoc.DocumentObjectModel/obj/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.dll differ diff --git a/MigraDoc.DocumentObjectModel/obj/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.pdb b/MigraDoc.DocumentObjectModel/obj/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.pdb index e5d65d8..bd693bf 100644 Binary files a/MigraDoc.DocumentObjectModel/obj/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.pdb and b/MigraDoc.DocumentObjectModel/obj/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.pdb differ diff --git a/MigraDoc.DocumentObjectModel/obj/MigraDoc.DocumentObjectModel.csproj.nuget.dgspec.json b/MigraDoc.DocumentObjectModel/obj/MigraDoc.DocumentObjectModel.csproj.nuget.dgspec.json index c15ae70..ff9f1ce 100644 --- a/MigraDoc.DocumentObjectModel/obj/MigraDoc.DocumentObjectModel.csproj.nuget.dgspec.json +++ b/MigraDoc.DocumentObjectModel/obj/MigraDoc.DocumentObjectModel.csproj.nuget.dgspec.json @@ -64,7 +64,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } } diff --git a/MigraDoc.DocumentObjectModel/obj/project.assets.json b/MigraDoc.DocumentObjectModel/obj/project.assets.json index eb3687e..0e26f7d 100644 --- a/MigraDoc.DocumentObjectModel/obj/project.assets.json +++ b/MigraDoc.DocumentObjectModel/obj/project.assets.json @@ -286,7 +286,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } } diff --git a/MigraDoc.DocumentObjectModel/obj/project.nuget.cache b/MigraDoc.DocumentObjectModel/obj/project.nuget.cache index 8c65e18..0403c14 100644 --- a/MigraDoc.DocumentObjectModel/obj/project.nuget.cache +++ b/MigraDoc.DocumentObjectModel/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "cHrH2fmRrM7xlORB7qRsrFcbUxFMw9i2snsz2hUdZxu8bOzA9DCCL9gksbqI5FYEQ6kK0h0Nv/ohzPIqQnqiIg==", + "dgSpecHash": "sMVC5tTwmw8lVKozaFc9wZng6+eIaBDkkcP9M4h/5k7RH5l06x70uvI4d8/E9a3MgwLAXZYzb3au0VD8ujhlvQ==", "success": true, "projectFilePath": "D:\\GIT\\ASCKU_PC\\MigraDoc.DocumentObjectModel\\MigraDoc.DocumentObjectModel.csproj", "expectedPackageFiles": [ diff --git a/MigraDoc.Rendering/bin/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.dll b/MigraDoc.Rendering/bin/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.dll index c21bcca..2adf04c 100644 Binary files a/MigraDoc.Rendering/bin/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.dll and b/MigraDoc.Rendering/bin/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.dll differ diff --git a/MigraDoc.Rendering/bin/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.pdb b/MigraDoc.Rendering/bin/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.pdb index e5d65d8..bd693bf 100644 Binary files a/MigraDoc.Rendering/bin/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.pdb and b/MigraDoc.Rendering/bin/Debug/netstandard2.0/MigraDoc.DocumentObjectModel.pdb differ diff --git a/MigraDoc.Rendering/bin/Debug/netstandard2.0/MigraDoc.Rendering.dll b/MigraDoc.Rendering/bin/Debug/netstandard2.0/MigraDoc.Rendering.dll index 01f6f77..64b8b11 100644 Binary files a/MigraDoc.Rendering/bin/Debug/netstandard2.0/MigraDoc.Rendering.dll and b/MigraDoc.Rendering/bin/Debug/netstandard2.0/MigraDoc.Rendering.dll differ diff --git a/MigraDoc.Rendering/bin/Debug/netstandard2.0/MigraDoc.Rendering.pdb b/MigraDoc.Rendering/bin/Debug/netstandard2.0/MigraDoc.Rendering.pdb index 7e9c44a..f93fb2a 100644 Binary files a/MigraDoc.Rendering/bin/Debug/netstandard2.0/MigraDoc.Rendering.pdb and b/MigraDoc.Rendering/bin/Debug/netstandard2.0/MigraDoc.Rendering.pdb differ diff --git a/MigraDoc.Rendering/bin/Debug/netstandard2.0/PdfSharp.Charting.dll b/MigraDoc.Rendering/bin/Debug/netstandard2.0/PdfSharp.Charting.dll index ce24000..7a30bdc 100644 Binary files a/MigraDoc.Rendering/bin/Debug/netstandard2.0/PdfSharp.Charting.dll and b/MigraDoc.Rendering/bin/Debug/netstandard2.0/PdfSharp.Charting.dll differ diff --git a/MigraDoc.Rendering/bin/Debug/netstandard2.0/PdfSharp.Charting.pdb b/MigraDoc.Rendering/bin/Debug/netstandard2.0/PdfSharp.Charting.pdb index 63beb90..864cacb 100644 Binary files a/MigraDoc.Rendering/bin/Debug/netstandard2.0/PdfSharp.Charting.pdb and b/MigraDoc.Rendering/bin/Debug/netstandard2.0/PdfSharp.Charting.pdb differ diff --git a/MigraDoc.Rendering/bin/Debug/netstandard2.0/PdfSharp.dll b/MigraDoc.Rendering/bin/Debug/netstandard2.0/PdfSharp.dll index d6002d7..4d84e39 100644 Binary files a/MigraDoc.Rendering/bin/Debug/netstandard2.0/PdfSharp.dll and b/MigraDoc.Rendering/bin/Debug/netstandard2.0/PdfSharp.dll differ diff --git a/MigraDoc.Rendering/bin/Debug/netstandard2.0/PdfSharp.pdb b/MigraDoc.Rendering/bin/Debug/netstandard2.0/PdfSharp.pdb index 21a03f0..00fcb5b 100644 Binary files a/MigraDoc.Rendering/bin/Debug/netstandard2.0/PdfSharp.pdb and b/MigraDoc.Rendering/bin/Debug/netstandard2.0/PdfSharp.pdb differ diff --git a/MigraDoc.Rendering/bin/Debug/netstandard2.0/de/MigraDoc.Rendering.resources.dll b/MigraDoc.Rendering/bin/Debug/netstandard2.0/de/MigraDoc.Rendering.resources.dll index 8939aed..ce73e3a 100644 Binary files a/MigraDoc.Rendering/bin/Debug/netstandard2.0/de/MigraDoc.Rendering.resources.dll and b/MigraDoc.Rendering/bin/Debug/netstandard2.0/de/MigraDoc.Rendering.resources.dll differ diff --git a/MigraDoc.Rendering/obj/Debug/netstandard2.0/MigraDoc.Rendering.csprojAssemblyReference.cache b/MigraDoc.Rendering/obj/Debug/netstandard2.0/MigraDoc.Rendering.csprojAssemblyReference.cache index 18c66e1..1d2cf79 100644 Binary files a/MigraDoc.Rendering/obj/Debug/netstandard2.0/MigraDoc.Rendering.csprojAssemblyReference.cache and b/MigraDoc.Rendering/obj/Debug/netstandard2.0/MigraDoc.Rendering.csprojAssemblyReference.cache differ diff --git a/MigraDoc.Rendering/obj/Debug/netstandard2.0/MigraDoc.Rendering.dll b/MigraDoc.Rendering/obj/Debug/netstandard2.0/MigraDoc.Rendering.dll index 01f6f77..64b8b11 100644 Binary files a/MigraDoc.Rendering/obj/Debug/netstandard2.0/MigraDoc.Rendering.dll and b/MigraDoc.Rendering/obj/Debug/netstandard2.0/MigraDoc.Rendering.dll differ diff --git a/MigraDoc.Rendering/obj/Debug/netstandard2.0/MigraDoc.Rendering.pdb b/MigraDoc.Rendering/obj/Debug/netstandard2.0/MigraDoc.Rendering.pdb index 7e9c44a..f93fb2a 100644 Binary files a/MigraDoc.Rendering/obj/Debug/netstandard2.0/MigraDoc.Rendering.pdb and b/MigraDoc.Rendering/obj/Debug/netstandard2.0/MigraDoc.Rendering.pdb differ diff --git a/MigraDoc.Rendering/obj/Debug/netstandard2.0/de/MigraDoc.Rendering.resources.dll b/MigraDoc.Rendering/obj/Debug/netstandard2.0/de/MigraDoc.Rendering.resources.dll index 8939aed..ce73e3a 100644 Binary files a/MigraDoc.Rendering/obj/Debug/netstandard2.0/de/MigraDoc.Rendering.resources.dll and b/MigraDoc.Rendering/obj/Debug/netstandard2.0/de/MigraDoc.Rendering.resources.dll differ diff --git a/MigraDoc.Rendering/obj/MigraDoc.Rendering.csproj.nuget.dgspec.json b/MigraDoc.Rendering/obj/MigraDoc.Rendering.csproj.nuget.dgspec.json index 8e73a48..59b88e7 100644 --- a/MigraDoc.Rendering/obj/MigraDoc.Rendering.csproj.nuget.dgspec.json +++ b/MigraDoc.Rendering/obj/MigraDoc.Rendering.csproj.nuget.dgspec.json @@ -64,7 +64,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } }, @@ -138,7 +138,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } }, @@ -206,7 +206,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } }, @@ -270,7 +270,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } } diff --git a/MigraDoc.Rendering/obj/project.assets.json b/MigraDoc.Rendering/obj/project.assets.json index e62ebf8..8660590 100644 --- a/MigraDoc.Rendering/obj/project.assets.json +++ b/MigraDoc.Rendering/obj/project.assets.json @@ -354,7 +354,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } } diff --git a/MigraDoc.Rendering/obj/project.nuget.cache b/MigraDoc.Rendering/obj/project.nuget.cache index d23d66c..a325bef 100644 --- a/MigraDoc.Rendering/obj/project.nuget.cache +++ b/MigraDoc.Rendering/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "JapflX0cFjqZDaIm7qe88mctAZS3Gv7cpxKUKsfG3bbsxfQvT/+t1ilsYpYNVws3DwdyHFUxxR7lBRMSICakBA==", + "dgSpecHash": "/DiFUq9jrVyRqg4UMqGnZ2+JyPbuesXTB1NiRdiuJv4oog80hdJoxYweU30+bRSdERXlW7dMIA529AvWOLD6oQ==", "success": true, "projectFilePath": "D:\\GIT\\ASCKU_PC\\MigraDoc.Rendering\\MigraDoc.Rendering.csproj", "expectedPackageFiles": [ diff --git a/PdfSharp.Charting/bin/Debug/netstandard2.0/PdfSharp.Charting.dll b/PdfSharp.Charting/bin/Debug/netstandard2.0/PdfSharp.Charting.dll index ce24000..7a30bdc 100644 Binary files a/PdfSharp.Charting/bin/Debug/netstandard2.0/PdfSharp.Charting.dll and b/PdfSharp.Charting/bin/Debug/netstandard2.0/PdfSharp.Charting.dll differ diff --git a/PdfSharp.Charting/bin/Debug/netstandard2.0/PdfSharp.Charting.pdb b/PdfSharp.Charting/bin/Debug/netstandard2.0/PdfSharp.Charting.pdb index 63beb90..864cacb 100644 Binary files a/PdfSharp.Charting/bin/Debug/netstandard2.0/PdfSharp.Charting.pdb and b/PdfSharp.Charting/bin/Debug/netstandard2.0/PdfSharp.Charting.pdb differ diff --git a/PdfSharp.Charting/bin/Debug/netstandard2.0/PdfSharp.dll b/PdfSharp.Charting/bin/Debug/netstandard2.0/PdfSharp.dll index d6002d7..4d84e39 100644 Binary files a/PdfSharp.Charting/bin/Debug/netstandard2.0/PdfSharp.dll and b/PdfSharp.Charting/bin/Debug/netstandard2.0/PdfSharp.dll differ diff --git a/PdfSharp.Charting/bin/Debug/netstandard2.0/PdfSharp.pdb b/PdfSharp.Charting/bin/Debug/netstandard2.0/PdfSharp.pdb index 21a03f0..00fcb5b 100644 Binary files a/PdfSharp.Charting/bin/Debug/netstandard2.0/PdfSharp.pdb and b/PdfSharp.Charting/bin/Debug/netstandard2.0/PdfSharp.pdb differ diff --git a/PdfSharp.Charting/obj/Debug/netstandard2.0/PdfSharp.Charting.csprojAssemblyReference.cache b/PdfSharp.Charting/obj/Debug/netstandard2.0/PdfSharp.Charting.csprojAssemblyReference.cache index 392a2d8..fa6bea5 100644 Binary files a/PdfSharp.Charting/obj/Debug/netstandard2.0/PdfSharp.Charting.csprojAssemblyReference.cache and b/PdfSharp.Charting/obj/Debug/netstandard2.0/PdfSharp.Charting.csprojAssemblyReference.cache differ diff --git a/PdfSharp.Charting/obj/Debug/netstandard2.0/PdfSharp.Charting.dll b/PdfSharp.Charting/obj/Debug/netstandard2.0/PdfSharp.Charting.dll index ce24000..7a30bdc 100644 Binary files a/PdfSharp.Charting/obj/Debug/netstandard2.0/PdfSharp.Charting.dll and b/PdfSharp.Charting/obj/Debug/netstandard2.0/PdfSharp.Charting.dll differ diff --git a/PdfSharp.Charting/obj/Debug/netstandard2.0/PdfSharp.Charting.pdb b/PdfSharp.Charting/obj/Debug/netstandard2.0/PdfSharp.Charting.pdb index 63beb90..864cacb 100644 Binary files a/PdfSharp.Charting/obj/Debug/netstandard2.0/PdfSharp.Charting.pdb and b/PdfSharp.Charting/obj/Debug/netstandard2.0/PdfSharp.Charting.pdb differ diff --git a/PdfSharp.Charting/obj/PdfSharp.Charting.csproj.nuget.dgspec.json b/PdfSharp.Charting/obj/PdfSharp.Charting.csproj.nuget.dgspec.json index 081d9e7..4465115 100644 --- a/PdfSharp.Charting/obj/PdfSharp.Charting.csproj.nuget.dgspec.json +++ b/PdfSharp.Charting/obj/PdfSharp.Charting.csproj.nuget.dgspec.json @@ -68,7 +68,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } }, @@ -132,7 +132,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } } diff --git a/PdfSharp.Charting/obj/project.assets.json b/PdfSharp.Charting/obj/project.assets.json index 68e2bdc..0d474c8 100644 --- a/PdfSharp.Charting/obj/project.assets.json +++ b/PdfSharp.Charting/obj/project.assets.json @@ -309,7 +309,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } } diff --git a/PdfSharp.Charting/obj/project.nuget.cache b/PdfSharp.Charting/obj/project.nuget.cache index 41124fb..89f6195 100644 --- a/PdfSharp.Charting/obj/project.nuget.cache +++ b/PdfSharp.Charting/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "sXRMPBVLc68hrYRk83qFzdRSzOswVsm/i1ZjSJpS5L4p8lbgV1tQu/plV4JS7HCQ5fctSgSsvgJixjQ/Dxr6pQ==", + "dgSpecHash": "mtTcbA6JrSdkRZ7OA+eTSV2m6IUDmY43Gtb1J7ttpur+mVFOhCXZDUCW+3836slhlzX4IBgq/yYNx5B5p8r0Bg==", "success": true, "projectFilePath": "D:\\GIT\\ASCKU_PC\\PdfSharp.Charting\\PdfSharp.Charting.csproj", "expectedPackageFiles": [ diff --git a/PdfSharp/bin/Debug/netstandard2.0/PdfSharp.dll b/PdfSharp/bin/Debug/netstandard2.0/PdfSharp.dll index d6002d7..4d84e39 100644 Binary files a/PdfSharp/bin/Debug/netstandard2.0/PdfSharp.dll and b/PdfSharp/bin/Debug/netstandard2.0/PdfSharp.dll differ diff --git a/PdfSharp/bin/Debug/netstandard2.0/PdfSharp.pdb b/PdfSharp/bin/Debug/netstandard2.0/PdfSharp.pdb index 21a03f0..00fcb5b 100644 Binary files a/PdfSharp/bin/Debug/netstandard2.0/PdfSharp.pdb and b/PdfSharp/bin/Debug/netstandard2.0/PdfSharp.pdb differ diff --git a/PdfSharp/obj/Debug/netstandard2.0/PdfSharp.csprojAssemblyReference.cache b/PdfSharp/obj/Debug/netstandard2.0/PdfSharp.csprojAssemblyReference.cache index 7e61940..5816fbc 100644 Binary files a/PdfSharp/obj/Debug/netstandard2.0/PdfSharp.csprojAssemblyReference.cache and b/PdfSharp/obj/Debug/netstandard2.0/PdfSharp.csprojAssemblyReference.cache differ diff --git a/PdfSharp/obj/Debug/netstandard2.0/PdfSharp.dll b/PdfSharp/obj/Debug/netstandard2.0/PdfSharp.dll index d6002d7..4d84e39 100644 Binary files a/PdfSharp/obj/Debug/netstandard2.0/PdfSharp.dll and b/PdfSharp/obj/Debug/netstandard2.0/PdfSharp.dll differ diff --git a/PdfSharp/obj/Debug/netstandard2.0/PdfSharp.pdb b/PdfSharp/obj/Debug/netstandard2.0/PdfSharp.pdb index 21a03f0..00fcb5b 100644 Binary files a/PdfSharp/obj/Debug/netstandard2.0/PdfSharp.pdb and b/PdfSharp/obj/Debug/netstandard2.0/PdfSharp.pdb differ diff --git a/PdfSharp/obj/PdfSharp.csproj.nuget.dgspec.json b/PdfSharp/obj/PdfSharp.csproj.nuget.dgspec.json index 8cee033..b2e70f9 100644 --- a/PdfSharp/obj/PdfSharp.csproj.nuget.dgspec.json +++ b/PdfSharp/obj/PdfSharp.csproj.nuget.dgspec.json @@ -64,7 +64,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } } diff --git a/PdfSharp/obj/project.assets.json b/PdfSharp/obj/project.assets.json index 2d808ef..5a8d488 100644 --- a/PdfSharp/obj/project.assets.json +++ b/PdfSharp/obj/project.assets.json @@ -286,7 +286,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } } diff --git a/PdfSharp/obj/project.nuget.cache b/PdfSharp/obj/project.nuget.cache index 9ec828c..b509b03 100644 --- a/PdfSharp/obj/project.nuget.cache +++ b/PdfSharp/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "hsQc3BnmnU2glWh5XgXHVp3newo1LGnRJJq6awWrqy7iFA39Y7riSW0nYZBWBhCb3pi1uJD8RgeC6PUP5l85KQ==", + "dgSpecHash": "OHQOcDGAzu4KEGuXNSw89S5Vb0e42R4KfOE8UVOQfEHhKXZVl5IhScP4ErSDJBdtHfWKxBoO6i1cjPcez+nB0Q==", "success": true, "projectFilePath": "D:\\GIT\\ASCKU_PC\\PdfSharp\\PdfSharp.csproj", "expectedPackageFiles": [ diff --git a/Projects.sln b/Projects.sln index d2c3197..28cb6e8 100644 --- a/Projects.sln +++ b/Projects.sln @@ -17,7 +17,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MigraDoc.Rendering", "Migra EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MigraDoc.DocumentObjectModel", "MigraDoc.DocumentObjectModel\MigraDoc.DocumentObjectModel.csproj", "{C873319A-89FB-4F7E-BD72-F9BCC147E08A}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SupportClasses", "SupportClasses\SupportClasses.csproj", "{4494877D-DAA5-4498-BA09-6001E9371D4B}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SupportClasses", "SupportClasses\SupportClasses.csproj", "{4494877D-DAA5-4498-BA09-6001E9371D4B}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/SupportClasses/Logger.cs b/SupportClasses/Logger.cs new file mode 100644 index 0000000..dfe5214 --- /dev/null +++ b/SupportClasses/Logger.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace SupportClasses +{ + public static class Logger + { + public enum Level { info,} + } +} diff --git a/SupportClasses/bin/Debug/netstandard2.0/SupportClasses.dll b/SupportClasses/bin/Debug/netstandard2.0/SupportClasses.dll index c4e8022..c60e35a 100644 Binary files a/SupportClasses/bin/Debug/netstandard2.0/SupportClasses.dll and b/SupportClasses/bin/Debug/netstandard2.0/SupportClasses.dll differ diff --git a/SupportClasses/bin/Debug/netstandard2.0/SupportClasses.pdb b/SupportClasses/bin/Debug/netstandard2.0/SupportClasses.pdb index 0af45a3..6df47eb 100644 Binary files a/SupportClasses/bin/Debug/netstandard2.0/SupportClasses.pdb and b/SupportClasses/bin/Debug/netstandard2.0/SupportClasses.pdb differ diff --git a/SupportClasses/obj/Debug/netstandard2.0/SupportClasses.csproj.FileListAbsolute.txt b/SupportClasses/obj/Debug/netstandard2.0/SupportClasses.csproj.FileListAbsolute.txt index 76d87c3..bde77e1 100644 --- a/SupportClasses/obj/Debug/netstandard2.0/SupportClasses.csproj.FileListAbsolute.txt +++ b/SupportClasses/obj/Debug/netstandard2.0/SupportClasses.csproj.FileListAbsolute.txt @@ -7,3 +7,12 @@ F:\Projects1\SupportClasses\obj\Debug\netstandard2.0\SupportClasses.AssemblyInfo F:\Projects1\SupportClasses\obj\Debug\netstandard2.0\SupportClasses.csproj.CoreCompileInputs.cache F:\Projects1\SupportClasses\obj\Debug\netstandard2.0\SupportClasses.dll F:\Projects1\SupportClasses\obj\Debug\netstandard2.0\SupportClasses.pdb +D:\GIT\ASCKU_PC\SupportClasses\bin\Debug\netstandard2.0\SupportClasses.deps.json +D:\GIT\ASCKU_PC\SupportClasses\bin\Debug\netstandard2.0\SupportClasses.dll +D:\GIT\ASCKU_PC\SupportClasses\bin\Debug\netstandard2.0\SupportClasses.pdb +D:\GIT\ASCKU_PC\SupportClasses\obj\Debug\netstandard2.0\SupportClasses.csprojAssemblyReference.cache +D:\GIT\ASCKU_PC\SupportClasses\obj\Debug\netstandard2.0\SupportClasses.AssemblyInfoInputs.cache +D:\GIT\ASCKU_PC\SupportClasses\obj\Debug\netstandard2.0\SupportClasses.AssemblyInfo.cs +D:\GIT\ASCKU_PC\SupportClasses\obj\Debug\netstandard2.0\SupportClasses.csproj.CoreCompileInputs.cache +D:\GIT\ASCKU_PC\SupportClasses\obj\Debug\netstandard2.0\SupportClasses.dll +D:\GIT\ASCKU_PC\SupportClasses\obj\Debug\netstandard2.0\SupportClasses.pdb diff --git a/SupportClasses/obj/Debug/netstandard2.0/SupportClasses.csprojAssemblyReference.cache b/SupportClasses/obj/Debug/netstandard2.0/SupportClasses.csprojAssemblyReference.cache index 38bec5f..4a57151 100644 Binary files a/SupportClasses/obj/Debug/netstandard2.0/SupportClasses.csprojAssemblyReference.cache and b/SupportClasses/obj/Debug/netstandard2.0/SupportClasses.csprojAssemblyReference.cache differ diff --git a/SupportClasses/obj/Debug/netstandard2.0/SupportClasses.dll b/SupportClasses/obj/Debug/netstandard2.0/SupportClasses.dll index c4e8022..c60e35a 100644 Binary files a/SupportClasses/obj/Debug/netstandard2.0/SupportClasses.dll and b/SupportClasses/obj/Debug/netstandard2.0/SupportClasses.dll differ diff --git a/SupportClasses/obj/Debug/netstandard2.0/SupportClasses.pdb b/SupportClasses/obj/Debug/netstandard2.0/SupportClasses.pdb index 0af45a3..6df47eb 100644 Binary files a/SupportClasses/obj/Debug/netstandard2.0/SupportClasses.pdb and b/SupportClasses/obj/Debug/netstandard2.0/SupportClasses.pdb differ diff --git a/SupportClasses/obj/SupportClasses.csproj.nuget.dgspec.json b/SupportClasses/obj/SupportClasses.csproj.nuget.dgspec.json index c7dc194..a9f4980 100644 --- a/SupportClasses/obj/SupportClasses.csproj.nuget.dgspec.json +++ b/SupportClasses/obj/SupportClasses.csproj.nuget.dgspec.json @@ -60,7 +60,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } } diff --git a/SupportClasses/obj/project.assets.json b/SupportClasses/obj/project.assets.json index 91be6dd..689ea19 100644 --- a/SupportClasses/obj/project.assets.json +++ b/SupportClasses/obj/project.assets.json @@ -239,7 +239,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } } diff --git a/SupportClasses/obj/project.nuget.cache b/SupportClasses/obj/project.nuget.cache index 94701cf..0a8611d 100644 --- a/SupportClasses/obj/project.nuget.cache +++ b/SupportClasses/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "GYufEKHPXelIIVzPdQ3HP6B9x8s3gLkPKWRYHUCi0LFmg2a/B1DDCz3ET+8D37bbYS5HAZOEKSYwcub2G+maLA==", + "dgSpecHash": "jCFt4cuNeVfEUX5ogDbZ1IvTDLb9tU+NYDX78HdQOqxatku1fx/RJbu4FgJxkufoTk/hoeVn1l8Z56imb74+7g==", "success": true, "projectFilePath": "D:\\GIT\\ASCKU_PC\\SupportClasses\\SupportClasses.csproj", "expectedPackageFiles": [ diff --git a/Tests/Program.cs b/Tests/Program.cs index fc31979..e530bf3 100644 --- a/Tests/Program.cs +++ b/Tests/Program.cs @@ -11,13 +11,21 @@ using Mailing; using System.Text.RegularExpressions; using System.Collections.Generic; +public class CustomMath +{ + public static int multiplu(int a, int b) + { + return a * b; + } +} + namespace Tests { class Program { static void Main(string[] args) { - test8(); + test9(); } static void test1() { @@ -233,23 +241,31 @@ namespace Tests static void test8() { var w = new STPClient(); - var s = new DateTime(2020, 07, 1); - var e = new DateTime(2020, 09, 24); - var vdps = new int[] { 33 }; - + var s = new DateTime(2020, 09, 30); + var e = new DateTime(2020, 10, 03); + //var vdps = new int[] { 2, 3, 4, 10, 11, 12, 16, 21, 22, 23, 27, 31, 33, 36, 45 }; + var vdps = new int[] { 3, 4, 21, 36 }; foreach (var vdp in vdps) { var a = w.GetProtectData(s, e, (ushort)vdp); - a = a.FindAll(x => x.id == 35); + a = a.FindAll(x => x.id == 35 || x.id == 70 || x.id == 71); + Console.WriteLine("VDP " + vdp.ToString("D2")); foreach (var b in a) { + Console.Write(b.id.ToString("D2") + " "); Console.Write(b.time.ToString(@"yyyy.MM.dd HH:mm:ss.ff")); Console.WriteLine(" " + b.value.ToString("D2")); } var fs = new StreamWriter(Directory.GetCurrentDirectory() + '\\' + vdp.ToString("D2") + ".txt"); + fs.WriteLine("35 - Отсутствует связь с контроллером ГМП"); + fs.WriteLine("70 - Смещение начала архивации"); + fs.WriteLine("70 - Смещение конца архивации"); + fs.WriteLine(); + fs.WriteLine("№ защиты \t Дата возникновения записи \t Состояние"); + foreach (var b in a) - fs.WriteLine(b.time.ToString(@"yyyy.MM.dd HH:mm:ss.ff") + " " + b.value.ToString("D2")); + fs.WriteLine(b.id.ToString("D2") + "\t" + b.time.ToString(@"yyyy.MM.dd HH:mm:ss.ff") + "\t" + b.value.ToString("D2")); fs.Close(); } } @@ -257,8 +273,8 @@ namespace Tests static void test9() { var w = new STPClient(); - var s = new DateTime(2020, 09, 24); - var e = new DateTime(2020, 09, 25); + var s = new DateTime(2020, 10, 05); + var e = new DateTime(2020, 10, 07); var vdp = 1; var a = w.GetProtectData(s, e, (ushort)vdp); diff --git a/Tests/bin/Debug/netcoreapp3.1/03.txt b/Tests/bin/Debug/netcoreapp3.1/03.txt deleted file mode 100644 index f6d5b6f..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/03.txt +++ /dev/null @@ -1,23 +0,0 @@ -2020.07.14 13:53:23.59 01 -2020.07.14 13:54:30.82 01 -2020.07.14 13:54:40.95 00 -2020.08.11 09:36:23.94 01 -2020.08.11 09:36:30.33 00 -2020.08.29 08:50:46.32 01 -2020.08.29 09:01:16.82 00 -2020.09.04 21:53:06.63 01 -2020.09.04 21:53:17.03 00 -2020.09.22 02:07:09.18 01 -2020.09.22 02:12:58.08 00 -2020.09.22 15:13:13.51 01 -2020.09.22 15:13:44.42 00 -2020.09.22 15:18:23.52 01 -2020.09.22 15:18:44.32 00 -2020.09.22 19:20:16.45 01 -2020.09.22 19:20:18.11 00 -2020.09.23 10:53:55.88 01 -2020.09.23 10:54:24.78 00 -2020.09.23 10:55:26.78 01 -2020.09.23 10:55:56.98 00 -2020.09.23 11:03:56.21 01 -2020.09.23 11:04:01.77 00 diff --git a/Tests/bin/Debug/netcoreapp3.1/04.txt b/Tests/bin/Debug/netcoreapp3.1/04.txt deleted file mode 100644 index 59bdaec..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/04.txt +++ /dev/null @@ -1,50 +0,0 @@ -2020.07.09 10:13:08.61 01 -2020.07.09 11:05:22.09 01 -2020.07.09 11:19:33.49 01 -2020.07.09 11:34:31.04 01 -2020.07.14 15:16:04.67 01 -2020.07.14 15:16:54.96 01 -2020.07.15 12:09:38.59 01 -2020.07.23 15:03:27.13 01 -2020.07.23 15:20:01.00 01 -2020.08.03 13:24:00.47 00 -2020.08.10 09:36:16.39 01 -2020.08.10 09:36:24.53 00 -2020.08.10 10:18:22.38 01 -2020.08.10 10:18:34.84 00 -2020.08.10 12:46:11.77 01 -2020.08.10 12:46:17.93 00 -2020.08.10 13:09:17.64 01 -2020.08.10 13:09:18.67 00 -2020.08.10 14:02:40.77 01 -2020.08.10 14:02:49.72 00 -2020.08.10 14:12:10.32 01 -2020.08.10 14:12:15.72 00 -2020.08.10 17:18:21.62 01 -2020.08.10 17:18:27.12 00 -2020.08.11 03:45:05.02 01 -2020.08.11 03:45:10.51 00 -2020.08.15 03:55:03.02 01 -2020.08.15 03:55:08.52 00 -2020.08.15 11:04:30.22 01 -2020.08.15 11:04:35.72 00 -2020.09.03 18:31:14.26 01 -2020.09.03 18:31:14.74 00 -2020.09.10 18:35:27.03 01 -2020.09.10 18:35:32.53 00 -2020.09.12 07:17:01.03 01 -2020.09.12 07:17:06.53 00 -2020.09.13 11:31:24.67 01 -2020.09.13 11:31:30.17 00 -2020.09.14 14:14:42.58 01 -2020.09.14 14:14:48.08 00 -2020.09.16 23:02:36.53 01 -2020.09.16 23:02:42.03 00 -2020.09.22 09:46:21.85 01 -2020.09.22 09:46:42.65 00 -2020.09.22 09:49:50.25 01 -2020.09.22 09:51:07.75 00 -2020.09.22 09:55:31.34 01 -2020.09.22 09:55:56.15 00 -2020.09.22 09:56:29.25 01 -2020.09.22 09:59:08.35 00 diff --git a/Tests/bin/Debug/netcoreapp3.1/10.txt b/Tests/bin/Debug/netcoreapp3.1/10.txt deleted file mode 100644 index d4dc544..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/10.txt +++ /dev/null @@ -1,4 +0,0 @@ -2020.07.14 14:54:19.36 01 -2020.07.14 14:54:34.40 00 -2020.08.14 09:32:46.92 01 -2020.08.14 09:32:52.32 00 diff --git a/Tests/bin/Debug/netcoreapp3.1/11.txt b/Tests/bin/Debug/netcoreapp3.1/11.txt deleted file mode 100644 index fba0bbc..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/11.txt +++ /dev/null @@ -1,8 +0,0 @@ -2020.07.18 17:23:21.32 01 -2020.07.18 17:23:23.02 00 -2020.07.18 17:48:33.36 01 -2020.07.18 17:48:40.66 00 -2020.08.24 16:44:42.59 01 -2020.08.24 16:44:53.59 00 -2020.09.17 18:42:18.34 01 -2020.09.17 18:42:27.14 00 diff --git a/Tests/bin/Debug/netcoreapp3.1/21.txt b/Tests/bin/Debug/netcoreapp3.1/21.txt deleted file mode 100644 index aceadee..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/21.txt +++ /dev/null @@ -1,21 +0,0 @@ -2020.07.06 15:25:31.19 01 -2020.07.06 15:56:16.50 01 -2020.07.06 15:56:53.50 00 -2020.07.16 10:18:51.44 01 -2020.07.16 10:18:53.34 00 -2020.07.21 08:17:58.34 01 -2020.07.21 08:18:12.94 00 -2020.07.29 16:13:46.84 01 -2020.07.29 16:13:57.43 00 -2020.08.17 19:53:58.67 01 -2020.08.17 19:54:00.77 00 -2020.08.17 23:56:16.83 01 -2020.08.17 23:56:23.73 00 -2020.09.17 19:37:30.77 01 -2020.09.17 19:37:37.67 00 -2020.09.19 05:54:30.11 01 -2020.09.19 05:54:37.01 00 -2020.09.19 06:06:45.87 01 -2020.09.19 06:06:52.77 00 -2020.09.19 06:33:44.47 01 -2020.09.19 06:33:51.37 00 diff --git a/Tests/bin/Debug/netcoreapp3.1/27.txt b/Tests/bin/Debug/netcoreapp3.1/27.txt deleted file mode 100644 index f86915c..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/27.txt +++ /dev/null @@ -1,12 +0,0 @@ -2020.07.14 09:25:47.99 01 -2020.07.14 09:25:51.79 00 -2020.07.23 10:34:42.48 01 -2020.07.23 10:34:49.28 00 -2020.07.23 11:13:09.27 01 -2020.07.23 11:13:34.87 00 -2020.07.27 12:24:40.63 01 -2020.07.27 12:25:28.43 00 -2020.08.27 09:05:12.93 01 -2020.08.27 09:05:20.73 00 -2020.09.22 20:48:00.47 01 -2020.09.22 20:48:07.87 00 diff --git a/Tests/bin/Debug/netcoreapp3.1/31.txt b/Tests/bin/Debug/netcoreapp3.1/31.txt deleted file mode 100644 index 3558496..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/31.txt +++ /dev/null @@ -1,8 +0,0 @@ -2020.07.30 10:17:33.78 01 -2020.07.30 10:17:43.57 00 -2020.08.13 09:48:33.75 01 -2020.08.13 09:48:40.44 00 -2020.08.13 10:09:22.01 01 -2020.08.13 10:09:27.62 00 -2020.09.02 23:17:19.01 01 -2020.09.03 10:01:57.50 00 diff --git a/Tests/bin/Debug/netcoreapp3.1/33.txt b/Tests/bin/Debug/netcoreapp3.1/33.txt deleted file mode 100644 index f7a2900..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/33.txt +++ /dev/null @@ -1,10 +0,0 @@ -2020.07.07 13:50:40.45 01 -2020.07.07 13:50:46.67 00 -2020.07.27 02:05:11.24 01 -2020.07.27 02:05:15.40 00 -2020.08.17 01:11:57.96 01 -2020.08.17 01:12:01.79 00 -2020.08.17 03:26:47.33 01 -2020.08.17 03:26:48.49 00 -2020.08.17 04:34:06.26 01 -2020.08.17 04:34:07.62 00 diff --git a/Tests/bin/Debug/netcoreapp3.1/36.txt b/Tests/bin/Debug/netcoreapp3.1/36.txt deleted file mode 100644 index 8473f3c..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/36.txt +++ /dev/null @@ -1,15 +0,0 @@ -2020.07.07 11:05:37.40 01 -2020.07.07 11:24:50.08 01 -2020.07.07 11:25:11.18 00 -2020.07.08 17:05:00.18 01 -2020.07.08 17:05:06.28 00 -2020.07.29 17:05:56.12 01 -2020.07.29 17:06:02.81 00 -2020.08.12 09:26:43.23 01 -2020.08.12 09:26:47.53 00 -2020.09.15 03:39:23.56 01 -2020.09.15 03:46:05.47 00 -2020.09.15 05:14:47.61 01 -2020.09.15 05:26:50.81 00 -2020.09.21 17:43:54.65 01 -2020.09.21 17:44:00.38 00 diff --git a/Tests/bin/Debug/netcoreapp3.1/DataClients.dll b/Tests/bin/Debug/netcoreapp3.1/DataClients.dll index 20f9c66..2b59b5f 100644 Binary files a/Tests/bin/Debug/netcoreapp3.1/DataClients.dll and b/Tests/bin/Debug/netcoreapp3.1/DataClients.dll differ diff --git a/Tests/bin/Debug/netcoreapp3.1/DataClients.pdb b/Tests/bin/Debug/netcoreapp3.1/DataClients.pdb index c28b5b4..204d776 100644 Binary files a/Tests/bin/Debug/netcoreapp3.1/DataClients.pdb and b/Tests/bin/Debug/netcoreapp3.1/DataClients.pdb differ diff --git a/Tests/bin/Debug/netcoreapp3.1/Mailing.dll b/Tests/bin/Debug/netcoreapp3.1/Mailing.dll index ebcaca4..8a467d9 100644 Binary files a/Tests/bin/Debug/netcoreapp3.1/Mailing.dll and b/Tests/bin/Debug/netcoreapp3.1/Mailing.dll differ diff --git a/Tests/bin/Debug/netcoreapp3.1/Mailing.pdb b/Tests/bin/Debug/netcoreapp3.1/Mailing.pdb index 6e631d4..7e02480 100644 Binary files a/Tests/bin/Debug/netcoreapp3.1/Mailing.pdb and b/Tests/bin/Debug/netcoreapp3.1/Mailing.pdb differ diff --git a/Tests/bin/Debug/netcoreapp3.1/Tests.dll b/Tests/bin/Debug/netcoreapp3.1/Tests.dll index 961b34d..b8b3b11 100644 Binary files a/Tests/bin/Debug/netcoreapp3.1/Tests.dll and b/Tests/bin/Debug/netcoreapp3.1/Tests.dll differ diff --git a/Tests/bin/Debug/netcoreapp3.1/Tests.pdb b/Tests/bin/Debug/netcoreapp3.1/Tests.pdb index 13dcd1c..3efce61 100644 Binary files a/Tests/bin/Debug/netcoreapp3.1/Tests.pdb and b/Tests/bin/Debug/netcoreapp3.1/Tests.pdb differ diff --git a/Tests/bin/Debug/netcoreapp3.1/result.txt b/Tests/bin/Debug/netcoreapp3.1/result.txt deleted file mode 100644 index e630fcf..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/result.txt +++ /dev/null @@ -1,24 +0,0 @@ -9-33-11158 2020.06.04 18:21:46.00 2020.06.05 08:05:39.00 -2020.06.05 00:44:30.17 1 -2020.06.05 06:07:09.22 0 -9-48-02541 2020.06.16 13:44:56.00 2020.06.17 08:20:09.00 -2020.06.17 01:27:45.10 1 -2020.06.17 06:33:08.82 0 -9-48-02547 2020.06.21 03:17:40.00 2020.06.21 23:08:03.00 -2020.06.21 15:50:48.05 1 -2020.06.21 21:18:40.68 0 -9-48-02548 2020.06.21 23:08:03.00 2020.06.22 15:42:58.00 -2020.06.22 07:51:49.09 1 -2020.06.22 13:53:29.29 0 -9-34-09615 2020.06.25 10:22:42.00 2020.06.26 02:52:30.00 -2020.06.25 19:11:23.10 1 -2020.06.26 01:07:08.89 0 -9-08-05921 2020.06.25 09:21:50.00 2020.06.26 07:32:28.00 -2020.06.25 23:57:45.17 1 -2020.06.26 05:44:25.04 0 -9-37-06593 2020.07.13 14:27:42.00 2020.07.14 06:47:49.00 -2020.07.13 22:55:30.14 1 -2020.07.14 05:02:20.52 0 -9-37-06598 2020.07.16 06:35:27.00 2020.07.17 07:23:00.00 -2020.07.16 23:09:33.09 1 -2020.07.17 05:32:21.74 0 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200701.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200701.331 deleted file mode 100644 index a54ad1d..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200701.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200701.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200701.334 deleted file mode 100644 index d147c87..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200701.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200702.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200702.330 deleted file mode 100644 index a9b3c91..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200702.330 +++ /dev/null @@ -1,8 +0,0 @@ -00:31:05 1593631865 1 11187 2 BT 18, 20, 22, 23, 25 3 25 4 2 5 Ti 6 7 770 8 4810 9 3660 10 670 11 12 321315 -00:59:49 1593633589 0 A--32-068-2019 ॢ 2 -10:02:15 1593666135 3 14 -10:28:05 1593667685 0 A--32-067-2014 ॢ 0 -12:44:22 1593675862 1 11188 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 8 4230 -16:12:04 1593688324 12 321544 -16:22:12 1593688932 1 11188 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 4230 9 3660 10 670 11 12 321544 -16:50:55 1593690655 0 A--32-068-2019 ॢ 2 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200702.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200702.331 deleted file mode 100644 index 1a041ee..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200702.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200702.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200702.332 deleted file mode 100644 index f75b01b..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200702.332 +++ /dev/null @@ -1,117 +0,0 @@ -22 00:09:29 00:20:00 -P1= 10.3 T1=00:15:00 P2= 11.5 T2=00:20:00 Vs= 0.25 - -23 00:20:30 00:20:37 - - -24 00:20:48 00:21:26 - - -30 00:21:38 00:22:22 -Vst= 28.3 - -31 00:22:26 00:22:37 -Rom_sol= -1.0 - -31 00:22:46 00:23:44 -Rom_sol= 14.6 - -41 00:25:05 00:25:10 -Ukz= 0.94 - -32 00:25:18 00:26:27 -Imax=11.0 Umax=50.0 T= 9.4 - -33 00:26:29 00:27:01 -Imin=16.2 Umin=25.0 T= 0.8 - -34 00:27:04 00:27:38 -V=301.8 T= 9.5 - -35 00:27:40 00:28:35 -Q= 54.7 T= 9.2 - -36 00:28:38 00:29:27 -P1=0.26 T= 3.0 - -37 00:29:30 00:30:07 -T= 0.7 - -38 00:30:10 00:30:23 -t= 52.1 T= 0.7 - -39 00:30:10 00:30:23 -t= 52.1 T= 0.7 - -40 00:30:29 00:30:37 -t= 51.9 T= 0.7 - -21 09:28:07 09:28:15 -Rsk= 20.0 Rkk= 14.8 - -22 09:40:27 09:50:58 -P1= 28.8 T1=09:45:58 P2= 53.9 T2=09:50:58 Vs= 5.02 - -21 12:37:29 12:37:37 -Rsk= 20.2 Rkk= 14.9 - -22 13:04:35 13:20:06 -P1= 41.4 T1=13:15:06 P2= 58.3 T2=13:20:06 Vs= 3.39 - -22 13:24:28 13:39:58 -P1= 30.5 T1=13:34:58 P2= 43.5 T2=13:39:58 Vs= 2.59 - -20 15:05:31 15:05:41 -Riz_sol= 6578.5 - -21 15:05:49 15:05:56 -Rsk= 20.0 Rkk= 14.7 - -22 15:25:14 15:40:44 -P1= 37.2 T1=15:35:44 P2= 50.0 T2=15:40:44 Vs= 2.58 - -22 16:00:45 16:11:15 -P1= 12.3 T1=16:06:15 P2= 22.3 T2=16:11:15 Vs= 2.00 - -23 16:12:40 16:12:46 - - -24 16:12:55 16:13:32 - - -30 16:13:52 16:14:32 -Vst= 28.4 - -31 16:14:45 16:15:46 -Rom_sol= 15.0 - -41 16:16:12 16:16:17 -Ukz= 0.83 - -32 16:16:22 16:17:32 -Imax=11.0 Umax=50.0 T= 9.4 - -33 16:17:35 16:18:07 -Imin=16.1 Umin=25.1 T= 1.0 - -34 16:18:10 16:18:39 -V=301.8 T= 9.5 - -35 16:18:43 16:19:35 -Q= 54.1 T= 9.0 - -36 16:19:40 16:20:13 -P1=0.26 T= 3.1 - -37 16:20:17 16:20:55 -T= 0.7 - -38 16:20:59 16:21:05 -t= 52.1 T= 0.7 - -39 16:21:08 16:21:15 -t= 52.3 T= 0.7 - -40 16:21:18 16:21:25 -t= 51.9 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200702.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200702.333 deleted file mode 100644 index d40f030..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200702.333 +++ /dev/null @@ -1,22 +0,0 @@ -25 00:21:36 1593631296 -9 00:31:05 1593631865 -10 00:59:49 1593633589 -11 04:26:00 1593645960 -12 07:09:48 1593655788 -13 08:58:54 1593662334 -0 08:58:54 1593662334 -14 09:27:14 1593664034 -15 10:02:06 1593666126 -16 10:28:05 1593667685 -16 10:31:10 1593667870 -1 11:05:43 1593669943 -2 12:35:49 1593675349 -5 13:46:49 1593679609 -6 13:58:48 1593680328 -7 14:27:38 1593682058 -8 14:58:37 1593683917 -25 16:13:48 1593688428 -9 16:22:12 1593688932 -10 16:50:56 1593690656 -11 20:49:23 1593704963 -12 23:33:08 1593714788 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200702.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200702.334 deleted file mode 100644 index 2e7d0e5..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200702.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200702.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200702.335 deleted file mode 100644 index 144ef2f..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200702.335 +++ /dev/null @@ -1,2 +0,0 @@ -92 00:22:37 1593631357 -100 15:59:30 1593687570 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200702.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200702.336 deleted file mode 100644 index a8d3428..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200702.336 +++ /dev/null @@ -1,129 +0,0 @@ -[45] -oper = 25 -begin = 02.07.2020 00:21:36 -norma = 30 -real = 9 - -[46] -oper = 9 -begin = 02.07.2020 00:31:05 -norma = 0 -real = 28 - -[47] -oper = 10 -begin = 02.07.2020 00:59:49 -norma = 0 -real = 206 - -[48] -oper = 11 -begin = 02.07.2020 04:26:00 -norma = 0 -real = 163 - -[49] -oper = 12 -begin = 02.07.2020 07:09:48 -norma = 105 -real = 109 - -[50] -oper = 13 -begin = 02.07.2020 08:58:54 -norma = 45 -real = 28 - -[51] -oper = 14 -begin = 02.07.2020 09:27:14 -norma = 40 -vac_time = 7 -real = 34 - -[52] -oper = 15 -begin = 02.07.2020 10:02:06 -norma = 30 -real = 25 - -[53] -oper = 16 -begin = 02.07.2020 10:28:05 -norma = 40 -real = 3 - -[54] -oper = 16 -begin = 02.07.2020 10:31:10 -norma = 40 -real = 34 - -[55] -oper = 1 -begin = 02.07.2020 11:05:43 -norma = 85 -real = 90 - -[56] -oper = 2 -begin = 02.07.2020 12:35:49 -norma = 110 -vac_time = 9 -real = 71 - -[57] -oper = 5 -begin = 02.07.2020 13:46:49 -norma = 25 -real = 11 - -[58] -oper = 6 -begin = 02.07.2020 13:58:48 -norma = 35 -real = 28 - -[59] -oper = 7 -begin = 02.07.2020 14:27:38 -norma = 30 -real = 30 - -[60] -oper = 8 -begin = 02.07.2020 14:58:37 -norma = 40 -vac_time = 9 -real = 75 - -[61] -oper = 25 -begin = 02.07.2020 16:13:48 -norma = 30 -real = 8 - -[62] -oper = 9 -begin = 02.07.2020 16:22:12 -norma = 0 -real = 28 - -[63] -oper = 10 -begin = 02.07.2020 16:50:56 -norma = 0 -real = 238 - -[64] -oper = 11 -begin = 02.07.2020 20:49:23 -norma = 0 -real = 163 - -[65] -oper = 12 -begin = 02.07.2020 23:33:08 -norma = 105 -real = 107 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200702.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200702.337 deleted file mode 100644 index e554964..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200702.337 +++ /dev/null @@ -1,70 +0,0 @@ -00:20:50 1593631250 祭 ॣ '-2'(A) -00:21:27 1593631287 ⪫祭 ॣ '-2'(A) -00:22:44 1593631364 祭 -00:22:44 1593631364 祭 -00:23:44 1593631424 ⪫祭 -00:30:42 1593631842 祭 ० ࠧ -00:30:43 1593631843 祭 ० ' ⮪ 㣨' -00:31:06 1593631866 : 믮 -00:47:48 1593632868 祭 ॣ '-2'(A) -00:59:49 1593633589 ⪫祭 ० ࠧ (A) -00:59:49 1593633589 祭 ॣ . 殮 㣨 -04:25:59 1593645959 祭 ० -04:26:01 1593645961 ⪫祭 ॣ '-2'(A) -04:26:02 1593645962 祭 ॣ '-2'(A) -05:16:01 1593648961 ⪫祭 ॣ '-2'(A) -07:09:42 1593655782 ⪫祭 ० (A) -07:09:43 1593655783 ⪫祭 -07:09:43 1593655783 : -07:09:49 1593655789 ⪫祭 ० ' ⮪ 㣨' -07:10:11 1593655811 祭 ० ᪠ -07:10:12 1593655812 祭 ० ᪠ -07:10:12 1593655812 祭 ० ᪠ -07:10:12 1593655812 祭 ० ᪠ -07:10:13 1593655813 祭 ० ᪠ -07:10:14 1593655814 祭 ० ᪠ -07:10:15 1593655815 祭 ० ᪠ -07:10:15 1593655815 祭 ० ᪠ -07:10:19 1593655819 祭 ० ᪠ -07:10:20 1593655820 祭 ० ᪠ -07:10:20 1593655820 祭 ० ᪠ -07:13:22 1593656002 ⪫祭 ० ᪠ (A) -07:39:43 1593657583 : 믮 -10:02:05 1593666125 祭 ० ࠧ -10:02:06 1593666126 ⪫祭 ० ࠧ (A) -10:02:21 1593666141 祭 ० ࠧ -10:02:23 1593666143 祭 ० ' ⮪ 㣨' -10:02:24 1593666144 祭 ॣ '-2'(A) -10:28:05 1593667685 ⪫祭 ० ࠧ (A) -10:31:11 1593667871 ⪫祭 ० ' ⮪ 㣨' -10:31:13 1593667873 ⪫祭 ॣ '-2'(A) -10:31:20 1593667880 祭 ० ᪠ -10:31:20 1593667880 祭 ० ᪠ -10:34:31 1593668071 ⪫祭 ० ᪠ (A) -12:44:40 1593675880 : 㦥 -13:58:56 1593680336 祭 ० ᪠ -13:58:56 1593680336 祭 ० ᪠ -13:58:57 1593680337 祭 ० ᪠ -14:02:09 1593680529 ⪫祭 ० ᪠ (A) -16:12:58 1593688378 祭 ॣ '-2'(A) -16:13:27 1593688407 ' ' -16:13:27 1593688407 祭 -16:13:32 1593688412 ⪫祭 ॣ '-2'(A) -16:14:47 1593688487 祭 -16:15:47 1593688547 ⪫祭 -16:21:38 1593688898 祭 ० ࠧ -16:21:41 1593688901 祭 ० ' ⮪ 㣨' -16:22:13 1593688933 : 믮 -16:38:55 1593689935 祭 ॣ '-2'(A) -16:50:55 1593690655 ⪫祭 ० ࠧ (A) -16:50:56 1593690656 祭 ॣ . 殮 㣨 -20:49:23 1593704963 祭 ० -20:49:24 1593704964 ⪫祭 ॣ '-2'(A) -20:49:25 1593704965 祭 ॣ '-2'(A) -21:39:24 1593707964 ⪫祭 ॣ '-2'(A) -23:33:05 1593714785 ⪫祭 ० (A) -23:33:06 1593714786 ⪫祭 -23:33:06 1593714786 : -23:33:10 1593714790 ⪫祭 ० ' ⮪ 㣨' -23:33:24 1593714804 祭 ० ᪠ -23:36:54 1593715014 ⪫祭 ० ᪠ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200702.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200702.339 deleted file mode 100644 index c2062ce..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200702.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200703.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200703.330 deleted file mode 100644 index 85408d9..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200703.330 +++ /dev/null @@ -1,8 +0,0 @@ -01:49:43 1593722983 3 14 -04:02:29 1593730949 1 11189 3 25 9 4240 10 690 12 321672 -07:08:29 1593742109 1 11189 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 4230 9 4240 10 690 11 12 321672 -07:38:42 1593743922 0 A--32-074-2016 ॢ 1 -16:43:04 1593776584 3 14 -19:07:05 1593785225 1 11190 3 25 9 4320 12 321544 -22:39:59 1593797999 1 11190 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 4230 9 4320 10 690 11 12 321544 -23:10:11 1593799811 0 A--32-074-2016 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200703.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200703.331 deleted file mode 100644 index 34e28ba..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200703.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200703.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200703.332 deleted file mode 100644 index 7df4cfa..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200703.332 +++ /dev/null @@ -1,126 +0,0 @@ -21 01:50:00 01:50:07 -Rsk= 19.6 Rkk= 14.4 - -22 02:09:26 02:19:57 -P1= 12.8 T1=02:14:57 P2= 32.2 T2=02:19:57 Vs= 3.88 - -21 04:02:44 04:02:51 -Rsk= 19.6 Rkk= 14.3 - -22 04:31:40 04:42:10 -P1= 6.5 T1=04:37:10 P2= 18.7 T2=04:42:10 Vs= 2.44 - -20 06:18:06 06:18:16 -Riz_sol= 6064.2 - -21 06:18:22 06:18:30 -Rsk= 19.6 Rkk= 14.4 - -22 06:48:05 06:58:35 -P1= 7.6 T1=06:53:35 P2= 20.6 T2=06:58:35 Vs= 2.61 - -23 06:58:48 06:58:54 - - -24 06:59:00 06:59:37 - - -30 06:59:49 07:00:29 -Vst= 28.4 - -31 07:00:33 07:01:34 -Rom_sol= 15.2 - -41 07:02:15 07:02:20 -Ukz= 0.65 - -32 07:02:23 07:03:32 -Imax=11.0 Umax=49.9 T= 9.4 - -33 07:03:35 07:04:04 -Imin=16.2 Umin=25.0 T= 0.8 - -34 07:04:08 07:04:36 -V=301.7 T= 9.5 - -35 07:04:38 07:05:31 -Q= 54.8 T= 9.2 - -36 07:05:35 07:06:08 -P1=0.27 T= 3.1 - -37 07:06:11 07:06:50 -T= 0.7 - -38 07:06:53 07:06:59 -t= 52.1 T= 0.8 - -39 07:07:02 07:07:08 -t= 52.3 T= 0.7 - -40 07:07:11 07:07:17 -t= 51.9 T= 0.7 - -21 16:43:16 16:43:23 -Rsk= 19.5 Rkk= 14.3 - -22 16:54:25 17:09:55 -P1= 64.7 T1=17:04:55 P2= 80.9 T2=17:09:55 Vs= 3.23 - -21 19:07:31 19:07:39 -Rsk= 19.7 Rkk= 14.5 - -22 19:34:29 19:45:01 -P1= 7.4 T1=19:40:01 P2= 20.3 T2=19:45:01 Vs= 2.60 - -20 21:19:39 21:19:49 -Riz_sol= 2212.1 - -21 21:20:10 21:20:17 -Rsk= 19.6 Rkk= 14.4 - -22 22:19:29 22:29:59 -P1= 4.8 T1=22:24:59 P2= 10.3 T2=22:29:59 Vs= 1.11 - -23 22:30:15 22:30:21 - - -24 22:30:28 22:31:04 - - -30 22:31:22 22:32:02 -Vst= 28.3 - -31 22:32:08 22:33:09 -Rom_sol= 15.1 - -41 22:33:55 22:34:00 -Ukz= 0.68 - -32 22:34:07 22:35:16 -Imax=11.0 Umax=50.0 T= 9.2 - -33 22:35:19 22:35:49 -Imin=16.1 Umin=25.0 T= 0.8 - -34 22:35:53 22:36:22 -V=301.9 T= 9.6 - -35 22:36:26 22:37:28 -Q= 54.8 T=12.3 - -36 22:37:33 22:38:05 -P1=0.25 T= 3.2 - -37 22:38:09 22:38:47 -T= 0.7 - -38 22:38:50 22:38:58 -t= 52.1 T= 0.7 - -39 22:39:03 22:39:10 -t= 52.4 T= 0.5 - -40 22:39:14 22:39:20 -t= 52.0 T= 0.5 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200703.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200703.333 deleted file mode 100644 index 5c77ee6..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200703.333 +++ /dev/null @@ -1,30 +0,0 @@ -13 01:20:10 1593721210 -0 01:20:11 1593721211 -14 01:47:47 1593722867 -15 02:20:45 1593724845 -16 02:49:07 1593726547 -1 03:32:22 1593729142 -2 03:56:59 1593730619 -5 04:43:04 1593733384 -6 04:58:48 1593734328 -7 05:36:01 1593736561 -8 06:13:30 1593738810 -25 06:59:46 1593741586 -9 07:08:29 1593742109 -10 07:38:42 1593743922 -11 11:29:04 1593757744 -12 14:12:12 1593767532 -13 16:08:52 1593774532 -0 16:08:52 1593774532 -14 16:39:03 1593776343 -15 17:11:09 1593778269 -16 17:39:57 1593779997 -1 18:22:47 1593782567 -2 19:01:32 1593784892 -5 19:46:01 1593787561 -6 20:00:13 1593788413 -7 20:39:12 1593790752 -8 21:14:42 1593792882 -25 22:31:17 1593797477 -9 22:39:59 1593797999 -10 23:10:11 1593799811 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200703.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200703.334 deleted file mode 100644 index 3da4e25..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200703.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200703.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200703.336 deleted file mode 100644 index 9b3e295..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200703.336 +++ /dev/null @@ -1,175 +0,0 @@ -[66] -oper = 13 -begin = 03.07.2020 01:20:10 -norma = 45 -real = 27 - -[67] -oper = 14 -begin = 03.07.2020 01:47:47 -norma = 40 -vac_time = 7 -real = 32 - -[68] -oper = 15 -begin = 03.07.2020 02:20:45 -norma = 30 -real = 28 - -[69] -oper = 16 -begin = 03.07.2020 02:49:07 -norma = 40 -real = 43 - -[70] -oper = 1 -begin = 03.07.2020 03:32:22 -norma = 85 -real = 24 - -[71] -oper = 2 -begin = 03.07.2020 03:56:59 -norma = 110 -vac_time = 8 -real = 46 - -[72] -oper = 5 -begin = 03.07.2020 04:43:04 -norma = 25 -real = 15 - -[73] -oper = 6 -begin = 03.07.2020 04:58:48 -norma = 35 -real = 37 - -[74] -oper = 7 -begin = 03.07.2020 05:36:01 -norma = 30 -real = 37 - -[75] -oper = 8 -begin = 03.07.2020 06:13:30 -norma = 40 -vac_time = 8 -real = 46 - -[76] -oper = 25 -begin = 03.07.2020 06:59:46 -norma = 30 -real = 8 - -[77] -oper = 9 -begin = 03.07.2020 07:08:29 -norma = 0 -real = 30 - -[78] -oper = 10 -begin = 03.07.2020 07:38:42 -norma = 0 -real = 230 - -[79] -oper = 11 -begin = 03.07.2020 11:29:04 -norma = 0 -real = 163 - -[80] -oper = 12 -begin = 03.07.2020 14:12:12 -norma = 105 -real = 116 - -[81] -oper = 13 -begin = 03.07.2020 16:08:52 -norma = 45 -real = 30 - -[82] -oper = 14 -begin = 03.07.2020 16:39:03 -norma = 40 -vac_time = 7 -vac_avg10 = 8.0 -real = 32 - -[83] -oper = 15 -begin = 03.07.2020 17:11:09 -norma = 30 -real = 28 - -[84] -oper = 16 -begin = 03.07.2020 17:39:57 -norma = 40 -real = 42 - -[85] -oper = 1 -begin = 03.07.2020 18:22:47 -norma = 85 -real = 38 - -[86] -oper = 2 -begin = 03.07.2020 19:01:32 -norma = 110 -vac_time = 8 -real = 44 - -[87] -oper = 5 -begin = 03.07.2020 19:46:01 -norma = 25 -real = 14 - -[88] -oper = 6 -begin = 03.07.2020 20:00:13 -norma = 35 -real = 38 - -[89] -oper = 7 -begin = 03.07.2020 20:39:12 -norma = 30 -real = 35 - -[90] -oper = 8 -begin = 03.07.2020 21:14:42 -norma = 40 -vac_time = 8 -real = 76 - -[91] -oper = 25 -begin = 03.07.2020 22:31:17 -norma = 30 -real = 8 - -[92] -oper = 9 -begin = 03.07.2020 22:39:59 -norma = 0 -real = 30 - -[93] -oper = 10 -begin = 03.07.2020 23:10:11 -norma = 0 -real = 235 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200703.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200703.337 deleted file mode 100644 index 1bc9e29..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200703.337 +++ /dev/null @@ -1,63 +0,0 @@ -00:03:06 1593716586 : 믮 -02:20:21 1593724821 祭 ० ࠧ -02:20:23 1593724823 祭 ० ' ⮪ 㣨' -02:48:45 1593726525 ⪫祭 ० ' ⮪ 㣨' -02:49:44 1593726584 祭 ० ᪠ -02:49:44 1593726584 祭 ० ᪠ -02:50:03 1593726603 ⪫祭 ० ᪠ -02:50:08 1593726608 祭 ० ᪠ -02:50:08 1593726608 祭 ० ᪠ -02:50:08 1593726608 祭 ० ᪠ -02:52:43 1593726763 ⪫祭 ० ᪠ (A) -04:02:31 1593730951 : 㦥 -04:59:36 1593734376 祭 ० ᪠ -04:59:37 1593734377 祭 ० ᪠ -05:02:19 1593734539 ⪫祭 ० ᪠ (A) -06:59:02 1593741542 祭 ॣ '-2'(A) -06:59:38 1593741578 ⪫祭 ॣ '-2'(A) -06:59:52 1593741592 祭 -07:00:34 1593741634 祭 -07:01:34 1593741694 ⪫祭 -07:07:56 1593742076 祭 ० ࠧ -07:07:58 1593742078 祭 ० ' ⮪ 㣨' -07:08:30 1593742110 : 믮 -07:25:12 1593743112 祭 ॣ '-2'(A) -07:38:42 1593743922 祭 ⠭ ॣ -07:38:42 1593743922 ⪫祭 ० ࠧ (A) -11:29:03 1593757743 祭 ० -11:29:05 1593757745 ⪫祭 ॣ '-2'(A) -11:29:06 1593757746 祭 ॣ '-2'(A) -12:25:06 1593761106 ⪫祭 ॣ '-2'(A) -14:12:07 1593767527 ⪫祭 ० (A) -14:12:08 1593767528 ⪫祭 -14:12:08 1593767528 : -14:12:14 1593767534 ⪫祭 ० ' ⮪ 㣨' -14:12:30 1593767550 祭 ० ᪠ -14:12:30 1593767550 祭 ० ᪠ -14:12:30 1593767550 祭 ० ᪠ -14:16:09 1593767769 ⪫祭 ० ᪠ (A) -14:42:08 1593769328 : 믮 -17:10:22 1593778222 祭 ० ࠧ -17:10:25 1593778225 祭 ० ' ⮪ 㣨' -17:12:01 1593778321 祭 ॣ '-2'(A) -17:38:21 1593779901 ⪫祭 ० ' ⮪ 㣨' -17:38:25 1593779905 ⪫祭 ० ࠧ -17:40:00 1593780000 ⪫祭 ॣ '-2'(A) -17:40:13 1593780013 祭 ० ᪠ -17:40:13 1593780013 祭 ० ᪠ -17:43:54 1593780234 ⪫祭 ० ᪠ (A) -19:07:08 1593785228 : 㦥 -20:00:32 1593788432 祭 ० ᪠ -20:00:32 1593788432 祭 ० ᪠ -20:03:41 1593788621 ⪫祭 ० ᪠ (A) -22:30:31 1593797431 祭 ॣ '-2'(A) -22:31:05 1593797465 ⪫祭 ॣ '-2'(A) -22:31:30 1593797490 祭 -22:32:09 1593797529 祭 -22:33:09 1593797589 ⪫祭 -22:39:34 1593797974 祭 ० ࠧ -22:39:37 1593797977 祭 ० ' ⮪ 㣨' -22:39:59 1593797999 : 믮 -22:56:41 1593799001 祭 ॣ '-2'(A) -23:10:11 1593799811 ⪫祭 ० ࠧ (A) -23:10:11 1593799811 祭 ⠭ ॣ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200703.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200703.339 deleted file mode 100644 index b589944..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200703.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200704.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200704.330 deleted file mode 100644 index 371de9b..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200704.330 +++ /dev/null @@ -1,5 +0,0 @@ -08:39:52 1593833992 3 14 -11:50:57 1593845457 1 11191 2 BT 18, 20, 22, 23, 25 3 25 9 3460 10 670 12 321752 -14:57:25 1593856645 1 11191 2 BT 18, 20, 22, 23, 25 3 25 4 2 5 Ti 6 7 770 8 4230 9 3460 10 670 11 12 321752 -15:26:08 1593858368 0 A--32-068-2019 ॢ 2 -23:24:10 1593887050 3 14 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200704.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200704.331 deleted file mode 100644 index 1e518e9..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200704.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200704.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200704.332 deleted file mode 100644 index 95392e1..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200704.332 +++ /dev/null @@ -1,69 +0,0 @@ -21 08:39:34 08:39:42 -Rsk= 19.0 Rkk= 13.9 - -22 08:58:58 09:09:30 -P1= 16.0 T1=09:04:30 P2= 39.2 T2=09:09:30 Vs= 4.64 - -21 11:49:32 11:49:39 -Rsk= 19.4 Rkk= 14.1 - -22 12:11:09 12:26:40 -P1= 32.6 T1=12:21:40 P2= 45.9 T2=12:26:40 Vs= 2.66 - -20 14:03:19 14:03:28 -Riz_sol= 5709.5 - -21 14:03:36 14:03:44 -Rsk= 19.1 Rkk= 13.8 - -22 14:35:32 14:46:04 -P1= 9.1 T1=14:41:04 P2= 23.8 T2=14:46:04 Vs= 2.95 - -23 14:46:33 14:46:39 - - -24 14:46:51 14:47:26 - - -30 14:47:38 14:48:19 -Vst= 28.2 - -31 14:48:24 14:49:24 -Rom_sol= 15.3 - -41 14:49:57 14:50:02 -Ukz= 1.07 - -32 14:50:07 14:51:15 -Imax=11.0 Umax=50.0 T= 9.2 - -33 14:51:19 14:51:47 -Imin=16.2 Umin=25.0 T= 0.8 - -34 14:51:51 14:52:19 -V=301.8 T= 9.6 - -35 14:52:23 14:53:16 -Q= 54.2 T= 9.2 - -36 14:53:19 14:53:53 -P1=0.27 T= 3.1 - -37 14:55:19 14:55:57 -T= 0.7 - -38 14:56:01 14:56:07 -t= 52.1 T= 0.7 - -39 14:56:13 14:56:20 -t= 52.4 T= 0.7 - -40 14:56:24 14:56:30 -t= 51.9 T= 0.7 - -21 23:23:51 23:23:58 -Rsk= 18.5 Rkk= 13.3 - -22 23:43:05 23:53:35 -P1= 14.1 T1=23:48:35 P2= 35.7 T2=23:53:35 Vs= 4.32 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200704.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200704.333 deleted file mode 100644 index f84f5b3..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200704.333 +++ /dev/null @@ -1,22 +0,0 @@ -11 03:05:17 1593813917 -12 05:48:28 1593823708 -13 07:38:11 1593830291 -0 07:38:11 1593830291 -14 08:37:54 1593833874 -15 09:40:11 1593837611 -16 10:13:52 1593839632 -1 10:47:56 1593841676 -2 11:43:27 1593845007 -5 12:27:34 1593847654 -6 12:38:54 1593848334 -7 13:18:56 1593850736 -8 14:00:06 1593853206 -25 14:47:35 1593856055 -9 14:57:25 1593856645 -10 15:26:08 1593858368 -11 18:20:47 1593868847 -12 21:04:40 1593878680 -13 22:51:53 1593885113 -0 22:51:53 1593885113 -14 23:21:37 1593886897 -15 23:54:28 1593888868 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200704.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200704.334 deleted file mode 100644 index 9f83b11..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200704.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200704.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200704.335 deleted file mode 100644 index 256e0db..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200704.335 +++ /dev/null @@ -1 +0,0 @@ -70 14:55:13 1593856513 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200704.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200704.336 deleted file mode 100644 index 820eeea..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200704.336 +++ /dev/null @@ -1,124 +0,0 @@ -[94] -oper = 11 -begin = 04.07.2020 03:05:17 -norma = 0 -real = 163 - -[95] -oper = 12 -begin = 04.07.2020 05:48:28 -norma = 105 -real = 109 - -[96] -oper = 13 -begin = 04.07.2020 07:38:11 -norma = 45 -real = 59 - -[97] -oper = 14 -begin = 04.07.2020 08:37:54 -norma = 40 -vac_time = 7 -real = 62 - -[98] -oper = 15 -begin = 04.07.2020 09:40:11 -norma = 30 -real = 33 - -[99] -oper = 16 -begin = 04.07.2020 10:13:52 -norma = 40 -real = 34 - -[00] -oper = 1 -begin = 04.07.2020 10:47:56 -norma = 85 -real = 55 - -[01] -oper = 2 -begin = 04.07.2020 11:43:27 -norma = 110 -vac_time = 8 -real = 44 - -[02] -oper = 5 -begin = 04.07.2020 12:27:34 -norma = 25 -real = 11 - -[03] -oper = 6 -begin = 04.07.2020 12:38:54 -norma = 35 -real = 40 - -[04] -oper = 7 -begin = 04.07.2020 13:18:56 -norma = 30 -real = 41 - -[05] -oper = 8 -begin = 04.07.2020 14:00:06 -norma = 40 -vac_time = 8 -real = 47 - -[06] -oper = 25 -begin = 04.07.2020 14:47:35 -norma = 30 -real = 9 - -[07] -oper = 9 -begin = 04.07.2020 14:57:25 -norma = 0 -real = 28 - -[08] -oper = 10 -begin = 04.07.2020 15:26:08 -norma = 0 -real = 174 - -[09] -oper = 11 -begin = 04.07.2020 18:20:47 -norma = 0 -real = 163 - -[10] -oper = 12 -begin = 04.07.2020 21:04:40 -norma = 105 -real = 107 - -[11] -oper = 13 -begin = 04.07.2020 22:51:53 -norma = 45 -real = 29 - -[12] -oper = 14 -begin = 04.07.2020 23:21:37 -norma = 40 -vac_time = 7 -real = 32 - -[13] -oper = 15 -begin = 04.07.2020 23:54:28 -norma = 30 -real = 26 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200704.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200704.337 deleted file mode 100644 index 8830c34..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200704.337 +++ /dev/null @@ -1,59 +0,0 @@ -03:05:16 1593813916 祭 ० -03:05:17 1593813917 ⪫祭 ॣ '-2'(A) -03:05:18 1593813918 祭 ॣ '-2'(A) -04:01:18 1593817278 ⪫祭 ॣ '-2'(A) -05:48:20 1593823700 ⪫祭 ० (A) -05:48:22 1593823702 ⪫祭 -05:48:22 1593823702 : -05:48:29 1593823709 ⪫祭 ० ' ⮪ 㣨' -05:49:13 1593823753 祭 ० ᪠ -05:49:13 1593823753 祭 ० ᪠ -05:49:13 1593823753 祭 ० ᪠ -05:49:15 1593823755 祭 ० ᪠ -05:49:15 1593823755 祭 ० ᪠ -05:49:16 1593823756 祭 ० ᪠ -05:52:17 1593823937 ⪫祭 ० ᪠ (A) -06:18:22 1593825502 : 믮 -09:40:07 1593837607 祭 ० ࠧ -09:40:09 1593837609 祭 ० ' ⮪ 㣨' -09:40:11 1593837611 祭 ॣ '-2'(A) -10:13:05 1593839585 ⪫祭 ० ' ⮪ 㣨' -10:13:26 1593839606 ⪫祭 ० ࠧ (A) -10:13:56 1593839636 ⪫祭 ॣ '-2'(A) -10:14:15 1593839655 祭 ० ᪠ -10:14:15 1593839655 祭 ० ᪠ -10:14:15 1593839655 祭 ० ᪠ -10:14:16 1593839656 祭 ० ᪠ -10:14:17 1593839657 祭 ० ᪠ -10:17:07 1593839827 ⪫祭 ० ᪠ (A) -11:51:00 1593845460 : 㦥 -12:39:11 1593848351 祭 ० ᪠ -12:39:12 1593848352 祭 ० ᪠ -12:41:49 1593848509 ⪫祭 ० ᪠ (A) -14:46:53 1593856013 祭 ॣ '-2'(A) -14:47:27 1593856047 ⪫祭 ॣ '-2'(A) -14:47:46 1593856066 祭 -14:48:24 1593856104 祭 -14:49:24 1593856164 ⪫祭 -14:56:39 1593856599 祭 ० ࠧ -14:56:41 1593856601 祭 ० ' ⮪ 㣨' -14:57:25 1593856645 : 믮 -15:14:08 1593857648 祭 ॣ '-2'(A) -15:26:08 1593858368 ⪫祭 ० ࠧ (A) -15:26:08 1593858368 祭 ॣ . 殮 㣨 -18:20:47 1593868847 祭 ० -18:20:47 1593868847 ⪫祭 ॣ '-2'(A) -18:20:48 1593868848 祭 ॣ '-2'(A) -19:10:49 1593871849 ⪫祭 ॣ '-2'(A) -21:04:29 1593878669 ⪫祭 ० (A) -21:04:30 1593878670 ⪫祭 -21:04:30 1593878670 : -21:04:42 1593878682 ⪫祭 ० ' ⮪ 㣨' -21:04:59 1593878699 '⪫ ' -21:06:07 1593878767 祭 ० ᪠ -21:06:07 1593878767 祭 ० ᪠ -21:06:07 1593878767 祭 ० ᪠ -21:08:49 1593878929 ⪫祭 ० ᪠ (A) -21:34:30 1593880470 : 믮 -23:54:10 1593888850 祭 ० ࠧ -23:54:12 1593888852 祭 ० ' ⮪ 㣨' diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200704.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200704.339 deleted file mode 100644 index 366477e..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200704.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200705.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200705.330 deleted file mode 100644 index b6373b9..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200705.330 +++ /dev/null @@ -1,5 +0,0 @@ -02:30:35 1593898235 1 11192 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 9 4580 10 690 12 321672 -05:46:02 1593909962 1 11192 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 4230 9 4580 10 690 11 12 321672 -06:16:16 1593911776 0 A--32-074-2016 ॢ 1 -16:18:29 1593947909 3 14 -21:38:48 1593967128 1 11193 3 25 9 4660 10 670 12 321315 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200705.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200705.331 deleted file mode 100644 index de08e89..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200705.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200705.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200705.332 deleted file mode 100644 index 1edb440..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200705.332 +++ /dev/null @@ -1,69 +0,0 @@ -21 02:31:03 02:31:11 -Rsk= 18.6 Rkk= 13.4 - -22 02:58:48 03:14:19 -P1= 26.3 T1=03:09:19 P2= 37.7 T2=03:14:19 Vs= 2.29 - -20 04:53:20 04:53:30 -Riz_sol= 3600.3 - -21 04:53:36 04:53:44 -Rsk= 19.2 Rkk= 13.9 - -22 05:25:58 05:36:28 -P1= 8.9 T1=05:31:28 P2= 21.7 T2=05:36:28 Vs= 2.57 - -23 05:36:44 05:36:50 - - -24 05:36:57 05:37:34 - - -30 05:37:44 05:38:23 -Vst= 28.2 - -31 05:38:27 05:39:28 -Rom_sol= 15.3 - -41 05:40:03 05:40:08 -Ukz= 0.97 - -32 05:40:10 05:41:19 -Imax=11.0 Umax=49.9 T= 9.4 - -33 05:41:23 05:41:53 -Imin=16.2 Umin=25.0 T= 0.8 - -34 05:41:55 05:42:23 -V=301.9 T= 9.6 - -35 05:42:27 05:43:20 -Q= 54.7 T= 9.3 - -36 05:43:23 05:43:57 -P1=0.28 T= 3.1 - -37 05:44:00 05:44:38 -T= 0.8 - -38 05:44:40 05:44:46 -t= 52.1 T= 0.7 - -39 05:44:49 05:44:54 -t= 52.4 T= 0.7 - -40 05:44:57 05:45:02 -t= 52.0 T= 0.5 - -21 16:18:11 16:18:19 -Rsk= 18.6 Rkk= 13.4 - -22 17:05:13 17:15:43 -P1= 4.0 T1=17:10:43 P2= 14.6 T2=17:15:43 Vs= 2.12 - -21 21:37:02 21:37:10 -Rsk= 18.5 Rkk= 13.3 - -22 22:20:24 22:30:55 -P1= 7.0 T1=22:25:55 P2= 19.7 T2=22:30:55 Vs= 2.54 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200705.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200705.333 deleted file mode 100644 index c1c6408..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200705.333 +++ /dev/null @@ -1,22 +0,0 @@ -16 00:21:14 1593890474 -1 01:01:56 1593892916 -2 02:23:55 1593897835 -5 03:15:32 1593900932 -6 03:29:21 1593901761 -7 04:06:59 1593904019 -8 04:50:37 1593906637 -25 05:37:41 1593909461 -9 05:46:02 1593909962 -10 06:16:16 1593911776 -11 10:29:42 1593926982 -12 13:12:49 1593936769 -13 15:03:43 1593943423 -0 15:03:43 1593943423 -14 16:15:17 1593947717 -15 17:27:48 1593952068 -16 17:58:44 1593953924 -1 18:46:32 1593956792 -2 21:36:19 1593966979 -5 22:32:23 1593970343 -6 22:46:02 1593971162 -7 23:31:28 1593973888 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200705.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200705.334 deleted file mode 100644 index 2363818..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200705.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200705.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200705.336 deleted file mode 100644 index 4abca9e..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200705.336 +++ /dev/null @@ -1,131 +0,0 @@ -[14] -oper = 16 -begin = 05.07.2020 00:21:14 -norma = 40 -real = 40 - -[15] -oper = 1 -begin = 05.07.2020 01:01:56 -norma = 85 -real = 81 - -[16] -oper = 2 -begin = 05.07.2020 02:23:55 -norma = 110 -vac_time = 8 -real = 51 - -[17] -oper = 5 -begin = 05.07.2020 03:15:32 -norma = 25 -real = 13 - -[18] -oper = 6 -begin = 05.07.2020 03:29:21 -norma = 35 -real = 37 - -[19] -oper = 7 -begin = 05.07.2020 04:06:59 -norma = 30 -real = 43 - -[20] -oper = 8 -begin = 05.07.2020 04:50:37 -norma = 40 -vac_time = 8 -real = 47 - -[21] -oper = 25 -begin = 05.07.2020 05:37:41 -norma = 30 -real = 8 - -[22] -oper = 9 -begin = 05.07.2020 05:46:02 -norma = 0 -real = 30 - -[23] -oper = 10 -begin = 05.07.2020 06:16:16 -norma = 0 -real = 253 - -[24] -oper = 11 -begin = 05.07.2020 10:29:42 -norma = 0 -real = 163 - -[25] -oper = 12 -begin = 05.07.2020 13:12:49 -norma = 105 -real = 110 - -[26] -oper = 13 -begin = 05.07.2020 15:03:43 -norma = 45 -real = 71 - -[27] -oper = 14 -begin = 05.07.2020 16:15:17 -norma = 40 -vac_time = 7 -real = 72 - -[28] -oper = 15 -begin = 05.07.2020 17:27:48 -norma = 30 -real = 30 - -[29] -oper = 16 -begin = 05.07.2020 17:58:44 -norma = 40 -real = 47 - -[30] -oper = 1 -begin = 05.07.2020 18:46:32 -norma = 85 -real = 169 - -[31] -oper = 2 -begin = 05.07.2020 21:36:19 -norma = 110 -vac_time = 8 -vac_avg10 = 7.7 -real = 56 - -[32] -oper = 5 -begin = 05.07.2020 22:32:23 -norma = 25 -real = 13 - -[33] -oper = 6 -begin = 05.07.2020 22:46:02 -norma = 35 -real = 45 - -[34] -oper = 7 -begin = 05.07.2020 23:31:28 -norma = 30 -real = 56 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200705.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200705.337 deleted file mode 100644 index 97f930e..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200705.337 +++ /dev/null @@ -1,45 +0,0 @@ -00:20:53 1593890453 ⪫祭 ० ' ⮪ 㣨' -00:21:50 1593890510 祭 ० ᪠ -00:21:50 1593890510 祭 ० ᪠ -00:21:51 1593890511 祭 ० ᪠ -00:24:34 1593890674 ⪫祭 ० ᪠ (A) -02:30:36 1593898236 : 㦥 -03:29:55 1593901795 祭 ० ᪠ -03:29:55 1593901795 祭 ० ᪠ -03:32:18 1593901938 ⪫祭 ० ᪠ (A) -05:36:58 1593909418 祭 ॣ '-2'(A) -05:37:34 1593909454 ⪫祭 ॣ '-2'(A) -05:37:47 1593909467 ' ' -05:37:47 1593909467 祭 -05:38:28 1593909508 祭 -05:39:28 1593909568 ⪫祭 -05:45:28 1593909928 祭 ० ࠧ -05:45:30 1593909930 祭 ० ' ⮪ 㣨' -05:46:03 1593909963 : 믮 -06:02:46 1593910966 祭 ॣ '-2'(A) -06:16:15 1593911775 祭 ⠭ ॣ -06:16:16 1593911776 ⪫祭 ० ࠧ (A) -10:29:42 1593926982 祭 ० -10:29:42 1593926982 ⪫祭 ॣ '-2'(A) -10:29:43 1593926983 祭 ॣ '-2'(A) -11:25:44 1593930344 ⪫祭 ॣ '-2'(A) -13:12:45 1593936765 ⪫祭 ० (A) -13:12:46 1593936766 ⪫祭 -13:12:46 1593936766 : -13:12:50 1593936770 ⪫祭 ० ' ⮪ 㣨' -13:13:01 1593936781 祭 ० ᪠ -13:16:11 1593936971 ⪫祭 ० ᪠ (A) -13:42:46 1593938566 : 믮 -17:27:33 1593952053 祭 ० ࠧ -17:27:34 1593952054 祭 ० ' ⮪ 㣨' -17:27:45 1593952065 祭 ॣ '-2'(A) -17:57:52 1593953872 ⪫祭 ० ' ⮪ 㣨' -17:58:48 1593953928 ⪫祭 ॣ '-2'(A) -17:59:30 1593953970 祭 ० ᪠ -17:59:30 1593953970 祭 ० ᪠ -17:59:30 1593953970 祭 ० ᪠ -18:02:12 1593954132 ⪫祭 ० ᪠ (A) -21:38:50 1593967130 : 㦥 -22:46:50 1593971210 祭 ० ᪠ -22:46:50 1593971210 祭 ० ᪠ -22:49:34 1593971374 ⪫祭 ० ᪠ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200705.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200705.339 deleted file mode 100644 index 1a06814..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200705.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200706.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200706.330 deleted file mode 100644 index 1e1bc88..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200706.330 +++ /dev/null @@ -1,4 +0,0 @@ -01:20:47 1593980447 1 11193 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 4230 9 4660 10 670 11 12 321315 -01:49:54 1593982194 0 A--32-068-2019 ॢ 2 -11:46:27 1594017987 3 14 -14:52:14 1594029134 1 11194 3 25 9 3850 10 690 12 321544 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200706.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200706.331 deleted file mode 100644 index 48d741c..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200706.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200706.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200706.332 deleted file mode 100644 index 4757d0a..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200706.332 +++ /dev/null @@ -1,102 +0,0 @@ -20 00:32:59 00:33:09 -Riz_sol= 2631.8 - -21 00:33:16 00:33:24 -Rsk= 18.5 Rkk= 13.3 - -22 00:54:59 01:10:29 -P1= 34.0 T1=01:05:29 P2= 47.6 T2=01:10:29 Vs= 2.72 - -23 01:10:43 01:10:50 - - -24 01:11:00 01:11:35 - - -30 01:11:48 01:12:26 -Vst= 28.3 - -31 01:12:36 01:13:37 -Rom_sol= 15.4 - -41 01:14:14 01:14:19 -Ukz= 0.99 - -32 01:14:21 01:15:28 -Imax=11.0 Umax=50.0 T= 9.2 - -33 01:15:31 01:16:06 -Imin=16.2 Umin=25.0 T= 0.8 - -34 01:16:09 05:00:00 -V=301.8 T= 9.6 - -35 01:16:39 01:18:01 -Q= 54.4 T= 9.3 - -36 01:18:03 01:18:35 -P1=0.29 T= 3.1 - -37 01:18:51 01:19:29 -T= 0.7 - -38 01:19:32 01:19:38 -t= 52.1 T= 0.7 - -39 01:19:41 01:19:47 -t= 52.4 T= 0.8 - -40 01:19:49 01:19:55 -t= 52.0 T= 0.5 - -21 11:46:43 11:46:51 -Rsk= 18.5 Rkk= 13.3 - -22 12:04:26 12:19:57 -P1= 47.3 T1=12:14:57 P2= 63.4 T2=12:19:57 Vs= 3.21 - -21 14:49:54 14:50:01 -Rsk= 18.6 Rkk= 13.4 - -22 15:31:29 15:46:59 -P1= 25.6 T1=15:41:59 P2= 37.7 T2=15:46:59 Vs= 2.42 - -20 17:49:04 17:49:14 -Riz_sol= 5180.6 - -21 17:49:22 17:49:30 -Rsk= 18.7 Rkk= 13.4 - -22 18:27:03 18:37:34 -P1= 8.7 T1=18:32:34 P2= 20.3 T2=18:37:34 Vs= 2.30 - -22 23:39:56 23:50:28 -P1= 3.9 T1=23:45:27 P2= 5.0 T2=23:50:28 Vs= 0.22 - -23 23:50:40 23:50:46 - - -24 23:51:32 23:52:09 - - -30 23:53:02 23:53:42 -Vst= 28.2 - -31 23:54:01 23:55:01 -Rom_sol= 15.3 - -41 23:55:58 23:56:03 -Ukz= 0.80 - -32 23:56:17 23:57:25 -Imax=11.0 Umax=49.9 T= 9.4 - -33 23:57:35 23:58:10 -Imin=16.2 Umin=25.0 T= 0.8 - -34 23:58:14 23:58:44 -V=301.8 T= 9.6 - -35 23:58:47 23:59:39 -Q= 54.3 T= 9.1 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200706.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200706.333 deleted file mode 100644 index b9a65d6..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200706.333 +++ /dev/null @@ -1,18 +0,0 @@ -8 00:28:23 1593977303 -25 01:11:42 1593979902 -9 01:20:47 1593980447 -10 01:49:54 1593982194 -11 06:15:32 1593998132 -12 08:59:16 1594007956 -13 10:49:24 1594014564 -0 10:49:25 1594014565 -14 11:42:41 1594017761 -15 12:21:04 1594020064 -16 12:40:53 1594021253 -1 13:29:48 1594024188 -2 14:44:43 1594028683 -5 15:47:46 1594032466 -6 16:00:29 1594033229 -7 16:42:50 1594035770 -8 17:47:40 1594039660 -25 23:52:27 1594061547 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200706.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200706.334 deleted file mode 100644 index 7ca6482..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200706.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200706.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200706.336 deleted file mode 100644 index cde2ba0..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200706.336 +++ /dev/null @@ -1,106 +0,0 @@ -[35] -oper = 8 -begin = 06.07.2020 00:28:23 -norma = 40 -vac_time = 8 -real = 43 - -[36] -oper = 25 -begin = 06.07.2020 01:11:42 -norma = 30 -real = 9 - -[37] -oper = 9 -begin = 06.07.2020 01:20:47 -norma = 0 -real = 29 - -[38] -oper = 10 -begin = 06.07.2020 01:49:54 -norma = 0 -real = 265 - -[39] -oper = 11 -begin = 06.07.2020 06:15:32 -norma = 0 -real = 163 - -[40] -oper = 12 -begin = 06.07.2020 08:59:16 -norma = 105 -real = 110 - -[41] -oper = 13 -begin = 06.07.2020 10:49:24 -norma = 45 -real = 53 - -[42] -oper = 14 -begin = 06.07.2020 11:42:41 -norma = 40 -vac_time = 8 -real = 38 - -[43] -oper = 15 -begin = 06.07.2020 12:21:04 -norma = 30 -real = 19 - -[44] -oper = 16 -begin = 06.07.2020 12:40:53 -norma = 40 -real = 48 - -[45] -oper = 1 -begin = 06.07.2020 13:29:48 -norma = 85 -real = 74 - -[46] -oper = 2 -begin = 06.07.2020 14:44:43 -norma = 110 -vac_time = 9 -real = 63 - -[47] -oper = 5 -begin = 06.07.2020 15:47:46 -norma = 25 -real = 12 - -[48] -oper = 6 -begin = 06.07.2020 16:00:29 -norma = 35 -real = 42 - -[49] -oper = 7 -begin = 06.07.2020 16:42:50 -norma = 30 -real = 64 - -[50] -oper = 8 -begin = 06.07.2020 17:47:40 -norma = 40 -vac_time = 9 -real = 364 - -[51] -oper = 25 -begin = 06.07.2020 23:52:27 -norma = 30 -real = 9 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200706.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200706.337 deleted file mode 100644 index d243ec1..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200706.337 +++ /dev/null @@ -1,42 +0,0 @@ -01:11:01 1593979861 祭 ॣ '-2'(A) -01:11:36 1593979896 ⪫祭 ॣ '-2'(A) -01:12:36 1593979956 祭 -01:12:38 1593979958 祭 -01:13:37 1593980017 ⪫祭 -01:20:05 1593980405 祭 ० ࠧ -01:20:06 1593980406 祭 ० ' ⮪ 㣨' -01:20:48 1593980448 : 믮 -01:37:53 1593981473 祭 ॣ '-2'(A) -01:49:54 1593982194 ⪫祭 ० ࠧ (A) -01:49:54 1593982194 祭 ॣ . 殮 㣨 -06:15:31 1593998131 祭 ० -06:15:32 1593998132 ⪫祭 ॣ '-2'(A) -06:15:33 1593998133 祭 ॣ '-2'(A) -06:37:09 1593999429 ⪫祭 ० ' ⮪ 㣨' -07:05:32 1594001132 ⪫祭 ॣ '-2'(A) -07:09:58 1594001398 祭 ० ' ⮪ 㣨' -08:59:13 1594007953 ⪫祭 ० (A) -08:59:14 1594007954 ⪫祭 -08:59:14 1594007954 : -08:59:16 1594007956 ⪫祭 ० ' ⮪ 㣨' -08:59:41 1594007981 祭 ० ᪠ -09:02:38 1594008158 ⪫祭 ० ᪠ (A) -09:29:14 1594009754 : 믮 -12:20:38 1594020038 祭 ० ࠧ -12:20:40 1594020040 祭 ० ' ⮪ 㣨' -12:21:56 1594020116 祭 ॣ '-2'(A) -12:37:45 1594021065 ⪫祭 ० ' ⮪ 㣨' -12:37:50 1594021070 ⪫祭 ० ࠧ -12:40:57 1594021257 ⪫祭 ॣ '-2'(A) -12:41:04 1594021264 祭 ० ᪠ -12:44:14 1594021454 ⪫祭 ० ᪠ (A) -14:52:22 1594029142 : 㦥 -16:01:23 1594033283 祭 ० ᪠ -16:01:24 1594033284 祭 ० ᪠ -16:01:24 1594033284 祭 ० ᪠ -16:04:07 1594033447 ⪫祭 ० ᪠ (A) -23:51:34 1594061494 祭 ॣ '-2'(A) -23:52:10 1594061530 ⪫祭 ॣ '-2'(A) -23:54:00 1594061640 祭 -23:54:01 1594061641 祭 -23:55:01 1594061701 ⪫祭 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200706.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200706.339 deleted file mode 100644 index 91b8c4e..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200706.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200707.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200707.330 deleted file mode 100644 index 6472205..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200707.330 +++ /dev/null @@ -1,8 +0,0 @@ -00:02:25 1594062145 1 11194 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 4230 9 3850 10 690 11 12 321544 -00:32:58 1594063978 0 A--32-074-2016 ॢ 1 -09:55:43 1594097743 3 14 -10:56:38 1594101398 0 A--32-067-2014 ॢ 0 -12:23:45 1594106625 1 11195 3 25 9 4020 10 670 -16:47:30 1594122450 2 BT 18, 20, 22, 23, 25 -17:45:09 1594125909 1 11195 2 BT 18, 20, 22, 23, 25 3 25 4 2 5 Ti 6 7 770 8 4230 9 4020 10 670 11 12 321544 -18:13:51 1594127631 0 A--32-068-2019 ॢ 2 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200707.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200707.331 deleted file mode 100644 index c2edcc2..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200707.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200707.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200707.332 deleted file mode 100644 index 8e6f65c..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200707.332 +++ /dev/null @@ -1,78 +0,0 @@ -36 23:59:44 00:00:20 -P1=0.27 T= 3.0 - -37 00:00:25 00:01:07 -T= 0.7 - -38 00:01:11 00:01:19 -t= 52.1 T= 0.7 - -39 00:01:24 00:01:32 -t= 52.4 T= 0.5 - -40 00:01:36 00:01:45 -t= 52.0 T= 0.5 - -21 09:56:18 09:56:25 -Rsk= 17.9 Rkk= 12.7 - -22 10:11:30 10:27:00 -P1= 49.5 T1=10:22:00 P2= 66.5 T2=10:27:00 Vs= 3.39 - -21 12:24:19 12:24:27 -Rsk= 18.2 Rkk= 13.0 - -22 12:39:29 12:54:59 -P1= 36.4 T1=12:49:59 P2= 50.9 T2=12:54:59 Vs= 2.88 - -20 16:47:54 16:48:03 -Riz_sol= 1773.8 - -21 16:48:08 16:48:16 -Rsk= 18.4 Rkk= 13.3 - -22 17:19:33 17:35:04 -P1= 27.5 T1=17:30:04 P2= 39.0 T2=17:35:04 Vs= 2.30 - -23 17:35:19 17:35:26 - - -24 17:35:34 17:36:11 - - -30 17:36:25 17:37:04 -Vst= 28.5 - -31 17:37:08 17:38:09 -Rom_sol= 15.4 - -41 17:38:41 17:38:46 -Ukz= 0.89 - -32 17:38:48 17:39:59 -Imax=11.0 Umax=50.0 T= 9.4 - -33 17:40:03 17:40:38 -Imin=16.2 Umin=25.1 T= 0.8 - -34 17:40:42 17:41:10 -V=301.8 T= 9.6 - -35 17:41:14 17:42:06 -Q= 54.4 T= 9.2 - -36 17:42:10 17:42:43 -P1=0.21 T= 3.0 - -37 17:42:46 17:43:23 -T= 0.7 - -38 17:43:27 17:43:33 -t= 52.1 T= 0.7 - -39 17:43:36 17:43:42 -t= 52.4 T= 0.7 - -40 17:43:45 17:43:52 -t= 52.0 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200707.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200707.333 deleted file mode 100644 index 80b1d1a..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200707.333 +++ /dev/null @@ -1,20 +0,0 @@ -9 00:02:25 1594062145 -10 00:32:59 1594063979 -11 04:07:42 1594076862 -12 06:50:50 1594086650 -13 08:40:48 1594093248 -0 08:40:48 1594093248 -14 09:51:45 1594097505 -15 10:28:13 1594099693 -16 10:56:38 1594101398 -16 11:00:24 1594101624 -1 11:45:13 1594104313 -2 12:16:32 1594106192 -5 12:55:49 1594108549 -6 13:10:13 1594109413 -7 13:49:44 1594111784 -8 16:43:13 1594122193 -25 17:36:23 1594125383 -9 17:45:09 1594125909 -10 18:13:51 1594127631 -11 21:57:30 1594141050 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200707.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200707.334 deleted file mode 100644 index f709aab..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200707.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200707.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200707.336 deleted file mode 100644 index 255ebc4..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200707.336 +++ /dev/null @@ -1,117 +0,0 @@ -[52] -oper = 9 -begin = 07.07.2020 00:02:25 -norma = 0 -real = 30 - -[53] -oper = 10 -begin = 07.07.2020 00:32:59 -norma = 0 -real = 214 - -[54] -oper = 11 -begin = 07.07.2020 04:07:42 -norma = 0 -real = 163 - -[55] -oper = 12 -begin = 07.07.2020 06:50:50 -norma = 105 -real = 109 - -[56] -oper = 13 -begin = 07.07.2020 08:40:48 -norma = 45 -real = 70 - -[57] -oper = 14 -begin = 07.07.2020 09:51:45 -norma = 40 -vac_time = 8 -real = 36 - -[58] -oper = 15 -begin = 07.07.2020 10:28:13 -norma = 30 -real = 28 - -[59] -oper = 16 -begin = 07.07.2020 10:56:38 -norma = 40 -real = 3 - -[60] -oper = 16 -begin = 07.07.2020 11:00:24 -norma = 40 -real = 44 - -[61] -oper = 1 -begin = 07.07.2020 11:45:13 -norma = 85 -real = 31 - -[62] -oper = 2 -begin = 07.07.2020 12:16:32 -norma = 110 -vac_time = 9 -real = 39 - -[63] -oper = 5 -begin = 07.07.2020 12:55:49 -norma = 25 -real = 14 - -[64] -oper = 6 -begin = 07.07.2020 13:10:13 -norma = 35 -real = 39 - -[65] -oper = 7 -begin = 07.07.2020 13:49:44 -norma = 30 -real = 173 - -[66] -oper = 8 -begin = 07.07.2020 16:43:13 -norma = 40 -vac_time = 10 -real = 53 - -[67] -oper = 25 -begin = 07.07.2020 17:36:23 -norma = 30 -real = 8 - -[68] -oper = 9 -begin = 07.07.2020 17:45:09 -norma = 0 -real = 28 - -[69] -oper = 10 -begin = 07.07.2020 18:13:51 -norma = 0 -real = 223 - -[70] -oper = 11 -begin = 07.07.2020 21:57:30 -norma = 0 -real = 163 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200707.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200707.337 deleted file mode 100644 index acbccb1..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200707.337 +++ /dev/null @@ -1,51 +0,0 @@ -00:01:51 1594062111 祭 ० ࠧ -00:01:53 1594062113 祭 ० ' ⮪ 㣨' -00:02:26 1594062146 : 믮 -00:19:29 1594063169 祭 ॣ '-2'(A) -00:32:58 1594063978 ⪫祭 ० ࠧ (A) -00:32:59 1594063979 祭 ⠭ ॣ -04:07:41 1594076861 祭 ० -04:07:42 1594076862 ⪫祭 ॣ '-2'(A) -04:07:43 1594076863 祭 ॣ '-2'(A) -05:03:43 1594080223 ⪫祭 ॣ '-2'(A) -06:50:45 1594086645 ⪫祭 ० (A) -06:50:46 1594086646 ⪫祭 -06:50:46 1594086646 : -06:50:51 1594086651 ⪫祭 ० ' ⮪ 㣨' -06:51:12 1594086672 祭 ० ᪠ -06:51:12 1594086672 祭 ० ᪠ -06:54:43 1594086883 ⪫祭 ० ᪠ (A) -07:20:47 1594088447 : 믮 -10:27:26 1594099646 祭 ० ࠧ -10:27:29 1594099649 祭 ० ' ⮪ 㣨' -10:28:55 1594099735 祭 ॣ '-2'(A) -10:56:38 1594101398 ⪫祭 ० ࠧ (A) -11:00:26 1594101626 ⪫祭 ० ' ⮪ 㣨' -11:00:28 1594101628 ⪫祭 ॣ '-2'(A) -11:00:37 1594101637 祭 ० ᪠ -11:00:38 1594101638 祭 ० ᪠ -11:00:38 1594101638 祭 ० ᪠ -11:03:48 1594101828 ⪫祭 ० ᪠ (A) -12:23:55 1594106635 : 㦥 -13:10:24 1594109424 祭 ० ᪠ -13:10:24 1594109424 祭 ० ᪠ -13:10:32 1594109432 祭 ० ᪠ -13:10:32 1594109432 祭 ० ᪠ -13:13:37 1594109617 ⪫祭 ० ᪠ (A) -13:50:47 1594111847 : 㦥 -17:35:37 1594125337 祭 ॣ '-2'(A) -17:36:12 1594125372 ⪫祭 ॣ '-2'(A) -17:36:29 1594125389 ' ' -17:36:29 1594125389 祭 -17:37:09 1594125429 祭 -17:38:09 1594125489 ⪫祭 -17:44:27 1594125867 祭 ० ࠧ -17:44:29 1594125869 祭 ० ' ⮪ 㣨' -17:45:10 1594125910 : 믮 -18:01:50 1594126910 祭 ॣ '-2'(A) -18:13:51 1594127631 ⪫祭 ० ࠧ (A) -18:13:51 1594127631 祭 ॣ . 殮 㣨 -21:57:29 1594141049 祭 ० -21:57:30 1594141050 ⪫祭 ॣ '-2'(A) -21:57:31 1594141051 祭 ॣ '-2'(A) -22:47:31 1594144051 ⪫祭 ॣ '-2'(A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200707.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200707.339 deleted file mode 100644 index 2b45689..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200707.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200708.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200708.330 deleted file mode 100644 index 5840fd0..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200708.330 +++ /dev/null @@ -1,8 +0,0 @@ -03:02:17 1594159337 1 11196 3 14 -03:57:08 1594162628 0 A--32-067-2014 ॢ 0 -05:44:37 1594169077 1 11197 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 8 4910 -06:36:29 1594172189 1 11198 -06:37:20 1594172240 1 11196 -13:13:18 1594195998 9 4910 -16:12:25 1594206745 1 11196 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 4910 9 4910 10 670 11 12 321544 -16:41:09 1594208469 0 A--32-068-2019 ॢ 2 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200708.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200708.331 deleted file mode 100644 index 55ca08e..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200708.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200708.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200708.332 deleted file mode 100644 index 3998cbe..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200708.332 +++ /dev/null @@ -1,66 +0,0 @@ -22 03:15:52 03:31:22 -P1= 68.2 T1=03:26:22 P2= 89.7 T2=03:31:22 Vs= 4.28 - -21 03:32:08 03:32:15 -Rsk= 18.2 Rkk= 12.9 - -21 05:43:38 05:43:46 -Rsk= 18.1 Rkk= 13.0 - -22 06:20:03 06:35:33 -P1= 29.1 T1=06:30:33 P2= 41.6 T2=06:35:33 Vs= 2.50 - -20 09:02:07 09:02:16 -Riz_sol= 6679.7 - -21 09:02:40 09:02:47 -Rsk= 18.1 Rkk= 12.9 - -22 09:39:42 09:50:14 -P1= 8.6 T1=09:45:14 P2= 23.5 T2=09:50:14 Vs= 2.97 - -22 15:52:14 16:02:44 -P1= 14.6 T1=15:57:44 P2= 14.6 T2=16:02:44 Vs= 0.00 - -23 16:03:13 16:03:19 - - -24 16:03:25 16:03:59 - - -30 16:04:10 16:04:50 -Vst= 28.5 - -31 16:04:54 16:05:55 -Rom_sol= 15.4 - -41 16:06:24 16:06:29 -Ukz= 1.03 - -32 16:06:31 16:07:41 -Imax=11.0 Umax=50.0 T= 9.4 - -33 16:07:45 16:08:13 -Imin=16.2 Umin=25.1 T= 1.0 - -34 16:08:17 16:08:44 -V=301.7 T= 9.6 - -35 16:08:47 16:09:42 -Q= 54.6 T= 9.2 - -36 16:09:44 16:10:19 -P1=0.26 T= 3.0 - -37 16:10:22 16:10:59 -T= 0.7 - -38 16:11:02 16:11:08 -t= 52.1 T= 0.5 - -39 16:11:10 16:11:20 -t= 52.4 T= 0.5 - -40 16:11:22 16:11:29 -t= 52.0 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200708.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200708.333 deleted file mode 100644 index 72b9daf..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200708.333 +++ /dev/null @@ -1,17 +0,0 @@ -12 00:41:16 1594150876 -13 02:28:16 1594157296 -0 02:28:16 1594157296 -14 03:00:46 1594159246 -15 03:33:12 1594161192 -16 03:57:08 1594162628 -16 04:00:35 1594162835 -1 04:42:14 1594165334 -2 05:42:40 1594168960 -5 06:37:57 1594172277 -6 06:48:29 1594172909 -7 07:22:20 1594174940 -8 08:59:23 1594180763 -25 16:04:07 1594206247 -9 16:12:25 1594206745 -10 16:41:09 1594208469 -11 21:17:50 1594225070 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200708.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200708.334 deleted file mode 100644 index 6277ee9..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200708.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200708.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200708.336 deleted file mode 100644 index e70c095..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200708.336 +++ /dev/null @@ -1,100 +0,0 @@ -[71] -oper = 12 -begin = 08.07.2020 00:41:16 -norma = 105 -real = 107 - -[72] -oper = 13 -begin = 08.07.2020 02:28:16 -norma = 45 -real = 32 - -[73] -oper = 14 -begin = 08.07.2020 03:00:46 -norma = 40 -vac_time = 8 -real = 32 - -[74] -oper = 15 -begin = 08.07.2020 03:33:12 -norma = 30 -real = 23 - -[75] -oper = 16 -begin = 08.07.2020 03:57:08 -norma = 40 -real = 3 - -[76] -oper = 16 -begin = 08.07.2020 04:00:35 -norma = 40 -real = 41 - -[77] -oper = 1 -begin = 08.07.2020 04:42:14 -norma = 85 -real = 60 - -[78] -oper = 2 -begin = 08.07.2020 05:42:40 -norma = 110 -vac_time = 8 -real = 55 - -[79] -oper = 5 -begin = 08.07.2020 06:37:57 -norma = 25 -real = 10 - -[80] -oper = 6 -begin = 08.07.2020 06:48:29 -norma = 35 -real = 33 - -[81] -oper = 7 -begin = 08.07.2020 07:22:20 -norma = 30 -real = 97 - -[82] -oper = 8 -begin = 08.07.2020 08:59:23 -norma = 40 -vac_time = 8 -vac_avg10 = 8.5 -real = 424 - -[83] -oper = 25 -begin = 08.07.2020 16:04:07 -norma = 30 -real = 8 - -[84] -oper = 9 -begin = 08.07.2020 16:12:25 -norma = 0 -real = 28 - -[85] -oper = 10 -begin = 08.07.2020 16:41:09 -norma = 0 -real = 276 - -[86] -oper = 11 -begin = 08.07.2020 21:17:50 -norma = 0 -real = 163 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200708.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200708.337 deleted file mode 100644 index d66eed9..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200708.337 +++ /dev/null @@ -1,37 +0,0 @@ -00:41:11 1594150871 ⪫祭 ० (A) -00:41:13 1594150873 ⪫祭 -00:41:13 1594150873 : -00:41:17 1594150877 ⪫祭 ० ' ⮪ 㣨' -00:42:06 1594150926 祭 ० ᪠ -00:42:06 1594150926 祭 ० ᪠ -00:45:49 1594151149 ⪫祭 ० ᪠ (A) -01:11:13 1594152673 : 믮 -03:32:31 1594161151 祭 ० ࠧ -03:33:30 1594161210 祭 ० ' ⮪ 㣨' -03:33:31 1594161211 祭 ॣ '-2'(A) -03:57:08 1594162628 ⪫祭 ० ࠧ (A) -04:00:37 1594162837 ⪫祭 ० ' ⮪ 㣨' -04:00:39 1594162839 ⪫祭 ॣ '-2'(A) -04:00:45 1594162845 祭 ० ᪠ -04:00:45 1594162845 祭 ० ᪠ -04:00:45 1594162845 祭 ० ᪠ -04:04:07 1594163047 ⪫祭 ० ᪠ (A) -05:44:39 1594169079 : 㦥 -06:48:36 1594172916 祭 ० ᪠ -06:48:36 1594172916 祭 ० ᪠ -06:59:33 1594173573 ⪫祭 ० ᪠ -11:50:16 1594191016 祭 ॣ '-2'(A) -16:03:59 1594206239 ⪫祭 ॣ '-2'(A) -16:04:13 1594206253 祭 -16:04:55 1594206295 祭 -16:05:55 1594206355 ⪫祭 -16:11:50 1594206710 祭 ० ࠧ -16:11:52 1594206712 祭 ० ' ⮪ 㣨' -16:12:25 1594206745 : 믮 -16:29:08 1594207748 祭 ॣ '-2'(A) -16:41:09 1594208469 ⪫祭 ० ࠧ (A) -16:41:09 1594208469 祭 ॣ . 殮 㣨 -21:17:49 1594225069 祭 ० -21:17:50 1594225070 ⪫祭 ॣ '-2'(A) -21:17:51 1594225071 祭 ॣ '-2'(A) -22:07:52 1594228072 ⪫祭 ॣ '-2'(A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200708.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200708.339 deleted file mode 100644 index 542e82a..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200708.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200709.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200709.330 deleted file mode 100644 index 54a2357..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200709.330 +++ /dev/null @@ -1,6 +0,0 @@ -02:18:01 1594243081 3 14 -03:22:49 1594246969 0 A--32-067-2014 ॢ 0 -04:43:06 1594251786 1 11197 3 25 7 840 9 6476 10 770 11 -07:39:15 1594262355 1 11197 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 840 8 4910 9 6476 10 770 11 12 321544 -20:30:01 1594308601 3 14 -22:51:16 1594317076 1 11198 2 BT 18, 20, 22, 23, 25 3 25 7 870 9 5110 11 12 321672 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200709.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200709.331 deleted file mode 100644 index b48ec85..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200709.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200709.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200709.332 deleted file mode 100644 index 0a35987..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200709.332 +++ /dev/null @@ -1,75 +0,0 @@ -21 02:18:25 02:18:33 -Rsk= 17.6 Rkk= 12.4 - -22 02:39:31 02:50:02 -P1= 9.5 T1=02:45:02 P2= 30.2 T2=02:50:02 Vs= 4.14 - -21 04:43:34 04:43:41 -Rsk= 17.6 Rkk= 12.4 - -22 05:04:30 05:19:59 -P1= 39.8 T1=05:14:59 P2= 54.9 T2=05:19:59 Vs= 3.01 - -20 06:55:57 06:56:07 -Riz_sol= 3532.5 - -21 06:56:17 06:56:24 -Rsk= 17.5 Rkk= 12.3 - -22 07:14:32 07:30:02 -P1= 36.6 T1=07:25:02 P2= 51.0 T2=07:30:02 Vs= 2.86 - -23 07:30:21 07:30:27 - - -24 07:30:39 07:31:14 - - -30 07:31:32 07:32:17 -Vst= 28.4 - -31 07:32:24 07:33:02 -Rom_sol= 15.8 - -41 07:33:37 07:33:42 -Ukz= 0.84 - -32 07:33:46 07:34:55 -Imax=11.0 Umax=50.0 T= 9.2 - -33 07:34:58 07:35:27 -Imin=16.2 Umin=25.1 T= 0.8 - -34 07:35:31 07:35:58 -V=301.8 T= 9.5 - -35 07:36:02 07:36:54 -Q= 55.0 T= 9.1 - -36 07:36:58 07:37:31 -P1=0.29 T= 3.1 - -37 07:37:34 07:38:12 -T= 0.7 - -38 07:38:15 07:38:21 -t= 52.1 T= 0.5 - -39 07:38:24 07:38:31 -t= 52.4 T= 0.8 - -40 07:38:34 07:38:41 -t= 52.0 T= 0.7 - -21 20:30:19 20:30:27 -Rsk= 17.2 Rkk= 12.1 - -22 20:48:58 21:04:28 -P1= 52.2 T1=20:59:28 P2= 70.2 T2=21:04:28 Vs= 3.61 - -21 22:51:29 22:51:37 -Rsk= 17.2 Rkk= 12.1 - -22 23:26:39 23:37:11 -P1= 9.3 T1=23:32:11 P2= 24.5 T2=23:37:11 Vs= 3.03 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200709.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200709.333 deleted file mode 100644 index bb4a0bb..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200709.333 +++ /dev/null @@ -1,27 +0,0 @@ -12 00:01:35 1594234895 -13 01:52:09 1594241529 -0 01:52:09 1594241529 -14 02:14:59 1594242899 -15 02:50:40 1594245040 -16 03:22:50 1594246970 -16 03:25:07 1594247107 -1 04:10:05 1594249805 -2 04:37:56 1594251476 -5 05:20:47 1594254047 -6 05:35:15 1594254915 -7 06:13:39 1594257219 -8 06:34:01 1594258441 -25 07:31:28 1594261888 -9 07:39:15 1594262355 -10 08:19:51 1594264791 -11 13:54:20 1594284860 -12 13:59:16 1594285156 -13 18:48:19 1594302499 -0 18:48:21 1594302501 -14 20:27:08 1594308428 -15 21:05:32 1594310732 -16 21:25:10 1594311910 -1 22:09:03 1594314543 -2 22:47:34 1594316854 -5 23:38:32 1594319912 -6 23:52:51 1594320771 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200709.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200709.334 deleted file mode 100644 index fa2688f..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200709.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200709.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200709.336 deleted file mode 100644 index 4fe48e7..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200709.336 +++ /dev/null @@ -1,155 +0,0 @@ -[87] -oper = 12 -begin = 09.07.2020 00:01:35 -norma = 105 -real = 110 - -[88] -oper = 13 -begin = 09.07.2020 01:52:09 -norma = 45 -real = 22 - -[89] -oper = 14 -begin = 09.07.2020 02:14:59 -norma = 40 -vac_time = 8 -real = 35 - -[90] -oper = 15 -begin = 09.07.2020 02:50:40 -norma = 30 -real = 32 - -[91] -oper = 16 -begin = 09.07.2020 03:22:50 -norma = 40 -real = 2 - -[92] -oper = 16 -begin = 09.07.2020 03:25:07 -norma = 40 -real = 44 - -[93] -oper = 1 -begin = 09.07.2020 04:10:05 -norma = 85 -real = 27 - -[94] -oper = 2 -begin = 09.07.2020 04:37:56 -norma = 110 -vac_time = 8 -real = 42 - -[95] -oper = 5 -begin = 09.07.2020 05:20:47 -norma = 25 -real = 14 - -[96] -oper = 6 -begin = 09.07.2020 05:35:15 -norma = 35 -real = 38 - -[97] -oper = 7 -begin = 09.07.2020 06:13:39 -norma = 30 -real = 20 - -[98] -oper = 8 -begin = 09.07.2020 06:34:01 -norma = 40 -vac_time = 22 -real = 57 - -[99] -oper = 25 -begin = 09.07.2020 07:31:28 -norma = 30 -real = 7 - -[00] -oper = 9 -begin = 09.07.2020 07:39:15 -norma = 0 -real = 40 - -[01] -oper = 10 -begin = 09.07.2020 08:19:51 -norma = 0 -real = 334 - -[02] -oper = 11 -begin = 09.07.2020 13:54:20 -norma = 0 -real = 4 - -[03] -oper = 12 -begin = 09.07.2020 13:59:16 -norma = 105 -real = 289 - -[04] -oper = 13 -begin = 09.07.2020 18:48:19 -norma = 45 -real = 98 - -[05] -oper = 14 -begin = 09.07.2020 20:27:08 -norma = 40 -vac_time = 9 -real = 38 - -[06] -oper = 15 -begin = 09.07.2020 21:05:32 -norma = 30 -real = 19 - -[07] -oper = 16 -begin = 09.07.2020 21:25:10 -norma = 40 -real = 43 - -[08] -oper = 1 -begin = 09.07.2020 22:09:03 -norma = 85 -real = 38 - -[09] -oper = 2 -begin = 09.07.2020 22:47:34 -norma = 110 -vac_time = 10 -real = 50 - -[10] -oper = 5 -begin = 09.07.2020 23:38:32 -norma = 25 -real = 14 - -[11] -oper = 6 -begin = 09.07.2020 23:52:51 -norma = 35 -real = 41 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200709.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200709.337 deleted file mode 100644 index e5a1c91..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200709.337 +++ /dev/null @@ -1,88 +0,0 @@ -00:01:32 1594234892 ⪫祭 ० (A) -00:01:33 1594234893 ⪫祭 -00:01:33 1594234893 : -00:01:36 1594234896 ⪫祭 ० ' ⮪ 㣨' -00:02:05 1594234925 祭 ० ᪠ -00:02:06 1594234926 祭 ० ᪠ -00:02:36 1594234956 . ⪫祭 ० ᪠ (A) -00:06:13 1594235173 祭 ० ᪠ -00:06:41 1594235201 . ⪫祭 ० ᪠ (A) -00:07:02 1594235222 祭 ० ᪠ -00:07:02 1594235222 . ⪫祭 ० ᪠ (A) -00:07:02 1594235222 祭 ० ᪠ -00:07:02 1594235222 . ⪫祭 ० ᪠ (A) -00:07:03 1594235223 祭 ० ᪠ -00:07:03 1594235223 . ⪫祭 ० ᪠ (A) -00:07:04 1594235224 祭 ० ᪠ -00:07:04 1594235224 . ⪫祭 ० ᪠ (A) -00:07:04 1594235224 祭 ० ᪠ -00:07:04 1594235224 . ⪫祭 ० ᪠ (A) -00:07:07 1594235227 祭 ० ᪠ -00:07:07 1594235227 . ⪫祭 ० ᪠ (A) -00:07:07 1594235227 祭 ० ᪠ -00:07:07 1594235227 . ⪫祭 ० ᪠ (A) -00:07:07 1594235227 祭 ० ᪠ -00:07:07 1594235227 . ⪫祭 ० ᪠ (A) -00:07:07 1594235227 祭 ० ᪠ -00:07:07 1594235227 . ⪫祭 ० ᪠ (A) -00:07:08 1594235228 祭 ० ᪠ -00:07:08 1594235228 . ⪫祭 ० ᪠ (A) -00:07:08 1594235228 祭 ० ᪠ -00:07:08 1594235228 . ⪫祭 ० ᪠ (A) -00:07:08 1594235228 祭 ० ᪠ -00:07:08 1594235228 . ⪫祭 ० ᪠ (A) -00:07:08 1594235228 祭 ० ᪠ -00:07:08 1594235228 . ⪫祭 ० ᪠ (A) -00:07:10 1594235230 祭 ० ᪠ -00:07:10 1594235230 . ⪫祭 ० ᪠ (A) -00:07:10 1594235230 祭 ० ᪠ -00:07:10 1594235230 . ⪫祭 ० ᪠ (A) -00:07:11 1594235231 祭 ० ᪠ -00:07:11 1594235231 . ⪫祭 ० ᪠ (A) -00:07:21 1594235241 祭 ० ᪠ -00:07:21 1594235241 . ⪫祭 ० ᪠ (A) -00:07:21 1594235241 祭 ० ᪠ -00:07:21 1594235241 . ⪫祭 ० ᪠ (A) -00:07:21 1594235241 祭 ० ᪠ -00:07:21 1594235241 . ⪫祭 ० ᪠ (A) -00:07:21 1594235241 祭 ० ᪠ -00:07:21 1594235241 . ⪫祭 ० ᪠ (A) -00:07:22 1594235242 祭 ० ᪠ -00:07:22 1594235242 . ⪫祭 ० ᪠ (A) -00:07:43 1594235263 祭 ० ᪠ -00:07:43 1594235263 祭 ० ᪠ -00:10:15 1594235415 ⪫祭 ० ᪠ (A) -00:31:33 1594236693 : 믮 -02:50:30 1594245030 祭 ० ࠧ -02:50:32 1594245032 祭 ० ' ⮪ 㣨' -02:51:15 1594245075 祭 ॣ '-2'(A) -03:22:49 1594246969 ⪫祭 ० ࠧ (A) -03:25:08 1594247108 ⪫祭 ० ' ⮪ 㣨' -03:25:11 1594247111 ⪫祭 ॣ '-2'(A) -03:25:19 1594247119 祭 ० ᪠ -03:25:20 1594247120 祭 ० ᪠ -03:25:50 1594247150 . ⪫祭 ० ᪠ (A) -03:26:18 1594247178 祭 ० ᪠ -03:29:07 1594247347 ⪫祭 ० ᪠ (A) -05:35:26 1594254926 祭 ० ᪠ -05:38:48 1594255128 ⪫祭 ० ᪠ (A) -07:30:42 1594261842 祭 ॣ '-2'(A) -07:31:16 1594261876 ⪫祭 ॣ '-2'(A) -08:18:44 1594264724 祭 ॣ '-2' -08:20:14 1594264814 祭 ⠭ ॣ -13:59:21 1594285161 ⪫祭 ॣ '-2'(A) -13:59:46 1594285186 祭 ० ᪠ -13:59:49 1594285189 祭 ० ᪠ -14:02:44 1594285364 ⪫祭 ० ᪠ (A) -21:05:04 1594310704 祭 ० ࠧ -21:05:06 1594310706 祭 ० ' ⮪ 㣨' -21:05:27 1594310727 祭 ॣ '-2'(A) -21:24:53 1594311893 ⪫祭 ० ' ⮪ 㣨' -21:25:13 1594311913 ⪫祭 ॣ '-2'(A) -21:25:48 1594311948 ⪫祭 ० ࠧ (A) -21:25:49 1594311949 祭 ० ᪠ -21:28:31 1594312111 ⪫祭 ० ᪠ (A) -22:51:17 1594317077 : 㦥 -23:53:03 1594320783 祭 ० ᪠ -23:53:04 1594320784 祭 ० ᪠ -23:56:07 1594320967 ⪫祭 ० ᪠ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200709.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200709.339 deleted file mode 100644 index 19946de..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200709.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200710.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200710.330 deleted file mode 100644 index 04de7bf..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200710.330 +++ /dev/null @@ -1,9 +0,0 @@ -01:34:49 1594326889 12 321544 -02:44:43 1594331083 1 11198 2 BT 18, 20, 22, 23, 25 3 25 4 2 5 Ti 6 7 870 8 4910 9 5110 10 770 11 12 321544 -03:15:37 1594332937 0 A--32-078-2017 ॢ 1 -14:47:03 1594374423 3 14 -15:59:09 1594378749 0 A--32-120-2016 ॢ 0 -17:50:57 1594385457 1 11199 3 25 8 4310 -17:51:21 1594385481 7 770 10 705 -21:48:58 1594399738 1 11199 2 BT 18, 20, 22, 23, 25 3 25 4 2 5 Ti 6 7 770 8 4310 9 5110 10 705 11 12 321544 -22:19:03 1594401543 0 A--32-076-2015 ॢ 0 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200710.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200710.331 deleted file mode 100644 index 639a2c6..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200710.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200710.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200710.332 deleted file mode 100644 index eecd36e..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200710.332 +++ /dev/null @@ -1,120 +0,0 @@ -20 01:35:16 01:35:25 -Riz_sol= 3004.2 - -21 01:35:34 01:35:41 -Rsk= 17.2 Rkk= 12.1 - -22 01:59:31 02:15:02 -P1= 38.8 T1=02:10:02 P2= 54.3 T2=02:15:02 Vs= 3.11 - -22 02:24:32 02:35:03 -P1= 9.8 T1=02:30:03 P2= 22.1 T2=02:35:03 Vs= 2.46 - -23 02:35:21 02:35:27 - - -24 02:35:34 02:36:11 - - -30 02:36:30 02:37:10 -Vst= 28.5 - -31 02:37:17 02:38:18 -Rom_sol= 16.5 - -41 02:38:49 02:38:54 -Ukz= 0.76 - -32 02:38:59 02:40:09 -Imax=11.0 Umax=50.0 T= 9.4 - -33 02:40:13 02:40:43 -Imin=16.2 Umin=25.1 T= 0.8 - -34 02:40:47 02:41:15 -V=301.8 T= 9.6 - -35 02:41:19 02:42:12 -Q= 54.8 T= 9.1 - -36 02:42:18 02:42:51 -P1=0.27 T= 3.1 - -37 02:42:54 02:43:32 -T= 0.7 - -38 02:43:36 02:43:42 -t= 52.1 T= 0.7 - -39 02:43:47 02:43:53 -t= 52.4 T= 0.5 - -40 02:43:57 02:44:03 -t= 52.0 T= 0.7 - -21 14:46:44 14:46:51 -Rsk= 11.7 Rkk= 11.7 - -22 15:08:57 15:24:28 -P1= 40.9 T1=15:19:28 P2= 55.4 T2=15:24:28 Vs= 2.91 - -21 17:45:05 17:45:13 -Rsk= 17.0 Rkk= 11.9 - -22 18:09:26 18:24:57 -P1= 31.8 T1=18:19:57 P2= 45.3 T2=18:24:57 Vs= 2.70 - -20 19:58:22 19:58:32 -Riz_sol= 3282.0 - -21 19:58:39 19:58:47 -Rsk= 16.8 Rkk= 11.6 - -22 20:31:13 20:41:44 -P1= 7.4 T1=20:36:44 P2= 19.4 T2=20:41:44 Vs= 2.41 - -22 21:09:40 21:20:10 -P1= 5.0 T1=21:15:10 P2= 10.4 T2=21:20:10 Vs= 1.08 - -23 21:40:09 21:40:16 - - -24 21:40:22 21:40:56 - - -30 21:41:06 21:41:44 -Vst= 28.4 - -31 21:41:51 21:42:52 -Rom_sol= 15.5 - -41 21:43:14 21:43:19 -Ukz= 1.19 - -32 05:00:00 21:44:29 -Imax=11.0 Umax=50.0 T= 9.2 - -33 21:44:32 21:44:59 -Imin=16.2 Umin=25.1 T= 1.0 - -34 21:45:02 21:45:30 -V=301.7 T= 9.5 - -35 21:45:34 21:47:00 -Q= 55.0 T= 9.3 - -36 21:47:03 21:47:35 -P1=0.30 T= 3.0 - -38 21:47:38 21:47:44 -t= 52.1 T= 0.7 - -37 21:47:47 21:48:24 -T= 0.6 - -39 21:48:27 21:48:32 -t= 52.4 T= 0.8 - -40 21:48:35 21:48:40 -t= 52.0 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200710.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200710.333 deleted file mode 100644 index 6028a16..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200710.333 +++ /dev/null @@ -1,22 +0,0 @@ -7 00:34:09 1594323249 -8 01:31:08 1594326668 -25 02:36:24 1594330584 -9 02:44:43 1594331083 -10 03:15:37 1594332937 -11 07:51:26 1594349486 -12 11:22:31 1594362151 -13 13:27:38 1594369658 -0 13:27:38 1594369658 -14 14:44:52 1594374292 -15 15:25:32 1594376732 -16 15:59:09 1594378749 -16 16:02:02 1594378922 -1 16:43:08 1594381388 -2 17:41:38 1594384898 -5 18:26:09 1594387569 -6 18:37:15 1594388235 -7 19:17:33 1594390653 -8 19:53:23 1594392803 -25 21:41:03 1594399263 -9 21:48:58 1594399738 -10 22:19:04 1594401544 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200710.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200710.334 deleted file mode 100644 index a806db5..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200710.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200710.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200710.336 deleted file mode 100644 index 01263e3..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200710.336 +++ /dev/null @@ -1,130 +0,0 @@ -[12] -oper = 7 -begin = 10.07.2020 00:34:09 -norma = 30 -real = 56 - -[13] -oper = 8 -begin = 10.07.2020 01:31:08 -norma = 40 -vac_time = 10 -real = 65 - -[14] -oper = 25 -begin = 10.07.2020 02:36:24 -norma = 30 -real = 8 - -[15] -oper = 9 -begin = 10.07.2020 02:44:43 -norma = 0 -real = 30 - -[16] -oper = 10 -begin = 10.07.2020 03:15:37 -norma = 0 -real = 275 - -[17] -oper = 11 -begin = 10.07.2020 07:51:26 -norma = 0 -real = 211 - -[18] -oper = 12 -begin = 10.07.2020 11:22:31 -norma = 105 -real = 125 - -[19] -oper = 13 -begin = 10.07.2020 13:27:38 -norma = 45 -real = 77 - -[20] -oper = 14 -begin = 10.07.2020 14:44:52 -norma = 40 -vac_time = 8 -real = 40 - -[21] -oper = 15 -begin = 10.07.2020 15:25:32 -norma = 30 -real = 33 - -[22] -oper = 16 -begin = 10.07.2020 15:59:09 -norma = 40 -real = 2 - -[23] -oper = 16 -begin = 10.07.2020 16:02:02 -norma = 40 -real = 41 - -[24] -oper = 1 -begin = 10.07.2020 16:43:08 -norma = 85 -real = 58 - -[25] -oper = 2 -begin = 10.07.2020 17:41:38 -norma = 110 -vac_time = 9 -real = 44 - -[26] -oper = 5 -begin = 10.07.2020 18:26:09 -norma = 25 -real = 11 - -[27] -oper = 6 -begin = 10.07.2020 18:37:15 -norma = 35 -real = 40 - -[28] -oper = 7 -begin = 10.07.2020 19:17:33 -norma = 30 -real = 35 - -[29] -oper = 8 -begin = 10.07.2020 19:53:23 -norma = 40 -vac_time = 10 -real = 107 - -[30] -oper = 25 -begin = 10.07.2020 21:41:03 -norma = 30 -real = 7 - -[31] -oper = 9 -begin = 10.07.2020 21:48:58 -norma = 0 -real = 30 - -[32] -oper = 10 -begin = 10.07.2020 22:19:04 -norma = 0 -real = 250 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200710.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200710.337 deleted file mode 100644 index 64456d8..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200710.337 +++ /dev/null @@ -1,277 +0,0 @@ -02:35:36 1594330536 祭 ॣ '-2'(A) -02:35:39 1594330539 祭 -02:36:12 1594330572 ⪫祭 ॣ '-2'(A) -02:37:18 1594330638 祭 -02:38:17 1594330697 ⪫祭 -02:44:15 1594331055 祭 ० ࠧ -02:44:18 1594331058 祭 ० ' ⮪ 㣨' -02:44:44 1594331084 : 믮 -03:01:08 1594332068 祭 ॣ '-2'(A) -03:15:37 1594332937 ⪫祭 ० ࠧ (A) -03:15:38 1594332938 祭 ॣ . 殮 㣨 -07:51:25 1594349485 祭 ० -07:51:26 1594349486 ⪫祭 ॣ '-2'(A) -07:51:27 1594349487 祭 ॣ '-2'(A) -08:47:28 1594352848 ⪫祭 ॣ '-2'(A) -11:22:26 1594362146 ⪫祭 ० (A) -11:22:28 1594362148 ⪫祭 -11:22:28 1594362148 : -11:22:33 1594362153 ⪫祭 ० ' ⮪ 㣨' -11:23:54 1594362234 祭 ० ᪠ -11:23:54 1594362234 祭 ० ᪠ -11:23:54 1594362234 祭 ० ᪠ -11:23:54 1594362234 祭 ० ᪠ -11:23:55 1594362235 祭 ० ᪠ -11:23:55 1594362235 . ⪫祭 ० ᪠ (A) -11:23:55 1594362235 祭 ० ᪠ -11:23:55 1594362235 . ⪫祭 ० ᪠ (A) -11:24:03 1594362243 祭 ० ᪠ -11:24:03 1594362243 . ⪫祭 ० ᪠ (A) -11:24:03 1594362243 祭 ० ᪠ -11:24:03 1594362243 . ⪫祭 ० ᪠ (A) -11:24:04 1594362244 祭 ० ᪠ -11:24:04 1594362244 . ⪫祭 ० ᪠ (A) -11:24:04 1594362244 祭 ० ᪠ -11:24:04 1594362244 . ⪫祭 ० ᪠ (A) -11:24:05 1594362245 祭 ० ᪠ -11:24:05 1594362245 . ⪫祭 ० ᪠ (A) -11:24:06 1594362246 祭 ० ᪠ -11:24:06 1594362246 . ⪫祭 ० ᪠ (A) -11:24:08 1594362248 祭 ० ᪠ -11:24:08 1594362248 . ⪫祭 ० ᪠ (A) -11:24:08 1594362248 祭 ० ᪠ -11:24:08 1594362248 . ⪫祭 ० ᪠ (A) -11:24:08 1594362248 祭 ० ᪠ -11:24:08 1594362248 . ⪫祭 ० ᪠ (A) -11:24:08 1594362248 祭 ० ᪠ -11:24:08 1594362248 . ⪫祭 ० ᪠ (A) -11:24:09 1594362249 祭 ० ᪠ -11:24:09 1594362249 . ⪫祭 ० ᪠ (A) -11:24:09 1594362249 祭 ० ᪠ -11:24:09 1594362249 . ⪫祭 ० ᪠ (A) -11:24:10 1594362250 祭 ० ᪠ -11:24:10 1594362250 . ⪫祭 ० ᪠ (A) -11:24:10 1594362250 祭 ० ᪠ -11:24:10 1594362250 . ⪫祭 ० ᪠ (A) -11:24:23 1594362263 祭 ० ᪠ -11:24:23 1594362263 . ⪫祭 ० ᪠ (A) -11:24:24 1594362264 祭 ० ᪠ -11:24:24 1594362264 . ⪫祭 ० ᪠ (A) -11:24:24 1594362264 祭 ० ᪠ -11:24:24 1594362264 . ⪫祭 ० ᪠ (A) -11:24:24 1594362264 祭 ० ᪠ -11:24:24 1594362264 . ⪫祭 ० ᪠ (A) -11:24:27 1594362267 祭 ० ᪠ -11:24:27 1594362267 . ⪫祭 ० ᪠ (A) -11:24:28 1594362268 祭 ० ᪠ -11:24:28 1594362268 . ⪫祭 ० ᪠ (A) -11:24:28 1594362268 祭 ० ᪠ -11:24:28 1594362268 . ⪫祭 ० ᪠ (A) -11:24:29 1594362269 祭 ० ᪠ -11:24:29 1594362269 . ⪫祭 ० ᪠ (A) -11:24:29 1594362269 祭 ० ᪠ -11:24:29 1594362269 . ⪫祭 ० ᪠ (A) -11:24:31 1594362271 祭 ० ᪠ -11:24:31 1594362271 . ⪫祭 ० ᪠ (A) -11:24:35 1594362275 祭 ० ᪠ -11:24:35 1594362275 . ⪫祭 ० ᪠ (A) -11:24:35 1594362275 祭 ० ᪠ -11:24:35 1594362275 . ⪫祭 ० ᪠ (A) -11:24:35 1594362275 祭 ० ᪠ -11:24:35 1594362275 . ⪫祭 ० ᪠ (A) -11:24:35 1594362275 祭 ० ᪠ -11:24:35 1594362275 . ⪫祭 ० ᪠ (A) -11:24:46 1594362286 祭 ० ᪠ -11:24:46 1594362286 . ⪫祭 ० ᪠ (A) -11:24:46 1594362286 祭 ० ᪠ -11:24:46 1594362286 . ⪫祭 ० ᪠ (A) -11:24:47 1594362287 祭 ० ᪠ -11:24:47 1594362287 . ⪫祭 ० ᪠ (A) -11:24:47 1594362287 祭 ० ᪠ -11:24:47 1594362287 . ⪫祭 ० ᪠ (A) -11:24:47 1594362287 祭 ० ᪠ -11:24:47 1594362287 . ⪫祭 ० ᪠ (A) -11:24:47 1594362287 祭 ० ᪠ -11:24:47 1594362287 . ⪫祭 ० ᪠ (A) -11:24:48 1594362288 祭 ० ᪠ -11:24:48 1594362288 . ⪫祭 ० ᪠ (A) -11:24:50 1594362290 祭 ० ᪠ -11:24:50 1594362290 . ⪫祭 ० ᪠ (A) -11:24:50 1594362290 祭 ० ᪠ -11:24:50 1594362290 . ⪫祭 ० ᪠ (A) -11:24:50 1594362290 祭 ० ᪠ -11:24:50 1594362290 . ⪫祭 ० ᪠ (A) -11:24:54 1594362294 祭 ० ᪠ -11:24:54 1594362294 . ⪫祭 ० ᪠ (A) -11:24:54 1594362294 祭 ० ᪠ -11:24:54 1594362294 . ⪫祭 ० ᪠ (A) -11:24:55 1594362295 祭 ० ᪠ -11:24:55 1594362295 . ⪫祭 ० ᪠ (A) -11:24:55 1594362295 祭 ० ᪠ -11:24:55 1594362295 . ⪫祭 ० ᪠ (A) -11:24:55 1594362295 祭 ० ᪠ -11:24:55 1594362295 . ⪫祭 ० ᪠ (A) -11:24:55 1594362295 祭 ० ᪠ -11:24:55 1594362295 . ⪫祭 ० ᪠ (A) -11:24:56 1594362296 祭 ० ᪠ -11:24:56 1594362296 . ⪫祭 ० ᪠ (A) -11:24:58 1594362298 祭 ० ᪠ -11:24:58 1594362298 . ⪫祭 ० ᪠ (A) -11:24:58 1594362298 祭 ० ᪠ -11:24:58 1594362298 . ⪫祭 ० ᪠ (A) -11:25:06 1594362306 祭 ० ᪠ -11:25:06 1594362306 . ⪫祭 ० ᪠ (A) -11:25:10 1594362310 祭 ० ᪠ -11:25:10 1594362310 . ⪫祭 ० ᪠ (A) -11:25:11 1594362311 祭 ० ᪠ -11:25:11 1594362311 . ⪫祭 ० ᪠ (A) -11:25:11 1594362311 祭 ० ᪠ -11:25:11 1594362311 . ⪫祭 ० ᪠ (A) -11:25:21 1594362321 祭 ० ᪠ -11:25:21 1594362321 . ⪫祭 ० ᪠ (A) -11:25:21 1594362321 祭 ० ᪠ -11:25:21 1594362321 . ⪫祭 ० ᪠ (A) -11:25:21 1594362321 祭 ० ᪠ -11:25:21 1594362321 . ⪫祭 ० ᪠ (A) -11:25:24 1594362324 祭 ० ᪠ -11:25:24 1594362324 . ⪫祭 ० ᪠ (A) -11:25:25 1594362325 祭 ० ᪠ -11:25:25 1594362325 . ⪫祭 ० ᪠ (A) -11:25:31 1594362331 祭 ० ᪠ -11:25:31 1594362331 . ⪫祭 ० ᪠ (A) -11:25:31 1594362331 祭 ० ᪠ -11:25:31 1594362331 . ⪫祭 ० ᪠ (A) -11:25:31 1594362331 祭 ० ᪠ -11:25:31 1594362331 . ⪫祭 ० ᪠ (A) -11:25:32 1594362332 祭 ० ᪠ -11:25:32 1594362332 . ⪫祭 ० ᪠ (A) -11:25:32 1594362332 祭 ० ᪠ -11:25:32 1594362332 . ⪫祭 ० ᪠ (A) -11:25:32 1594362332 祭 ० ᪠ -11:25:32 1594362332 . ⪫祭 ० ᪠ (A) -11:25:32 1594362332 祭 ० ᪠ -11:25:32 1594362332 . ⪫祭 ० ᪠ (A) -11:25:32 1594362332 祭 ० ᪠ -11:25:32 1594362332 . ⪫祭 ० ᪠ (A) -11:25:32 1594362332 祭 ० ᪠ -11:25:32 1594362332 . ⪫祭 ० ᪠ (A) -11:25:33 1594362333 祭 ० ᪠ -11:25:33 1594362333 . ⪫祭 ० ᪠ (A) -11:25:46 1594362346 祭 ० ᪠ -11:25:46 1594362346 . ⪫祭 ० ᪠ (A) -11:25:46 1594362346 祭 ० ᪠ -11:25:46 1594362346 . ⪫祭 ० ᪠ (A) -11:25:47 1594362347 祭 ० ᪠ -11:25:47 1594362347 . ⪫祭 ० ᪠ (A) -11:25:47 1594362347 祭 ० ᪠ -11:25:47 1594362347 . ⪫祭 ० ᪠ (A) -11:25:47 1594362347 祭 ० ᪠ -11:25:47 1594362347 . ⪫祭 ० ᪠ (A) -11:25:47 1594362347 祭 ० ᪠ -11:25:47 1594362347 . ⪫祭 ० ᪠ (A) -11:25:48 1594362348 祭 ० ᪠ -11:25:48 1594362348 . ⪫祭 ० ᪠ (A) -11:25:48 1594362348 祭 ० ᪠ -11:25:48 1594362348 . ⪫祭 ० ᪠ (A) -11:25:48 1594362348 祭 ० ᪠ -11:25:48 1594362348 . ⪫祭 ० ᪠ (A) -11:25:48 1594362348 祭 ० ᪠ -11:25:48 1594362348 . ⪫祭 ० ᪠ (A) -11:25:49 1594362349 祭 ० ᪠ -11:25:49 1594362349 . ⪫祭 ० ᪠ (A) -11:25:49 1594362349 祭 ० ᪠ -11:25:49 1594362349 . ⪫祭 ० ᪠ (A) -11:25:51 1594362351 祭 ० ᪠ -11:25:51 1594362351 . ⪫祭 ० ᪠ (A) -11:25:52 1594362352 祭 ० ᪠ -11:25:52 1594362352 . ⪫祭 ० ᪠ (A) -11:25:58 1594362358 祭 ० ᪠ -11:25:58 1594362358 . ⪫祭 ० ᪠ (A) -11:25:58 1594362358 祭 ० ᪠ -11:25:58 1594362358 . ⪫祭 ० ᪠ (A) -11:25:58 1594362358 祭 ० ᪠ -11:25:58 1594362358 . ⪫祭 ० ᪠ (A) -11:25:59 1594362359 祭 ० ᪠ -11:25:59 1594362359 . ⪫祭 ० ᪠ (A) -11:25:59 1594362359 祭 ० ᪠ -11:25:59 1594362359 . ⪫祭 ० ᪠ (A) -11:25:59 1594362359 祭 ० ᪠ -11:25:59 1594362359 . ⪫祭 ० ᪠ (A) -11:26:00 1594362360 祭 ० ᪠ -11:26:00 1594362360 . ⪫祭 ० ᪠ (A) -11:26:00 1594362360 祭 ० ᪠ -11:26:00 1594362360 . ⪫祭 ० ᪠ (A) -11:26:00 1594362360 祭 ० ᪠ -11:26:00 1594362360 . ⪫祭 ० ᪠ (A) -11:26:01 1594362361 祭 ० ᪠ -11:26:01 1594362361 . ⪫祭 ० ᪠ (A) -11:26:01 1594362361 祭 ० ᪠ -11:26:01 1594362361 . ⪫祭 ० ᪠ (A) -11:26:02 1594362362 祭 ० ᪠ -11:26:02 1594362362 . ⪫祭 ० ᪠ (A) -11:26:06 1594362366 祭 ० ᪠ -11:26:06 1594362366 . ⪫祭 ० ᪠ (A) -11:26:07 1594362367 祭 ० ᪠ -11:26:07 1594362367 . ⪫祭 ० ᪠ (A) -11:26:07 1594362367 祭 ० ᪠ -11:26:07 1594362367 . ⪫祭 ० ᪠ (A) -11:26:07 1594362367 祭 ० ᪠ -11:26:07 1594362367 . ⪫祭 ० ᪠ (A) -11:26:08 1594362368 祭 ० ᪠ -11:26:08 1594362368 . ⪫祭 ० ᪠ (A) -11:26:08 1594362368 祭 ० ᪠ -11:26:08 1594362368 . ⪫祭 ० ᪠ (A) -11:26:08 1594362368 祭 ० ᪠ -11:26:08 1594362368 . ⪫祭 ० ᪠ (A) -11:26:08 1594362368 祭 ० ᪠ -11:26:08 1594362368 . ⪫祭 ० ᪠ (A) -11:26:20 1594362380 祭 ० ᪠ -11:26:20 1594362380 . ⪫祭 ० ᪠ (A) -11:26:20 1594362380 祭 ० ᪠ -11:26:20 1594362380 . ⪫祭 ० ᪠ (A) -11:26:21 1594362381 祭 ० ᪠ -11:26:21 1594362381 . ⪫祭 ० ᪠ (A) -11:26:21 1594362381 祭 ० ᪠ -11:26:21 1594362381 . ⪫祭 ० ᪠ (A) -11:26:21 1594362381 祭 ० ᪠ -11:26:21 1594362381 . ⪫祭 ० ᪠ (A) -11:26:22 1594362382 祭 ० ᪠ -11:26:22 1594362382 . ⪫祭 ० ᪠ (A) -11:26:22 1594362382 祭 ० ᪠ -11:26:22 1594362382 . ⪫祭 ० ᪠ (A) -11:26:22 1594362382 祭 ० ᪠ -11:26:22 1594362382 . ⪫祭 ० ᪠ (A) -11:26:22 1594362382 祭 ० ᪠ -11:26:22 1594362382 . ⪫祭 ० ᪠ (A) -11:26:22 1594362382 祭 ० ᪠ -11:26:22 1594362382 . ⪫祭 ० ᪠ (A) -11:26:23 1594362383 祭 ० ᪠ -11:26:24 1594362384 祭 ० ᪠ -11:26:24 1594362384 祭 ० ᪠ -11:28:47 1594362527 ⪫祭 ० ᪠ (A) -11:52:27 1594363947 : 믮 -15:25:23 1594376723 祭 ० ࠧ -15:25:24 1594376724 祭 ० ' ⮪ 㣨' -15:25:52 1594376752 祭 ॣ '-2'(A) -15:59:09 1594378749 ⪫祭 ० ࠧ (A) -16:02:04 1594378924 ⪫祭 ० ' ⮪ 㣨' -16:02:07 1594378927 ⪫祭 ॣ '-2'(A) -16:03:42 1594379022 祭 ० ᪠ -16:03:42 1594379022 祭 ० ᪠ -16:03:42 1594379022 祭 ० ᪠ -16:06:42 1594379202 ⪫祭 ० ᪠ (A) -17:50:59 1594385459 : 㦥 -18:37:22 1594388242 祭 ० ᪠ -18:40:35 1594388435 ⪫祭 ० ᪠ (A) -21:40:24 1594399224 祭 ॣ '-2'(A) -21:40:56 1594399256 ⪫祭 ॣ '-2'(A) -21:41:49 1594399309 ' ' -21:41:49 1594399309 祭 -21:41:51 1594399311 祭 -21:42:51 1594399371 ⪫祭 -21:49:04 1594399744 祭 ० ࠧ -21:49:05 1594399745 祭 ० ' ⮪ 㣨' -21:49:06 1594399746 : 믮 -22:10:03 1594401003 祭 ॣ '-2'(A) -22:19:03 1594401543 祭 ⠭ ॣ -22:19:03 1594401543 ⪫祭 ० ࠧ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200710.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200710.339 deleted file mode 100644 index b108266..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200710.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200711.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200711.330 deleted file mode 100644 index b1399c1..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200711.330 +++ /dev/null @@ -1,5 +0,0 @@ -07:30:29 1594434629 3 14 -08:57:53 1594439873 0 A--32-067-2014 ॢ 0 -18:57:06 1594475826 1 11200 2 p. cao M1,M2,M3,M4 3 37 7 870 9 5060 10 770 12 321752 -22:28:56 1594488536 11 -23:33:07 1594492387 1 11200 2 p. cao M1,M2,M3,M4 3 37 4 2 5 Ti 6 7 870 8 4310 9 5060 10 770 11 12 321752 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200711.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200711.331 deleted file mode 100644 index 3918c57..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200711.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200711.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200711.332 deleted file mode 100644 index 988493c..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200711.332 +++ /dev/null @@ -1,63 +0,0 @@ -21 07:30:43 07:30:50 -Rsk= 16.4 Rkk= 11.2 - -22 08:03:52 08:14:22 -P1= 7.0 T1=08:09:22 P2= 25.6 T2=08:14:22 Vs= 3.71 - -21 18:49:29 18:49:37 -Rsk= 16.3 Rkk= 11.2 - -22 19:32:35 19:43:06 -P1= 8.3 T1=19:38:06 P2= 22.3 T2=19:43:06 Vs= 2.80 - -20 22:28:18 22:28:27 -Riz_sol= 7918.3 - -21 22:28:35 22:28:43 -Rsk= 16.3 Rkk= 11.2 - -22 23:10:20 23:20:51 -P1= 8.5 T1=23:15:51 P2= 21.9 T2=23:20:51 Vs= 2.69 - -23 23:21:52 23:21:58 - - -24 23:22:04 23:22:39 - - -30 23:22:59 23:24:01 -Vst= 28.4 - -31 23:24:13 23:24:51 -Rom_sol= 15.9 - -32 23:25:44 23:26:53 -Imax=27.5 Umax=55.0 T= 9.2 - -33 23:26:57 23:27:26 -Imin=16.2 Umin=25.1 T= 1.0 - -34 23:27:30 23:27:58 -V=301.8 T= 9.6 - -35 23:28:02 23:30:38 -Q= 54.9 T=12.2 - -36 23:30:42 23:31:27 -P1=0.28 T= 3.1 - -37 23:31:31 23:32:08 -T= 0.7 - -38 23:32:14 23:32:20 -t= 52.1 T= 0.7 - -39 23:32:23 23:32:29 -t= 52.4 T= 0.7 - -39 23:32:32 23:32:38 -t= 52.4 T= 0.7 - -40 23:32:43 23:32:49 -t= 52.0 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200711.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200711.333 deleted file mode 100644 index 768f4c1..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200711.333 +++ /dev/null @@ -1,16 +0,0 @@ -11 02:29:30 1594416570 -12 05:18:34 1594426714 -13 07:09:39 1594433379 -0 07:09:39 1594433379 -14 07:28:42 1594434522 -15 08:23:39 1594437819 -16 08:57:53 1594439873 -16 08:59:23 1594439963 -1 09:51:08 1594443068 -2 18:45:46 1594475146 -5 19:55:40 1594479340 -6 20:08:19 1594480099 -7 20:52:22 1594482742 -8 22:26:49 1594488409 -25 23:22:55 1594491775 -9 23:33:07 1594492387 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200711.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200711.334 deleted file mode 100644 index 859a4d7..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200711.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200711.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200711.336 deleted file mode 100644 index 9c8e413..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200711.336 +++ /dev/null @@ -1,94 +0,0 @@ -[33] -oper = 11 -begin = 11.07.2020 02:29:30 -norma = 0 -real = 169 - -[34] -oper = 12 -begin = 11.07.2020 05:18:34 -norma = 105 -real = 111 - -[35] -oper = 13 -begin = 11.07.2020 07:09:39 -norma = 45 -real = 19 - -[36] -oper = 14 -begin = 11.07.2020 07:28:42 -norma = 40 -vac_time = 8 -vac_avg10 = 10.2 -real = 54 - -[37] -oper = 15 -begin = 11.07.2020 08:23:39 -norma = 30 -real = 34 - -[38] -oper = 16 -begin = 11.07.2020 08:57:53 -norma = 40 -real = 1 - -[39] -oper = 16 -begin = 11.07.2020 08:59:23 -norma = 40 -real = 51 - -[40] -oper = 1 -begin = 11.07.2020 09:51:08 -norma = 85 -real = 534 - -[41] -oper = 2 -begin = 11.07.2020 18:45:46 -norma = 110 -vac_time = 11 -real = 69 - -[42] -oper = 5 -begin = 11.07.2020 19:55:40 -norma = 25 -real = 12 - -[43] -oper = 6 -begin = 11.07.2020 20:08:19 -norma = 35 -real = 44 - -[44] -oper = 7 -begin = 11.07.2020 20:52:22 -norma = 30 -real = 94 - -[45] -oper = 8 -begin = 11.07.2020 22:26:49 -norma = 40 -vac_time = 10 -real = 56 - -[46] -oper = 25 -begin = 11.07.2020 23:22:55 -norma = 30 -real = 10 - -[47] -oper = 9 -begin = 11.07.2020 23:33:07 -norma = 0 -real = 40 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200711.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200711.337 deleted file mode 100644 index b8900cb..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200711.337 +++ /dev/null @@ -1,29 +0,0 @@ -02:29:30 1594416570 祭 ० -02:29:30 1594416570 ⪫祭 ॣ '-2'(A) -02:29:31 1594416571 祭 ॣ '-2'(A) -03:33:31 1594420411 ⪫祭 ॣ '-2'(A) -05:18:30 1594426710 ⪫祭 ० (A) -05:18:32 1594426712 ⪫祭 -05:18:32 1594426712 : -05:18:36 1594426716 ⪫祭 ० ' ⮪ 㣨' -05:18:44 1594426724 祭 ० ᪠ -05:19:15 1594426755 . ⪫祭 ० ᪠ (A) -05:19:54 1594426794 祭 ० ᪠ -05:22:20 1594426940 ⪫祭 ० ᪠ (A) -05:48:31 1594428511 : 믮 -08:22:56 1594437776 祭 ० ࠧ -08:22:58 1594437778 祭 ० ' ⮪ 㣨' -08:24:30 1594437870 祭 ॣ '-2'(A) -08:57:53 1594439873 ⪫祭 ० ࠧ (A) -08:59:25 1594439965 ⪫祭 ० ' ⮪ 㣨' -08:59:27 1594439967 ⪫祭 ॣ '-2'(A) -08:59:33 1594439973 祭 ० ᪠ -08:59:33 1594439973 祭 ० ᪠ -09:02:23 1594440143 ⪫祭 ० ᪠ (A) -20:08:40 1594480120 祭 ० ᪠ -20:08:41 1594480121 祭 ० ᪠ -20:08:41 1594480121 祭 ० ᪠ -20:11:36 1594480296 ⪫祭 ० ᪠ (A) -23:22:05 1594491725 祭 ॣ '-2'(A) -23:22:40 1594491760 ⪫祭 ॣ '-2'(A) -23:47:11 1594493231 祭 ॣ '-2' diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200711.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200711.339 deleted file mode 100644 index 3623829..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200711.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200712.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200712.330 deleted file mode 100644 index caf585f..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200712.330 +++ /dev/null @@ -1,4 +0,0 @@ -08:28:56 1594524536 3 14 -11:22:52 1594534972 1 11201 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 9 5120 11 12 321672 -15:09:10 1594548550 1 11201 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 4310 9 5120 10 770 11 12 321672 -15:40:04 1594550404 0 A--32-078-2017 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200712.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200712.331 deleted file mode 100644 index ca26533..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200712.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200712.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200712.332 deleted file mode 100644 index c07b453..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200712.332 +++ /dev/null @@ -1,63 +0,0 @@ -21 08:29:14 08:29:21 -Rsk= 10.9 Rkk= 11.0 - -22 08:49:20 08:59:50 -P1= 10.0 T1=08:54:50 P2= 28.3 T2=08:59:50 Vs= 3.65 - -21 11:23:12 11:23:19 -Rsk= 14.2 Rkk= 10.2 - -22 11:55:02 12:10:33 -P1= 28.8 T1=12:05:33 P2= 42.0 T2=12:10:33 Vs= 2.64 - -21 14:16:53 14:17:01 -Rsk= 16.5 Rkk= 11.3 - -20 14:17:24 14:17:33 -Riz_sol= 2549.2 - -22 14:49:04 14:59:35 -P1= 9.2 T1=14:54:35 P2= 24.3 T2=14:59:35 Vs= 3.01 - -23 14:59:43 14:59:50 - - -24 14:59:57 15:00:36 - - -30 15:00:48 15:01:28 -Vst= 28.4 - -31 15:01:32 15:02:33 -Rom_sol= 16.0 - -41 15:03:12 15:03:17 -Ukz= 1.21 - -32 15:03:20 15:04:30 -Imax=11.0 Umax=50.0 T= 9.4 - -33 15:04:33 15:05:04 -Imin=16.2 Umin=25.0 T= 0.8 - -34 15:05:07 15:05:35 -V=301.8 T= 9.6 - -35 15:05:39 15:06:31 -Q= 54.2 T= 9.2 - -36 15:06:34 15:07:08 -P1=0.26 T= 3.2 - -37 15:07:11 15:07:48 -T= 0.8 - -38 15:07:51 15:07:57 -t= 52.1 T= 0.7 - -39 15:08:00 15:08:06 -t= 52.4 T= 0.7 - -40 15:08:09 15:08:15 -t= 52.0 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200712.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200712.333 deleted file mode 100644 index 443356f..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200712.333 +++ /dev/null @@ -1,19 +0,0 @@ -10 00:13:11 1594494791 -11 02:36:13 1594503373 -12 05:56:18 1594515378 -13 08:09:36 1594523376 -0 08:09:36 1594523376 -14 08:26:18 1594524378 -15 09:00:50 1594526450 -16 09:37:16 1594528636 -1 10:18:57 1594531137 -2 11:18:39 1594534719 -5 12:11:29 1594537889 -6 12:24:44 1594538684 -7 13:02:06 1594540926 -8 14:11:51 1594545111 -25 15:00:44 1594548044 -9 15:09:10 1594548550 -10 15:40:04 1594550404 -11 20:20:37 1594567237 -12 23:51:40 1594579900 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200712.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200712.334 deleted file mode 100644 index ad4d787..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200712.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200712.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200712.336 deleted file mode 100644 index 4d05469..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200712.336 +++ /dev/null @@ -1,111 +0,0 @@ -[48] -oper = 10 -begin = 12.07.2020 00:13:11 -norma = 0 -real = 143 - -[49] -oper = 11 -begin = 12.07.2020 02:36:13 -norma = 0 -real = 200 - -[50] -oper = 12 -begin = 12.07.2020 05:56:18 -norma = 105 -real = 133 - -[51] -oper = 13 -begin = 12.07.2020 08:09:36 -norma = 45 -real = 16 - -[52] -oper = 14 -begin = 12.07.2020 08:26:18 -norma = 40 -vac_time = 9 -real = 34 - -[53] -oper = 15 -begin = 12.07.2020 09:00:50 -norma = 30 -real = 36 - -[54] -oper = 16 -begin = 12.07.2020 09:37:16 -norma = 40 -real = 41 - -[55] -oper = 1 -begin = 12.07.2020 10:18:57 -norma = 85 -real = 59 - -[56] -oper = 2 -begin = 12.07.2020 11:18:39 -norma = 110 -vac_time = 10 -real = 52 - -[57] -oper = 5 -begin = 12.07.2020 12:11:29 -norma = 25 -real = 13 - -[58] -oper = 6 -begin = 12.07.2020 12:24:44 -norma = 35 -real = 37 - -[59] -oper = 7 -begin = 12.07.2020 13:02:06 -norma = 30 -real = 69 - -[60] -oper = 8 -begin = 12.07.2020 14:11:51 -norma = 40 -vac_time = 10 -real = 48 - -[61] -oper = 25 -begin = 12.07.2020 15:00:44 -norma = 30 -real = 8 - -[62] -oper = 9 -begin = 12.07.2020 15:09:10 -norma = 0 -real = 30 - -[63] -oper = 10 -begin = 12.07.2020 15:40:04 -norma = 0 -real = 280 - -[64] -oper = 11 -begin = 12.07.2020 20:20:37 -norma = 0 -real = 211 - -[65] -oper = 12 -begin = 12.07.2020 23:51:40 -norma = 105 -real = 124 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200712.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200712.337 deleted file mode 100644 index ca7099c..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200712.337 +++ /dev/null @@ -1,41 +0,0 @@ -00:13:17 1594494797 祭 ⠭ ॣ -05:56:22 1594515382 ⪫祭 ॣ '-2'(A) -05:57:06 1594515426 祭 ० ᪠ -05:57:07 1594515427 祭 ० ᪠ -05:57:07 1594515427 祭 ० ᪠ -05:59:30 1594515570 ⪫祭 ० ᪠ (A) -09:00:07 1594526407 祭 ० ࠧ -09:00:10 1594526410 祭 ० ' ⮪ 㣨' -09:36:58 1594528618 ⪫祭 ० ' ⮪ 㣨' -09:37:52 1594528672 祭 ० ᪠ -09:37:52 1594528672 祭 ० ᪠ -09:40:35 1594528835 ⪫祭 ० ᪠ (A) -11:22:54 1594534974 : 㦥 -12:25:20 1594538720 祭 ० ᪠ -12:25:20 1594538720 祭 ० ᪠ -12:25:20 1594538720 祭 ० ᪠ -12:27:44 1594538864 ⪫祭 ० ᪠ (A) -14:59:58 1594547998 祭 ॣ '-2'(A) -15:00:36 1594548036 ⪫祭 ॣ '-2'(A) -15:00:51 1594548051 ' ' -15:00:51 1594548051 祭 -15:01:33 1594548093 祭 -15:02:33 1594548153 ⪫祭 -15:08:40 1594548520 祭 ० ࠧ -15:08:42 1594548522 祭 ० ' ⮪ 㣨' -15:09:11 1594548551 : 믮 -15:25:35 1594549535 祭 ॣ '-2'(A) -15:40:04 1594550404 ⪫祭 ० ࠧ (A) -15:40:04 1594550404 祭 ॣ . 殮 㣨 -20:20:37 1594567237 祭 ० -20:20:37 1594567237 ⪫祭 ॣ '-2'(A) -20:20:38 1594567238 祭 ॣ '-2'(A) -21:16:39 1594570599 ⪫祭 ॣ '-2'(A) -23:51:38 1594579898 ⪫祭 ० (A) -23:51:40 1594579900 ⪫祭 -23:51:40 1594579900 : -23:51:41 1594579901 ⪫祭 ० ' ⮪ 㣨' -23:52:02 1594579922 祭 ० ᪠ -23:52:02 1594579922 祭 ० ᪠ -23:52:02 1594579922 祭 ० ᪠ -23:55:35 1594580135 ⪫祭 ० ᪠ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200712.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200712.339 deleted file mode 100644 index 3787c40..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200712.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200713.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200713.330 deleted file mode 100644 index 46c9e19..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200713.330 +++ /dev/null @@ -1,6 +0,0 @@ -02:31:15 1594589475 3 14 -03:23:44 1594592624 0 A--32-120-2016 ॢ 0 -06:06:53 1594602413 1 11202 3 25 9 6330 12 321315 -15:59:12 1594637952 12 321544 -16:09:20 1594638560 1 11202 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 4310 9 6330 10 770 11 12 321544 -16:40:13 1594640413 0 A--32-078-2017 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200713.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200713.331 deleted file mode 100644 index 2edf631..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200713.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200713.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200713.332 deleted file mode 100644 index 093f418..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200713.332 +++ /dev/null @@ -1,69 +0,0 @@ -21 02:30:46 02:30:53 -Rsk= 16.0 Rkk= 10.9 - -22 02:54:37 03:05:09 -P1= 7.7 T1=03:00:09 P2= 25.8 T2=03:05:09 Vs= 3.61 - -21 06:04:54 06:05:02 -Rsk= 16.0 Rkk= 10.9 - -22 06:54:50 07:05:20 -P1= 4.7 T1=07:00:20 P2= 15.4 T2=07:05:20 Vs= 2.13 - -20 09:26:19 09:26:28 -Riz_sol= 4358.4 - -21 09:26:36 09:26:44 -Rsk= 16.1 Rkk= 11.0 - -22 10:24:09 10:34:40 -P1= 4.9 T1=10:29:40 P2= 12.8 T2=10:34:40 Vs= 1.58 - -22 15:09:35 15:20:05 -P1= 8.0 T1=15:15:05 P2= 11.0 T2=15:20:05 Vs= 0.60 - -22 15:47:36 15:58:06 -P1= 6.2 T1=15:53:06 P2= 8.4 T2=15:58:06 Vs= 0.43 - -23 15:59:33 15:59:40 - - -24 15:59:49 16:00:28 - - -30 16:00:48 16:01:49 -Vst= 28.2 - -31 16:01:56 16:02:57 -Rom_sol= 15.9 - -41 16:03:23 16:03:28 -Ukz= 0.88 - -32 16:03:36 16:04:45 -Imax=11.0 Umax=50.0 T= 9.4 - -33 16:04:48 16:05:19 -Imin=16.2 Umin=25.0 T= 0.8 - -34 16:05:25 16:05:53 -V=301.7 T= 9.5 - -35 16:05:56 16:06:48 -Q= 54.5 T= 9.0 - -36 16:06:52 16:07:25 -P1=0.25 T= 3.0 - -37 16:07:28 16:08:06 -T= 0.7 - -38 16:08:09 16:08:16 -t= 52.1 T= 0.5 - -39 16:08:19 16:08:25 -t= 52.4 T= 0.7 - -40 16:08:29 16:08:36 -t= 52.0 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200713.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200713.333 deleted file mode 100644 index 9b0665e..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200713.333 +++ /dev/null @@ -1,16 +0,0 @@ -13 01:56:02 1594587362 -0 01:56:02 1594587362 -14 02:29:18 1594589358 -15 03:09:58 1594591798 -16 03:23:44 1594592624 -16 03:33:37 1594593217 -1 04:20:35 1594596035 -2 06:02:48 1594602168 -5 07:06:44 1594606004 -6 07:20:11 1594606811 -7 08:08:12 1594609692 -8 09:15:59 1594613759 -25 16:00:42 1594638042 -9 16:09:20 1594638560 -10 16:40:14 1594640414 -11 22:41:20 1594662080 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200713.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200713.334 deleted file mode 100644 index 15e5df2..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200713.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200713.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200713.336 deleted file mode 100644 index fa408fa..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200713.336 +++ /dev/null @@ -1,93 +0,0 @@ -[66] -oper = 13 -begin = 13.07.2020 01:56:02 -norma = 45 -real = 33 - -[67] -oper = 14 -begin = 13.07.2020 02:29:18 -norma = 40 -vac_time = 8 -real = 40 - -[68] -oper = 15 -begin = 13.07.2020 03:09:58 -norma = 30 -real = 13 - -[69] -oper = 16 -begin = 13.07.2020 03:23:44 -norma = 40 -real = 9 - -[70] -oper = 16 -begin = 13.07.2020 03:33:37 -norma = 40 -real = 46 - -[71] -oper = 1 -begin = 13.07.2020 04:20:35 -norma = 85 -real = 102 - -[72] -oper = 2 -begin = 13.07.2020 06:02:48 -norma = 110 -vac_time = 9 -real = 63 - -[73] -oper = 5 -begin = 13.07.2020 07:06:44 -norma = 25 -real = 13 - -[74] -oper = 6 -begin = 13.07.2020 07:20:11 -norma = 35 -real = 48 - -[75] -oper = 7 -begin = 13.07.2020 08:08:12 -norma = 30 -real = 67 - -[76] -oper = 8 -begin = 13.07.2020 09:15:59 -norma = 40 -vac_time = 11 -real = 404 - -[77] -oper = 25 -begin = 13.07.2020 16:00:42 -norma = 30 -real = 8 - -[78] -oper = 9 -begin = 13.07.2020 16:09:20 -norma = 0 -real = 30 - -[79] -oper = 10 -begin = 13.07.2020 16:40:14 -norma = 0 -real = 361 - -[80] -oper = 11 -begin = 13.07.2020 22:41:20 -norma = 0 -real = 211 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200713.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200713.337 deleted file mode 100644 index 35559e9..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200713.337 +++ /dev/null @@ -1,31 +0,0 @@ -00:21:39 1594581699 : 믮 -03:09:50 1594591790 祭 ० ࠧ -03:09:51 1594591791 祭 ० ' ⮪ 㣨' -03:10:00 1594591800 祭 ॣ '-2'(A) -03:23:44 1594592624 ⪫祭 ० ࠧ (A) -03:24:02 1594592642 ⪫祭 ० ' ⮪ 㣨' -03:33:42 1594593222 ⪫祭 ॣ '-2'(A) -03:34:32 1594593272 祭 ० ᪠ -03:37:34 1594593454 ⪫祭 ० ᪠ (A) -06:06:56 1594602416 : 㦥 -07:20:51 1594606851 祭 ० ᪠ -07:20:51 1594606851 祭 ० ᪠ -07:20:51 1594606851 祭 ० ᪠ -07:23:37 1594607017 ⪫祭 ० ᪠ (A) -08:26:52 1594610812 祭 ॣ '-2'(A) -09:26:47 1594614407 ⪫祭 ॣ '-2'(A) -15:59:51 1594637991 祭 ॣ '-2'(A) -15:59:55 1594637995 祭 -16:00:28 1594638028 ⪫祭 ॣ '-2'(A) -16:01:56 1594638116 祭 -16:02:56 1594638176 ⪫祭 -16:08:48 1594638528 祭 ० ࠧ -16:08:51 1594638531 祭 ० ' ⮪ 㣨' -16:09:21 1594638561 : 믮 -16:25:44 1594639544 祭 ॣ '-2'(A) -16:40:13 1594640413 ⪫祭 ० ࠧ (A) -16:40:14 1594640414 祭 ॣ . 殮 㣨 -22:41:20 1594662080 祭 ० -22:41:20 1594662080 ⪫祭 ॣ '-2'(A) -22:41:21 1594662081 祭 ॣ '-2'(A) -23:37:20 1594665440 ⪫祭 ॣ '-2'(A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200713.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200713.339 deleted file mode 100644 index fb74e85..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200713.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200714.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200714.330 deleted file mode 100644 index 2562df1..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200714.330 +++ /dev/null @@ -1,5 +0,0 @@ -05:37:39 1594687059 3 14 -10:07:06 1594703226 1 11203 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 7 770 9 5020 10 670 -13:20:06 1594714806 1 11203 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 4310 9 5020 10 670 11 12 321544 -13:49:13 1594716553 0 A--32-068-2019 ॢ 2 -23:27:23 1594751243 3 14 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200714.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200714.331 deleted file mode 100644 index a8bc0b8..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200714.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200714.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200714.332 deleted file mode 100644 index 1cc6dce..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200714.332 +++ /dev/null @@ -1,75 +0,0 @@ -21 05:37:23 05:37:30 -Rsk= 15.9 Rkk= 10.5 - -22 06:22:33 06:38:03 -P1= 31.9 T1=06:33:03 P2= 52.5 T2=06:38:03 Vs= 4.11 - -21 10:06:06 10:06:14 -Rsk= 15.9 Rkk= 10.8 - -22 10:29:35 10:45:06 -P1= 36.1 T1=10:40:06 P2= 51.5 T2=10:45:06 Vs= 3.09 - -22 10:49:39 11:05:10 -P1= 24.2 T1=11:00:10 P2= 35.6 T2=11:05:10 Vs= 2.27 - -20 12:32:08 12:32:18 -Riz_sol= 3377.9 - -21 12:32:41 12:32:49 -Rsk= 684.2 Rkk= 10.8 - -21 12:32:55 12:33:02 -Rsk= 29.7 Rkk= 10.9 - -22 12:59:37 13:10:08 -P1= 7.7 T1=13:05:08 P2= 22.2 T2=13:10:08 Vs= 2.90 - -23 13:11:37 13:11:44 - - -24 13:11:49 13:12:26 - - -30 13:12:36 13:13:15 -Vst= 28.4 - -31 13:13:25 13:14:25 -Rom_sol= 16.4 - -41 13:14:56 13:15:01 -Ukz= 1.11 - -32 13:15:03 13:16:11 -Imax=11.0 Umax=50.0 T= 9.2 - -33 13:16:13 13:16:41 -Imin=16.2 Umin=25.0 T= 0.8 - -34 13:16:45 13:17:12 -V=301.8 T= 9.5 - -35 13:17:15 13:18:08 -Q= 54.5 T= 8.9 - -36 13:18:10 13:18:43 -P1=0.25 T= 3.1 - -37 13:18:45 13:19:22 -T= 0.7 - -38 13:19:24 13:19:30 -t= 52.1 T= 0.7 - -39 13:19:32 13:19:38 -t= 52.4 T= 0.5 - -40 13:19:40 13:19:46 -t= 52.0 T= 0.5 - -21 23:27:47 23:27:55 -Rsk= 15.8 Rkk= 10.6 - -22 23:47:31 23:58:01 -P1= 12.5 T1=23:53:01 P2= 36.8 T2=23:58:01 Vs= 4.87 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200714.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200714.333 deleted file mode 100644 index cf19b96..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200714.333 +++ /dev/null @@ -1,21 +0,0 @@ -12 02:12:26 1594674746 -13 04:26:08 1594682768 -0 04:26:08 1594682768 -14 05:36:46 1594687006 -15 06:44:19 1594691059 -16 07:25:41 1594693541 -1 08:08:26 1594696106 -2 10:00:45 1594702845 -5 11:06:32 1594706792 -6 11:38:08 1594708688 -7 11:59:25 1594709965 -8 12:22:51 1594711371 -25 13:12:33 1594714353 -9 13:20:06 1594714806 -10 13:49:13 1594716553 -11 18:25:53 1594733153 -12 21:09:37 1594742977 -13 22:59:43 1594749583 -0 22:59:44 1594749584 -14 23:25:32 1594751132 -15 23:59:29 1594753169 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200714.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200714.334 deleted file mode 100644 index e7384e3..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200714.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200714.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200714.335 deleted file mode 100644 index dee6284..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200714.335 +++ /dev/null @@ -1 +0,0 @@ -3 12:32:36 1594711956 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200714.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200714.336 deleted file mode 100644 index c9290bc..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200714.336 +++ /dev/null @@ -1,119 +0,0 @@ -[81] -oper = 12 -begin = 14.07.2020 02:12:26 -norma = 105 -real = 133 - -[82] -oper = 13 -begin = 14.07.2020 04:26:08 -norma = 45 -real = 70 - -[83] -oper = 14 -begin = 14.07.2020 05:36:46 -norma = 40 -vac_time = 10 -real = 67 - -[84] -oper = 15 -begin = 14.07.2020 06:44:19 -norma = 30 -real = 41 - -[85] -oper = 16 -begin = 14.07.2020 07:25:41 -norma = 40 -real = 42 - -[86] -oper = 1 -begin = 14.07.2020 08:08:26 -norma = 85 -real = 112 - -[87] -oper = 2 -begin = 14.07.2020 10:00:45 -norma = 110 -vac_time = 9 -vac_avg10 = 9.7 -real = 65 - -[88] -oper = 5 -begin = 14.07.2020 11:06:32 -norma = 25 -real = 31 - -[89] -oper = 6 -begin = 14.07.2020 11:38:08 -norma = 35 -real = 21 - -[90] -oper = 7 -begin = 14.07.2020 11:59:25 -norma = 30 -real = 23 - -[91] -oper = 8 -begin = 14.07.2020 12:22:51 -norma = 40 -vac_time = 10 -real = 49 - -[92] -oper = 25 -begin = 14.07.2020 13:12:33 -norma = 30 -real = 7 - -[93] -oper = 9 -begin = 14.07.2020 13:20:06 -norma = 0 -real = 29 - -[94] -oper = 10 -begin = 14.07.2020 13:49:13 -norma = 0 -real = 276 - -[95] -oper = 11 -begin = 14.07.2020 18:25:53 -norma = 0 -real = 163 - -[96] -oper = 12 -begin = 14.07.2020 21:09:37 -norma = 105 -real = 110 - -[97] -oper = 13 -begin = 14.07.2020 22:59:43 -norma = 45 -real = 25 - -[98] -oper = 14 -begin = 14.07.2020 23:25:32 -norma = 40 -vac_time = 9 -real = 33 - -[99] -oper = 15 -begin = 14.07.2020 23:59:29 -norma = 30 -real = 28 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200714.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200714.337 deleted file mode 100644 index 564f5a3..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200714.337 +++ /dev/null @@ -1,185 +0,0 @@ -02:12:19 1594674739 ⪫祭 ० (A) -02:12:20 1594674740 ⪫祭 -02:12:20 1594674740 : -02:12:28 1594674748 ⪫祭 ० ' ⮪ 㣨' -02:13:32 1594674812 祭 ० ᪠ -02:13:32 1594674812 祭 ० ᪠ -02:13:33 1594674813 祭 ० ᪠ -02:13:34 1594674814 . ⪫祭 ० ᪠ (A) -02:13:42 1594674822 祭 ० ᪠ -02:13:42 1594674822 . ⪫祭 ० ᪠ (A) -02:13:42 1594674822 祭 ० ᪠ -02:13:42 1594674822 . ⪫祭 ० ᪠ (A) -02:13:43 1594674823 祭 ० ᪠ -02:13:43 1594674823 . ⪫祭 ० ᪠ (A) -02:13:44 1594674824 祭 ० ᪠ -02:13:44 1594674824 . ⪫祭 ० ᪠ (A) -02:13:44 1594674824 祭 ० ᪠ -02:13:44 1594674824 . ⪫祭 ० ᪠ (A) -02:13:47 1594674827 祭 ० ᪠ -02:13:47 1594674827 . ⪫祭 ० ᪠ (A) -02:13:47 1594674827 祭 ० ᪠ -02:13:47 1594674827 . ⪫祭 ० ᪠ (A) -02:13:48 1594674828 祭 ० ᪠ -02:13:48 1594674828 . ⪫祭 ० ᪠ (A) -02:13:48 1594674828 祭 ० ᪠ -02:13:48 1594674828 . ⪫祭 ० ᪠ (A) -02:13:48 1594674828 祭 ० ᪠ -02:13:48 1594674828 . ⪫祭 ० ᪠ (A) -02:13:49 1594674829 祭 ० ᪠ -02:13:49 1594674829 . ⪫祭 ० ᪠ (A) -02:13:50 1594674830 祭 ० ᪠ -02:13:50 1594674830 . ⪫祭 ० ᪠ (A) -02:14:10 1594674850 祭 ० ᪠ -02:14:10 1594674850 . ⪫祭 ० ᪠ (A) -02:14:10 1594674850 祭 ० ᪠ -02:14:10 1594674850 . ⪫祭 ० ᪠ (A) -02:14:11 1594674851 祭 ० ᪠ -02:14:11 1594674851 . ⪫祭 ० ᪠ (A) -02:14:11 1594674851 祭 ० ᪠ -02:14:11 1594674851 . ⪫祭 ० ᪠ (A) -02:14:13 1594674853 祭 ० ᪠ -02:14:13 1594674853 . ⪫祭 ० ᪠ (A) -02:14:13 1594674853 祭 ० ᪠ -02:14:13 1594674853 . ⪫祭 ० ᪠ (A) -02:14:13 1594674853 祭 ० ᪠ -02:14:13 1594674853 . ⪫祭 ० ᪠ (A) -02:14:13 1594674853 祭 ० ᪠ -02:14:13 1594674853 . ⪫祭 ० ᪠ (A) -02:14:14 1594674854 祭 ० ᪠ -02:14:14 1594674854 . ⪫祭 ० ᪠ (A) -02:14:15 1594674855 祭 ० ᪠ -02:14:15 1594674855 . ⪫祭 ० ᪠ (A) -02:14:15 1594674855 祭 ० ᪠ -02:14:15 1594674855 . ⪫祭 ० ᪠ (A) -02:14:15 1594674855 祭 ० ᪠ -02:14:15 1594674855 . ⪫祭 ० ᪠ (A) -02:14:54 1594674894 祭 ० ᪠ -02:14:54 1594674894 . ⪫祭 ० ᪠ (A) -02:14:54 1594674894 祭 ० ᪠ -02:14:54 1594674894 . ⪫祭 ० ᪠ (A) -02:14:54 1594674894 祭 ० ᪠ -02:14:54 1594674894 . ⪫祭 ० ᪠ (A) -02:14:55 1594674895 祭 ० ᪠ -02:14:55 1594674895 . ⪫祭 ० ᪠ (A) -02:14:55 1594674895 祭 ० ᪠ -02:14:55 1594674895 . ⪫祭 ० ᪠ (A) -02:14:55 1594674895 祭 ० ᪠ -02:14:55 1594674895 . ⪫祭 ० ᪠ (A) -02:14:59 1594674899 祭 ० ᪠ -02:14:59 1594674899 . ⪫祭 ० ᪠ (A) -02:14:59 1594674899 祭 ० ᪠ -02:14:59 1594674899 . ⪫祭 ० ᪠ (A) -02:15:02 1594674902 祭 ० ᪠ -02:15:02 1594674902 . ⪫祭 ० ᪠ (A) -02:15:02 1594674902 祭 ० ᪠ -02:15:02 1594674902 . ⪫祭 ० ᪠ (A) -02:15:03 1594674903 祭 ० ᪠ -02:15:03 1594674903 . ⪫祭 ० ᪠ (A) -02:15:03 1594674903 祭 ० ᪠ -02:15:03 1594674903 . ⪫祭 ० ᪠ (A) -02:15:04 1594674904 祭 ० ᪠ -02:15:04 1594674904 . ⪫祭 ० ᪠ (A) -02:15:04 1594674904 祭 ० ᪠ -02:15:04 1594674904 . ⪫祭 ० ᪠ (A) -02:15:05 1594674905 . ⪫祭 ० ᪠ (A) -02:15:05 1594674905 祭 ० ᪠ -02:15:05 1594674905 祭 ० ᪠ -02:15:05 1594674905 . ⪫祭 ० ᪠ (A) -02:15:05 1594674905 祭 ० ᪠ -02:15:05 1594674905 . ⪫祭 ० ᪠ (A) -02:15:17 1594674917 祭 ० ᪠ -02:15:17 1594674917 . ⪫祭 ० ᪠ (A) -02:15:17 1594674917 祭 ० ᪠ -02:15:17 1594674917 . ⪫祭 ० ᪠ (A) -02:15:17 1594674917 祭 ० ᪠ -02:15:17 1594674917 . ⪫祭 ० ᪠ (A) -02:15:17 1594674917 祭 ० ᪠ -02:15:17 1594674917 . ⪫祭 ० ᪠ (A) -02:15:18 1594674918 祭 ० ᪠ -02:15:18 1594674918 . ⪫祭 ० ᪠ (A) -02:15:19 1594674919 祭 ० ᪠ -02:15:19 1594674919 . ⪫祭 ० ᪠ (A) -02:15:20 1594674920 祭 ० ᪠ -02:15:20 1594674920 . ⪫祭 ० ᪠ (A) -02:15:20 1594674920 祭 ० ᪠ -02:15:20 1594674920 . ⪫祭 ० ᪠ (A) -02:15:21 1594674921 祭 ० ᪠ -02:15:21 1594674921 . ⪫祭 ० ᪠ (A) -02:15:21 1594674921 祭 ० ᪠ -02:15:21 1594674921 . ⪫祭 ० ᪠ (A) -02:15:22 1594674922 祭 ० ᪠ -02:15:22 1594674922 . ⪫祭 ० ᪠ (A) -02:15:22 1594674922 祭 ० ᪠ -02:15:22 1594674922 . ⪫祭 ० ᪠ (A) -02:15:22 1594674922 祭 ० ᪠ -02:15:22 1594674922 . ⪫祭 ० ᪠ (A) -02:15:22 1594674922 祭 ० ᪠ -02:15:22 1594674922 . ⪫祭 ० ᪠ (A) -02:15:22 1594674922 祭 ० ᪠ -02:15:22 1594674922 . ⪫祭 ० ᪠ (A) -02:15:23 1594674923 祭 ० ᪠ -02:15:23 1594674923 . ⪫祭 ० ᪠ (A) -02:15:23 1594674923 祭 ० ᪠ -02:15:23 1594674923 . ⪫祭 ० ᪠ (A) -02:15:23 1594674923 祭 ० ᪠ -02:15:23 1594674923 . ⪫祭 ० ᪠ (A) -02:15:23 1594674923 祭 ० ᪠ -02:15:23 1594674923 . ⪫祭 ० ᪠ (A) -02:15:23 1594674923 祭 ० ᪠ -02:15:23 1594674923 . ⪫祭 ० ᪠ (A) -02:15:24 1594674924 祭 ० ᪠ -02:15:24 1594674924 . ⪫祭 ० ᪠ (A) -02:15:24 1594674924 祭 ० ᪠ -02:15:24 1594674924 . ⪫祭 ० ᪠ (A) -02:15:24 1594674924 祭 ० ᪠ -02:15:24 1594674924 . ⪫祭 ० ᪠ (A) -02:15:27 1594674927 祭 ० ᪠ -02:15:27 1594674927 . ⪫祭 ० ᪠ (A) -02:15:27 1594674927 祭 ० ᪠ -02:15:27 1594674927 . ⪫祭 ० ᪠ (A) -02:15:28 1594674928 祭 ० ᪠ -02:15:28 1594674928 祭 ० ᪠ -02:15:28 1594674928 祭 ० ᪠ -02:18:20 1594675100 ⪫祭 ० ᪠ (A) -02:42:20 1594676540 : 믮 -06:43:52 1594691032 祭 ० ࠧ -06:43:54 1594691034 祭 ० ' ⮪ 㣨' -06:44:16 1594691056 祭 ॣ '-2'(A) -07:24:29 1594693469 ⪫祭 ० ' ⮪ 㣨' -07:25:45 1594693545 ⪫祭 ॣ '-2'(A) -07:26:46 1594693606 祭 ० ᪠ -07:26:46 1594693606 祭 ० ᪠ -07:26:46 1594693606 祭 ० ᪠ -07:29:36 1594693776 ⪫祭 ० ᪠ (A) -10:07:08 1594703228 : 㦥 -11:22:35 1594707755 祭 ० ᪠ -11:22:35 1594707755 祭 ० ᪠ -11:25:36 1594707936 ⪫祭 ० ᪠ (A) -12:17:41 1594711061 祭 ॣ '-2'(A) -12:32:43 1594711963 ⪫祭 ॣ '-2'(A) -13:11:52 1594714312 祭 ॣ '-2'(A) -13:12:27 1594714347 ⪫祭 ॣ '-2'(A) -13:13:24 1594714404 ' ' -13:13:24 1594714404 祭 -13:13:26 1594714406 祭 -13:14:26 1594714466 ⪫祭 -13:19:53 1594714793 祭 ० ࠧ -13:19:54 1594714794 祭 ० ' ⮪ 㣨' -13:20:07 1594714807 : 믮 -13:37:12 1594715832 祭 ॣ '-2'(A) -13:49:13 1594716553 祭 ॣ . 殮 㣨 -13:49:13 1594716553 ⪫祭 ० ࠧ (A) -18:25:52 1594733152 祭 ० -18:25:53 1594733153 ⪫祭 ॣ '-2'(A) -18:25:54 1594733154 祭 ॣ '-2'(A) -19:15:53 1594736153 ⪫祭 ॣ '-2'(A) -21:09:34 1594742974 ⪫祭 ० (A) -21:09:36 1594742976 ⪫祭 -21:09:36 1594742976 : -21:09:39 1594742979 ⪫祭 ० ' ⮪ 㣨' -21:10:04 1594743004 祭 ० ᪠ -21:12:50 1594743170 ⪫祭 ० ᪠ (A) -21:39:36 1594744776 : 믮 -23:59:13 1594753153 祭 ० ࠧ -23:59:15 1594753155 祭 ० ' ⮪ 㣨' diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200714.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200714.339 deleted file mode 100644 index d3b67ee..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200714.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200715.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200715.330 deleted file mode 100644 index e1e290f..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200715.330 +++ /dev/null @@ -1,11 +0,0 @@ -03:18:37 1594765117 1 11204 2 BT 18, 20, 22, 23, 25 3 25 9 4800 12 321672 -06:35:22 1594776922 1 11204 2 BT 18, 20, 22, 23, 25 3 25 4 2 5 Ti 6 7 770 8 4310 9 4800 10 670 11 12 321672 -07:04:06 1594778646 0 A--32-068-2019 ॢ 2 -16:28:30 1594812510 3 14 -17:24:32 1594815872 0 A--32-067-2014 ॢ 0 -19:21:13 1594822873 1 11205 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 10 9 5180 10 690 12 321544 -19:21:52 1594822912 3 18 -19:23:07 1594822987 3 10 -19:29:44 1594823384 11 -21:25:40 1594830340 1 11205 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 10 4 2 5 Ti 6 7 770 8 4310 9 5180 10 690 11 12 321544 -22:21:06 1594833666 0 A--32-170-2018 ॢ 0 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200715.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200715.331 deleted file mode 100644 index d92fdf1..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200715.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200715.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200715.332 deleted file mode 100644 index 51665e6..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200715.332 +++ /dev/null @@ -1,114 +0,0 @@ -21 03:18:52 03:19:00 -Rsk= 15.8 Rkk= 10.6 - -22 03:50:00 04:05:30 -P1= 28.7 T1=04:00:30 P2= 41.8 T2=04:05:30 Vs= 2.63 - -20 05:36:07 05:36:17 -Riz_sol=10354.0 - -21 05:36:25 05:36:32 -Rsk= 16.0 Rkk= 10.8 - -22 06:09:27 06:24:57 -P1= 24.5 T1=06:19:57 P2= 35.6 T2=06:24:57 Vs= 2.21 - -23 06:25:10 06:25:16 - - -24 06:25:21 06:25:57 - - -30 06:26:16 06:26:56 -Vst= 28.2 - -31 06:27:00 06:28:01 -Rom_sol= 16.5 - -41 06:28:37 06:28:42 -Ukz= 0.76 - -32 06:28:47 06:29:55 -Imax=11.0 Umax=50.0 T= 9.4 - -33 06:29:59 06:30:28 -Imin=16.2 Umin=25.0 T= 0.8 - -34 06:30:32 06:31:00 -V=301.8 T= 9.7 - -35 06:31:04 06:32:00 -Q= 54.7 T= 9.2 - -36 06:32:04 06:32:37 -P1=0.25 T= 3.0 - -37 06:32:40 06:33:21 -T= 0.6 - -38 06:33:24 06:33:30 -t= 52.1 T= 0.5 - -39 06:33:34 06:33:39 -t= 52.4 T= 0.5 - -40 06:33:42 06:33:48 -t= 52.0 T= 0.7 - -21 16:28:56 16:29:03 -Rsk= 15.6 Rkk= 10.6 - -22 16:44:30 16:55:01 -P1= 12.9 T1=16:50:01 P2= 37.7 T2=16:55:01 Vs= 4.97 - -20 19:18:05 19:18:15 -Riz_sol= 2869.4 - -21 19:18:23 19:18:31 -Rsk= 10.8 Rkk= 10.9 - -22 20:10:49 20:26:20 -P1= 59.4 T1=20:21:20 P2= 84.3 T2=20:26:20 Vs= 4.98 - -22 20:59:30 21:15:01 -P1= 32.8 T1=21:10:01 P2= 47.4 T2=21:15:01 Vs= 2.92 - -23 21:15:16 21:15:23 - - -24 21:15:31 21:16:08 - - -30 21:16:24 21:17:02 -Vst= 28.4 - -31 21:17:08 21:17:45 -Rom_sol= 16.5 - -32 21:19:03 21:20:12 -Imax=11.0 Umax=50.0 T= 9.4 - -33 21:20:15 21:20:51 -Imin= 8.0 Umin=18.2 T= 3.4 - -34 21:20:56 21:21:24 -V=301.7 T= 9.6 - -35 21:21:28 21:22:22 -Q= 54.8 T= 9.3 - -36 21:22:25 21:22:58 -P1=0.27 T= 3.1 - -37 21:23:01 21:24:22 -T= 0.7 - -38 21:24:29 21:24:36 -t= 52.1 T= 0.7 - -39 21:24:39 21:24:45 -t= 52.4 T= 0.8 - -40 21:24:49 21:24:55 -t= 52.0 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200715.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200715.333 deleted file mode 100644 index a407498..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200715.333 +++ /dev/null @@ -1,23 +0,0 @@ -16 00:27:34 1594754854 -1 01:07:40 1594757260 -2 03:15:01 1594764901 -5 04:06:17 1594767977 -6 04:19:51 1594768791 -7 04:56:28 1594770988 -8 05:33:50 1594773230 -25 06:26:09 1594776369 -9 06:35:22 1594776922 -10 07:04:07 1594778647 -11 11:31:19 1594794679 -12 14:15:04 1594804504 -13 16:05:59 1594811159 -0 16:05:59 1594811159 -14 16:25:24 1594812324 -15 16:56:02 1594814162 -16 17:24:33 1594815873 -16 17:27:49 1594816069 -1 18:13:08 1594818788 -8 19:09:50 1594822190 -25 21:16:19 1594829779 -9 21:25:40 1594830340 -10 22:11:07 1594833067 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200715.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200715.334 deleted file mode 100644 index f047128..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200715.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200715.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200715.336 deleted file mode 100644 index 1d7c2d9..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200715.336 +++ /dev/null @@ -1,136 +0,0 @@ -[00] -oper = 16 -begin = 15.07.2020 00:27:34 -norma = 40 -real = 40 - -[01] -oper = 1 -begin = 15.07.2020 01:07:40 -norma = 85 -real = 127 - -[02] -oper = 2 -begin = 15.07.2020 03:15:01 -norma = 110 -vac_time = 10 -real = 51 - -[03] -oper = 5 -begin = 15.07.2020 04:06:17 -norma = 25 -real = 13 - -[04] -oper = 6 -begin = 15.07.2020 04:19:51 -norma = 35 -real = 36 - -[05] -oper = 7 -begin = 15.07.2020 04:56:28 -norma = 30 -real = 37 - -[06] -oper = 8 -begin = 15.07.2020 05:33:50 -norma = 40 -vac_time = 9 -real = 52 - -[07] -oper = 25 -begin = 15.07.2020 06:26:09 -norma = 30 -real = 9 - -[08] -oper = 9 -begin = 15.07.2020 06:35:22 -norma = 0 -real = 28 - -[09] -oper = 10 -begin = 15.07.2020 07:04:07 -norma = 0 -real = 267 - -[10] -oper = 11 -begin = 15.07.2020 11:31:19 -norma = 0 -real = 163 - -[11] -oper = 12 -begin = 15.07.2020 14:15:04 -norma = 105 -real = 110 - -[12] -oper = 13 -begin = 15.07.2020 16:05:59 -norma = 45 -real = 19 - -[13] -oper = 14 -begin = 15.07.2020 16:25:24 -norma = 40 -vac_time = 8 -real = 30 - -[14] -oper = 15 -begin = 15.07.2020 16:56:02 -norma = 30 -real = 28 - -[15] -oper = 16 -begin = 15.07.2020 17:24:33 -norma = 40 -real = 3 - -[16] -oper = 16 -begin = 15.07.2020 17:27:49 -norma = 40 -real = 45 - -[17] -oper = 1 -begin = 15.07.2020 18:13:08 -norma = 85 -real = 56 - -[18] -oper = 8 -begin = 15.07.2020 19:09:50 -norma = 40 -vac_time = 10 -real = 126 - -[19] -oper = 25 -begin = 15.07.2020 21:16:19 -norma = 30 -real = 9 - -[20] -oper = 9 -begin = 15.07.2020 21:25:40 -norma = 0 -real = 45 - -[21] -oper = 10 -begin = 15.07.2020 22:11:07 -norma = 0 -real = 977 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200715.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200715.337 deleted file mode 100644 index b6b58b6..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200715.337 +++ /dev/null @@ -1,48 +0,0 @@ -00:27:19 1594754839 ⪫祭 ० ' ⮪ 㣨' -00:28:33 1594754913 祭 ० ᪠ -00:28:33 1594754913 祭 ० ᪠ -00:30:51 1594755051 ⪫祭 ० ᪠ (A) -03:18:39 1594765119 : 㦥 -04:20:37 1594768837 祭 ० ᪠ -04:20:38 1594768838 祭 ० ᪠ -04:22:56 1594768976 ⪫祭 ० ᪠ (A) -06:25:23 1594776323 祭 ॣ '-2'(A) -06:25:57 1594776357 ⪫祭 ॣ '-2'(A) -06:26:19 1594776379 祭 -06:27:01 1594776421 祭 -06:28:01 1594776481 ⪫祭 -06:34:34 1594776874 祭 ० ࠧ -06:34:36 1594776876 祭 ० ' ⮪ 㣨' -06:35:23 1594776923 : 믮 -06:52:05 1594777925 祭 ॣ '-2'(A) -07:04:06 1594778646 祭 ॣ . 殮 㣨 -07:04:06 1594778646 ⪫祭 ० ࠧ (A) -11:31:18 1594794678 祭 ० -11:31:19 1594794679 ⪫祭 ॣ '-2'(A) -11:31:20 1594794680 祭 ॣ '-2'(A) -12:21:19 1594797679 ⪫祭 ॣ '-2'(A) -14:15:00 1594804500 ⪫祭 ० (A) -14:15:02 1594804502 ⪫祭 -14:15:02 1594804502 : -14:15:05 1594804505 ⪫祭 ० ' ⮪ 㣨' -14:15:28 1594804528 祭 ० ᪠ -14:15:28 1594804528 祭 ० ᪠ -14:19:02 1594804742 ⪫祭 ० ᪠ (A) -14:45:01 1594806301 : 믮 -16:55:25 1594814125 祭 ० ࠧ -16:55:28 1594814128 祭 ० ' ⮪ 㣨' -16:56:53 1594814213 祭 ॣ '-2'(A) -17:24:32 1594815872 ⪫祭 ० ࠧ (A) -17:27:50 1594816070 ⪫祭 ० ' ⮪ 㣨' -17:27:52 1594816072 ⪫祭 ॣ '-2'(A) -17:28:02 1594816082 祭 ० ᪠ -17:28:02 1594816082 祭 ० ᪠ -17:31:36 1594816296 ⪫祭 ० ᪠ (A) -21:15:32 1594829732 祭 ॣ '-2'(A) -21:16:08 1594829768 ⪫祭 ॣ '-2'(A) -21:25:08 1594830308 祭 ० ࠧ -21:25:11 1594830311 祭 ० ' ⮪ 㣨' -21:42:06 1594831326 祭 ॣ '-2'(A) -22:11:06 1594833066 ⪫祭 ० ࠧ (A) -22:11:06 1594833066 祭 ⠭ ॣ -22:21:06 1594833666 祭 ॣ ।. 60 ᥪ. 殮 㣨 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200715.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200715.339 deleted file mode 100644 index 5f6e241..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200715.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200716.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200716.330 deleted file mode 100644 index 48780fe..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200716.330 +++ /dev/null @@ -1 +0,0 @@ -22:34:40 1594920880 1 11206 3 25 9 4900 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200716.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200716.331 deleted file mode 100644 index 7ce99b4..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200716.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200716.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200716.332 deleted file mode 100644 index a251129..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200716.332 +++ /dev/null @@ -1,15 +0,0 @@ -20 22:31:35 22:31:45 -Riz_sol= 5706.8 - -21 22:32:15 22:32:23 -Rsk= 16.3 Rkk= 11.2 - -22 23:36:56 23:47:27 -P1= 2.8 T1=23:42:27 P2= 13.2 T2=23:47:27 Vs= 2.07 - -23 23:58:40 23:58:46 - - -24 23:59:06 23:59:09 - - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200716.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200716.333 deleted file mode 100644 index 8fa4e94..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200716.333 +++ /dev/null @@ -1,5 +0,0 @@ -11 14:28:51 1594891731 -12 17:00:33 1594900833 -13 19:57:00 1594911420 -0 19:57:00 1594911420 -8 22:28:19 1594920499 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200716.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200716.334 deleted file mode 100644 index 4b9ea0b..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200716.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200716.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200716.335 deleted file mode 100644 index f5c3bab..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200716.335 +++ /dev/null @@ -1 +0,0 @@ -27 23:59:09 1594925949 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200716.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200716.336 deleted file mode 100644 index 9999f11..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200716.336 +++ /dev/null @@ -1,25 +0,0 @@ -[22] -oper = 11 -begin = 16.07.2020 14:28:51 -norma = 0 -real = 151 - -[23] -oper = 12 -begin = 16.07.2020 17:00:33 -norma = 105 -real = 176 - -[24] -oper = 13 -begin = 16.07.2020 19:57:00 -norma = 45 -real = 151 - -[25] -oper = 8 -begin = 16.07.2020 22:28:19 -norma = 40 -vac_time = 10 -real = 92 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200716.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200716.337 deleted file mode 100644 index 7f0cddd..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200716.337 +++ /dev/null @@ -1,73 +0,0 @@ -14:28:51 1594891731 祭 ० -14:28:52 1594891732 ⪫祭 ॣ '-2'(A) -16:59:58 1594900798 ⪫祭 ० (A) -17:00:35 1594900835 ⪫祭 ० ' ⮪ 㣨' -17:01:16 1594900876 祭 ० ᪠ -17:01:48 1594900908 . ⪫祭 ० ᪠ (A) -17:02:15 1594900935 祭 ० ᪠ -17:02:15 1594900935 . ⪫祭 ० ᪠ (A) -17:02:15 1594900935 祭 ० ᪠ -17:02:15 1594900935 . ⪫祭 ० ᪠ (A) -17:02:25 1594900945 祭 ० ᪠ -17:02:25 1594900945 . ⪫祭 ० ᪠ (A) -17:02:25 1594900945 祭 ० ᪠ -17:02:25 1594900945 . ⪫祭 ० ᪠ (A) -17:02:26 1594900946 祭 ० ᪠ -17:02:26 1594900946 . ⪫祭 ० ᪠ (A) -17:02:28 1594900948 祭 ० ᪠ -17:02:28 1594900948 . ⪫祭 ० ᪠ (A) -17:02:28 1594900948 祭 ० ᪠ -17:02:28 1594900948 . ⪫祭 ० ᪠ (A) -17:02:29 1594900949 祭 ० ᪠ -17:02:29 1594900949 . ⪫祭 ० ᪠ (A) -17:02:29 1594900949 祭 ० ᪠ -17:02:29 1594900949 . ⪫祭 ० ᪠ (A) -17:02:29 1594900949 祭 ० ᪠ -17:02:29 1594900949 . ⪫祭 ० ᪠ (A) -17:03:27 1594901007 祭 ० ᪠ -17:03:27 1594901007 . ⪫祭 ० ᪠ (A) -17:03:27 1594901007 . ⪫祭 ० ᪠ (A) -17:03:27 1594901007 祭 ० ᪠ -17:03:27 1594901007 祭 ० ᪠ -17:03:27 1594901007 . ⪫祭 ० ᪠ (A) -17:03:28 1594901008 祭 ० ᪠ -17:03:28 1594901008 . ⪫祭 ० ᪠ (A) -17:03:28 1594901008 祭 ० ᪠ -17:03:28 1594901008 . ⪫祭 ० ᪠ (A) -17:03:29 1594901009 祭 ० ᪠ -17:03:29 1594901009 . ⪫祭 ० ᪠ (A) -17:03:29 1594901009 祭 ० ᪠ -17:03:29 1594901009 . ⪫祭 ० ᪠ (A) -17:03:29 1594901009 祭 ० ᪠ -17:03:29 1594901009 . ⪫祭 ० ᪠ (A) -17:03:29 1594901009 祭 ० ᪠ -17:03:29 1594901009 . ⪫祭 ० ᪠ (A) -17:03:30 1594901010 祭 ० ᪠ -17:03:30 1594901010 . ⪫祭 ० ᪠ (A) -17:03:30 1594901010 祭 ० ᪠ -17:03:30 1594901010 . ⪫祭 ० ᪠ (A) -17:04:08 1594901048 祭 ० ᪠ -17:04:08 1594901048 . ⪫祭 ० ᪠ (A) -17:04:09 1594901049 祭 ० ᪠ -17:04:09 1594901049 . ⪫祭 ० ᪠ (A) -17:04:09 1594901049 祭 ० ᪠ -17:04:09 1594901049 . ⪫祭 ० ᪠ (A) -17:04:09 1594901049 祭 ० ᪠ -17:04:09 1594901049 . ⪫祭 ० ᪠ (A) -17:04:09 1594901049 祭 ० ᪠ -17:04:09 1594901049 . ⪫祭 ० ᪠ (A) -17:04:10 1594901050 祭 ० ᪠ -17:04:10 1594901050 . ⪫祭 ० ᪠ (A) -17:04:10 1594901050 祭 ० ᪠ -17:04:10 1594901050 . ⪫祭 ० ᪠ (A) -17:04:10 1594901050 祭 ० ᪠ -17:04:10 1594901050 . ⪫祭 ० ᪠ (A) -17:04:11 1594901051 祭 ० ᪠ -17:04:11 1594901051 . ⪫祭 ० ᪠ (A) -17:04:11 1594901051 祭 ० ᪠ -17:04:11 1594901051 . ⪫祭 ० ᪠ (A) -17:04:11 1594901051 祭 ० ᪠ -17:04:11 1594901051 . ⪫祭 ० ᪠ (A) -17:04:11 1594901051 祭 ० ᪠ -17:04:11 1594901051 . ⪫祭 ० ᪠ (A) -23:59:42 1594925982 祭 ॣ '-2'(A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200716.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200716.339 deleted file mode 100644 index 6a64f09..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200716.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200717.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200717.330 deleted file mode 100644 index f4c67b3..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200717.330 +++ /dev/null @@ -1,5 +0,0 @@ -01:19:30 1594930770 1 11206 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 4310 9 4900 10 690 11 12 321544 -02:02:17 1594933337 0 A--32-031-2016 ॢ 5 -15:22:07 1594981327 1 11207 2 BT 18, 20, 22, 23, 25 7 870 9 5300 10 770 11 -18:50:43 1594993843 1 11207 2 BT 18, 20, 22, 23, 25 3 25 4 2 5 Ti 6 7 870 8 4310 9 5300 10 770 11 12 321544 -19:21:36 1594995696 0 A--32-078-2017 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200717.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200717.331 deleted file mode 100644 index b4f6aa3..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200717.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200717.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200717.332 deleted file mode 100644 index 8df065d..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200717.332 +++ /dev/null @@ -1,171 +0,0 @@ -24 23:59:41 00:00:15 - - -30 00:00:29 00:01:09 -Vst= 28.2 - -31 00:01:27 00:02:06 -Rom_sol= 16.4 - -32 00:02:47 00:03:57 -Imax=11.0 Umax=50.0 T= 9.4 - -33 00:04:01 00:04:32 -Imin=16.2 Umin=25.1 T= 1.0 - -34 00:04:36 00:05:04 -V=301.7 T= 9.7 - -35 00:05:07 00:06:00 -Q= 54.4 T= 9.2 - -36 00:06:04 00:06:37 -P1=0.27 T= 3.1 - -38 00:11:52 00:11:59 -t= 52.1 T= 0.7 - -39 00:12:03 00:12:10 -t= 52.4 T= 0.5 - -40 00:12:13 00:12:24 -t= 52.0 T= 0.7 - -22 00:14:50 00:25:21 -P1= 2.1 T1=00:20:21 P2= 10.3 T2=00:25:21 Vs= 1.64 - -23 00:26:16 00:26:24 - - -24 00:26:30 00:27:04 - - -30 00:27:19 00:27:56 -Vst= 28.2 - -31 00:28:25 00:29:03 -Rom_sol= 16.4 - -32 00:29:54 00:31:04 -Imax=11.0 Umax=50.0 T= 9.4 - -33 00:31:09 00:31:38 -Imin=16.2 Umin=25.0 T= 0.8 - -34 00:31:42 00:32:10 -V=301.7 T= 9.5 - -35 00:32:14 00:33:07 -Q= 54.7 T= 9.1 - -36 00:33:12 00:33:44 -P1=0.25 T= 3.0 - -38 00:35:16 00:35:23 -t= 52.1 T= 0.7 - -39 00:35:29 00:35:36 -t= 52.4 T= 0.8 - -40 00:35:40 00:35:47 -t= 52.0 T= 0.5 - -22 00:58:56 01:09:27 -P1= 1.7 T1=01:04:27 P2= 8.1 T2=01:09:27 Vs= 1.29 - -23 01:10:12 01:10:19 - - -24 01:10:25 01:10:58 - - -30 01:11:14 01:11:55 -Vst= 28.3 - -31 01:12:04 01:12:42 -Rom_sol= 16.5 - -32 01:13:13 01:14:22 -Imax=11.0 Umax=50.0 T= 9.4 - -33 01:14:27 01:14:58 -Imin=16.2 Umin=25.0 T= 0.8 - -34 01:15:02 01:15:32 -V=301.7 T= 9.7 - -35 01:15:49 01:16:42 -Q= 54.5 T= 9.0 - -36 01:16:46 01:17:19 -P1=0.27 T= 3.1 - -37 01:17:27 01:18:06 -T= 0.7 - -38 01:18:10 01:18:17 -t= 52.1 T= 0.7 - -39 01:18:21 01:18:27 -t= 52.4 T= 0.5 - -40 01:18:31 01:18:37 -t= 52.0 T= 0.7 - -21 14:19:39 14:19:47 -Rsk= 10.8 Rkk= 10.8 - -22 15:04:52 15:20:23 -P1= 24.6 T1=15:15:23 P2= 35.9 T2=15:20:23 Vs= 2.27 - -20 17:33:50 17:34:00 -Riz_sol= 3249.8 - -21 17:34:09 17:34:17 -Rsk= 16.0 Rkk= 11.0 - -22 18:19:47 18:35:18 -P1= 22.0 T1=18:30:18 P2= 31.8 T2=18:35:18 Vs= 1.98 - -23 18:40:27 18:40:34 - - -24 18:40:40 18:41:18 - - -30 18:41:41 18:42:24 -Vst= 28.5 - -31 18:42:28 18:43:29 -Rom_sol= 12.5 - -41 18:44:06 18:44:11 -Ukz= 0.96 - -32 18:44:15 18:45:23 -Imax=11.0 Umax=50.0 T= 9.4 - -33 18:45:26 18:45:56 -Imin=16.2 Umin=25.0 T= 0.8 - -34 18:45:59 18:46:30 -V=301.7 T= 9.7 - -35 18:46:33 18:47:27 -Q= 54.8 T= 9.3 - -36 18:47:31 18:48:05 -P1=0.27 T= 3.1 - -37 18:48:08 18:48:46 -T= 0.8 - -38 18:48:49 18:48:55 -t= 52.1 T= 0.5 - -39 18:48:58 18:49:03 -t= 52.4 T= 0.7 - -40 18:49:09 18:49:15 -t= 52.0 T= 0.5 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200717.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200717.333 deleted file mode 100644 index 98985e6..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200717.333 +++ /dev/null @@ -1,17 +0,0 @@ -25 00:00:25 1594926025 -25 00:27:15 1594927635 -25 01:11:09 1594930269 -9 01:19:30 1594930770 -10 02:02:17 1594933337 -11 05:57:51 1594947471 -12 08:44:57 1594957497 -13 10:41:54 1594964514 -0 10:41:54 1594964514 -2 14:12:28 1594977148 -5 15:23:07 1594981387 -6 15:37:06 1594982226 -7 16:21:16 1594984876 -8 17:31:47 1594989107 -25 18:41:38 1594993298 -9 18:50:43 1594993843 -10 19:21:36 1594995696 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200717.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200717.334 deleted file mode 100644 index 5d3b4c8..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200717.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200717.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200717.335 deleted file mode 100644 index 79169e3..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200717.335 +++ /dev/null @@ -1,7 +0,0 @@ -74 00:07:44 1594926464 -74 00:09:22 1594926562 -74 00:11:36 1594926696 -47 00:11:48 1594926708 -74 00:13:34 1594926814 -107 00:14:22 1594926862 -74 00:34:52 1594928092 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200717.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200717.336 deleted file mode 100644 index 00cd871..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200717.336 +++ /dev/null @@ -1,98 +0,0 @@ -[26] -oper = 25 -begin = 17.07.2020 00:00:25 -norma = 30 -real = 26 - -[27] -oper = 25 -begin = 17.07.2020 00:27:15 -norma = 30 -real = 43 - -[28] -oper = 25 -begin = 17.07.2020 01:11:09 -norma = 30 -real = 8 - -[29] -oper = 9 -begin = 17.07.2020 01:19:30 -norma = 0 -real = 42 - -[30] -oper = 10 -begin = 17.07.2020 02:02:17 -norma = 0 -real = 235 - -[31] -oper = 11 -begin = 17.07.2020 05:57:51 -norma = 0 -real = 167 - -[32] -oper = 12 -begin = 17.07.2020 08:44:57 -norma = 105 -real = 116 - -[33] -oper = 13 -begin = 17.07.2020 10:41:54 -norma = 45 -real = 210 - -[34] -oper = 2 -begin = 17.07.2020 14:12:28 -norma = 110 -vac_time = 10 -real = 70 - -[35] -oper = 5 -begin = 17.07.2020 15:23:07 -norma = 25 -real = 13 - -[36] -oper = 6 -begin = 17.07.2020 15:37:06 -norma = 35 -real = 44 - -[37] -oper = 7 -begin = 17.07.2020 16:21:16 -norma = 30 -real = 70 - -[38] -oper = 8 -begin = 17.07.2020 17:31:47 -norma = 40 -vac_time = 9 -real = 69 - -[39] -oper = 25 -begin = 17.07.2020 18:41:38 -norma = 30 -real = 9 - -[40] -oper = 9 -begin = 17.07.2020 18:50:43 -norma = 0 -real = 30 - -[41] -oper = 10 -begin = 17.07.2020 19:21:36 -norma = 0 -real = 285 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200717.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200717.337 deleted file mode 100644 index 205510d..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200717.337 +++ /dev/null @@ -1,163 +0,0 @@ -00:00:16 1594926016 ⪫祭 ॣ '-2'(A) -00:26:31 1594927591 祭 ॣ '-2'(A) -00:27:05 1594927625 ⪫祭 ॣ '-2'(A) -01:10:26 1594930226 祭 ॣ '-2'(A) -01:10:59 1594930259 ⪫祭 ॣ '-2'(A) -01:18:47 1594930727 祭 ० ࠧ -01:18:49 1594930729 祭 ० ' ⮪ 㣨' -01:45:10 1594932310 祭 ॣ '-2'(A) -02:02:17 1594933337 祭 ⠭ ॣ -02:02:17 1594933337 ⪫祭 ० ࠧ (A) -05:57:51 1594947471 祭 ० -05:57:51 1594947471 ⪫祭 ॣ '-2'(A) -05:57:52 1594947472 祭 ॣ '-2'(A) -08:44:48 1594957488 ⪫祭 ० (A) -08:44:58 1594957498 ⪫祭 ० ' ⮪ 㣨' -08:45:01 1594957501 ⪫祭 ॣ '-2'(A) -08:45:20 1594957520 祭 ० ᪠ -08:45:20 1594957520 祭 ० ᪠ -08:45:20 1594957520 祭 ० ᪠ -08:45:49 1594957549 . ⪫祭 ० ᪠ (A) -08:46:10 1594957570 祭 ० ᪠ -08:46:10 1594957570 . ⪫祭 ० ᪠ (A) -08:46:11 1594957571 祭 ० ᪠ -08:46:11 1594957571 . ⪫祭 ० ᪠ (A) -08:46:12 1594957572 祭 ० ᪠ -08:46:12 1594957572 . ⪫祭 ० ᪠ (A) -08:46:34 1594957594 祭 ० ᪠ -08:46:34 1594957594 . ⪫祭 ० ᪠ (A) -08:46:34 1594957594 祭 ० ᪠ -08:46:34 1594957594 . ⪫祭 ० ᪠ (A) -08:46:34 1594957594 祭 ० ᪠ -08:46:34 1594957594 . ⪫祭 ० ᪠ (A) -08:46:34 1594957594 祭 ० ᪠ -08:46:34 1594957594 . ⪫祭 ० ᪠ (A) -08:46:36 1594957596 祭 ० ᪠ -08:46:36 1594957596 . ⪫祭 ० ᪠ (A) -08:46:43 1594957603 祭 ० ᪠ -08:46:43 1594957603 . ⪫祭 ० ᪠ (A) -08:47:00 1594957620 祭 ० ᪠ -08:47:00 1594957620 . ⪫祭 ० ᪠ (A) -08:47:00 1594957620 祭 ० ᪠ -08:47:00 1594957620 . ⪫祭 ० ᪠ (A) -08:47:00 1594957620 祭 ० ᪠ -08:47:00 1594957620 . ⪫祭 ० ᪠ (A) -08:47:01 1594957621 祭 ० ᪠ -08:47:01 1594957621 . ⪫祭 ० ᪠ (A) -08:47:03 1594957623 祭 ० ᪠ -08:47:03 1594957623 . ⪫祭 ० ᪠ (A) -08:47:03 1594957623 祭 ० ᪠ -08:47:03 1594957623 . ⪫祭 ० ᪠ (A) -08:47:03 1594957623 祭 ० ᪠ -08:47:03 1594957623 . ⪫祭 ० ᪠ (A) -08:47:03 1594957623 祭 ० ᪠ -08:47:03 1594957623 . ⪫祭 ० ᪠ (A) -08:47:04 1594957624 祭 ० ᪠ -08:47:04 1594957624 . ⪫祭 ० ᪠ (A) -08:47:04 1594957624 祭 ० ᪠ -08:47:04 1594957624 . ⪫祭 ० ᪠ (A) -08:47:04 1594957624 祭 ० ᪠ -08:47:04 1594957624 . ⪫祭 ० ᪠ (A) -08:47:04 1594957624 祭 ० ᪠ -08:47:04 1594957624 . ⪫祭 ० ᪠ (A) -08:47:05 1594957625 祭 ० ᪠ -08:47:05 1594957625 . ⪫祭 ० ᪠ (A) -08:47:05 1594957625 祭 ० ᪠ -08:47:05 1594957625 . ⪫祭 ० ᪠ (A) -08:47:32 1594957652 祭 ० ᪠ -08:47:32 1594957652 . ⪫祭 ० ᪠ (A) -08:47:32 1594957652 祭 ० ᪠ -08:47:32 1594957652 . ⪫祭 ० ᪠ (A) -08:47:34 1594957654 祭 ० ᪠ -08:47:34 1594957654 . ⪫祭 ० ᪠ (A) -08:47:34 1594957654 祭 ० ᪠ -08:47:34 1594957654 . ⪫祭 ० ᪠ (A) -08:47:34 1594957654 祭 ० ᪠ -08:47:34 1594957654 . ⪫祭 ० ᪠ (A) -08:47:35 1594957655 祭 ० ᪠ -08:47:35 1594957655 . ⪫祭 ० ᪠ (A) -08:47:35 1594957655 祭 ० ᪠ -08:47:35 1594957655 . ⪫祭 ० ᪠ (A) -08:47:35 1594957655 祭 ० ᪠ -08:47:35 1594957655 . ⪫祭 ० ᪠ (A) -08:47:35 1594957655 祭 ० ᪠ -08:47:35 1594957655 . ⪫祭 ० ᪠ (A) -08:47:36 1594957656 祭 ० ᪠ -08:47:36 1594957656 . ⪫祭 ० ᪠ (A) -08:47:36 1594957656 祭 ० ᪠ -08:47:36 1594957656 . ⪫祭 ० ᪠ (A) -08:47:36 1594957656 祭 ० ᪠ -08:47:36 1594957656 . ⪫祭 ० ᪠ (A) -08:47:36 1594957656 祭 ० ᪠ -08:47:36 1594957656 . ⪫祭 ० ᪠ (A) -08:47:36 1594957656 祭 ० ᪠ -08:47:36 1594957656 . ⪫祭 ० ᪠ (A) -08:47:40 1594957660 祭 ० ᪠ -08:47:40 1594957660 . ⪫祭 ० ᪠ (A) -08:47:40 1594957660 祭 ० ᪠ -08:47:40 1594957660 . ⪫祭 ० ᪠ (A) -08:47:40 1594957660 祭 ० ᪠ -08:47:40 1594957660 . ⪫祭 ० ᪠ (A) -08:47:40 1594957660 祭 ० ᪠ -08:47:40 1594957660 . ⪫祭 ० ᪠ (A) -08:47:41 1594957661 祭 ० ᪠ -08:47:41 1594957661 . ⪫祭 ० ᪠ (A) -08:47:42 1594957662 祭 ० ᪠ -08:47:42 1594957662 . ⪫祭 ० ᪠ (A) -08:47:42 1594957662 祭 ० ᪠ -08:47:42 1594957662 . ⪫祭 ० ᪠ (A) -08:47:43 1594957663 祭 ० ᪠ -08:47:43 1594957663 . ⪫祭 ० ᪠ (A) -08:47:43 1594957663 祭 ० ᪠ -08:47:43 1594957663 . ⪫祭 ० ᪠ (A) -08:47:43 1594957663 祭 ० ᪠ -08:47:43 1594957663 . ⪫祭 ० ᪠ (A) -08:47:43 1594957663 祭 ० ᪠ -08:47:43 1594957663 . ⪫祭 ० ᪠ (A) -08:47:43 1594957663 祭 ० ᪠ -08:47:43 1594957663 . ⪫祭 ० ᪠ (A) -08:47:44 1594957664 祭 ० ᪠ -08:47:44 1594957664 . ⪫祭 ० ᪠ (A) -08:47:44 1594957664 祭 ० ᪠ -08:47:44 1594957664 . ⪫祭 ० ᪠ (A) -08:47:46 1594957666 祭 ० ᪠ -08:47:46 1594957666 . ⪫祭 ० ᪠ (A) -08:47:47 1594957667 祭 ० ᪠ -08:47:47 1594957667 . ⪫祭 ० ᪠ (A) -08:47:47 1594957667 祭 ० ᪠ -08:47:47 1594957667 . ⪫祭 ० ᪠ (A) -08:47:47 1594957667 祭 ० ᪠ -08:47:47 1594957667 . ⪫祭 ० ᪠ (A) -08:47:48 1594957668 祭 ० ᪠ -08:47:48 1594957668 . ⪫祭 ० ᪠ (A) -08:47:48 1594957668 祭 ० ᪠ -08:47:48 1594957668 . ⪫祭 ० ᪠ (A) -08:47:48 1594957668 祭 ० ᪠ -08:47:48 1594957668 . ⪫祭 ० ᪠ (A) -08:47:48 1594957668 祭 ० ᪠ -08:47:48 1594957668 . ⪫祭 ० ᪠ (A) -08:47:49 1594957669 祭 ० ᪠ -08:47:49 1594957669 . ⪫祭 ० ᪠ (A) -08:47:49 1594957669 祭 ० ᪠ -08:47:49 1594957669 . ⪫祭 ० ᪠ (A) -08:47:49 1594957669 祭 ० ᪠ -08:47:49 1594957669 . ⪫祭 ० ᪠ (A) -08:47:49 1594957669 祭 ० ᪠ -08:47:49 1594957669 . ⪫祭 ० ᪠ (A) -08:48:54 1594957734 祭 ० ᪠ -08:51:54 1594957914 ⪫祭 ० ᪠ (A) -15:22:10 1594981330 : 㦥 -15:37:23 1594982243 祭 ० ᪠ -15:37:23 1594982243 祭 ० ᪠ -15:40:21 1594982421 ⪫祭 ० ᪠ (A) -18:40:42 1594993242 祭 ॣ '-2'(A) -18:41:19 1594993279 ⪫祭 ॣ '-2'(A) -18:42:16 1594993336 祭 -18:42:30 1594993350 祭 -18:43:29 1594993409 ⪫祭 -18:49:51 1594993791 祭 ० ࠧ -18:49:53 1594993793 祭 ० ' ⮪ 㣨' -18:50:44 1594993844 : 믮 -19:07:06 1594994826 祭 ॣ '-2'(A) -19:21:36 1594995696 祭 ॣ . 殮 㣨 -19:21:36 1594995696 ⪫祭 ० ࠧ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200717.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200717.339 deleted file mode 100644 index d01380f..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200717.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200718.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200718.330 deleted file mode 100644 index e1cab38..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200718.330 +++ /dev/null @@ -1,4 +0,0 @@ -06:44:59 1595036699 3 14 -10:39:07 1595050747 1 11208 3 25 9 5120 -16:26:27 1595071587 1 11208 2 BT 18, 20, 22, 23, 25 3 25 4 2 5 Ti 6 7 870 8 4310 9 5120 10 770 11 12 321544 -16:57:21 1595073441 0 A--32-078-2017 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200718.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200718.331 deleted file mode 100644 index 8bd4150..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200718.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200718.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200718.332 deleted file mode 100644 index 2d115c5..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200718.332 +++ /dev/null @@ -1,66 +0,0 @@ -21 06:44:42 06:44:50 -Rsk= 10.7 Rkk= 10.7 - -22 07:05:52 07:21:23 -P1= 40.7 T1=07:16:23 P2= 56.7 T2=07:21:23 Vs= 3.20 - -21 10:39:20 10:39:28 -Rsk= 15.9 Rkk= 10.7 - -22 11:50:05 12:00:36 -P1= 3.9 T1=11:55:36 P2= 15.1 T2=12:00:36 Vs= 2.23 - -20 14:57:12 14:57:21 -Riz_sol= 6354.6 - -21 14:57:27 14:57:35 -Rsk= 15.8 Rkk= 10.7 - -22 15:29:45 15:45:15 -P1= 34.8 T1=15:40:15 P2= 50.2 T2=15:45:15 Vs= 3.09 - -22 15:59:58 16:15:28 -P1= 22.5 T1=16:10:28 P2= 32.5 T2=16:15:28 Vs= 2.01 - -23 16:16:57 16:17:03 - - -24 16:17:18 16:17:56 - - -30 16:18:06 16:18:45 -Vst= 28.3 - -31 16:18:51 16:19:51 -Rom_sol= 12.5 - -41 16:20:21 16:20:26 -Ukz= 0.87 - -32 16:20:28 16:21:37 -Imax=11.0 Umax=50.0 T= 9.4 - -33 16:21:40 16:22:14 -Imin=16.2 Umin=25.0 T= 0.8 - -34 16:22:17 16:22:45 -V=301.7 T= 9.5 - -35 16:22:48 16:23:42 -Q= 54.9 T= 9.3 - -36 16:23:46 16:24:18 -P1=0.26 T= 3.1 - -37 16:24:21 16:25:00 -T= 0.7 - -38 16:25:03 16:25:11 -t= 52.1 T= 0.8 - -39 16:25:14 16:25:21 -t= 52.4 T= 0.7 - -40 16:25:29 16:25:37 -t= 51.9 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200718.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200718.333 deleted file mode 100644 index 3360c93..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200718.333 +++ /dev/null @@ -1,17 +0,0 @@ -11 00:06:49 1595012809 -12 03:37:55 1595025475 -13 05:37:52 1595032672 -0 05:37:52 1595032672 -14 06:41:53 1595036513 -15 07:22:10 1595038930 -16 07:51:20 1595040680 -1 08:41:57 1595043717 -2 10:35:41 1595050541 -5 12:01:28 1595055688 -6 12:13:36 1595056416 -7 13:16:32 1595060192 -8 14:55:53 1595066153 -25 16:18:03 1595071083 -9 16:26:27 1595071587 -10 16:57:21 1595073441 -11 21:46:03 1595090763 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200718.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200718.334 deleted file mode 100644 index ef94d62..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200718.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200718.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200718.336 deleted file mode 100644 index 7acadc9..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200718.336 +++ /dev/null @@ -1,100 +0,0 @@ -[42] -oper = 11 -begin = 18.07.2020 00:06:49 -norma = 0 -real = 211 - -[43] -oper = 12 -begin = 18.07.2020 03:37:55 -norma = 105 -real = 119 - -[44] -oper = 13 -begin = 18.07.2020 05:37:52 -norma = 45 -real = 64 - -[45] -oper = 14 -begin = 18.07.2020 06:41:53 -norma = 40 -vac_time = 9 -vac_avg10 = 9.4 -real = 40 - -[46] -oper = 15 -begin = 18.07.2020 07:22:10 -norma = 30 -real = 29 - -[47] -oper = 16 -begin = 18.07.2020 07:51:20 -norma = 40 -real = 50 - -[48] -oper = 1 -begin = 18.07.2020 08:41:57 -norma = 85 -real = 113 - -[49] -oper = 2 -begin = 18.07.2020 10:35:41 -norma = 110 -vac_time = 10 -real = 85 - -[50] -oper = 5 -begin = 18.07.2020 12:01:28 -norma = 25 -real = 12 - -[51] -oper = 6 -begin = 18.07.2020 12:13:36 -norma = 35 -real = 62 - -[52] -oper = 7 -begin = 18.07.2020 13:16:32 -norma = 30 -real = 99 - -[53] -oper = 8 -begin = 18.07.2020 14:55:53 -norma = 40 -vac_time = 10 -real = 82 - -[54] -oper = 25 -begin = 18.07.2020 16:18:03 -norma = 30 -real = 8 - -[55] -oper = 9 -begin = 18.07.2020 16:26:27 -norma = 0 -real = 30 - -[56] -oper = 10 -begin = 18.07.2020 16:57:21 -norma = 0 -real = 288 - -[57] -oper = 11 -begin = 18.07.2020 21:46:03 -norma = 0 -real = 211 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200718.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200718.337 deleted file mode 100644 index aa29e82..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200718.337 +++ /dev/null @@ -1,42 +0,0 @@ -00:06:48 1595012808 祭 ० -00:06:49 1595012809 ⪫祭 ॣ '-2'(A) -00:06:50 1595012810 祭 ॣ '-2'(A) -01:02:49 1595016169 ⪫祭 ॣ '-2'(A) -03:37:48 1595025468 ⪫祭 ० (A) -03:37:50 1595025470 ⪫祭 -03:37:50 1595025470 : -03:37:57 1595025477 ⪫祭 ० ' ⮪ 㣨' -03:38:49 1595025529 祭 ० ᪠ -03:38:49 1595025529 祭 ० ᪠ -03:41:30 1595025690 ⪫祭 ० ᪠ (A) -04:07:50 1595027270 : 믮 -07:22:06 1595038926 祭 ० ࠧ -07:22:09 1595038929 祭 ० ' ⮪ 㣨' -07:22:10 1595038930 祭 ॣ '-2'(A) -07:49:12 1595040552 ⪫祭 ० ' ⮪ 㣨' -07:50:06 1595040606 ⪫祭 ० ࠧ (A) -07:51:24 1595040684 ⪫祭 ॣ '-2'(A) -07:51:29 1595040689 祭 ० ᪠ -07:54:41 1595040881 ⪫祭 ० ᪠ (A) -10:39:09 1595050749 : 㦥 -12:13:46 1595056426 祭 ० ᪠ -12:13:47 1595056427 祭 ० ᪠ -12:13:48 1595056428 祭 ० ᪠ -12:13:48 1595056428 祭 ० ᪠ -12:16:44 1595056604 ⪫祭 ० ᪠ (A) -16:17:22 1595071042 祭 ॣ '-2'(A) -16:17:27 1595071047 ' ' -16:17:27 1595071047 祭 -16:17:56 1595071076 ⪫祭 ॣ '-2'(A) -16:18:51 1595071131 祭 -16:19:51 1595071191 ⪫祭 -16:26:00 1595071560 祭 ० ࠧ -16:26:02 1595071562 祭 ० ' ⮪ 㣨' -16:26:27 1595071587 : 믮 -16:42:50 1595072570 祭 ॣ '-2'(A) -16:57:20 1595073440 祭 ॣ . 殮 㣨 -16:57:21 1595073441 ⪫祭 ० ࠧ (A) -21:46:02 1595090762 祭 ० -21:46:03 1595090763 ⪫祭 ॣ '-2'(A) -21:46:04 1595090764 祭 ॣ '-2'(A) -22:42:05 1595094125 ⪫祭 ॣ '-2'(A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200718.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200718.339 deleted file mode 100644 index 2652e5a..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200718.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200719.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200719.330 deleted file mode 100644 index ef9fc90..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200719.330 +++ /dev/null @@ -1,4 +0,0 @@ -04:21:49 1595114509 3 14 -15:03:19 1595152999 1 11209 3 25 7 770 9 4380 10 670 -23:17:20 1595182640 1 11209 2 BT 18, 20, 22, 23, 25 3 25 4 2 5 Ti 6 7 770 8 4310 9 4380 10 670 11 12 321544 -23:46:05 1595184365 0 A--32-068-2019 ॢ 2 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200719.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200719.331 deleted file mode 100644 index d467fe4..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200719.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200719.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200719.332 deleted file mode 100644 index 55ddccd..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200719.332 +++ /dev/null @@ -1,126 +0,0 @@ -21 04:20:54 04:21:01 -Rsk= 15.7 Rkk= 10.6 - -21 04:53:52 04:54:00 -Rsk= 15.8 Rkk= 10.7 - -21 05:39:59 05:40:07 -Rsk= 15.8 Rkk= 10.7 - -21 06:41:40 06:41:47 -Rsk= 15.7 Rkk= 10.6 - -22 07:09:18 07:24:48 -P1=315.9 T1=07:19:48 P2=467.7 T2=07:24:48 Vs=30.36 - -21 10:34:12 10:34:19 -Rsk= 15.6 Rkk= 10.5 - -22 10:54:30 11:10:00 -P1= 38.1 T1=11:05:00 P2= 52.9 T2=11:10:00 Vs= 2.96 - -21 12:24:43 12:24:51 -Rsk= 15.6 Rkk= 10.5 - -22 12:44:30 13:00:00 -P1= 46.8 T1=12:55:00 P2= 65.0 T2=13:00:00 Vs= 3.65 - -21 15:01:00 15:01:07 -Rsk= 15.8 Rkk= 10.8 - -22 15:27:15 15:42:45 -P1= 39.6 T1=15:37:45 P2= 55.8 T2=15:42:45 Vs= 3.24 - -22 16:26:11 16:36:41 -P1= 6.5 T1=16:31:41 P2= 16.8 T2=16:36:41 Vs= 2.06 - -20 19:10:06 19:10:15 -Riz_sol= 2991.9 - -21 19:10:22 19:10:30 -Rsk= 15.9 Rkk= 10.9 - -20 20:53:20 20:53:30 -Riz_sol= 2271.5 - -21 20:53:40 20:53:48 -Rsk= 15.8 Rkk= 10.7 - -20 22:12:05 22:12:15 -Riz_sol= 6812.7 - -21 22:12:24 22:12:32 -Rsk= 15.6 Rkk= 10.5 - -22 22:34:49 22:50:20 -P1= 30.0 T1=22:45:20 P2= 43.9 T2=22:50:20 Vs= 2.77 - -23 22:50:43 22:50:49 - - -24 22:51:10 22:51:45 - - -30 22:51:58 22:52:38 -Vst= 28.3 - -31 22:52:51 22:53:01 -Rom_sol= 15.8 - -31 22:53:26 22:53:37 -Rom_sol= 15.7 - -31 22:53:41 22:53:52 -Rom_sol= -1.0 - -31 22:54:19 22:54:30 -Rom_sol= -1.0 - -31 23:02:37 23:02:48 -Rom_sol= -1.0 - -31 23:02:55 23:03:06 -Rom_sol= -1.0 - -31 23:07:55 23:08:05 -Rom_sol= -1.0 - -31 23:08:48 23:08:59 -Rom_sol= -1.0 - -31 23:09:17 23:09:28 -Rom_sol= -1.0 - -31 23:09:57 23:10:46 -Rom_sol= 15.7 - -41 23:11:48 23:11:53 -Ukz= 1.13 - -32 23:11:59 23:13:07 -Imax=11.0 Umax=50.0 T= 9.4 - -33 23:13:12 23:13:41 -Imin=16.2 Umin=25.0 T= 0.8 - -34 23:13:44 23:14:12 -V=301.7 T= 9.5 - -35 23:14:16 23:15:08 -Q= 54.9 T= 9.1 - -36 23:15:11 23:15:44 -P1=0.23 T= 3.1 - -37 23:15:47 23:16:24 -T= 0.8 - -38 23:16:28 23:16:33 -t= 52.1 T= 0.7 - -39 23:16:37 23:16:43 -t= 52.4 T= 0.7 - -40 23:16:46 23:16:52 -t= 52.0 T= 0.5 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200719.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200719.333 deleted file mode 100644 index 8236789..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200719.333 +++ /dev/null @@ -1,30 +0,0 @@ -12 01:17:06 1595103426 -13 03:20:03 1595110803 -0 03:20:03 1595110803 -14 04:13:45 1595114025 -1 04:45:47 1595115947 -14 04:52:07 1595116327 -1 05:18:43 1595117923 -14 05:39:19 1595119159 -1 06:30:55 1595122255 -14 06:36:55 1595122615 -1 09:13:40 1595132020 -14 10:30:51 1595136651 -1 11:28:26 1595140106 -14 12:24:02 1595143442 -15 13:00:42 1595145642 -16 13:34:03 1595147643 -16 13:34:37 1595147677 -1 14:14:10 1595150050 -2 14:58:48 1595152728 -5 17:17:45 1595161065 -6 17:29:05 1595161745 -7 18:13:49 1595164429 -8 19:05:42 1595167542 -13 20:42:02 1595173322 -8 20:52:17 1595173937 -13 21:21:56 1595175716 -8 22:02:19 1595178139 -25 22:51:55 1595181115 -9 23:17:20 1595182640 -10 23:46:05 1595184365 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200719.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200719.334 deleted file mode 100644 index 79e5aac..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200719.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200719.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200719.335 deleted file mode 100644 index bdb7901..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200719.335 +++ /dev/null @@ -1,13 +0,0 @@ -103 04:35:59 1595115359 -103 07:04:58 1595124298 -108 08:25:43 1595129143 -103 19:50:29 1595170229 -92 22:53:02 1595181182 -92 22:53:37 1595181217 -92 22:53:52 1595181232 -92 22:54:30 1595181270 -92 23:02:48 1595181768 -92 23:03:06 1595181786 -92 23:08:06 1595182086 -92 23:08:59 1595182139 -92 23:09:28 1595182168 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200719.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200719.336 deleted file mode 100644 index ad50128..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200719.336 +++ /dev/null @@ -1,184 +0,0 @@ -[58] -oper = 12 -begin = 19.07.2020 01:17:06 -norma = 105 -real = 122 - -[59] -oper = 13 -begin = 19.07.2020 03:20:03 -norma = 45 -real = 53 - -[60] -oper = 14 -begin = 19.07.2020 04:13:45 -norma = 40 -vac_time = 9 -real = 32 - -[61] -oper = 1 -begin = 19.07.2020 04:45:47 -norma = 85 -real = 6 - -[62] -oper = 14 -begin = 19.07.2020 04:52:07 -norma = 40 -vac_time = 10 -real = 26 - -[63] -oper = 1 -begin = 19.07.2020 05:18:43 -norma = 85 -real = 20 - -[64] -oper = 14 -begin = 19.07.2020 05:39:19 -norma = 40 -vac_time = 10 -real = 51 - -[65] -oper = 1 -begin = 19.07.2020 06:30:55 -norma = 85 -real = 6 - -[66] -oper = 14 -begin = 19.07.2020 06:36:55 -norma = 40 -vac_time = 10 -real = 156 - -[67] -oper = 1 -begin = 19.07.2020 09:13:40 -norma = 85 -real = 77 - -[68] -oper = 14 -begin = 19.07.2020 10:30:51 -norma = 40 -vac_time = 9 -real = 57 - -[69] -oper = 1 -begin = 19.07.2020 11:28:26 -norma = 85 -real = 55 - -[70] -oper = 14 -begin = 19.07.2020 12:24:02 -norma = 40 -vac_time = 8 -real = 36 - -[71] -oper = 15 -begin = 19.07.2020 13:00:42 -norma = 30 -real = 33 - -[72] -oper = 16 -begin = 19.07.2020 13:34:03 -norma = 40 -real = 0 - -[73] -oper = 16 -begin = 19.07.2020 13:34:37 -norma = 40 -real = 39 - -[74] -oper = 1 -begin = 19.07.2020 14:14:10 -norma = 85 -real = 44 - -[75] -oper = 2 -begin = 19.07.2020 14:58:48 -norma = 110 -vac_time = 8 -real = 138 - -[76] -oper = 5 -begin = 19.07.2020 17:17:45 -norma = 25 -real = 11 - -[77] -oper = 6 -begin = 19.07.2020 17:29:05 -norma = 35 -real = 44 - -[78] -oper = 7 -begin = 19.07.2020 18:13:49 -norma = 30 -real = 51 - -[79] -oper = 8 -begin = 19.07.2020 19:05:42 -norma = 40 -vac_time = 8 -vac_avg10 = 9.2 -real = 96 - -[80] -oper = 13 -begin = 19.07.2020 20:42:02 -norma = 45 -real = 10 - -[81] -oper = 8 -begin = 19.07.2020 20:52:17 -norma = 40 -real = 29 - -[82] -oper = 13 -begin = 19.07.2020 21:21:56 -norma = 45 -real = 40 - -[83] -oper = 8 -begin = 19.07.2020 22:02:19 -norma = 40 -vac_time = 10 -real = 49 - -[84] -oper = 25 -begin = 19.07.2020 22:51:55 -norma = 30 -real = 25 - -[85] -oper = 9 -begin = 19.07.2020 23:17:20 -norma = 0 -real = 28 - -[86] -oper = 10 -begin = 19.07.2020 23:46:05 -norma = 0 -real = 233 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200719.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200719.337 deleted file mode 100644 index d82a61e..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200719.337 +++ /dev/null @@ -1,42 +0,0 @@ -01:17:03 1595103423 ⪫祭 ० (A) -01:17:04 1595103424 ⪫祭 -01:17:04 1595103424 : -01:17:08 1595103428 ⪫祭 ० ' ⮪ 㣨' -01:17:46 1595103466 祭 ० ᪠ -01:17:46 1595103466 祭 ० ᪠ -01:21:22 1595103682 ⪫祭 ० ᪠ (A) -01:47:04 1595105224 : 믮 -11:10:45 1595139045 祭 ० ࠧ -11:10:49 1595139049 祭 ० ' ⮪ 㣨' -11:11:15 1595139075 ⪫祭 ० ' ⮪ 㣨' -11:11:24 1595139084 祭 ० ' ⮪ 㣨' -11:11:53 1595139113 ⪫祭 ० ' ⮪ 㣨' -11:11:57 1595139117 ⪫祭 ० ࠧ -11:14:01 1595139241 祭 ० ᪠ -11:15:34 1595139334 ⪫祭 ० ᪠ -13:00:32 1595145632 祭 ० ࠧ -13:00:33 1595145633 祭 ० ' ⮪ 㣨' -13:02:06 1595145726 祭 ॣ '-2'(A) -13:33:00 1595147580 ⪫祭 ० ' ⮪ 㣨' -13:33:18 1595147598 ⪫祭 ० ࠧ (A) -13:34:40 1595147680 ⪫祭 ॣ '-2'(A) -13:34:50 1595147690 祭 ० ᪠ -13:38:06 1595147886 ⪫祭 ० ᪠ (A) -15:03:21 1595153001 : 㦥 -17:29:14 1595161754 祭 ० ᪠ -17:29:14 1595161754 祭 ० ᪠ -18:09:58 1595164198 ⪫祭 ० ᪠ (A) -22:50:57 1595181057 祭 ॣ '-2'(A) -22:51:02 1595181062 ⪫祭 ॣ '-2'(A) -22:51:12 1595181072 祭 ॣ '-2'(A) -22:51:46 1595181106 ⪫祭 ॣ '-2'(A) -23:09:46 1595182186 ' ' -23:09:46 1595182186 祭 -23:09:46 1595182186 祭 -23:10:46 1595182246 ⪫祭 -23:17:04 1595182624 祭 ० ࠧ -23:17:05 1595182625 祭 ० ' ⮪ 㣨' -23:17:20 1595182640 : 믮 -23:34:04 1595183644 祭 ॣ '-2'(A) -23:46:04 1595184364 祭 ॣ . 殮 㣨 -23:46:05 1595184365 ⪫祭 ० ࠧ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200719.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200719.339 deleted file mode 100644 index 2242592..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200719.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200720.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200720.330 deleted file mode 100644 index 96f2a1f..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200720.330 +++ /dev/null @@ -1,4 +0,0 @@ -09:14:21 1595218461 3 14 -13:47:38 1595234858 1 11210 3 25 4 3 7 870 9 4510 10 770 12 321315 -17:07:07 1595246827 11 -22:55:20 1595267720 11 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200720.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200720.331 deleted file mode 100644 index 2d6c7c4..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200720.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200720.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200720.332 deleted file mode 100644 index 4cee447..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200720.332 +++ /dev/null @@ -1,33 +0,0 @@ -21 09:13:44 09:13:52 -Rsk= 15.6 Rkk= 10.5 - -22 09:49:47 10:00:17 -P1= 4.3 T1=09:55:17 P2= 19.4 T2=10:00:17 Vs= 3.03 - -21 13:46:04 13:46:11 -Rsk= 15.8 Rkk= 10.7 - -22 14:30:50 14:46:20 -P1= 25.4 T1=14:41:20 P2= 37.8 T2=14:46:20 Vs= 2.48 - -20 17:20:13 17:20:22 -Riz_sol= 6619.7 - -21 17:20:42 17:20:50 -Rsk= 16.1 Rkk= 10.9 - -21 17:25:07 17:25:15 -Rsk= 16.1 Rkk= 10.9 - -22 18:13:40 18:29:10 -P1= 27.2 T1=18:24:10 P2= 40.4 T2=18:29:10 Vs= 2.64 - -20 22:55:42 22:55:52 -Riz_sol= 3322.0 - -21 22:56:14 22:56:22 -Rsk= 15.8 Rkk= 10.7 - -22 23:17:51 23:33:21 -P1= 54.2 T1=23:28:21 P2= 73.1 T2=23:33:21 Vs= 3.80 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200720.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200720.333 deleted file mode 100644 index cc1029b..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200720.333 +++ /dev/null @@ -1,15 +0,0 @@ -11 03:40:03 1595198403 -12 06:23:52 1595208232 -13 08:19:29 1595215169 -0 08:19:29 1595215169 -14 09:11:50 1595218310 -15 10:25:41 1595222741 -16 10:54:27 1595224467 -1 11:52:03 1595227923 -2 13:43:16 1595234596 -5 14:47:49 1595238469 -6 15:01:13 1595239273 -7 15:40:20 1595241620 -8 17:06:31 1595246791 -13 22:20:37 1595265637 -8 22:52:34 1595267554 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200720.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200720.334 deleted file mode 100644 index 2387118..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200720.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200720.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200720.336 deleted file mode 100644 index b1ef917..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200720.336 +++ /dev/null @@ -1,88 +0,0 @@ -[87] -oper = 11 -begin = 20.07.2020 03:40:03 -norma = 0 -real = 163 - -[88] -oper = 12 -begin = 20.07.2020 06:23:52 -norma = 105 -real = 115 - -[89] -oper = 13 -begin = 20.07.2020 08:19:29 -norma = 45 -real = 52 - -[90] -oper = 14 -begin = 20.07.2020 09:11:50 -norma = 40 -vac_time = 8 -real = 73 - -[91] -oper = 15 -begin = 20.07.2020 10:25:41 -norma = 30 -real = 28 - -[92] -oper = 16 -begin = 20.07.2020 10:54:27 -norma = 40 -real = 57 - -[93] -oper = 1 -begin = 20.07.2020 11:52:03 -norma = 85 -real = 111 - -[94] -oper = 2 -begin = 20.07.2020 13:43:16 -norma = 110 -vac_time = 10 -real = 64 - -[95] -oper = 5 -begin = 20.07.2020 14:47:49 -norma = 25 -real = 13 - -[96] -oper = 6 -begin = 20.07.2020 15:01:13 -norma = 35 -real = 39 - -[97] -oper = 7 -begin = 20.07.2020 15:40:20 -norma = 30 -real = 86 - -[98] -oper = 8 -begin = 20.07.2020 17:06:31 -norma = 40 -vac_time = 33 -real = 314 - -[99] -oper = 13 -begin = 20.07.2020 22:20:37 -norma = 45 -real = 31 - -[00] -oper = 8 -begin = 20.07.2020 22:52:34 -norma = 40 -vac_time = 11 -real = 72 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200720.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200720.337 deleted file mode 100644 index 7b11e05..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200720.337 +++ /dev/null @@ -1,34 +0,0 @@ -03:12:11 1595196731 ' ' -03:12:34 1595196754 ' ' -03:40:03 1595198403 祭 ० -03:40:03 1595198403 ⪫祭 ॣ '-2'(A) -03:40:04 1595198404 祭 ॣ '-2'(A) -04:30:05 1595201405 ⪫祭 ॣ '-2'(A) -06:23:45 1595208225 ⪫祭 ० (A) -06:23:47 1595208227 ⪫祭 -06:23:47 1595208227 : -06:23:54 1595208234 ⪫祭 ० ' ⮪ 㣨' -06:24:21 1595208261 祭 ० ᪠ -06:24:21 1595208261 祭 ० ᪠ -06:24:51 1595208291 . ⪫祭 ० ᪠ (A) -06:33:35 1595208815 祭 ० ᪠ -06:33:35 1595208815 祭 ० ᪠ -06:33:35 1595208815 祭 ० ᪠ -06:37:13 1595209033 ⪫祭 ० ᪠ (A) -06:53:47 1595210027 : 믮 -10:25:06 1595222706 祭 ० ࠧ -10:25:08 1595222708 祭 ० ' ⮪ 㣨' -10:25:38 1595222738 祭 ॣ '-2'(A) -10:53:59 1595224439 ⪫祭 ० ' ⮪ 㣨' -10:54:31 1595224471 ⪫祭 ॣ '-2'(A) -10:55:25 1595224525 祭 ० ᪠ -10:55:26 1595224526 祭 ० ᪠ -10:55:26 1595224526 祭 ० ᪠ -10:55:26 1595224526 祭 ० ᪠ -10:57:47 1595224667 ⪫祭 ० ᪠ (A) -13:47:40 1595234860 : 㦥 -15:01:57 1595239317 祭 ० ᪠ -15:01:57 1595239317 祭 ० ᪠ -15:04:20 1595239460 ⪫祭 ० ᪠ (A) -17:07:12 1595246832 : -22:55:22 1595267722 : 㦥 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200720.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200720.339 deleted file mode 100644 index 0733b84..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200720.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200721.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200721.330 deleted file mode 100644 index da511c9..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200721.330 +++ /dev/null @@ -1,8 +0,0 @@ -00:03:05 1595271785 12 321544 -00:14:10 1595272450 1 11210 2 BT 18, 20, 22, 23, 25 3 25 4 3 5 Ti 6 7 870 8 4310 9 4510 10 770 11 12 321544 -00:45:02 1595274302 0 A--32-078-2017 ॢ 1 -11:42:00 1595313720 3 14 -14:37:13 1595324233 0 A--32-120-2016 ॢ 0 -18:09:44 1595336984 1 11211 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 9 5470 -23:15:22 1595355322 1 11211 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 4310 9 5470 10 770 11 12 321544 -23:46:16 1595357176 0 A--32-078-2017 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200721.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200721.331 deleted file mode 100644 index c656875..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200721.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200721.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200721.332 deleted file mode 100644 index a692c2f..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200721.332 +++ /dev/null @@ -1,114 +0,0 @@ -22 23:51:47 00:02:17 -P1= 15.2 T1=23:57:17 P2= 28.4 T2=00:02:17 Vs= 2.64 - -23 00:03:56 00:04:02 - - -24 00:04:12 00:04:50 - - -30 00:05:09 00:05:48 -Vst= 28.3 - -31 00:06:08 00:07:09 -Rom_sol= 12.4 - -41 00:07:46 00:07:51 -Ukz= 0.68 - -32 00:07:55 00:09:05 -Imax=11.0 Umax=50.0 T= 9.4 - -33 00:09:10 00:09:47 -Imin=16.2 Umin=25.0 T= 0.8 - -34 00:09:53 00:10:22 -V=301.8 T= 9.5 - -35 00:10:27 00:11:30 -Q= 55.0 T=12.3 - -36 00:11:35 00:12:08 -P1=0.30 T= 3.1 - -37 00:12:12 00:12:49 -T= 0.8 - -38 00:12:53 00:12:59 -t= 52.1 T= 0.5 - -39 00:13:03 00:13:10 -t= 52.4 T= 0.8 - -40 00:13:13 00:13:20 -t= 52.0 T= 0.7 - -21 11:37:39 11:37:46 -Rsk= 10.8 Rkk= 10.8 - -22 12:00:11 12:10:41 -P1= 12.8 T1=12:05:41 P2= 36.3 T2=12:10:41 Vs= 4.71 - -21 18:10:04 18:10:11 -Rsk= 10.8 Rkk= 10.9 - -22 18:38:39 18:54:10 -P1= 39.1 T1=18:49:10 P2= 55.3 T2=18:54:10 Vs= 3.23 - -22 19:03:37 19:19:07 -P1= 28.9 T1=19:14:07 P2= 41.4 T2=19:19:07 Vs= 2.51 - -20 20:30:52 20:31:01 -Riz_sol= 8716.6 - -21 20:31:09 20:31:17 -Rsk= 16.4 Rkk= 11.3 - -22 21:29:31 21:40:02 -P1= 8.2 T1=21:35:02 P2= 21.4 T2=21:40:02 Vs= 2.63 - -22 22:54:45 23:05:16 -P1= 6.6 T1=23:00:15 P2= 17.0 T2=23:05:16 Vs= 2.08 - -23 23:05:33 23:05:39 - - -24 23:05:46 23:06:21 - - -30 23:06:33 23:07:13 -Vst= 28.3 - -31 23:07:27 23:08:28 -Rom_sol= 12.3 - -41 23:08:48 23:08:55 -Ukz= 0.76 - -32 23:09:03 23:10:15 -Imax=11.0 Umax=50.0 T= 9.2 - -33 23:10:19 23:10:51 -Imin=16.1 Umin=25.0 T= 0.8 - -34 23:10:55 23:11:23 -V=301.8 T= 9.6 - -35 23:11:27 23:12:20 -Q= 54.8 T= 9.1 - -36 23:12:24 23:13:00 -P1=0.28 T= 3.1 - -37 23:13:04 23:13:42 -T= 0.7 - -38 23:13:45 23:13:52 -t= 52.1 T= 0.7 - -39 23:13:56 23:14:03 -t= 52.4 T= 0.8 - -40 23:14:06 23:14:14 -t= 52.0 T= 0.5 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200721.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200721.333 deleted file mode 100644 index 2a94f6e..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200721.333 +++ /dev/null @@ -1,20 +0,0 @@ -25 00:05:02 1595271902 -9 00:14:10 1595272450 -10 00:45:02 1595274302 -11 04:59:13 1595289553 -12 08:30:21 1595302221 -13 10:44:33 1595310273 -0 10:44:33 1595310273 -14 11:36:24 1595313384 -15 14:07:55 1595322475 -16 14:37:13 1595324233 -16 14:40:26 1595324426 -1 15:28:13 1595327293 -2 18:02:09 1595336529 -5 19:20:02 1595341202 -6 19:31:39 1595341899 -7 20:09:38 1595344178 -8 20:26:26 1595345186 -25 23:06:29 1595354789 -9 23:15:22 1595355322 -10 23:46:16 1595357176 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200721.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200721.334 deleted file mode 100644 index 8eb0ec9..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200721.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200721.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200721.336 deleted file mode 100644 index 759c87b..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200721.336 +++ /dev/null @@ -1,117 +0,0 @@ -[01] -oper = 25 -begin = 21.07.2020 00:05:02 -norma = 30 -real = 9 - -[02] -oper = 9 -begin = 21.07.2020 00:14:10 -norma = 0 -real = 30 - -[03] -oper = 10 -begin = 21.07.2020 00:45:02 -norma = 0 -real = 254 - -[04] -oper = 11 -begin = 21.07.2020 04:59:13 -norma = 0 -real = 211 - -[05] -oper = 12 -begin = 21.07.2020 08:30:21 -norma = 105 -real = 134 - -[06] -oper = 13 -begin = 21.07.2020 10:44:33 -norma = 45 -real = 51 - -[07] -oper = 14 -begin = 21.07.2020 11:36:24 -norma = 40 -vac_time = 8 -real = 151 - -[08] -oper = 15 -begin = 21.07.2020 14:07:55 -norma = 30 -real = 29 - -[09] -oper = 16 -begin = 21.07.2020 14:37:13 -norma = 40 -real = 3 - -[10] -oper = 16 -begin = 21.07.2020 14:40:26 -norma = 40 -real = 47 - -[11] -oper = 1 -begin = 21.07.2020 15:28:13 -norma = 85 -real = 153 - -[12] -oper = 2 -begin = 21.07.2020 18:02:09 -norma = 110 -vac_time = 10 -real = 77 - -[13] -oper = 5 -begin = 21.07.2020 19:20:02 -norma = 25 -real = 11 - -[14] -oper = 6 -begin = 21.07.2020 19:31:39 -norma = 35 -real = 37 - -[15] -oper = 7 -begin = 21.07.2020 20:09:38 -norma = 30 -real = 16 - -[16] -oper = 8 -begin = 21.07.2020 20:26:26 -norma = 40 -vac_time = 9 -real = 160 - -[17] -oper = 25 -begin = 21.07.2020 23:06:29 -norma = 30 -real = 8 - -[18] -oper = 9 -begin = 21.07.2020 23:15:22 -norma = 0 -real = 30 - -[19] -oper = 10 -begin = 21.07.2020 23:46:16 -norma = 0 -real = 303 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200721.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200721.337 deleted file mode 100644 index 3b00cb7..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200721.337 +++ /dev/null @@ -1,47 +0,0 @@ -00:04:15 1595271855 祭 ॣ '-2'(A) -00:04:51 1595271891 ⪫祭 ॣ '-2'(A) -00:05:15 1595271915 祭 -00:06:10 1595271970 祭 -00:07:10 1595272030 ⪫祭 -00:13:35 1595272415 祭 ० ࠧ -00:13:39 1595272419 祭 ० ' ⮪ 㣨' -00:14:10 1595272450 : 믮 -00:30:33 1595273433 祭 ॣ '-2'(A) -00:45:02 1595274302 ⪫祭 ० ࠧ (A) -00:45:02 1595274302 祭 ॣ . 殮 㣨 -04:59:13 1595289553 祭 ० -04:59:14 1595289554 ⪫祭 ॣ '-2'(A) -04:59:15 1595289555 祭 ॣ '-2'(A) -05:55:14 1595292914 ⪫祭 ॣ '-2'(A) -08:30:13 1595302213 ⪫祭 ० (A) -08:30:15 1595302215 ⪫祭 -08:30:15 1595302215 : -08:30:23 1595302223 ⪫祭 ० ' ⮪ 㣨' -08:31:42 1595302302 祭 ० ᪠ -08:34:06 1595302446 ⪫祭 ० ᪠ (A) -09:00:15 1595304015 : 믮 -14:07:45 1595322465 祭 ० ࠧ -14:07:47 1595322467 祭 ० ' ⮪ 㣨' -14:07:57 1595322477 祭 ॣ '-2'(A) -14:37:13 1595324233 ⪫祭 ० ࠧ (A) -14:40:23 1595324423 ⪫祭 ० ' ⮪ 㣨' -14:40:30 1595324430 ⪫祭 ॣ '-2'(A) -14:40:58 1595324458 祭 ० ᪠ -14:43:50 1595324630 ⪫祭 ० ᪠ (A) -18:09:47 1595336987 : 㦥 -19:31:46 1595341906 祭 ० ᪠ -19:31:47 1595341907 祭 ० ᪠ -19:31:47 1595341907 祭 ० ᪠ -19:34:36 1595342076 ⪫祭 ० ᪠ (A) -23:05:47 1595354747 祭 ॣ '-2'(A) -23:06:22 1595354782 ⪫祭 ॣ '-2'(A) -23:07:25 1595354845 ' ' -23:07:25 1595354845 祭 -23:07:28 1595354848 祭 -23:08:28 1595354908 ⪫祭 -23:14:23 1595355263 祭 ० ࠧ -23:14:25 1595355265 祭 ० ' ⮪ 㣨' -23:15:23 1595355323 : 믮 -23:31:46 1595356306 祭 ॣ '-2'(A) -23:46:16 1595357176 ⪫祭 ० ࠧ (A) -23:46:16 1595357176 祭 ॣ . 殮 㣨 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200721.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200721.339 deleted file mode 100644 index 6b3ae2b..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200721.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200722.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200722.330 deleted file mode 100644 index 8316a1b..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200722.330 +++ /dev/null @@ -1,5 +0,0 @@ -13:13:12 1595405592 3 14 -16:18:46 1595416726 0 A--32-120-2016 ॢ 0 -17:43:35 1595421815 1 11212 3 25 4 1 7 770 9 5200 10 650 -17:43:52 1595421832 11 -22:47:02 1595440022 1 11212 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 1 5 Ti 6 7 770 8 4310 9 5200 10 650 11 12 321544 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200722.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200722.331 deleted file mode 100644 index 14ea834..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200722.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200722.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200722.332 deleted file mode 100644 index 37bc1f9..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200722.332 +++ /dev/null @@ -1,63 +0,0 @@ -21 13:13:52 13:13:59 -Rsk= 17.6 Rkk= 12.4 - -22 14:26:29 14:37:00 -P1= 3.9 T1=14:32:00 P2= 15.3 T2=14:37:00 Vs= 2.28 - -21 17:41:35 17:41:43 -Rsk= 17.5 Rkk= 12.4 - -22 18:11:04 18:26:35 -P1= 35.8 T1=18:21:35 P2= 50.4 T2=18:26:35 Vs= 2.93 - -20 19:41:51 19:42:01 -Riz_sol= 8716.8 - -21 19:42:06 19:42:14 -Rsk= 17.4 Rkk= 12.2 - -22 20:09:59 20:25:30 -P1= 30.8 T1=20:20:30 P2= 43.7 T2=20:25:30 Vs= 2.59 - -22 22:27:46 22:38:16 -P1= 10.0 T1=22:33:16 P2= 14.6 T2=22:38:16 Vs= 0.93 - -23 22:38:30 22:38:36 - - -24 22:38:42 22:39:16 - - -30 22:39:31 22:40:09 -Vst= 28.4 - -31 22:40:20 22:40:56 -Rom_sol= 14.7 - -32 22:41:36 22:42:48 -Imax=11.0 Umax=50.0 T= 9.2 - -33 22:42:50 22:43:18 -Imin=16.2 Umin=25.1 T= 1.0 - -34 22:43:21 22:43:48 -V=301.8 T= 9.5 - -35 22:43:51 22:44:43 -Q= 54.7 T= 9.2 - -36 22:44:46 22:45:20 -P1=0.25 T= 3.1 - -37 22:45:22 22:45:59 -T= 0.7 - -38 22:46:02 22:46:08 -t= 52.1 T= 0.5 - -39 22:46:11 22:46:17 -t= 52.4 T= 0.7 - -40 22:46:19 22:46:25 -t= 52.0 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200722.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200722.333 deleted file mode 100644 index bff222e..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200722.333 +++ /dev/null @@ -1,17 +0,0 @@ -11 04:50:14 1595375414 -12 08:21:19 1595388079 -13 10:52:08 1595397128 -0 10:52:08 1595397128 -14 13:13:36 1595405616 -15 15:44:54 1595414694 -16 16:18:47 1595416727 -16 16:22:44 1595416964 -1 17:05:44 1595419544 -2 17:38:52 1595421532 -5 18:28:51 1595424531 -6 18:38:31 1595425111 -7 19:13:14 1595427194 -8 19:35:58 1595428558 -25 22:39:26 1595439566 -9 22:47:02 1595440022 -8 23:07:24 1595441244 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200722.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200722.334 deleted file mode 100644 index d2f566e..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200722.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200722.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200722.335 deleted file mode 100644 index 5747f85..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200722.335 +++ /dev/null @@ -1 +0,0 @@ -107 21:12:09 1595434329 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200722.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200722.336 deleted file mode 100644 index bb714f2..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200722.336 +++ /dev/null @@ -1,100 +0,0 @@ -[20] -oper = 11 -begin = 22.07.2020 04:50:14 -norma = 0 -real = 211 - -[21] -oper = 12 -begin = 22.07.2020 08:21:19 -norma = 105 -real = 150 - -[22] -oper = 13 -begin = 22.07.2020 10:52:08 -norma = 45 -real = 141 - -[23] -oper = 14 -begin = 22.07.2020 13:13:36 -norma = 40 -vac_time = 9 -real = 151 - -[24] -oper = 15 -begin = 22.07.2020 15:44:54 -norma = 30 -real = 33 - -[25] -oper = 16 -begin = 22.07.2020 16:18:47 -norma = 40 -real = 3 - -[26] -oper = 16 -begin = 22.07.2020 16:22:44 -norma = 40 -real = 43 - -[27] -oper = 1 -begin = 22.07.2020 17:05:44 -norma = 85 -real = 33 - -[28] -oper = 2 -begin = 22.07.2020 17:38:52 -norma = 110 -vac_time = 9 -vac_avg10 = 11.7 -real = 49 - -[29] -oper = 5 -begin = 22.07.2020 18:28:51 -norma = 25 -real = 9 - -[30] -oper = 6 -begin = 22.07.2020 18:38:31 -norma = 35 -real = 34 - -[31] -oper = 7 -begin = 22.07.2020 19:13:14 -norma = 30 -real = 22 - -[32] -oper = 8 -begin = 22.07.2020 19:35:58 -norma = 40 -vac_time = 9 -real = 183 - -[33] -oper = 25 -begin = 22.07.2020 22:39:26 -norma = 30 -real = 7 - -[34] -oper = 9 -begin = 22.07.2020 22:47:02 -norma = 0 -real = 20 - -[35] -oper = 8 -begin = 22.07.2020 23:07:24 -norma = 40 -real = 62 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200722.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200722.337 deleted file mode 100644 index 757743f..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200722.337 +++ /dev/null @@ -1,43 +0,0 @@ -04:50:14 1595375414 祭 ० -04:50:15 1595375415 ⪫祭 ॣ '-2'(A) -04:50:16 1595375416 祭 ॣ '-2'(A) -05:46:16 1595378776 ⪫祭 ॣ '-2'(A) -08:21:14 1595388074 ⪫祭 ० (A) -08:21:16 1595388076 ⪫祭 -08:21:16 1595388076 : -08:21:21 1595388081 ⪫祭 ० ' ⮪ 㣨' -08:22:10 1595388130 祭 ० ᪠ -08:22:11 1595388131 祭 ० ᪠ -08:22:12 1595388132 . ⪫祭 ० ᪠ (A) -08:22:15 1595388135 祭 ० ᪠ -08:22:16 1595388136 祭 ० ᪠ -08:24:38 1595388278 ⪫祭 ० ᪠ (A) -08:51:16 1595389876 : 믮 -15:44:18 1595414658 祭 ० ࠧ -15:44:33 1595414673 祭 ० ' ⮪ 㣨' -16:18:46 1595416726 ⪫祭 ० ࠧ (A) -16:22:46 1595416966 ⪫祭 ० ' ⮪ 㣨' -16:25:53 1595417153 祭 ० ᪠ -16:25:53 1595417153 祭 ० ᪠ -16:25:53 1595417153 祭 ० ᪠ -16:28:40 1595417320 ⪫祭 ० ᪠ (A) -18:38:53 1595425133 祭 ० ᪠ -18:38:53 1595425133 祭 ० ᪠ -18:38:53 1595425133 祭 ० ᪠ -18:41:42 1595425302 ⪫祭 ० ᪠ (A) -22:38:44 1595439524 祭 ॣ '-2'(A) -22:39:18 1595439558 ⪫祭 ॣ '-2'(A) -22:46:33 1595439993 祭 ० ࠧ -22:46:33 1595439993 祭 ० ' ⮪ 㣨' -22:49:00 1595440140 祭 ॣ '-2'(A) -23:02:52 1595440972 ⪫祭 ० ' ⮪ 㣨' -23:04:05 1595441045 祭 ० ࠧ -23:04:06 1595441046 ⪫祭 ॣ '-2'(A) -23:04:07 1595441047 祭 ० ' ⮪ 㣨' -23:04:09 1595441049 祭 ॣ '-2'(A) -23:06:25 1595441185 ⪫祭 ० ' ⮪ 㣨' -23:06:27 1595441187 ⪫祭 ॣ '-2'(A) -23:06:33 1595441193 ⪫祭 ० ࠧ -23:07:28 1595441248 祭 ० ᪠ -23:07:29 1595441249 祭 ० ᪠ -23:11:06 1595441466 ⪫祭 ० ᪠ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200722.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200722.339 deleted file mode 100644 index 1350721..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200722.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200723.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200723.330 deleted file mode 100644 index e709b67..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200723.330 +++ /dev/null @@ -1,7 +0,0 @@ -04:11:55 1595459515 1 11212 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 1 5 Ti 6 7 770 8 4310 9 5200 10 650 11 12 321544 -04:45:21 1595461521 0 A--32-129-2018 ॢ 1 -14:56:58 1595498218 3 14 -15:56:00 1595501760 0 A--32-067-2014 ॢ 0 -17:27:01 1595507221 1 11213 3 25 9 5180 -17:27:34 1595507254 7 870 10 770 -17:27:43 1595507263 4 2 11 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200723.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200723.331 deleted file mode 100644 index 88e56a8..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200723.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200723.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200723.332 deleted file mode 100644 index 1e649a8..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200723.332 +++ /dev/null @@ -1,120 +0,0 @@ -20 02:27:53 02:28:03 -Riz_sol= 6798.8 - -21 02:28:11 02:28:18 -Rsk= 17.1 Rkk= 11.9 - -22 03:40:38 03:51:09 -P1= 7.0 T1=03:46:08 P2= 15.4 T2=03:51:09 Vs= 1.68 - -23 04:00:41 04:00:47 - - -24 04:00:55 04:01:37 - - -30 04:02:10 04:02:52 -Vst= 27.4 - -31 04:03:00 04:03:43 -Rom_sol= 14.7 - -32 04:04:39 04:05:50 -Imax=11.0 Umax=50.0 T= 9.2 - -33 04:05:57 04:06:32 -Imin=16.1 Umin=25.1 T= 1.0 - -34 04:06:39 04:07:11 -V=301.8 T= 9.6 - -35 04:07:15 04:08:10 -Q= 54.8 T= 9.1 - -36 04:08:14 04:08:50 -P1=0.27 T= 3.2 - -37 04:08:55 04:09:35 -T= 0.7 - -38 04:09:39 04:09:52 -t= 52.1 T= 0.7 - -39 04:09:57 04:10:19 -t= 52.4 T= 0.8 - -40 04:10:26 04:10:40 -t= 52.0 T= 0.5 - -21 14:57:15 14:57:22 -Rsk= 17.2 Rkk= 12.0 - -22 15:22:38 15:33:08 -P1= 15.4 T1=15:28:08 P2= 37.3 T2=15:33:08 Vs= 4.37 - -21 17:24:24 17:24:31 -Rsk= 12.2 Rkk= 12.2 - -22 17:59:26 18:14:56 -P1= 26.5 T1=18:09:56 P2= 37.0 T2=18:14:56 Vs= 2.11 - -20 19:48:47 19:48:56 -Riz_sol= 970.4 - -21 19:49:08 19:49:15 -Rsk= 17.5 Rkk= 12.3 - -22 20:24:25 20:34:55 -P1= 11.4 T1=20:29:55 P2= 26.2 T2=20:34:55 Vs= 2.97 - -22 22:24:35 22:35:05 -P1= 15.2 T1=22:30:05 P2= 16.8 T2=22:35:05 Vs= 0.33 - -23 22:35:13 22:35:20 - - -24 22:35:24 22:35:59 - - -30 22:36:14 22:36:53 -Vst= 28.7 - -31 22:37:00 22:38:01 -Rom_sol= 16.6 - -41 22:41:14 22:41:19 -Ukz= 0.69 - -32 22:41:21 22:42:30 -Imax=11.0 Umax=50.0 T= 9.4 - -33 22:42:32 22:43:00 -Imin=16.2 Umin=25.0 T= 0.8 - -34 22:43:03 22:43:30 -V=301.8 T= 9.6 - -35 22:43:32 22:44:24 -Q= 54.8 T= 9.2 - -36 22:44:27 22:45:00 -P1=0.28 T= 3.1 - -37 22:45:51 22:46:51 -T= 0.0 - -37 22:48:14 22:49:14 -T= 0.0 - -37 22:51:43 22:52:44 -T= 0.0 - -37 22:53:12 22:54:14 -T= 0.0 - -22 23:40:50 23:51:21 -P1= 6.2 T1=23:46:21 P2= 8.2 T2=23:51:21 Vs= 0.41 - -23 23:59:50 23:59:57 - - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200723.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200723.333 deleted file mode 100644 index ed87c85..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200723.333 +++ /dev/null @@ -1,19 +0,0 @@ -13 00:09:28 1595444968 -8 02:24:39 1595453079 -25 04:02:02 1595458922 -9 04:11:55 1595459515 -10 04:45:22 1595461522 -12 09:11:48 1595477508 -13 13:34:03 1595493243 -0 13:34:03 1595493243 -14 14:54:12 1595498052 -15 15:37:30 1595500650 -16 15:56:00 1595501760 -16 15:57:21 1595501841 -1 16:36:37 1595504197 -2 17:22:48 1595506968 -5 18:17:43 1595510263 -6 18:28:30 1595510910 -7 19:07:10 1595513230 -8 19:45:19 1595515519 -25 22:36:09 1595525769 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200723.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200723.334 deleted file mode 100644 index 1fb9df7..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200723.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200723.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200723.335 deleted file mode 100644 index 5cc68db..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200723.335 +++ /dev/null @@ -1,4 +0,0 @@ -71 22:46:51 1595526411 -71 22:49:14 1595526554 -71 22:52:44 1595526764 -71 22:54:14 1595526854 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200723.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200723.336 deleted file mode 100644 index 0e21836..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200723.336 +++ /dev/null @@ -1,112 +0,0 @@ -[36] -oper = 13 -begin = 23.07.2020 00:09:28 -norma = 45 -real = 135 - -[37] -oper = 8 -begin = 23.07.2020 02:24:39 -norma = 40 -vac_time = 10 -real = 97 - -[38] -oper = 25 -begin = 23.07.2020 04:02:02 -norma = 30 -real = 9 - -[39] -oper = 9 -begin = 23.07.2020 04:11:55 -norma = 0 -real = 33 - -[40] -oper = 10 -begin = 23.07.2020 04:45:22 -norma = 0 -real = 266 - -[41] -oper = 12 -begin = 23.07.2020 09:11:48 -norma = 105 -real = 262 - -[42] -oper = 13 -begin = 23.07.2020 13:34:03 -norma = 45 -real = 80 - -[43] -oper = 14 -begin = 23.07.2020 14:54:12 -norma = 40 -vac_time = 10 -real = 43 - -[44] -oper = 15 -begin = 23.07.2020 15:37:30 -norma = 30 -real = 18 - -[45] -oper = 16 -begin = 23.07.2020 15:56:00 -norma = 40 -real = 1 - -[46] -oper = 16 -begin = 23.07.2020 15:57:21 -norma = 40 -real = 39 - -[47] -oper = 1 -begin = 23.07.2020 16:36:37 -norma = 85 -real = 46 - -[48] -oper = 2 -begin = 23.07.2020 17:22:48 -norma = 110 -vac_time = 11 -real = 54 - -[49] -oper = 5 -begin = 23.07.2020 18:17:43 -norma = 25 -real = 10 - -[50] -oper = 6 -begin = 23.07.2020 18:28:30 -norma = 35 -real = 38 - -[51] -oper = 7 -begin = 23.07.2020 19:07:10 -norma = 30 -real = 38 - -[52] -oper = 8 -begin = 23.07.2020 19:45:19 -norma = 40 -vac_time = 10 -real = 170 - -[53] -oper = 25 -begin = 23.07.2020 22:36:09 -norma = 30 -real = 85 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200723.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200723.337 deleted file mode 100644 index 72aab79..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200723.337 +++ /dev/null @@ -1,37 +0,0 @@ -04:01:05 1595458865 祭 ॣ '-2'(A) -04:01:38 1595458898 ⪫祭 ॣ '-2'(A) -04:11:20 1595459480 祭 ० ࠧ -04:11:28 1595459488 祭 ० ' ⮪ 㣨' -04:13:24 1595459604 祭 ॣ '-2'(A) -04:45:21 1595461521 祭 ⠭ ॣ -04:45:21 1595461521 ⪫祭 ० ࠧ (A) -09:01:41 1595476901 祭 ० -09:01:41 1595476901 ⪫祭 ॣ '-2'(A) -09:01:42 1595476902 祭 ॣ '-2'(A) -09:06:20 1595477180 ⪫祭 ० ' ⮪ 㣨' -09:11:46 1595477506 ⪫祭 ० -09:11:52 1595477512 ⪫祭 ॣ '-2'(A) -09:12:28 1595477548 祭 ० ᪠ -09:12:28 1595477548 祭 ० ᪠ -09:12:28 1595477548 祭 ० ᪠ -09:16:04 1595477764 ⪫祭 ० ᪠ (A) -15:37:00 1595500620 祭 ० ࠧ -15:37:02 1595500622 祭 ० ' ⮪ 㣨' -15:38:18 1595500698 祭 ॣ '-2'(A) -15:56:00 1595501760 ⪫祭 ० ࠧ (A) -15:57:23 1595501843 ⪫祭 ० ' ⮪ 㣨' -15:57:25 1595501845 ⪫祭 ॣ '-2'(A) -15:57:47 1595501867 祭 ० ᪠ -15:57:47 1595501867 祭 ० ᪠ -15:57:47 1595501867 祭 ० ᪠ -15:57:48 1595501868 祭 ० ᪠ -16:00:37 1595502037 ⪫祭 ० ᪠ (A) -17:27:44 1595507264 : 㦥 -18:28:35 1595510915 祭 ० ᪠ -18:28:35 1595510915 祭 ० ᪠ -18:31:26 1595511086 ⪫祭 ० ᪠ (A) -22:35:25 1595525725 祭 ॣ '-2'(A) -22:35:59 1595525759 ⪫祭 ॣ '-2'(A) -22:37:00 1595525820 祭 -22:37:02 1595525822 祭 -22:38:01 1595525881 ⪫祭 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200723.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200723.339 deleted file mode 100644 index 5d2c85c..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200723.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200724.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200724.330 deleted file mode 100644 index c46ca1d..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200724.330 +++ /dev/null @@ -1,5 +0,0 @@ -00:48:28 1595533708 1 11213 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 4310 9 5180 10 770 11 12 321544 -01:19:19 1595535559 0 A--32-078-2017 ॢ 1 -14:16:25 1595582185 3 14 -18:59:53 1595599193 1 11214 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 7 770 9 3540 10 670 12 321752 -23:37:39 1595615859 1 11214 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 4310 9 3540 10 670 11 12 321752 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200724.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200724.331 deleted file mode 100644 index 93ede4e..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200724.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200724.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200724.332 deleted file mode 100644 index cb04697..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200724.332 +++ /dev/null @@ -1,183 +0,0 @@ -24 00:00:19 00:00:53 - - -30 00:01:34 00:02:14 -Vst= 28.8 - -31 00:02:19 00:02:57 -Rom_sol= 16.6 - -41 00:04:10 00:04:15 -Ukz= 0.58 - -32 00:04:19 00:05:30 -Imax=11.0 Umax=50.0 T= 9.4 - -33 00:05:33 00:06:04 -Imin=16.1 Umin=25.1 T= 0.8 - -34 00:06:07 00:06:35 -V=301.8 T= 9.5 - -35 00:06:39 00:07:30 -Q= 54.9 T= 9.2 - -36 00:07:34 00:08:07 -P1=0.26 T= 3.2 - -38 00:09:21 00:09:27 -t= 52.1 T= 0.7 - -39 00:09:31 00:09:37 -t= 52.4 T= 0.7 - -40 00:09:39 00:09:45 -t= 52.0 T= 0.7 - -22 00:25:46 00:36:17 -P1= 4.6 T1=00:31:17 P2= 6.6 T2=00:36:17 Vs= 0.40 - -23 00:39:47 00:39:53 - - -24 00:40:05 00:40:43 - - -30 00:40:54 00:41:32 -Vst= 28.8 - -31 00:41:36 00:42:37 -Rom_sol= 16.5 - -41 00:42:55 00:43:00 -Ukz= 0.65 - -32 00:43:03 00:44:12 -Imax=11.0 Umax=50.0 T= 9.4 - -33 00:44:15 00:44:44 -Imin=16.1 Umin=25.1 T= 0.8 - -34 00:44:47 00:45:20 -V=301.8 T= 9.5 - -35 00:45:22 00:46:14 -Q= 54.0 T= 9.1 - -36 00:46:17 00:46:49 -P1=0.29 T= 3.0 - -37 00:46:53 00:47:32 -T= 0.6 - -38 00:47:36 00:47:44 -t= 52.1 T= 0.5 - -39 00:47:46 00:47:52 -t= 52.4 T= 0.8 - -40 00:47:56 00:48:01 -t= 52.0 T= 0.7 - -21 14:16:43 14:16:51 -Rsk= 17.2 Rkk= 12.0 - -22 14:43:12 14:53:42 -P1= 6.6 T1=14:48:42 P2= 19.5 T2=14:53:42 Vs= 2.57 - -21 18:38:57 18:39:04 -Rsk= 17.7 Rkk= 12.5 - -22 19:01:10 19:16:41 -P1= 67.8 T1=19:11:41 P2= 89.1 T2=19:16:41 Vs= 4.26 - -22 19:41:01 19:51:31 -P1= 10.4 T1=19:46:31 P2= 22.9 T2=19:51:31 Vs= 2.52 - -20 21:21:36 21:21:45 -Riz_sol=10499.4 - -21 21:21:53 21:22:00 -Rsk= 17.4 Rkk= 12.3 - -22 22:09:11 22:19:41 -P1= 10.2 T1=22:14:41 P2= 22.5 T2=22:19:41 Vs= 2.45 - -22 22:35:51 22:46:21 -P1= 8.3 T1=22:41:21 P2= 16.9 T2=22:46:21 Vs= 1.72 - -23 22:46:40 22:46:47 - - -24 22:46:58 22:47:33 - - -30 22:47:58 22:48:55 -Vst= 28.6 - -31 22:49:07 22:50:08 -Rom_sol= 12.8 - -41 22:51:08 22:51:13 -Ukz= 1.12 - -32 22:51:28 22:52:36 -Imax=11.0 Umax=50.0 T= 9.2 - -33 22:52:41 22:53:14 -Imin=16.1 Umin=25.0 T= 0.8 - -34 22:53:18 22:54:05 -V=301.8 T= 9.5 - -35 22:54:09 22:55:40 -Q= 55.0 T= 9.2 - -36 22:55:44 22:56:16 -P1=0.27 T= 3.0 - -22 23:16:55 23:27:25 -P1= 6.5 T1=23:22:25 P2= 13.5 T2=23:27:25 Vs= 1.39 - -23 23:27:35 23:27:41 - - -24 23:27:47 23:28:22 - - -30 23:28:42 23:29:24 -Vst= 28.6 - -31 23:30:27 23:31:04 -Rom_sol= 12.8 - -41 23:31:25 23:31:30 -Ukz= 0.90 - -37 23:31:43 23:32:20 -T= 0.8 - -32 23:32:32 23:33:41 -Imax=11.0 Umax=50.0 T= 9.2 - -33 23:33:45 23:34:15 -Imin=16.2 Umin=25.0 T= 0.8 - -34 23:34:19 23:34:47 -V=301.8 T= 9.6 - -35 23:34:51 23:35:47 -Q= 54.9 T= 9.3 - -36 23:35:50 23:36:22 -P1=0.26 T= 3.0 - -38 23:36:28 23:36:34 -t= 52.1 T= 0.5 - -39 23:36:37 23:36:43 -t= 52.4 T= 0.8 - -40 23:36:47 23:36:53 -t= 52.0 T= 0.8 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200724.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200724.333 deleted file mode 100644 index 7830e33..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200724.333 +++ /dev/null @@ -1,20 +0,0 @@ -25 00:01:26 1595530886 -25 00:40:51 1595533251 -9 00:48:28 1595533708 -10 01:19:19 1595535559 -11 05:50:26 1595551826 -12 09:21:33 1595564493 -13 11:30:56 1595572256 -0 11:30:56 1595572256 -14 13:20:13 1595578813 -15 15:00:28 1595584828 -16 15:31:54 1595586714 -1 16:09:07 1595588947 -2 18:37:31 1595597851 -5 19:52:12 1595602332 -6 20:05:13 1595603113 -7 20:42:40 1595605360 -8 21:19:22 1595607562 -25 22:47:54 1595612874 -25 23:28:37 1595615317 -9 23:37:39 1595615859 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200724.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200724.334 deleted file mode 100644 index 5de51c6..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200724.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200724.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200724.335 deleted file mode 100644 index db4349b..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200724.335 +++ /dev/null @@ -1,9 +0,0 @@ -74 00:10:53 1595531453 -74 00:12:20 1595531540 -74 22:57:24 1595613444 -47 22:57:29 1595613449 -74 22:58:48 1595613528 -74 23:01:06 1595613666 -47 23:02:20 1595613740 -74 23:05:00 1595613900 -74 23:06:40 1595614000 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200724.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200724.336 deleted file mode 100644 index ce99a93..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200724.336 +++ /dev/null @@ -1,117 +0,0 @@ -[54] -oper = 25 -begin = 24.07.2020 00:01:26 -norma = 30 -real = 39 - -[55] -oper = 25 -begin = 24.07.2020 00:40:51 -norma = 30 -real = 7 - -[56] -oper = 9 -begin = 24.07.2020 00:48:28 -norma = 0 -real = 30 - -[57] -oper = 10 -begin = 24.07.2020 01:19:19 -norma = 0 -real = 271 - -[58] -oper = 11 -begin = 24.07.2020 05:50:26 -norma = 0 -real = 211 - -[59] -oper = 12 -begin = 24.07.2020 09:21:33 -norma = 105 -real = 129 - -[60] -oper = 13 -begin = 24.07.2020 11:30:56 -norma = 45 -real = 109 - -[61] -oper = 14 -begin = 24.07.2020 13:20:13 -norma = 40 -vac_time = 56 -real = 100 - -[62] -oper = 15 -begin = 24.07.2020 15:00:28 -norma = 30 -real = 31 - -[63] -oper = 16 -begin = 24.07.2020 15:31:54 -norma = 40 -real = 37 - -[64] -oper = 1 -begin = 24.07.2020 16:09:07 -norma = 85 -real = 148 - -[65] -oper = 2 -begin = 24.07.2020 18:37:31 -norma = 110 -vac_time = 11 -real = 74 - -[66] -oper = 5 -begin = 24.07.2020 19:52:12 -norma = 25 -real = 13 - -[67] -oper = 6 -begin = 24.07.2020 20:05:13 -norma = 35 -real = 37 - -[68] -oper = 7 -begin = 24.07.2020 20:42:40 -norma = 30 -real = 36 - -[69] -oper = 8 -begin = 24.07.2020 21:19:22 -norma = 40 -vac_time = 11 -real = 88 - -[70] -oper = 25 -begin = 24.07.2020 22:47:54 -norma = 30 -real = 40 - -[71] -oper = 25 -begin = 24.07.2020 23:28:37 -norma = 30 -real = 9 - -[72] -oper = 9 -begin = 24.07.2020 23:37:39 -norma = 0 -real = 29 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200724.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200724.337 deleted file mode 100644 index 0927a24..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200724.337 +++ /dev/null @@ -1,64 +0,0 @@ -00:00:20 1595530820 祭 ॣ '-2'(A) -00:00:54 1595530854 ⪫祭 ॣ '-2'(A) -00:04:28 1595531068 ' ' -00:25:38 1595532338 '⪫ ' -00:25:38 1595532338 ⪫祭 -00:39:41 1595533181 ' ' -00:39:42 1595533182 祭 -00:40:08 1595533208 祭 ॣ '-2'(A) -00:40:44 1595533244 ⪫祭 ॣ '-2'(A) -00:41:37 1595533297 祭 -00:42:37 1595533357 ⪫祭 -00:48:08 1595533688 祭 ० ࠧ -00:48:10 1595533690 祭 ० ' ⮪ 㣨' -00:48:29 1595533709 : 믮 -01:04:50 1595534690 祭 ॣ '-2'(A) -01:19:19 1595535559 ⪫祭 ० ࠧ (A) -01:19:20 1595535560 祭 ॣ . 殮 㣨 -05:50:26 1595551826 祭 ० -05:50:27 1595551827 ⪫祭 ॣ '-2'(A) -05:50:28 1595551828 祭 ॣ '-2'(A) -06:46:27 1595555187 ⪫祭 ॣ '-2'(A) -09:21:25 1595564485 ⪫祭 ० (A) -09:21:27 1595564487 ⪫祭 -09:21:27 1595564487 : -09:21:34 1595564494 ⪫祭 ० ' ⮪ 㣨' -09:21:54 1595564514 祭 ० ᪠ -09:21:54 1595564514 祭 ० ᪠ -09:21:55 1595564515 祭 ० ᪠ -09:24:47 1595564687 ⪫祭 ० ᪠ (A) -09:51:27 1595566287 : 믮 -15:00:27 1595584827 祭 ० ࠧ -15:00:29 1595584829 祭 ० ' ⮪ 㣨' -15:00:31 1595584831 祭 ॣ '-2'(A) -15:02:15 1595584935 ⪫祭 ० ࠧ -15:02:20 1595584940 祭 ० ࠧ -15:02:20 1595584940 ⪫祭 ॣ '-2'(A) -15:02:43 1595584963 ⪫祭 ० ' ⮪ 㣨' -15:02:53 1595584973 祭 ० ' ⮪ 㣨' -15:02:54 1595584974 祭 ॣ '-2'(A) -15:31:27 1595586687 ⪫祭 ० ' ⮪ 㣨' -15:31:58 1595586718 ⪫祭 ॣ '-2'(A) -15:32:39 1595586759 祭 ० ᪠ -15:32:39 1595586759 祭 ० ᪠ -15:32:40 1595586760 祭 ० ᪠ -15:32:40 1595586760 祭 ० ᪠ -15:32:40 1595586760 祭 ० ᪠ -15:35:31 1595586931 ⪫祭 ० ᪠ (A) -18:59:55 1595599195 : 㦥 -20:05:55 1595603155 祭 ० ᪠ -20:05:55 1595603155 祭 ० ᪠ -20:08:15 1595603295 ⪫祭 ० ᪠ (A) -22:47:00 1595612820 祭 ॣ '-2'(A) -22:47:34 1595612854 ⪫祭 ॣ '-2'(A) -22:49:05 1595612945 ' ' -22:49:05 1595612945 祭 -22:49:09 1595612949 祭 -22:50:08 1595613008 ⪫祭 -23:27:48 1595615268 祭 ॣ '-2'(A) -23:28:23 1595615303 ⪫祭 ॣ '-2'(A) -23:29:43 1595615383 ' ' -23:37:01 1595615821 祭 ० ࠧ -23:37:04 1595615824 祭 ० ' ⮪ 㣨' -23:37:40 1595615860 : 믮 -23:54:41 1595616881 祭 ॣ '-2'(A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200724.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200724.339 deleted file mode 100644 index f794c7f..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200724.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200725.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200725.330 deleted file mode 100644 index ab6b2a5..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200725.330 +++ /dev/null @@ -1,6 +0,0 @@ -00:06:42 1595617602 0 A--32-068-2019 ॢ 2 -10:15:26 1595654126 3 14 -15:03:05 1595671385 1 11215 8 2500 9 3890 10 690 -15:03:18 1595671398 3 25 -19:21:20 1595686880 1 11215 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 2500 9 3890 10 690 11 12 321752 -19:51:32 1595688692 0 A--32-074-2016 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200725.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200725.331 deleted file mode 100644 index 8df211b..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200725.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200725.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200725.332 deleted file mode 100644 index 81d402a..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200725.332 +++ /dev/null @@ -1,72 +0,0 @@ -21 10:15:34 10:15:42 -Rsk= 17.2 Rkk= 12.0 - -21 11:24:17 11:24:24 -Rsk= 17.2 Rkk= 12.0 - -21 13:14:15 13:14:23 -Rsk= 17.1 Rkk= 11.9 - -22 13:27:39 13:38:09 -P1= 39.4 T1=13:33:09 P2= 48.0 T2=13:38:09 Vs= 1.71 - -21 15:01:38 15:01:46 -Rsk= 17.2 Rkk= 12.1 - -22 15:28:03 15:38:33 -P1= 28.7 T1=15:33:33 P2= 39.2 T2=15:38:33 Vs= 2.10 - -20 18:26:07 18:26:17 -Riz_sol= 2739.6 - -21 18:26:26 18:26:33 -Rsk= 17.3 Rkk= 12.0 - -22 19:00:04 19:10:34 -P1= 22.8 T1=19:05:34 P2= 31.9 T2=19:10:34 Vs= 1.83 - -23 19:10:42 19:10:48 - - -24 19:10:59 19:11:32 - - -30 19:11:49 19:12:03 -Vst= 24.0 - -30 19:12:10 19:12:47 -Vst= 28.6 - -31 19:12:53 19:13:54 -Rom_sol= 12.9 - -41 19:14:34 19:14:39 -Ukz= 0.96 - -32 19:14:59 19:16:08 -Imax=11.0 Umax=50.0 T= 9.2 - -33 19:16:14 19:16:44 -Imin=16.1 Umin=25.1 T= 0.8 - -34 19:16:50 19:17:19 -V=301.8 T= 9.6 - -35 19:17:23 19:18:15 -Q= 55.0 T= 9.0 - -36 19:18:21 19:18:58 -P1=0.26 T= 3.1 - -37 19:19:04 19:19:40 -T= 0.7 - -38 19:19:44 19:19:50 -t= 52.1 T= 0.7 - -39 19:19:56 19:20:02 -t= 52.4 T= 0.7 - -40 19:20:06 19:20:13 -t= 52.0 T= 0.8 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200725.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200725.333 deleted file mode 100644 index 2765930..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200725.333 +++ /dev/null @@ -1,25 +0,0 @@ -10 00:06:42 1595617602 -11 03:12:08 1595628728 -12 05:56:00 1595638560 -13 07:54:11 1595645651 -0 07:54:11 1595645651 -14 10:14:31 1595654071 -1 10:34:05 1595655245 -14 10:52:47 1595656367 -1 11:15:06 1595657706 -14 11:21:25 1595658085 -1 11:54:00 1595660040 -14 13:04:40 1595664280 -15 13:39:05 1595666345 -16 13:48:01 1595666881 -16 13:59:49 1595667589 -1 14:26:09 1595669169 -2 14:58:39 1595671119 -5 15:39:42 1595673582 -6 15:51:27 1595674287 -7 16:55:01 1595678101 -8 18:12:01 1595682721 -25 19:11:46 1595686306 -9 19:21:20 1595686880 -10 19:51:32 1595688692 -11 23:28:40 1595701720 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200725.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200725.334 deleted file mode 100644 index 7f00681..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200725.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200725.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200725.336 deleted file mode 100644 index 8df4139..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200725.336 +++ /dev/null @@ -1,151 +0,0 @@ -[73] -oper = 10 -begin = 25.07.2020 00:06:42 -norma = 0 -real = 185 - -[74] -oper = 11 -begin = 25.07.2020 03:12:08 -norma = 0 -real = 163 - -[75] -oper = 12 -begin = 25.07.2020 05:56:00 -norma = 105 -real = 118 - -[76] -oper = 13 -begin = 25.07.2020 07:54:11 -norma = 45 -real = 140 - -[77] -oper = 14 -begin = 25.07.2020 10:14:31 -norma = 40 -vac_time = 11 -real = 19 - -[78] -oper = 1 -begin = 25.07.2020 10:34:05 -norma = 85 -real = 18 - -[79] -oper = 14 -begin = 25.07.2020 10:52:47 -norma = 40 -vac_time = 13 -vac_avg10 = 15.2 -real = 22 - -[80] -oper = 1 -begin = 25.07.2020 11:15:06 -norma = 85 -real = 6 - -[81] -oper = 14 -begin = 25.07.2020 11:21:25 -norma = 40 -vac_time = 11 -real = 32 - -[82] -oper = 1 -begin = 25.07.2020 11:54:00 -norma = 85 -real = 70 - -[83] -oper = 14 -begin = 25.07.2020 13:04:40 -norma = 40 -vac_time = 9 -real = 34 - -[84] -oper = 15 -begin = 25.07.2020 13:39:05 -norma = 30 -real = 8 - -[85] -oper = 16 -begin = 25.07.2020 13:48:01 -norma = 40 -real = 11 - -[86] -oper = 16 -begin = 25.07.2020 13:59:49 -norma = 40 -real = 26 - -[87] -oper = 1 -begin = 25.07.2020 14:26:09 -norma = 85 -real = 32 - -[88] -oper = 2 -begin = 25.07.2020 14:58:39 -norma = 110 -vac_time = 9 -real = 41 - -[89] -oper = 5 -begin = 25.07.2020 15:39:42 -norma = 25 -real = 11 - -[90] -oper = 6 -begin = 25.07.2020 15:51:27 -norma = 35 -real = 63 - -[91] -oper = 7 -begin = 25.07.2020 16:55:01 -norma = 30 -real = 77 - -[92] -oper = 8 -begin = 25.07.2020 18:12:01 -norma = 40 -vac_time = 14 -real = 59 - -[93] -oper = 25 -begin = 25.07.2020 19:11:46 -norma = 30 -real = 9 - -[94] -oper = 9 -begin = 25.07.2020 19:21:20 -norma = 0 -real = 30 - -[95] -oper = 10 -begin = 25.07.2020 19:51:32 -norma = 0 -real = 217 - -[96] -oper = 11 -begin = 25.07.2020 23:28:40 -norma = 0 -real = 163 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200725.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200725.337 deleted file mode 100644 index 5810705..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200725.337 +++ /dev/null @@ -1,34 +0,0 @@ -00:06:42 1595617602 ⪫祭 ० ࠧ (A) -00:06:42 1595617602 祭 ॣ . 殮 㣨 -03:12:07 1595628727 祭 ० -03:12:08 1595628728 ⪫祭 ॣ '-2'(A) -03:12:09 1595628729 祭 ॣ '-2'(A) -04:02:09 1595631729 ⪫祭 ॣ '-2'(A) -05:55:50 1595638550 ⪫祭 ० (A) -05:55:52 1595638552 ⪫祭 -05:55:52 1595638552 : -05:56:01 1595638561 ⪫祭 ० ' ⮪ 㣨' -05:56:48 1595638608 祭 ० ᪠ -05:56:49 1595638609 祭 ० ᪠ -05:59:09 1595638749 ⪫祭 ० ᪠ (A) -06:25:51 1595640351 : 믮 -14:00:29 1595667629 祭 ० ᪠ -14:02:33 1595667753 ⪫祭 ० ᪠ -15:03:20 1595671400 : 㦥 -15:52:10 1595674330 祭 ० ᪠ -15:54:34 1595674474 ⪫祭 ० ᪠ (A) -19:11:00 1595686260 祭 ॣ '-2'(A) -19:11:33 1595686293 ⪫祭 ॣ '-2'(A) -19:11:53 1595686313 ' ' -19:11:53 1595686313 祭 -19:12:55 1595686375 祭 -19:13:55 1595686435 ⪫祭 -19:20:24 1595686824 祭 ० ࠧ -19:20:27 1595686827 祭 ० ' ⮪ 㣨' -19:21:21 1595686881 : 믮 -19:38:02 1595687882 祭 ॣ '-2'(A) -19:51:32 1595688692 祭 ⠭ ॣ -19:51:32 1595688692 ⪫祭 ० ࠧ (A) -23:28:39 1595701719 祭 ० -23:28:40 1595701720 ⪫祭 ॣ '-2'(A) -23:28:41 1595701721 祭 ॣ '-2'(A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200725.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200725.339 deleted file mode 100644 index b08cdb4..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200725.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200726.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200726.330 deleted file mode 100644 index 6216117..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200726.330 +++ /dev/null @@ -1,7 +0,0 @@ -04:53:41 1595721221 3 14 -09:23:20 1595737400 3 25 9 4580 -09:24:06 1595737446 1 11216 10 670 -12:04:51 1595747091 1 11216 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 2500 9 4580 10 670 11 12 321752 -12:34:02 1595748842 0 A--32-068-2019 ॢ 2 -22:16:12 1595783772 3 14 -23:24:08 1595787848 0 A--32-067-2014 ॢ 0 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200726.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200726.331 deleted file mode 100644 index 7169a20..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200726.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200726.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200726.332 deleted file mode 100644 index 7a79f9d..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200726.332 +++ /dev/null @@ -1,69 +0,0 @@ -21 04:53:57 04:54:04 -Rsk= 17.0 Rkk= 11.8 - -22 05:19:17 05:29:47 -P1= 19.2 T1=05:24:47 P2= 40.5 T2=05:29:47 Vs= 4.25 - -21 09:22:44 09:22:52 -Rsk= 17.0 Rkk= 11.7 - -22 09:56:37 10:07:08 -P1= 14.9 T1=10:02:08 P2= 28.8 T2=10:07:08 Vs= 2.77 - -20 11:13:48 11:13:58 -Riz_sol= 3648.2 - -21 11:14:06 11:14:14 -Rsk= 17.1 Rkk= 11.8 - -22 11:40:32 11:51:03 -P1= 14.6 T1=11:46:03 P2= 29.4 T2=11:51:03 Vs= 2.96 - -23 11:55:50 11:55:57 - - -24 11:56:09 11:56:45 - - -30 11:56:58 11:57:36 -Vst= 28.6 - -31 11:57:44 11:58:45 -Rom_sol= 12.9 - -41 11:59:33 11:59:38 -Ukz= 0.77 - -32 11:59:41 12:00:49 -Imax=11.0 Umax=50.0 T= 9.4 - -33 12:00:53 12:01:21 -Imin=16.2 Umin=25.1 T= 1.0 - -34 12:01:24 12:01:51 -V=301.7 T= 9.7 - -35 12:01:54 12:02:46 -Q= 54.9 T= 9.0 - -36 12:02:48 12:03:20 -P1=0.30 T= 3.0 - -37 12:03:23 12:03:58 -T= 0.8 - -38 12:04:01 12:04:06 -t= 52.1 T= 0.7 - -39 12:04:09 12:04:14 -t= 52.3 T= 0.7 - -40 12:04:17 12:04:22 -t= 51.9 T= 0.7 - -21 22:16:28 22:16:36 -Rsk= 16.7 Rkk= 11.5 - -22 22:49:30 23:00:00 -P1= 8.8 T1=22:55:00 P2= 22.5 T2=23:00:00 Vs= 2.74 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200726.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200726.333 deleted file mode 100644 index 1674941..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200726.333 +++ /dev/null @@ -1,24 +0,0 @@ -12 02:11:48 1595711508 -13 04:12:13 1595718733 -0 04:12:14 1595718734 -14 04:51:58 1595721118 -15 05:31:05 1595723465 -16 05:59:13 1595725153 -16 05:59:22 1595725162 -1 06:45:19 1595727919 -2 09:20:52 1595737252 -5 10:10:37 1595740237 -6 10:21:44 1595740904 -7 10:59:06 1595743146 -8 11:12:11 1595743931 -25 11:56:55 1595746615 -9 12:04:51 1595747091 -10 12:34:02 1595748842 -11 16:44:07 1595763847 -12 19:27:52 1595773672 -13 21:27:22 1595780842 -0 21:27:22 1595780842 -14 22:12:09 1595783529 -15 23:01:14 1595786474 -16 23:24:09 1595787849 -16 23:26:49 1595788009 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200726.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200726.334 deleted file mode 100644 index ab1b851..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200726.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200726.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200726.336 deleted file mode 100644 index 107db8c..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200726.336 +++ /dev/null @@ -1,136 +0,0 @@ -[97] -oper = 12 -begin = 26.07.2020 02:11:48 -norma = 105 -real = 120 - -[98] -oper = 13 -begin = 26.07.2020 04:12:13 -norma = 45 -real = 39 - -[99] -oper = 14 -begin = 26.07.2020 04:51:58 -norma = 40 -vac_time = 9 -real = 39 - -[00] -oper = 15 -begin = 26.07.2020 05:31:05 -norma = 30 -real = 28 - -[01] -oper = 16 -begin = 26.07.2020 05:59:13 -norma = 40 -real = 0 - -[02] -oper = 16 -begin = 26.07.2020 05:59:22 -norma = 40 -real = 45 - -[03] -oper = 1 -begin = 26.07.2020 06:45:19 -norma = 85 -real = 155 - -[04] -oper = 2 -begin = 26.07.2020 09:20:52 -norma = 110 -vac_time = 8 -real = 49 - -[05] -oper = 5 -begin = 26.07.2020 10:10:37 -norma = 25 -real = 11 - -[06] -oper = 6 -begin = 26.07.2020 10:21:44 -norma = 35 -real = 37 - -[07] -oper = 7 -begin = 26.07.2020 10:59:06 -norma = 30 -real = 13 - -[08] -oper = 8 -begin = 26.07.2020 11:12:11 -norma = 40 -vac_time = 7 -real = 44 - -[09] -oper = 25 -begin = 26.07.2020 11:56:55 -norma = 30 -real = 7 - -[10] -oper = 9 -begin = 26.07.2020 12:04:51 -norma = 0 -real = 29 - -[11] -oper = 10 -begin = 26.07.2020 12:34:02 -norma = 0 -real = 250 - -[12] -oper = 11 -begin = 26.07.2020 16:44:07 -norma = 0 -real = 163 - -[13] -oper = 12 -begin = 26.07.2020 19:27:52 -norma = 105 -real = 119 - -[14] -oper = 13 -begin = 26.07.2020 21:27:22 -norma = 45 -real = 44 - -[15] -oper = 14 -begin = 26.07.2020 22:12:09 -norma = 40 -vac_time = 7 -real = 49 - -[16] -oper = 15 -begin = 26.07.2020 23:01:14 -norma = 30 -real = 22 - -[17] -oper = 16 -begin = 26.07.2020 23:24:09 -norma = 40 -real = 2 - -[18] -oper = 16 -begin = 26.07.2020 23:26:49 -norma = 40 -real = 43 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200726.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200726.337 deleted file mode 100644 index 1bb0533..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200726.337 +++ /dev/null @@ -1,57 +0,0 @@ -00:24:40 1595705080 ⪫祭 ॣ '-2'(A) -02:11:42 1595711502 ⪫祭 ० (A) -02:11:44 1595711504 ⪫祭 -02:11:44 1595711504 : -02:11:49 1595711509 ⪫祭 ० ' ⮪ 㣨' -02:12:29 1595711549 祭 ० ᪠ -02:12:30 1595711550 祭 ० ᪠ -02:12:30 1595711550 祭 ० ᪠ -02:14:48 1595711688 ⪫祭 ० ᪠ (A) -02:41:43 1595713303 : 믮 -05:30:38 1595723438 祭 ० ࠧ -05:30:39 1595723439 祭 ० ' ⮪ 㣨' -05:31:01 1595723461 祭 ॣ '-2'(A) -05:56:45 1595725005 ⪫祭 ० ' ⮪ 㣨' -05:58:15 1595725095 ⪫祭 ० ࠧ (A) -05:59:25 1595725165 ⪫祭 ॣ '-2'(A) -05:59:38 1595725178 祭 ० ᪠ -05:59:38 1595725178 祭 ० ᪠ -06:02:59 1595725379 ⪫祭 ० ᪠ (A) -09:23:23 1595737403 : 㦥 -10:21:55 1595740915 祭 ० ᪠ -10:21:55 1595740915 祭 ० ᪠ -10:25:08 1595741108 ⪫祭 ० ᪠ (A) -11:56:10 1595746570 祭 ॣ '-2'(A) -11:56:46 1595746606 ⪫祭 ॣ '-2'(A) -11:57:44 1595746664 祭 -11:57:46 1595746666 祭 -11:58:45 1595746725 ⪫祭 -12:04:28 1595747068 祭 ० ࠧ -12:04:29 1595747069 祭 ० ' ⮪ 㣨' -12:04:52 1595747092 : 믮 -12:22:02 1595748122 祭 ॣ '-2'(A) -12:34:02 1595748842 ⪫祭 ० ࠧ (A) -12:34:02 1595748842 祭 ॣ . 殮 㣨 -16:44:07 1595763847 祭 ० -16:44:07 1595763847 ⪫祭 ॣ '-2'(A) -16:44:08 1595763848 祭 ॣ '-2'(A) -17:34:08 1595766848 ⪫祭 ॣ '-2'(A) -19:27:49 1595773669 ⪫祭 ० (A) -19:27:50 1595773670 ⪫祭 -19:27:50 1595773670 : -19:27:53 1595773673 ⪫祭 ० ' ⮪ 㣨' -19:28:09 1595773689 祭 ० ᪠ -19:28:09 1595773689 祭 ० ᪠ -19:31:22 1595773882 ⪫祭 ० ᪠ (A) -19:57:50 1595775470 : 믮 -23:00:46 1595786446 祭 ० ࠧ -23:00:49 1595786449 祭 ० ' ⮪ 㣨' -23:02:05 1595786525 祭 ॣ '-2'(A) -23:24:08 1595787848 ⪫祭 ० ࠧ (A) -23:26:50 1595788010 ⪫祭 ० ' ⮪ 㣨' -23:26:53 1595788013 ⪫祭 ॣ '-2'(A) -23:27:00 1595788020 祭 ० ᪠ -23:27:00 1595788020 祭 ० ᪠ -23:27:00 1595788020 祭 ० ᪠ -23:27:00 1595788020 祭 ० ᪠ -23:30:12 1595788212 ⪫祭 ० ᪠ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200726.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200726.339 deleted file mode 100644 index 36f6e0d..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200726.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200727.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200727.330 deleted file mode 100644 index 9cbc561..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200727.330 +++ /dev/null @@ -1,4 +0,0 @@ -01:23:37 1595795017 1 11217 3 25 7 870 9 6080 10 770 -16:10:51 1595848251 12 321544 -16:21:33 1595848893 1 11217 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 2500 9 6080 10 770 11 12 321544 -16:52:27 1595850747 0 A--32-078-2017 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200727.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200727.331 deleted file mode 100644 index a3ec88d..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200727.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200727.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200727.332 deleted file mode 100644 index 2371d54..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200727.332 +++ /dev/null @@ -1,93 +0,0 @@ -21 01:24:03 01:24:10 -Rsk= 16.6 Rkk= 11.4 - -22 02:11:53 02:27:23 -P1= 57.7 T1=02:22:23 P2= 83.4 T2=02:27:23 Vs= 5.14 - -22 02:43:16 02:58:47 -P1= 51.7 T1=02:53:47 P2= 75.7 T2=02:58:47 Vs= 4.79 - -21 03:24:14 03:24:21 -Rsk= 16.6 Rkk= 11.4 - -22 03:55:06 04:10:37 -P1= 62.8 T1=04:05:37 P2= 89.2 T2=04:10:37 Vs= 5.28 - -22 04:24:24 04:39:55 -P1= 51.8 T1=04:34:55 P2= 75.2 T2=04:39:55 Vs= 4.69 - -22 04:55:26 05:10:56 -P1= 47.2 T1=05:05:56 P2= 68.9 T2=05:10:56 Vs= 4.33 - -22 05:26:43 05:42:13 -P1= 45.6 T1=05:37:13 P2= 66.8 T2=05:42:13 Vs= 4.23 - -22 05:58:40 06:14:10 -P1= 44.6 T1=06:09:10 P2= 65.6 T2=06:14:10 Vs= 4.19 - -22 06:47:29 07:02:59 -P1= 43.2 T1=06:57:59 P2= 63.5 T2=07:02:59 Vs= 4.06 - -21 07:35:10 07:35:18 -Rsk= 16.7 Rkk= 11.6 - -21 11:12:37 11:12:45 -Rsk= 16.8 Rkk= 11.6 - -22 11:44:26 11:54:56 -P1= 11.1 T1=11:49:56 P2= 24.8 T2=11:54:56 Vs= 2.72 - -20 15:31:32 15:31:42 -Riz_sol= 4422.7 - -21 15:31:48 15:31:55 -Rsk= 16.8 Rkk= 11.7 - -22 15:59:31 16:10:01 -P1= 14.1 T1=16:05:01 P2= 28.7 T2=16:10:01 Vs= 2.92 - -23 16:11:04 16:11:11 - - -24 16:11:18 16:11:54 - - -30 16:12:13 16:12:53 -Vst= 28.6 - -31 16:13:00 16:14:00 -Rom_sol= 15.6 - -41 16:15:13 16:15:18 -Ukz= 0.90 - -32 16:15:21 16:16:34 -Imax=11.0 Umax=50.0 T= 9.4 - -33 16:16:37 16:17:06 -Imin=16.1 Umin=25.1 T= 0.8 - -34 16:17:09 16:17:35 -V=301.9 T= 8.8 - -34 16:17:44 16:18:12 -V=301.8 T= 9.6 - -35 16:18:16 16:19:09 -Q= 54.8 T= 9.1 - -36 16:19:13 16:19:46 -P1=0.26 T= 3.0 - -37 16:19:49 16:20:25 -T= 0.7 - -38 16:20:28 16:20:34 -t= 52.1 T= 0.7 - -39 16:20:39 16:20:46 -t= 52.4 T= 0.7 - -40 16:20:49 16:20:55 -t= 52.0 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200727.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200727.333 deleted file mode 100644 index 1fe565e..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200727.333 +++ /dev/null @@ -1,16 +0,0 @@ -1 00:10:35 1595790635 -2 01:16:43 1595794603 -7 03:08:26 1595801306 -2 03:23:01 1595802181 -7 07:18:57 1595816337 -2 07:33:53 1595817233 -7 08:50:43 1595821843 -2 11:08:23 1595830103 -5 11:55:40 1595832940 -6 12:06:44 1595833604 -7 12:52:00 1595836320 -8 15:25:15 1595845515 -25 16:12:08 1595848328 -9 16:21:33 1595848893 -10 16:52:27 1595850747 -11 22:50:53 1595872253 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200727.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200727.334 deleted file mode 100644 index ab8a939..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200727.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200727.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200727.335 deleted file mode 100644 index a67975f..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200727.335 +++ /dev/null @@ -1 +0,0 @@ -56 16:17:35 1595848655 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200727.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200727.336 deleted file mode 100644 index daa217f..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200727.336 +++ /dev/null @@ -1,102 +0,0 @@ -[19] -oper = 1 -begin = 27.07.2020 00:10:35 -norma = 85 -real = 66 - -[20] -oper = 2 -begin = 27.07.2020 01:16:43 -norma = 110 -vac_time = 8 -real = 111 - -[21] -oper = 7 -begin = 27.07.2020 03:08:26 -norma = 30 -real = 14 - -[22] -oper = 2 -begin = 27.07.2020 03:23:01 -norma = 110 -vac_time = 9 -vac_avg10 = 9.1 -real = 235 - -[23] -oper = 7 -begin = 27.07.2020 07:18:57 -norma = 30 -real = 14 - -[24] -oper = 2 -begin = 27.07.2020 07:33:53 -norma = 110 -vac_time = 9 -real = 76 - -[25] -oper = 7 -begin = 27.07.2020 08:50:43 -norma = 30 -real = 137 - -[26] -oper = 2 -begin = 27.07.2020 11:08:23 -norma = 110 -vac_time = 10 -real = 47 - -[27] -oper = 5 -begin = 27.07.2020 11:55:40 -norma = 25 -real = 11 - -[28] -oper = 6 -begin = 27.07.2020 12:06:44 -norma = 35 -real = 45 - -[29] -oper = 7 -begin = 27.07.2020 12:52:00 -norma = 30 -real = 153 - -[30] -oper = 8 -begin = 27.07.2020 15:25:15 -norma = 40 -vac_time = 9 -real = 46 - -[31] -oper = 25 -begin = 27.07.2020 16:12:08 -norma = 30 -real = 9 - -[32] -oper = 9 -begin = 27.07.2020 16:21:33 -norma = 0 -real = 30 - -[33] -oper = 10 -begin = 27.07.2020 16:52:27 -norma = 0 -real = 358 - -[34] -oper = 11 -begin = 27.07.2020 22:50:53 -norma = 0 -real = 211 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200727.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200727.337 deleted file mode 100644 index 674c146..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200727.337 +++ /dev/null @@ -1,22 +0,0 @@ -01:23:44 1595795024 : 㦥 -02:05:14 1595797514 祭 ॣ '-2'(A) -02:05:15 1595797515 : 㦥 -02:05:16 1595797516 ⪫祭 ॣ '-2'(A) -12:06:59 1595833619 祭 ० ᪠ -12:06:59 1595833619 祭 ० ᪠ -12:09:49 1595833789 ⪫祭 ० ᪠ (A) -16:11:20 1595848280 祭 ॣ '-2'(A) -16:11:54 1595848314 ⪫祭 ॣ '-2'(A) -16:12:22 1595848342 祭 -16:13:01 1595848381 祭 -16:14:01 1595848441 ⪫祭 -16:21:06 1595848866 祭 ० ࠧ -16:21:09 1595848869 祭 ० ' ⮪ 㣨' -16:21:34 1595848894 : 믮 -16:37:57 1595849877 祭 ॣ '-2'(A) -16:52:27 1595850747 ⪫祭 ० ࠧ (A) -16:52:27 1595850747 祭 ॣ . 殮 㣨 -22:50:53 1595872253 祭 ० -22:50:54 1595872254 ⪫祭 ॣ '-2'(A) -22:50:55 1595872255 祭 ॣ '-2'(A) -23:46:54 1595875614 ⪫祭 ॣ '-2'(A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200728.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200728.330 deleted file mode 100644 index 6a4f0db..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200728.330 +++ /dev/null @@ -1,5 +0,0 @@ -05:37:09 1595896629 3 14 -06:57:42 1595901462 0 A--32-120-2016 ॢ 0 -10:05:28 1595912728 1 11218 3 25 9 4540 -13:55:58 1595926558 1 11218 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 2500 9 4540 10 770 11 12 321544 -14:27:31 1595928451 0 A--32-078-2017 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200728.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200728.331 deleted file mode 100644 index 04187ed..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200728.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200728.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200728.332 deleted file mode 100644 index 28d35fd..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200728.332 +++ /dev/null @@ -1,63 +0,0 @@ -21 05:36:39 05:36:47 -Rsk= 16.8 Rkk= 11.6 - -22 06:04:05 06:14:36 -P1= 7.7 T1=06:09:36 P2= 22.1 T2=06:14:36 Vs= 2.89 - -21 09:57:23 09:57:31 -Rsk= 16.9 Rkk= 11.7 - -22 10:29:36 10:40:06 -P1= 10.3 T1=10:35:06 P2= 24.8 T2=10:40:06 Vs= 2.91 - -20 13:00:19 13:00:28 -Riz_sol= 2376.3 - -21 13:00:34 13:00:42 -Rsk= 16.8 Rkk= 11.6 - -22 13:31:22 13:41:52 -P1= 9.6 T1=13:36:52 P2= 21.8 T2=13:41:52 Vs= 2.44 - -23 13:47:20 13:47:26 - - -24 13:47:32 13:48:08 - - -30 13:48:17 13:48:55 -Vst= 28.6 - -31 13:49:05 13:50:06 -Rom_sol= 15.7 - -41 13:50:34 13:50:39 -Ukz= 0.83 - -32 13:50:40 13:51:48 -Imax=11.0 Umax=50.0 T= 9.2 - -33 13:51:51 13:52:19 -Imin=16.1 Umin=25.1 T= 1.0 - -34 13:52:22 13:52:50 -V=301.9 T= 9.6 - -35 13:52:53 13:53:45 -Q= 54.9 T= 9.5 - -36 13:53:49 13:54:23 -P1=0.26 T= 3.0 - -37 13:54:25 13:55:01 -T= 0.7 - -38 13:55:04 13:55:09 -t= 52.1 T= 0.7 - -39 13:55:11 13:55:19 -t= 52.4 T= 0.7 - -40 13:55:21 13:55:27 -t= 52.0 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200728.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200728.333 deleted file mode 100644 index 83b7b7f..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200728.333 +++ /dev/null @@ -1,18 +0,0 @@ -12 02:22:04 1595884924 -13 04:30:23 1595892623 -0 04:30:23 1595892623 -14 05:26:00 1595895960 -15 06:23:28 1595899408 -16 06:57:43 1595901463 -16 06:59:20 1595901560 -1 07:53:29 1595904809 -2 09:54:15 1595912055 -5 10:41:18 1595914878 -6 10:53:56 1595915636 -7 11:33:42 1595918022 -8 12:51:36 1595922696 -25 13:48:14 1595926094 -9 13:55:58 1595926558 -10 14:27:32 1595928452 -11 18:42:40 1595943760 -12 22:13:44 1595956424 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200728.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200728.334 deleted file mode 100644 index 38222a0..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200728.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200728.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200728.336 deleted file mode 100644 index d64547f..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200728.336 +++ /dev/null @@ -1,105 +0,0 @@ -[35] -oper = 12 -begin = 28.07.2020 02:22:04 -norma = 105 -real = 128 - -[36] -oper = 13 -begin = 28.07.2020 04:30:23 -norma = 45 -real = 55 - -[37] -oper = 14 -begin = 28.07.2020 05:26:00 -norma = 40 -vac_time = 10 -real = 57 - -[38] -oper = 15 -begin = 28.07.2020 06:23:28 -norma = 30 -real = 34 - -[39] -oper = 16 -begin = 28.07.2020 06:57:43 -norma = 40 -real = 1 - -[40] -oper = 16 -begin = 28.07.2020 06:59:20 -norma = 40 -real = 54 - -[41] -oper = 1 -begin = 28.07.2020 07:53:29 -norma = 85 -real = 120 - -[42] -oper = 2 -begin = 28.07.2020 09:54:15 -norma = 110 -vac_time = 9 -real = 47 - -[43] -oper = 5 -begin = 28.07.2020 10:41:18 -norma = 25 -real = 12 - -[44] -oper = 6 -begin = 28.07.2020 10:53:56 -norma = 35 -real = 39 - -[45] -oper = 7 -begin = 28.07.2020 11:33:42 -norma = 30 -real = 77 - -[46] -oper = 8 -begin = 28.07.2020 12:51:36 -norma = 40 -vac_time = 9 -real = 56 - -[47] -oper = 25 -begin = 28.07.2020 13:48:14 -norma = 30 -real = 7 - -[48] -oper = 9 -begin = 28.07.2020 13:55:58 -norma = 0 -real = 31 - -[49] -oper = 10 -begin = 28.07.2020 14:27:32 -norma = 0 -real = 255 - -[50] -oper = 11 -begin = 28.07.2020 18:42:40 -norma = 0 -real = 211 - -[51] -oper = 12 -begin = 28.07.2020 22:13:44 -norma = 105 -real = 135 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200728.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200728.337 deleted file mode 100644 index 02a8710..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200728.337 +++ /dev/null @@ -1,47 +0,0 @@ -02:21:54 1595884914 ⪫祭 ० (A) -02:21:55 1595884915 ⪫祭 -02:21:55 1595884915 : -02:22:06 1595884926 ⪫祭 ० ' ⮪ 㣨' -02:22:23 1595884943 祭 ० ᪠ -02:22:24 1595884944 祭 ० ᪠ -02:22:25 1595884945 祭 ० ᪠ -02:25:12 1595885112 ⪫祭 ० ᪠ (A) -02:51:55 1595886715 : 믮 -06:23:06 1595899386 祭 ० ࠧ -06:23:08 1595899388 祭 ० ' ⮪ 㣨' -06:24:50 1595899490 祭 ॣ '-2'(A) -06:57:42 1595901462 ⪫祭 ० ࠧ (A) -06:59:21 1595901561 ⪫祭 ० ' ⮪ 㣨' -06:59:24 1595901564 ⪫祭 ॣ '-2'(A) -06:59:31 1595901571 祭 ० ᪠ -06:59:32 1595901572 祭 ० ᪠ -07:02:41 1595901761 ⪫祭 ० ᪠ (A) -10:05:53 1595912753 : 㦥 -10:54:05 1595915645 祭 ० ᪠ -10:54:05 1595915645 祭 ० ᪠ -10:54:05 1595915645 祭 ० ᪠ -10:56:56 1595915816 ⪫祭 ० ᪠ (A) -13:47:33 1595926053 祭 ॣ '-2'(A) -13:48:08 1595926088 ⪫祭 ॣ '-2'(A) -13:49:03 1595926143 祭 -13:49:06 1595926146 祭 -13:50:06 1595926206 ⪫祭 -13:55:35 1595926535 祭 ० ࠧ -13:55:35 1595926535 祭 ० ' ⮪ 㣨' -13:55:59 1595926559 : 믮 -14:13:02 1595927582 祭 ॣ '-2'(A) -14:27:31 1595928451 ⪫祭 ० ࠧ (A) -14:27:32 1595928452 祭 ॣ . 殮 㣨 -18:42:39 1595943759 祭 ० -18:42:40 1595943760 ⪫祭 ॣ '-2'(A) -18:42:41 1595943761 祭 ॣ '-2'(A) -19:38:40 1595947120 ⪫祭 ॣ '-2'(A) -22:13:39 1595956419 ⪫祭 ० (A) -22:13:41 1595956421 ⪫祭 -22:13:41 1595956421 : -22:13:45 1595956425 ⪫祭 ० ' ⮪ 㣨' -22:14:18 1595956458 祭 ० ᪠ -22:14:18 1595956458 祭 ० ᪠ -22:14:18 1595956458 祭 ० ᪠ -22:17:32 1595956652 ⪫祭 ० ᪠ (A) -22:43:41 1595958221 : 믮 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200728.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200728.339 deleted file mode 100644 index b5dbc93..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200728.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200729.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200729.330 deleted file mode 100644 index c238f61..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200729.330 +++ /dev/null @@ -1,10 +0,0 @@ -01:03:58 1595966638 3 14 -02:08:54 1595970534 0 A--32-120-2016 ॢ 0 -04:23:19 1595978599 1 11219 3 25 7 770 9 4360 10 670 -07:14:30 1595988870 1 11219 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 2500 9 4360 10 670 11 12 321544 -07:43:13 1595990593 0 A--32-068-2019 ॢ 2 -16:46:55 1596023215 3 14 -19:15:37 1596032137 1 11219 3 25 9 4500 -19:59:16 1596034756 1 11220 -22:43:41 1596044621 1 11220 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 2500 9 4500 10 670 11 12 321544 -23:12:24 1596046344 0 A--32-068-2019 ॢ 2 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200729.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200729.331 deleted file mode 100644 index b13aa31..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200729.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200729.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200729.332 deleted file mode 100644 index c708aa6..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200729.332 +++ /dev/null @@ -1,126 +0,0 @@ -21 01:04:14 01:04:21 -Rsk= 16.6 Rkk= 11.3 - -22 01:20:32 01:36:04 -P1= 51.2 T1=01:31:04 P2= 65.3 T2=01:36:04 Vs= 2.82 - -21 04:23:36 04:23:44 -Rsk= 16.5 Rkk= 11.2 - -22 04:44:43 05:00:14 -P1= 36.2 T1=04:55:14 P2= 49.5 T2=05:00:14 Vs= 2.67 - -20 06:32:09 06:32:19 -Riz_sol= 3484.0 - -21 06:32:25 06:32:32 -Rsk= 16.7 Rkk= 11.4 - -22 06:49:41 07:05:10 -P1= 42.8 T1=07:00:10 P2= 57.4 T2=07:05:10 Vs= 2.92 - -23 07:05:28 07:05:35 - - -24 07:05:43 07:06:18 - - -30 07:06:29 07:07:09 -Vst= 28.7 - -31 07:07:14 07:08:14 -Rom_sol= 12.9 - -41 07:08:57 07:09:02 -Ukz= 0.86 - -32 07:09:05 07:10:14 -Imax=11.0 Umax=50.0 T= 9.4 - -33 07:10:19 07:10:47 -Imin=16.2 Umin=25.0 T= 0.8 - -34 07:10:51 07:11:20 -V=301.8 T= 9.5 - -35 07:11:24 07:12:16 -Q= 54.6 T= 9.0 - -36 07:12:21 07:12:53 -P1=0.30 T= 3.1 - -37 07:12:58 07:13:34 -T= 0.7 - -38 07:13:37 07:13:43 -t= 52.1 T= 0.5 - -39 07:13:47 07:13:53 -t= 52.4 T= 0.7 - -40 07:13:57 07:14:03 -t= 52.0 T= 0.7 - -21 16:47:16 16:47:24 -Rsk= 16.5 Rkk= 11.4 - -22 17:09:32 17:20:01 -P1= 12.4 T1=17:15:01 P2= 32.7 T2=17:20:01 Vs= 4.06 - -21 19:15:51 19:15:58 -Rsk= 16.5 Rkk= 11.4 - -22 19:47:58 19:58:28 -P1= 8.2 T1=19:53:28 P2= 21.4 T2=19:58:28 Vs= 2.65 - -20 21:24:53 21:25:03 -Riz_sol= 8132.5 - -21 21:25:15 21:25:23 -Rsk= 16.4 Rkk= 11.2 - -22 22:21:47 22:32:18 -P1= 5.6 T1=22:27:18 P2= 13.6 T2=22:32:18 Vs= 1.60 - -23 22:32:57 22:33:04 - - -24 22:33:11 22:33:47 - - -30 22:34:01 22:34:52 -Vst= 28.6 - -31 22:35:07 22:36:08 -Rom_sol= 12.9 - -41 22:36:36 22:36:41 -Ukz= 0.71 - -32 22:36:45 22:37:57 -Imax=11.0 Umax=49.9 T= 9.4 - -33 22:38:02 22:38:37 -Imin=16.1 Umin=25.1 T= 0.8 - -34 22:38:41 22:39:11 -V=301.9 T= 9.6 - -35 22:39:16 22:40:17 -Q= 54.8 T=12.1 - -36 22:40:24 22:40:59 -P1=0.28 T= 3.1 - -37 22:41:03 05:00:00 -T= 0.7 - -38 22:41:42 22:41:49 -t= 52.1 T= 0.5 - -39 22:41:53 22:42:00 -t= 52.4 T= 0.7 - -40 22:42:08 22:42:18 -t= 52.0 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200729.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200729.333 deleted file mode 100644 index e501013..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200729.333 +++ /dev/null @@ -1,31 +0,0 @@ -13 00:29:05 1595964545 -0 00:29:05 1595964545 -14 01:01:49 1595966509 -15 01:37:06 1595968626 -16 02:08:54 1595970534 -16 02:11:26 1595970686 -1 03:04:00 1595973840 -2 04:19:17 1595978357 -5 05:01:13 1595980873 -6 05:12:52 1595981572 -7 06:07:27 1595984847 -8 06:28:17 1595986097 -25 07:06:26 1595988386 -9 07:14:30 1595988870 -10 07:43:14 1595990594 -11 11:47:01 1596005221 -12 14:30:47 1596015047 -13 16:24:17 1596021857 -0 16:24:17 1596021857 -14 16:45:03 1596023103 -15 17:21:29 1596025289 -16 17:49:51 1596026991 -1 18:29:25 1596029365 -2 19:12:25 1596031945 -5 20:00:09 1596034809 -6 20:13:46 1596035626 -7 20:51:50 1596037910 -8 21:22:51 1596039771 -25 22:33:58 1596044038 -9 22:43:41 1596044621 -10 23:12:25 1596046345 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200729.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200729.334 deleted file mode 100644 index 29c9f16..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200729.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200729.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200729.336 deleted file mode 100644 index 3ee7f8a..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200729.336 +++ /dev/null @@ -1,181 +0,0 @@ -[52] -oper = 13 -begin = 29.07.2020 00:29:05 -norma = 45 -real = 32 - -[53] -oper = 14 -begin = 29.07.2020 01:01:49 -norma = 40 -vac_time = 8 -real = 35 - -[54] -oper = 15 -begin = 29.07.2020 01:37:06 -norma = 30 -real = 31 - -[55] -oper = 16 -begin = 29.07.2020 02:08:54 -norma = 40 -real = 2 - -[56] -oper = 16 -begin = 29.07.2020 02:11:26 -norma = 40 -real = 52 - -[57] -oper = 1 -begin = 29.07.2020 03:04:00 -norma = 85 -real = 75 - -[58] -oper = 2 -begin = 29.07.2020 04:19:17 -norma = 110 -vac_time = 8 -real = 41 - -[59] -oper = 5 -begin = 29.07.2020 05:01:13 -norma = 25 -real = 11 - -[60] -oper = 6 -begin = 29.07.2020 05:12:52 -norma = 35 -real = 54 - -[61] -oper = 7 -begin = 29.07.2020 06:07:27 -norma = 30 -real = 20 - -[62] -oper = 8 -begin = 29.07.2020 06:28:17 -norma = 40 -vac_time = 8 -real = 38 - -[63] -oper = 25 -begin = 29.07.2020 07:06:26 -norma = 30 -real = 8 - -[64] -oper = 9 -begin = 29.07.2020 07:14:30 -norma = 0 -real = 28 - -[65] -oper = 10 -begin = 29.07.2020 07:43:14 -norma = 0 -real = 243 - -[66] -oper = 11 -begin = 29.07.2020 11:47:01 -norma = 0 -real = 163 - -[67] -oper = 12 -begin = 29.07.2020 14:30:47 -norma = 105 -real = 113 - -[68] -oper = 13 -begin = 29.07.2020 16:24:17 -norma = 45 -real = 20 - -[69] -oper = 14 -begin = 29.07.2020 16:45:03 -norma = 40 -vac_time = 7 -vac_avg10 = 8.7 -real = 36 - -[70] -oper = 15 -begin = 29.07.2020 17:21:29 -norma = 30 -real = 28 - -[71] -oper = 16 -begin = 29.07.2020 17:49:51 -norma = 40 -real = 39 - -[72] -oper = 1 -begin = 29.07.2020 18:29:25 -norma = 85 -real = 43 - -[73] -oper = 2 -begin = 29.07.2020 19:12:25 -norma = 110 -vac_time = 8 -real = 47 - -[74] -oper = 5 -begin = 29.07.2020 20:00:09 -norma = 25 -real = 13 - -[75] -oper = 6 -begin = 29.07.2020 20:13:46 -norma = 35 -real = 38 - -[76] -oper = 7 -begin = 29.07.2020 20:51:50 -norma = 30 -real = 31 - -[77] -oper = 8 -begin = 29.07.2020 21:22:51 -norma = 40 -vac_time = 8 -real = 71 - -[78] -oper = 25 -begin = 29.07.2020 22:33:58 -norma = 30 -real = 9 - -[79] -oper = 9 -begin = 29.07.2020 22:43:41 -norma = 0 -real = 28 - -[80] -oper = 10 -begin = 29.07.2020 23:12:25 -norma = 0 -real = 248 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200729.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200729.337 deleted file mode 100644 index 0205f8b..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200729.337 +++ /dev/null @@ -1,66 +0,0 @@ -01:37:36 1595968656 祭 ० ࠧ -01:37:39 1595968659 祭 ० ' ⮪ 㣨' -01:37:39 1595968659 祭 ॣ '-2'(A) -02:08:54 1595970534 ⪫祭 ० ࠧ (A) -02:11:23 1595970683 ⪫祭 ० ' ⮪ 㣨' -02:11:30 1595970690 ⪫祭 ॣ '-2'(A) -02:11:52 1595970712 祭 ० ᪠ -02:15:26 1595970926 ⪫祭 ० ᪠ (A) -04:23:21 1595978601 : 㦥 -05:13:00 1595981580 祭 ० ᪠ -05:13:00 1595981580 祭 ० ᪠ -05:16:35 1595981795 ⪫祭 ० ᪠ (A) -07:05:36 1595988336 ' ' -07:05:36 1595988336 祭 -07:05:45 1595988345 祭 ॣ '-2'(A) -07:06:19 1595988379 ⪫祭 ॣ '-2'(A) -07:07:15 1595988435 祭 -07:08:15 1595988495 ⪫祭 -07:14:13 1595988853 祭 ० ࠧ -07:14:15 1595988855 祭 ० ' ⮪ 㣨' -07:14:31 1595988871 : 믮 -07:31:13 1595989873 祭 ॣ '-2'(A) -07:43:13 1595990593 ⪫祭 ० ࠧ (A) -07:43:13 1595990593 祭 ॣ . 殮 㣨 -11:47:01 1596005221 祭 ० -11:47:02 1596005222 ⪫祭 ॣ '-2'(A) -11:47:03 1596005223 祭 ॣ '-2'(A) -12:37:02 1596008222 ⪫祭 ॣ '-2'(A) -14:30:44 1596015044 ⪫祭 ० (A) -14:30:45 1596015045 ⪫祭 -14:30:45 1596015045 : -14:30:48 1596015048 ⪫祭 ० ' ⮪ 㣨' -14:31:11 1596015071 祭 ० ᪠ -14:31:11 1596015071 祭 ० ᪠ -14:34:47 1596015287 ⪫祭 ० ᪠ (A) -15:00:45 1596016845 : 믮 -17:21:15 1596025275 祭 ० ࠧ -17:21:16 1596025276 祭 ० ' ⮪ 㣨' -17:21:26 1596025286 祭 ॣ '-2'(A) -17:46:28 1596026788 ⪫祭 ० ' ⮪ 㣨' -17:49:55 1596026995 ⪫祭 ॣ '-2'(A) -17:49:57 1596026997 ⪫祭 ० ࠧ -17:50:21 1596027021 祭 ० ᪠ -17:50:21 1596027021 祭 ० ᪠ -17:50:21 1596027021 祭 ० ᪠ -17:50:22 1596027022 祭 ० ᪠ -17:50:23 1596027023 祭 ० ᪠ -17:50:23 1596027023 祭 ० ᪠ -17:53:27 1596027207 ⪫祭 ० ᪠ (A) -19:15:39 1596032139 : 㦥 -20:13:57 1596035637 祭 ० ᪠ -20:14:03 1596035643 祭 ० ᪠ -20:14:03 1596035643 祭 ० ᪠ -20:14:03 1596035643 祭 ० ᪠ -20:17:24 1596035844 ⪫祭 ० ᪠ (A) -22:33:13 1596043993 祭 ॣ '-2'(A) -22:33:48 1596044028 ⪫祭 ॣ '-2'(A) -22:35:02 1596044102 祭 -22:35:08 1596044108 祭 -22:36:08 1596044168 ⪫祭 -22:43:09 1596044589 祭 ० ࠧ -22:43:11 1596044591 祭 ० ' ⮪ 㣨' -22:43:42 1596044622 : 믮 -23:00:24 1596045624 祭 ॣ '-2'(A) -23:12:24 1596046344 祭 ॣ . 殮 㣨 -23:12:24 1596046344 ⪫祭 ० ࠧ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200729.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200729.339 deleted file mode 100644 index f0e95ad..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200729.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200730.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200730.330 deleted file mode 100644 index 43fbecb..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200730.330 +++ /dev/null @@ -1,5 +0,0 @@ -08:51:43 1596081103 3 14 -09:47:43 1596084463 0 A--32-067-2014 ॢ 0 -12:04:58 1596092698 1 11221 3 25 9 4560 -16:44:29 1596109469 1 11221 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 2500 9 4560 10 670 11 12 321544 -17:13:12 1596111192 0 A--32-068-2019 ॢ 2 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200730.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200730.331 deleted file mode 100644 index 561a3a4..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200730.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200730.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200730.332 deleted file mode 100644 index d933f2f..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200730.332 +++ /dev/null @@ -1,66 +0,0 @@ -21 08:52:10 08:52:18 -Rsk= 11.0 Rkk= 11.0 - -22 09:09:31 09:20:01 -P1= 17.9 T1=09:15:00 P2= 41.2 T2=09:20:01 Vs= 4.67 - -21 12:03:17 12:03:24 -Rsk= 16.3 Rkk= 11.2 - -22 12:29:38 12:45:09 -P1= 34.2 T1=12:40:09 P2= 48.0 T2=12:45:09 Vs= 2.76 - -20 14:19:58 14:20:08 -Riz_sol= 6535.3 - -22 14:54:39 15:10:09 -P1= 28.4 T1=15:05:09 P2= 40.0 T2=15:10:09 Vs= 2.31 - -22 16:23:25 16:33:56 -P1= 9.2 T1=16:28:56 P2= 18.9 T2=16:33:56 Vs= 1.94 - -23 16:34:20 16:34:26 - - -24 16:34:30 16:35:07 - - -30 16:35:18 16:35:57 -Vst= 28.6 - -31 16:36:07 16:37:07 -Rom_sol= 12.9 - -21 16:37:55 16:38:02 -Rsk= 11.2 Rkk= 11.2 - -41 16:38:29 16:38:34 -Ukz= 1.18 - -32 16:38:37 16:39:45 -Imax=11.0 Umax=50.0 T= 9.4 - -33 16:39:49 16:40:34 -Imin=16.2 Umin=25.0 T= 0.8 - -34 16:40:37 16:41:06 -V=301.7 T= 9.5 - -35 16:41:09 16:42:07 -Q= 54.9 T= 9.5 - -36 16:42:11 16:42:48 -P1=0.25 T= 3.0 - -37 16:42:52 16:43:28 -T= 0.7 - -38 16:43:30 16:43:36 -t= 52.1 T= 0.7 - -39 16:43:38 16:43:46 -t= 52.3 T= 0.7 - -40 16:43:49 16:43:56 -t= 51.9 T= 0.8 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200730.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200730.333 deleted file mode 100644 index e9ee616..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200730.333 +++ /dev/null @@ -1,18 +0,0 @@ -11 03:20:54 1596061254 -12 06:04:43 1596071083 -13 07:53:05 1596077585 -0 07:53:06 1596077586 -14 08:47:44 1596080864 -15 09:20:53 1596082853 -16 09:47:44 1596084464 -16 09:50:32 1596084632 -1 10:34:00 1596087240 -2 11:59:54 1596092394 -5 12:46:03 1596095163 -6 12:59:54 1596095994 -7 13:40:08 1596098408 -8 14:19:26 1596100766 -25 16:38:08 1596109088 -9 16:44:29 1596109469 -10 17:13:12 1596111192 -11 21:23:00 1596126180 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200730.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200730.334 deleted file mode 100644 index 8752c04..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200730.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200730.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200730.336 deleted file mode 100644 index 0032ce0..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200730.336 +++ /dev/null @@ -1,105 +0,0 @@ -[81] -oper = 11 -begin = 30.07.2020 03:20:54 -norma = 0 -real = 163 - -[82] -oper = 12 -begin = 30.07.2020 06:04:43 -norma = 105 -real = 108 - -[83] -oper = 13 -begin = 30.07.2020 07:53:05 -norma = 45 -real = 54 - -[84] -oper = 14 -begin = 30.07.2020 08:47:44 -norma = 40 -vac_time = 7 -real = 33 - -[85] -oper = 15 -begin = 30.07.2020 09:20:53 -norma = 30 -real = 26 - -[86] -oper = 16 -begin = 30.07.2020 09:47:44 -norma = 40 -real = 2 - -[87] -oper = 16 -begin = 30.07.2020 09:50:32 -norma = 40 -real = 43 - -[88] -oper = 1 -begin = 30.07.2020 10:34:00 -norma = 85 -real = 85 - -[89] -oper = 2 -begin = 30.07.2020 11:59:54 -norma = 110 -vac_time = 8 -real = 46 - -[90] -oper = 5 -begin = 30.07.2020 12:46:03 -norma = 25 -real = 13 - -[91] -oper = 6 -begin = 30.07.2020 12:59:54 -norma = 35 -real = 40 - -[92] -oper = 7 -begin = 30.07.2020 13:40:08 -norma = 30 -real = 39 - -[93] -oper = 8 -begin = 30.07.2020 14:19:26 -norma = 40 -vac_time = 8 -real = 138 - -[94] -oper = 25 -begin = 30.07.2020 16:38:08 -norma = 30 -real = 6 - -[95] -oper = 9 -begin = 30.07.2020 16:44:29 -norma = 0 -real = 28 - -[96] -oper = 10 -begin = 30.07.2020 17:13:12 -norma = 0 -real = 249 - -[97] -oper = 11 -begin = 30.07.2020 21:23:00 -norma = 0 -real = 163 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200730.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200730.337 deleted file mode 100644 index b9ad333..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200730.337 +++ /dev/null @@ -1,41 +0,0 @@ -03:20:53 1596061253 祭 ० -03:20:54 1596061254 ⪫祭 ॣ '-2'(A) -03:20:55 1596061255 祭 ॣ '-2'(A) -04:10:55 1596064255 ⪫祭 ॣ '-2'(A) -06:04:36 1596071076 ⪫祭 ० (A) -06:04:38 1596071078 ⪫祭 -06:04:38 1596071078 : -06:04:44 1596071084 ⪫祭 ० ' ⮪ 㣨' -06:05:27 1596071127 祭 ० ᪠ -06:06:39 1596071199 ⪫祭 ० ᪠ -06:06:43 1596071203 祭 ० ᪠ -06:07:57 1596071277 ⪫祭 ० ᪠ (A) -06:34:37 1596072877 : 믮 -09:20:32 1596082832 祭 ० ࠧ -09:20:34 1596082834 祭 ० ' ⮪ 㣨' -09:21:44 1596082904 祭 ॣ '-2'(A) -09:47:43 1596084463 ⪫祭 ० ࠧ (A) -09:50:34 1596084634 ⪫祭 ० ' ⮪ 㣨' -09:50:36 1596084636 ⪫祭 ॣ '-2'(A) -09:50:42 1596084642 祭 ० ᪠ -09:50:42 1596084642 祭 ० ᪠ -09:50:42 1596084642 祭 ० ᪠ -09:53:53 1596084833 ⪫祭 ० ᪠ (A) -12:05:02 1596092702 : 㦥 -13:00:04 1596096004 祭 ० ᪠ -13:03:17 1596096197 ⪫祭 ० ᪠ (A) -16:34:32 1596108872 祭 ॣ '-2'(A) -16:34:36 1596108876 祭 -16:35:08 1596108908 ⪫祭 ॣ '-2'(A) -16:36:08 1596108968 祭 -16:37:08 1596109028 ⪫祭 -16:44:05 1596109445 祭 ० ࠧ -16:44:06 1596109446 祭 ० ' ⮪ 㣨' -16:44:30 1596109470 : 믮 -17:01:11 1596110471 祭 ॣ '-2'(A) -17:13:12 1596111192 ⪫祭 ० ࠧ (A) -17:13:12 1596111192 祭 ॣ . 殮 㣨 -21:22:59 1596126179 祭 ० -21:23:00 1596126180 ⪫祭 ॣ '-2'(A) -21:23:01 1596126181 祭 ॣ '-2'(A) -22:13:00 1596129180 ⪫祭 ॣ '-2'(A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200730.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200730.339 deleted file mode 100644 index 9e198b6..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200730.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200731.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200731.330 deleted file mode 100644 index ef78db3..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200731.330 +++ /dev/null @@ -1,6 +0,0 @@ -02:54:14 1596146054 3 14 -04:16:38 1596150998 0 A--32-067-2014 ॢ 0 -13:17:58 1596183478 1 11222 2 p. cao M1,M2,M3,M4 3 32 7 870 9 5400 10 770 -17:56:40 1596200200 3 37 -18:22:30 1596201750 11 -18:45:32 1596203132 1 11222 2 p. cao M1,M2,M3,M4 3 37 4 2 5 Ti 6 7 870 8 2500 9 5400 10 770 11 12 321544 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200731.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200731.331 deleted file mode 100644 index aa6b8f3..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200731.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200731.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200731.332 deleted file mode 100644 index 6fb8e4f..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200731.332 +++ /dev/null @@ -1,114 +0,0 @@ -21 02:53:56 02:54:03 -Rsk= 16.2 Rkk= 11.1 - -22 03:20:07 03:30:38 -P1= 11.0 T1=03:25:38 P2= 30.3 T2=03:30:38 Vs= 3.87 - -21 13:12:54 13:13:02 -Rsk= 16.1 Rkk= 11.1 - -22 14:49:40 15:00:10 -P1= 4.6 T1=14:55:10 P2= 10.5 T2=15:00:10 Vs= 1.18 - -20 17:07:33 17:07:43 -Riz_sol= 5501.5 - -21 17:07:58 17:08:05 -Rsk= 16.6 Rkk= 11.6 - -22 17:40:19 17:55:49 -P1= 29.6 T1=17:50:49 P2= 41.8 T2=17:55:49 Vs= 2.44 - -23 17:57:29 17:57:36 - - -24 17:58:27 17:59:02 - - -30 17:59:19 18:00:00 -Vst= 28.7 - -31 18:00:30 18:00:41 -Rom_sol= -1.0 - -31 18:01:09 18:01:19 -Rom_sol= -1.0 - -31 18:02:11 18:02:22 -Rom_sol= -1.0 - -31 18:03:58 18:04:09 -Rom_sol= 16.5 - -31 18:04:25 18:04:36 -Rom_sol= -1.0 - -31 18:04:57 18:05:08 -Rom_sol= -1.0 - -31 18:06:13 18:06:24 -Rom_sol= -1.0 - -31 18:08:55 18:09:06 -Rom_sol= -1.0 - -31 18:10:16 18:10:27 -Rom_sol= -1.0 - -31 18:12:08 18:12:19 -Rom_sol= -1.0 - -31 18:15:25 18:15:36 -Rom_sol= -1.0 - -31 18:19:40 18:19:51 -Rom_sol= -1.0 - -31 18:20:33 18:20:44 -Rom_sol= -1.0 - -31 18:23:01 18:23:41 -Rom_sol= 16.5 - -22 18:26:26 18:36:56 -P1= 6.9 T1=18:31:56 P2= 15.7 T2=18:36:56 Vs= 1.76 - -23 18:37:03 18:37:09 - - -24 18:37:19 18:37:55 - - -30 18:38:09 18:38:48 -Vst= 28.6 - -31 18:39:04 18:39:41 -Rom_sol= 16.5 - -32 18:40:05 18:41:14 -Imax=27.5 Umax=55.0 T= 9.2 - -33 18:41:18 18:41:48 -Imin=16.2 Umin=25.1 T= 1.0 - -34 18:41:52 18:42:20 -V=301.9 T= 9.5 - -35 18:42:24 18:43:17 -Q= 54.9 T= 9.3 - -36 18:43:20 18:43:53 -P1=0.27 T= 3.0 - -37 18:43:57 18:44:33 -T= 0.7 - -38 18:44:38 18:44:44 -t= 52.1 T= 0.7 - -39 18:44:48 18:44:54 -t= 52.4 T= 0.7 - -40 18:44:57 18:45:04 -t= 52.0 T= 0.8 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200731.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200731.333 deleted file mode 100644 index f2816cb..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200731.333 +++ /dev/null @@ -1,18 +0,0 @@ -12 00:06:47 1596136007 -13 01:56:13 1596142573 -0 01:56:13 1596142573 -14 02:51:42 1596145902 -15 03:46:31 1596149191 -16 04:16:38 1596150998 -16 04:18:07 1596151087 -1 05:42:04 1596156124 -2 13:07:18 1596182838 -5 15:00:52 1596189652 -6 15:14:17 1596190457 -7 16:06:49 1596193609 -8 17:06:29 1596197189 -25 17:59:15 1596200355 -25 18:38:06 1596202686 -9 18:45:32 1596203132 -10 19:24:06 1596205446 -11 21:59:14 1596214754 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200731.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200731.334 deleted file mode 100644 index 51a3bb9..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200731.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200731.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200731.335 deleted file mode 100644 index 6ce79b8..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200731.335 +++ /dev/null @@ -1,13 +0,0 @@ -92 18:00:41 1596200441 -92 18:01:19 1596200479 -92 18:02:22 1596200542 -92 18:04:09 1596200649 -92 18:04:36 1596200676 -92 18:05:08 1596200708 -92 18:06:24 1596200784 -92 18:09:06 1596200946 -92 18:10:27 1596201027 -92 18:12:19 1596201139 -92 18:15:36 1596201336 -92 18:19:51 1596201591 -92 18:20:44 1596201644 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200731.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200731.336 deleted file mode 100644 index 20d2c53..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200731.336 +++ /dev/null @@ -1,105 +0,0 @@ -[98] -oper = 12 -begin = 31.07.2020 00:06:47 -norma = 105 -real = 109 - -[99] -oper = 13 -begin = 31.07.2020 01:56:13 -norma = 45 -real = 55 - -[00] -oper = 14 -begin = 31.07.2020 02:51:42 -norma = 40 -vac_time = 8 -real = 54 - -[01] -oper = 15 -begin = 31.07.2020 03:46:31 -norma = 30 -real = 30 - -[02] -oper = 16 -begin = 31.07.2020 04:16:38 -norma = 40 -real = 1 - -[03] -oper = 16 -begin = 31.07.2020 04:18:07 -norma = 40 -real = 83 - -[04] -oper = 1 -begin = 31.07.2020 05:42:04 -norma = 85 -real = 445 - -[05] -oper = 2 -begin = 31.07.2020 13:07:18 -norma = 110 -vac_time = 9 -real = 113 - -[06] -oper = 5 -begin = 31.07.2020 15:00:52 -norma = 25 -real = 13 - -[07] -oper = 6 -begin = 31.07.2020 15:14:17 -norma = 35 -real = 52 - -[08] -oper = 7 -begin = 31.07.2020 16:06:49 -norma = 30 -real = 59 - -[09] -oper = 8 -begin = 31.07.2020 17:06:29 -norma = 40 -vac_time = 8 -real = 52 - -[10] -oper = 25 -begin = 31.07.2020 17:59:15 -norma = 30 -real = 38 - -[11] -oper = 25 -begin = 31.07.2020 18:38:06 -norma = 30 -real = 7 - -[12] -oper = 9 -begin = 31.07.2020 18:45:32 -norma = 0 -real = 38 - -[13] -oper = 10 -begin = 31.07.2020 19:24:06 -norma = 0 -real = 155 - -[14] -oper = 11 -begin = 31.07.2020 21:59:14 -norma = 0 -real = 201 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200731.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200731.337 deleted file mode 100644 index 0a8f055..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200731.337 +++ /dev/null @@ -1,39 +0,0 @@ -00:06:41 1596136001 ⪫祭 ० (A) -00:06:43 1596136003 ⪫祭 -00:06:43 1596136003 : -00:06:48 1596136008 ⪫祭 ० ' ⮪ 㣨' -00:07:54 1596136074 祭 ० ᪠ -00:07:54 1596136074 祭 ० ᪠ -00:09:14 1596136154 ⪫祭 ० ᪠ -00:09:16 1596136156 祭 ० ᪠ -00:10:29 1596136229 ⪫祭 ० ᪠ (A) -00:36:42 1596137802 : 믮 -03:46:38 1596149198 祭 ० ࠧ -03:46:40 1596149200 祭 ० ' ⮪ 㣨' -03:46:41 1596149201 祭 ॣ '-2'(A) -04:16:38 1596150998 ⪫祭 ० ࠧ (A) -04:18:05 1596151085 ⪫祭 ० ' ⮪ 㣨' -04:18:11 1596151091 ⪫祭 ॣ '-2'(A) -04:19:09 1596151149 祭 ० ᪠ -04:21:52 1596151312 ⪫祭 ० ᪠ (A) -13:18:00 1596183480 : 㦥 -15:14:33 1596190473 祭 ० ᪠ -15:17:26 1596190646 ⪫祭 ० ᪠ (A) -17:56:43 1596200203 : -17:57:45 1596200265 祭 ॣ '-2'(A) -17:58:06 1596200286 ⪫祭 ॣ '-2'(A) -17:58:29 1596200309 祭 ॣ '-2'(A) -17:59:03 1596200343 ⪫祭 ॣ '-2'(A) -18:00:25 1596200425 ' ' -18:01:48 1596200508 ' ' -18:01:58 1596200518 ' ' -18:02:32 1596200552 ' ' -18:09:40 1596200980 ' ' -18:09:43 1596200983 '⪫ ' -18:09:47 1596200987 '⪫ ' -18:09:51 1596200991 '⪫ ' -18:15:12 1596201312 '⪫ ' -18:37:21 1596202641 祭 ॣ '-2'(A) -18:37:55 1596202675 ⪫祭 ॣ '-2'(A) -19:01:47 1596204107 祭 ॣ '-2' -19:24:06 1596205446 祭 ⠭ ॣ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200731.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200731.339 deleted file mode 100644 index afac584..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200731.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200801.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200801.330 deleted file mode 100644 index 45ae473..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200801.330 +++ /dev/null @@ -1,6 +0,0 @@ -04:41:21 1596238881 3 14 -07:42:16 1596249736 1 11223 2 BT 18, 20, 22, 23, 25 3 25 4 3 8 3000 9 5020 12 320507 -07:43:16 1596249796 11 -12:13:46 1596266026 1 11223 2 BT 18, 20, 22, 23, 25 3 25 4 3 5 Ti 6 7 870 8 3000 9 5020 10 770 11 12 320507 -12:44:38 1596267878 0 A--32-078-2017 ॢ 1 -23:20:46 1596306046 3 14 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200801.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200801.331 deleted file mode 100644 index 310ebb1..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200801.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200801.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200801.332 deleted file mode 100644 index 7dc596a..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200801.332 +++ /dev/null @@ -1,72 +0,0 @@ -21 04:40:49 04:40:57 -Rsk= 16.5 Rkk= 11.4 - -22 05:05:10 05:15:40 -P1= 15.4 T1=05:10:40 P2= 38.5 T2=05:15:40 Vs= 4.62 - -21 05:18:50 05:18:58 -Rsk= 11.2 Rkk= 11.3 - -21 07:38:36 07:38:44 -Rsk= 16.7 Rkk= 11.5 - -22 08:09:24 08:24:54 -P1= 25.8 T1=08:19:54 P2= 36.3 T2=08:24:54 Vs= 2.09 - -20 11:07:59 11:08:08 -Riz_sol= 3990.8 - -21 11:08:17 11:08:24 -Rsk= 16.5 Rkk= 11.4 - -22 11:52:31 12:03:01 -P1= 8.7 T1=11:58:01 P2= 20.9 T2=12:03:01 Vs= 2.44 - -23 12:03:20 12:03:26 - - -24 12:03:34 12:04:08 - - -30 12:04:27 12:05:11 -Vst= 28.6 - -31 12:05:25 12:06:19 -Rom_sol= 16.5 - -41 12:07:00 12:07:05 -Ukz= 0.85 - -32 12:07:13 12:08:23 -Imax=11.0 Umax=50.0 T= 9.4 - -33 12:08:27 12:09:14 -Imin=16.2 Umin=25.0 T= 0.8 - -34 12:09:17 12:09:47 -V=301.7 T= 9.5 - -35 12:09:50 12:10:45 -Q= 54.9 T= 9.2 - -36 12:10:50 12:11:26 -P1=0.27 T= 3.0 - -37 12:11:33 12:12:08 -T= 0.6 - -38 12:12:13 12:12:27 -t= 52.1 T= 0.7 - -39 12:12:34 12:12:41 -t= 52.3 T= 0.5 - -40 12:12:45 12:12:51 -t= 51.9 T= 0.7 - -21 23:20:52 23:21:00 -Rsk= 16.6 Rkk= 11.4 - -22 23:36:56 23:47:26 -P1= 18.9 T1=23:42:26 P2= 42.4 T2=23:47:26 Vs= 4.70 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200801.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200801.333 deleted file mode 100644 index 79b0f89..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200801.333 +++ /dev/null @@ -1,21 +0,0 @@ -12 01:20:14 1596226814 -13 03:28:28 1596234508 -0 03:28:29 1596234509 -14 04:38:35 1596238715 -15 05:19:36 1596241176 -16 05:59:53 1596243593 -1 06:39:53 1596245993 -2 07:35:55 1596249355 -5 08:30:28 1596252628 -6 08:45:08 1596253508 -7 09:26:13 1596255973 -8 11:05:22 1596261922 -25 12:04:21 1596265461 -9 12:13:46 1596266026 -10 12:44:39 1596267879 -11 17:21:12 1596284472 -12 20:52:15 1596297135 -13 22:54:03 1596304443 -0 22:54:03 1596304443 -14 23:16:22 1596305782 -15 23:48:45 1596307725 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200801.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200801.334 deleted file mode 100644 index 234f900..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200801.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200801.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200801.336 deleted file mode 100644 index eaf6827..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200801.336 +++ /dev/null @@ -1,119 +0,0 @@ -[15] -oper = 12 -begin = 01.08.2020 01:20:14 -norma = 105 -real = 128 - -[16] -oper = 13 -begin = 01.08.2020 03:28:28 -norma = 45 -real = 70 - -[17] -oper = 14 -begin = 01.08.2020 04:38:35 -norma = 40 -vac_time = 8 -real = 41 - -[18] -oper = 15 -begin = 01.08.2020 05:19:36 -norma = 30 -real = 40 - -[19] -oper = 16 -begin = 01.08.2020 05:59:53 -norma = 40 -real = 40 - -[20] -oper = 1 -begin = 01.08.2020 06:39:53 -norma = 85 -real = 56 - -[21] -oper = 2 -begin = 01.08.2020 07:35:55 -norma = 110 -vac_time = 9 -vac_avg10 = 8.1 -real = 54 - -[22] -oper = 5 -begin = 01.08.2020 08:30:28 -norma = 25 -real = 14 - -[23] -oper = 6 -begin = 01.08.2020 08:45:08 -norma = 35 -real = 41 - -[24] -oper = 7 -begin = 01.08.2020 09:26:13 -norma = 30 -real = 99 - -[25] -oper = 8 -begin = 01.08.2020 11:05:22 -norma = 40 -vac_time = 9 -real = 58 - -[26] -oper = 25 -begin = 01.08.2020 12:04:21 -norma = 30 -real = 9 - -[27] -oper = 9 -begin = 01.08.2020 12:13:46 -norma = 0 -real = 30 - -[28] -oper = 10 -begin = 01.08.2020 12:44:39 -norma = 0 -real = 276 - -[29] -oper = 11 -begin = 01.08.2020 17:21:12 -norma = 0 -real = 211 - -[30] -oper = 12 -begin = 01.08.2020 20:52:15 -norma = 105 -real = 121 - -[31] -oper = 13 -begin = 01.08.2020 22:54:03 -norma = 45 -real = 22 - -[32] -oper = 14 -begin = 01.08.2020 23:16:22 -norma = 40 -vac_time = 7 -real = 32 - -[33] -oper = 15 -begin = 01.08.2020 23:48:45 -norma = 30 -real = 32 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200801.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200801.337 deleted file mode 100644 index c2ce816..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200801.337 +++ /dev/null @@ -1,52 +0,0 @@ -01:20:19 1596226819 ⪫祭 ॣ '-2'(A) -01:21:28 1596226888 祭 ० ᪠ -01:21:28 1596226888 祭 ० ᪠ -01:21:28 1596226888 祭 ० ᪠ -01:24:17 1596227057 ⪫祭 ० ᪠ (A) -05:19:18 1596241158 祭 ० ࠧ -05:19:21 1596241161 祭 ० ' ⮪ 㣨' -05:19:34 1596241174 祭 ॣ '-2'(A) -05:59:25 1596243565 ⪫祭 ० ' ⮪ 㣨' -05:59:57 1596243597 ⪫祭 ० ࠧ -05:59:57 1596243597 ⪫祭 ॣ '-2'(A) -06:00:11 1596243611 祭 ० ᪠ -06:00:11 1596243611 祭 ० ᪠ -06:03:22 1596243802 ⪫祭 ० ᪠ (A) -07:43:18 1596249798 : 㦥 -08:45:36 1596253536 祭 ० ᪠ -08:45:36 1596253536 祭 ० ᪠ -08:45:37 1596253537 祭 ० ᪠ -08:45:37 1596253537 祭 ० ᪠ -08:45:37 1596253537 祭 ० ᪠ -08:45:37 1596253537 祭 ० ᪠ -08:45:37 1596253537 祭 ० ᪠ -08:48:52 1596253732 ⪫祭 ० ᪠ (A) -12:03:35 1596265415 祭 ॣ '-2'(A) -12:04:09 1596265449 ⪫祭 ॣ '-2'(A) -12:05:18 1596265518 ' ' -12:05:18 1596265518 祭 -12:05:18 1596265518 祭 -12:06:19 1596265579 ⪫祭 -12:13:19 1596265999 祭 ० ࠧ -12:13:21 1596266001 祭 ० ' ⮪ 㣨' -12:13:46 1596266026 : 믮 -12:30:09 1596267009 祭 ॣ '-2'(A) -12:44:38 1596267878 ⪫祭 ० ࠧ (A) -12:44:39 1596267879 祭 ॣ . 殮 㣨 -17:21:11 1596284471 祭 ० -17:21:12 1596284472 祭 ० -17:21:12 1596284472 祭 ० -17:21:12 1596284472 ⪫祭 ॣ '-2'(A) -17:21:13 1596284473 祭 ॣ '-2'(A) -18:17:13 1596287833 ⪫祭 ॣ '-2'(A) -20:52:11 1596297131 ⪫祭 ० (A) -20:52:12 1596297132 ⪫祭 -20:52:12 1596297132 : -20:52:16 1596297136 ⪫祭 ० ' ⮪ 㣨' -20:53:13 1596297193 祭 ० ᪠ -20:53:14 1596297194 祭 ० ᪠ -20:56:19 1596297379 ⪫祭 ० ᪠ (A) -21:22:11 1596298931 : 믮 -23:48:30 1596307710 祭 ० ࠧ -23:48:33 1596307713 祭 ० ' ⮪ 㣨' -23:48:49 1596307729 祭 ॣ '-2'(A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200801.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200801.339 deleted file mode 100644 index 114ec2a..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200801.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200802.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200802.330 deleted file mode 100644 index 30f3b74..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200802.330 +++ /dev/null @@ -1,6 +0,0 @@ -00:20:49 1596309649 0 A--32-120-2016 ॢ 0 -05:22:03 1596327723 1 11224 2 p. cao M1,M2,M3,M4 3 37 4 2 9 4070 12 321544 -05:22:28 1596327748 11 -10:05:55 1596344755 1 11224 2 p. cao M1,M2,M3,M4 3 37 4 2 5 Ti 6 7 870 8 3000 9 4070 10 770 11 12 321544 -18:27:36 1596374856 3 14 -22:04:05 1596387845 1 11225 3 37 9 5170 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200802.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200802.331 deleted file mode 100644 index d74f6b6..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200802.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200802.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200802.332 deleted file mode 100644 index a95f1ee..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200802.332 +++ /dev/null @@ -1,66 +0,0 @@ -21 05:20:33 05:20:41 -Rsk= 16.6 Rkk= 11.5 - -22 06:49:29 06:59:59 -P1= 7.1 T1=06:54:59 P2= 19.9 T2=06:59:59 Vs= 2.57 - -20 09:04:51 09:05:00 -Riz_sol= 3155.9 - -21 09:05:22 09:05:30 -Rsk= 16.8 Rkk= 11.6 - -22 09:40:16 09:55:47 -P1= 30.2 T1=09:50:47 P2= 42.5 T2=09:55:47 Vs= 2.45 - -23 09:55:56 09:56:02 - - -24 09:56:09 09:56:45 - - -30 09:57:00 09:57:46 -Vst= 28.5 - -31 09:57:53 09:58:25 -Rom_sol= 12.3 - -32 09:59:21 10:00:42 -Imax=27.5 Umax=55.0 T= 9.2 - -33 10:00:46 10:01:33 -Imin=16.1 Umin=25.1 T= 0.8 - -34 10:01:37 10:02:07 -V=301.9 T= 9.6 - -35 10:02:10 10:03:03 -Q= 54.8 T= 9.1 - -36 10:03:08 10:03:40 -P1=0.27 T= 3.1 - -37 10:03:44 10:04:22 -T= 0.7 - -38 10:04:27 10:04:33 -t= 52.1 T= 0.7 - -39 10:04:36 10:04:43 -t= 52.4 T= 0.7 - -40 10:04:46 10:04:56 -t= 52.0 T= 0.7 - -21 18:27:18 18:27:25 -Rsk= 11.4 Rkk= 11.4 - -22 19:05:02 19:15:32 -P1= 6.0 T1=19:10:32 P2= 18.7 T2=19:15:32 Vs= 2.54 - -21 22:02:31 22:02:39 -Rsk= 16.7 Rkk= 11.5 - -22 22:49:40 23:05:12 -P1= 26.2 T1=23:00:12 P2= 37.8 T2=23:05:12 Vs= 2.31 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200802.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200802.333 deleted file mode 100644 index 862cb33..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200802.333 +++ /dev/null @@ -1,22 +0,0 @@ -16 00:20:49 1596309649 -16 00:24:14 1596309854 -1 01:09:13 1596312553 -2 05:17:29 1596327449 -5 07:01:13 1596333673 -6 07:15:56 1596334556 -7 08:13:04 1596337984 -8 09:01:46 1596340906 -25 09:56:56 1596344216 -9 10:05:55 1596344755 -10 10:42:05 1596346925 -11 12:34:58 1596353698 -12 15:55:04 1596365704 -13 17:56:13 1596372973 -0 17:56:13 1596372973 -14 18:25:06 1596374706 -15 19:17:31 1596377851 -16 19:55:44 1596380144 -1 20:37:31 1596382651 -2 21:58:39 1596387519 -5 23:06:22 1596391582 -6 23:18:16 1596392296 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200802.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200802.334 deleted file mode 100644 index fccf845..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200802.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200802.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200802.336 deleted file mode 100644 index 3804bf9..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200802.336 +++ /dev/null @@ -1,130 +0,0 @@ -[34] -oper = 16 -begin = 02.08.2020 00:20:49 -norma = 40 -real = 3 - -[35] -oper = 16 -begin = 02.08.2020 00:24:14 -norma = 40 -real = 44 - -[36] -oper = 1 -begin = 02.08.2020 01:09:13 -norma = 85 -real = 248 - -[37] -oper = 2 -begin = 02.08.2020 05:17:29 -norma = 110 -vac_time = 10 -real = 103 - -[38] -oper = 5 -begin = 02.08.2020 07:01:13 -norma = 25 -real = 14 - -[39] -oper = 6 -begin = 02.08.2020 07:15:56 -norma = 35 -real = 57 - -[40] -oper = 7 -begin = 02.08.2020 08:13:04 -norma = 30 -real = 48 - -[41] -oper = 8 -begin = 02.08.2020 09:01:46 -norma = 40 -vac_time = 9 -real = 55 - -[42] -oper = 25 -begin = 02.08.2020 09:56:56 -norma = 30 -real = 8 - -[43] -oper = 9 -begin = 02.08.2020 10:05:55 -norma = 0 -real = 36 - -[44] -oper = 10 -begin = 02.08.2020 10:42:05 -norma = 0 -real = 112 - -[45] -oper = 11 -begin = 02.08.2020 12:34:58 -norma = 0 -real = 200 - -[46] -oper = 12 -begin = 02.08.2020 15:55:04 -norma = 105 -real = 121 - -[47] -oper = 13 -begin = 02.08.2020 17:56:13 -norma = 45 -real = 28 - -[48] -oper = 14 -begin = 02.08.2020 18:25:06 -norma = 40 -vac_time = 8 -real = 52 - -[49] -oper = 15 -begin = 02.08.2020 19:17:31 -norma = 30 -real = 38 - -[50] -oper = 16 -begin = 02.08.2020 19:55:44 -norma = 40 -real = 41 - -[51] -oper = 1 -begin = 02.08.2020 20:37:31 -norma = 85 -real = 81 - -[52] -oper = 2 -begin = 02.08.2020 21:58:39 -norma = 110 -vac_time = 9 -real = 67 - -[53] -oper = 5 -begin = 02.08.2020 23:06:22 -norma = 25 -real = 11 - -[54] -oper = 6 -begin = 02.08.2020 23:18:16 -norma = 35 -real = 43 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200802.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200802.337 deleted file mode 100644 index e86d941..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200802.337 +++ /dev/null @@ -1,26 +0,0 @@ -00:20:49 1596309649 ⪫祭 ० ࠧ (A) -00:24:16 1596309856 ⪫祭 ० ' ⮪ 㣨' -00:24:18 1596309858 ⪫祭 ॣ '-2'(A) -00:24:27 1596309867 祭 ० ᪠ -00:24:27 1596309867 祭 ० ᪠ -00:27:17 1596310037 ⪫祭 ० ᪠ (A) -07:16:05 1596334565 祭 ० ᪠ -07:19:17 1596334757 ⪫祭 ० ᪠ (A) -09:56:12 1596344172 祭 ॣ '-2'(A) -09:56:46 1596344206 ⪫祭 ॣ '-2'(A) -10:41:22 1596346882 祭 ॣ '-2' -10:42:05 1596346925 祭 ⠭ ॣ -12:35:56 1596353756 ⪫祭 ॣ '-2' -15:55:43 1596365743 祭 ० ᪠ -15:55:44 1596365744 祭 ० ᪠ -15:58:27 1596365907 ⪫祭 ० ᪠ (A) -19:16:33 1596377793 祭 ० ࠧ -19:18:54 1596377934 祭 ० ' ⮪ 㣨' -19:18:58 1596377938 祭 ॣ '-2'(A) -19:53:47 1596380027 ⪫祭 ० ' ⮪ 㣨' -19:55:46 1596380146 ⪫祭 ० ࠧ -19:55:48 1596380148 ⪫祭 ॣ '-2'(A) -19:56:19 1596380179 祭 ० ᪠ -19:59:13 1596380353 ⪫祭 ० ᪠ (A) -23:18:29 1596392309 祭 ० ᪠ -23:21:46 1596392506 ⪫祭 ० ᪠ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200802.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200802.339 deleted file mode 100644 index ece1c54..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200802.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200803.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200803.330 deleted file mode 100644 index 36e02a6..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200803.330 +++ /dev/null @@ -1,5 +0,0 @@ -00:56:20 1596398180 11 -00:56:47 1596398207 11 -02:59:06 1596405546 1 11225 2 p. cao M1,M2,M3,M4 3 37 4 2 5 Ti 6 7 870 8 3000 9 5170 10 770 11 12 321544 -13:30:33 1596443433 3 14 -22:31:30 1596475890 1 11226 3 25 4 1 7 670 9 4290 10 560 12 321752 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200803.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200803.331 deleted file mode 100644 index ffbaa2b..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200803.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200803.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200803.332 deleted file mode 100644 index 46d3283..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200803.332 +++ /dev/null @@ -1,69 +0,0 @@ -20 00:26:49 00:26:59 -Riz_sol= 4984.5 - -21 00:27:06 00:27:14 -Rsk= 16.7 Rkk= 11.5 - -22 01:09:32 01:25:02 -P1= 59.9 T1=01:20:02 P2= 86.3 T2=01:25:02 Vs= 5.29 - -20 02:07:58 02:08:08 -Riz_sol= 5613.6 - -21 02:08:18 02:08:25 -Rsk= 16.7 Rkk= 11.5 - -22 02:34:29 02:49:59 -P1= 33.4 T1=02:44:59 P2= 47.2 T2=02:49:59 Vs= 2.75 - -23 02:50:17 02:50:24 - - -24 02:50:35 02:51:12 - - -30 02:51:32 02:52:11 -Vst= 28.5 - -31 02:52:18 02:53:03 -Rom_sol= 12.3 - -32 02:53:34 02:54:44 -Imax=27.5 Umax=54.9 T= 9.4 - -33 02:54:48 02:55:17 -Imin=16.2 Umin=25.1 T= 0.8 - -34 02:55:21 02:55:49 -V=301.8 T= 9.6 - -35 02:55:53 02:56:46 -Q= 54.8 T= 9.2 - -36 02:56:49 02:57:22 -P1=0.24 T= 3.0 - -37 02:57:26 02:58:02 -T= 0.7 - -38 02:58:06 02:58:12 -t= 52.1 T= 0.7 - -39 02:58:16 02:58:22 -t= 52.4 T= 0.5 - -40 02:58:26 02:58:32 -t= 52.0 T= 0.5 - -21 13:30:54 13:31:02 -Rsk= 16.6 Rkk= 11.5 - -22 14:14:56 14:25:27 -P1= 7.2 T1=14:20:27 P2= 21.7 T2=14:25:27 Vs= 2.91 - -21 22:30:12 22:30:20 -Rsk= 16.6 Rkk= 11.5 - -22 23:14:53 23:30:24 -P1= 44.3 T1=23:25:23 P2= 63.0 T2=23:30:24 Vs= 3.73 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200803.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200803.333 deleted file mode 100644 index eff2d42..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200803.333 +++ /dev/null @@ -1,16 +0,0 @@ -7 00:01:54 1596394914 -8 00:21:33 1596396093 -13 01:49:45 1596401385 -8 02:03:03 1596402183 -25 02:51:27 1596405087 -9 02:59:06 1596405546 -10 03:32:16 1596407536 -11 06:03:50 1596416630 -12 09:25:06 1596428706 -13 11:31:12 1596436272 -0 11:31:12 1596436272 -14 13:27:56 1596443276 -15 14:27:11 1596446831 -16 14:57:07 1596448627 -1 15:42:59 1596451379 -2 22:28:21 1596475701 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200803.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200803.334 deleted file mode 100644 index b148196..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200803.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200803.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200803.336 deleted file mode 100644 index b063799..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200803.336 +++ /dev/null @@ -1,95 +0,0 @@ -[55] -oper = 7 -begin = 03.08.2020 00:01:54 -norma = 30 -real = 19 - -[56] -oper = 8 -begin = 03.08.2020 00:21:33 -norma = 40 -vac_time = 8 -real = 88 - -[57] -oper = 13 -begin = 03.08.2020 01:49:45 -norma = 45 -real = 13 - -[58] -oper = 8 -begin = 03.08.2020 02:03:03 -norma = 40 -vac_time = 9 -real = 48 - -[59] -oper = 25 -begin = 03.08.2020 02:51:27 -norma = 30 -real = 7 - -[60] -oper = 9 -begin = 03.08.2020 02:59:06 -norma = 0 -real = 33 - -[61] -oper = 10 -begin = 03.08.2020 03:32:16 -norma = 0 -real = 151 - -[62] -oper = 11 -begin = 03.08.2020 06:03:50 -norma = 0 -real = 201 - -[63] -oper = 12 -begin = 03.08.2020 09:25:06 -norma = 105 -real = 126 - -[64] -oper = 13 -begin = 03.08.2020 11:31:12 -norma = 45 -real = 116 - -[65] -oper = 14 -begin = 03.08.2020 13:27:56 -norma = 40 -vac_time = 9 -real = 59 - -[66] -oper = 15 -begin = 03.08.2020 14:27:11 -norma = 30 -real = 29 - -[67] -oper = 16 -begin = 03.08.2020 14:57:07 -norma = 40 -real = 45 - -[68] -oper = 1 -begin = 03.08.2020 15:42:59 -norma = 85 -real = 405 - -[69] -oper = 2 -begin = 03.08.2020 22:28:21 -norma = 110 -vac_time = 11 -vac_avg10 = 8.9 -real = 98 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200803.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200803.337 deleted file mode 100644 index d907e4e..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200803.337 +++ /dev/null @@ -1,33 +0,0 @@ -02:50:37 1596405037 祭 ॣ '-2'(A) -02:51:12 1596405072 ⪫祭 ॣ '-2'(A) -03:29:40 1596407380 祭 ॣ '-2' -03:32:15 1596407535 祭 ⠭ ॣ -06:02:13 1596416533 ⪫祭 ॣ '-2' -09:25:49 1596428749 祭 ० ᪠ -09:28:57 1596428937 ⪫祭 ० ᪠ -09:29:05 1596428945 祭 ० ᪠ -09:29:07 1596428947 . ⪫祭 ० ᪠ (A) -09:31:39 1596429099 祭 ० ᪠ -09:31:52 1596429112 ⪫祭 ० ᪠ -09:31:53 1596429113 祭 ० ᪠ -09:32:17 1596429137 ⪫祭 ० ᪠ -09:32:20 1596429140 祭 ० ᪠ -09:32:22 1596429142 ⪫祭 ० ᪠ -09:32:29 1596429149 祭 ० ᪠ -09:32:35 1596429155 ⪫祭 ० ᪠ -09:32:48 1596429168 祭 ० ᪠ -09:32:54 1596429174 ⪫祭 ० ᪠ -09:33:18 1596429198 祭 ० ᪠ -09:33:22 1596429202 ⪫祭 ० ᪠ -09:33:22 1596429202 ⪫祭 ० ᪠ -14:26:54 1596446814 祭 ० ࠧ -14:26:55 1596446815 祭 ० ' ⮪ 㣨' -14:27:07 1596446827 祭 ॣ '-2'(A) -14:52:40 1596448360 ⪫祭 ० ' ⮪ 㣨' -14:57:10 1596448630 ⪫祭 ० ࠧ -14:57:11 1596448631 ⪫祭 ॣ '-2'(A) -14:57:23 1596448643 祭 ० ᪠ -14:57:24 1596448644 祭 ० ᪠ -14:57:24 1596448644 祭 ० ᪠ -14:57:25 1596448645 祭 ० ᪠ -15:01:01 1596448861 ⪫祭 ० ᪠ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200803.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200803.339 deleted file mode 100644 index c7db6b2..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200803.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200804.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200804.330 deleted file mode 100644 index 5ee031e..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200804.330 +++ /dev/null @@ -1,10 +0,0 @@ -00:25:39 1596482739 8 4700 12 321544 -02:49:36 1596491376 1 11226 2 p. cao M1,M2,M3,M4 3 25 4 1 5 Ti 6 7 670 8 4700 9 4290 10 560 11 12 321544 -03:19:59 1596493199 0 A--32-109-2016 ॢ 0 -11:29:54 1596522594 1 11227 -11:31:24 1596522684 2 p. cao M1,M2,M3,M4 3 37 4 2 7 770 9 4270 10 670 12 321672 -14:00:23 1596531623 2 ALGORITM75 11 -15:04:44 1596535484 1 11227 2 ALGORITM75 3 37 4 2 5 Ti 6 7 770 8 4700 9 4270 10 670 11 12 321672 -15:39:30 1596537570 0 A--32-075-2018 ॢ 2 -23:26:37 1596565597 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 14 -23:27:03 1596565623 2 ALGORITM75 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200804.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200804.331 deleted file mode 100644 index ac35579..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200804.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200804.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200804.332 deleted file mode 100644 index 66b8bee..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200804.332 +++ /dev/null @@ -1,117 +0,0 @@ -22 23:50:38 00:06:09 -P1= 30.6 T1=00:01:09 P2= 44.0 T2=00:06:09 Vs= 2.69 - -20 01:33:07 01:33:16 -Riz_sol= 172.3 - -21 01:33:26 01:33:34 -Rsk= 11.7 Rkk= 11.7 - -22 01:59:31 02:15:01 -P1= 43.0 T1=02:10:01 P2= 59.7 T2=02:15:01 Vs= 3.32 - -22 02:29:29 02:39:59 -P1= 11.7 T1=02:34:59 P2= 26.2 T2=02:39:59 Vs= 2.90 - -23 02:40:19 02:40:25 - - -24 02:40:33 02:41:11 - - -30 02:41:28 02:42:09 -Vst= 28.6 - -31 02:42:16 02:42:53 -Rom_sol= 17.2 - -41 02:43:45 02:43:50 -Ukz= 1.13 - -32 02:43:58 02:45:07 -Imax=11.0 Umax=50.0 T= 9.4 - -33 02:45:13 02:45:42 -Imin=16.2 Umin=25.0 T= 0.8 - -34 02:45:46 02:46:14 -V=301.7 T= 9.5 - -35 02:46:18 02:47:12 -Q= 54.5 T= 9.2 - -36 02:47:15 02:47:48 -P1=0.29 T= 3.2 - -37 02:47:53 02:48:29 -T= 0.7 - -38 02:48:33 02:48:39 -t= 52.1 T= 0.7 - -39 02:48:43 02:48:50 -t= 52.4 T= 0.7 - -40 02:48:53 02:48:59 -t= 51.9 T= 0.5 - -21 11:30:08 11:30:16 -Rsk= 16.6 Rkk= 11.4 - -22 12:00:13 12:15:45 -P1= 44.9 T1=12:10:45 P2= 60.7 T2=12:15:45 Vs= 3.15 - -22 12:34:45 12:50:16 -P1= 33.1 T1=12:45:16 P2= 45.3 T2=12:50:16 Vs= 2.44 - -20 14:04:46 14:04:55 -Riz_sol= 7838.1 - -21 14:05:02 14:05:09 -Rsk= 16.8 Rkk= 11.5 - -22 14:39:41 14:55:11 -P1= 38.7 T1=14:50:11 P2= 51.9 T2=14:55:11 Vs= 2.64 - -23 14:55:21 14:55:27 - - -24 14:55:32 14:56:10 - - -30 14:56:20 14:57:03 -Vst= 28.5 - -31 14:57:08 14:58:08 -Rom_sol= 12.9 - -41 14:58:39 14:58:44 -Ukz= 0.72 - -32 14:58:46 14:59:56 -Imax=27.5 Umax=55.0 T= 9.2 - -33 15:00:00 15:00:29 -Imin=16.2 Umin=25.1 T= 0.8 - -34 15:00:32 15:01:00 -V=301.8 T= 9.6 - -35 15:01:03 15:01:58 -Q= 54.5 T= 9.2 - -36 15:02:01 15:02:34 -P1=0.26 T= 3.1 - -37 15:02:37 15:03:13 -T= 0.8 - -38 15:03:16 15:03:22 -t= 52.1 T= 0.5 - -39 15:03:25 15:03:31 -t= 52.4 T= 0.7 - -40 15:03:34 15:03:40 -t= 52.0 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200804.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200804.333 deleted file mode 100644 index a47933d..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200804.333 +++ /dev/null @@ -1,23 +0,0 @@ -5 00:07:08 1596481628 -6 00:18:32 1596482312 -7 00:57:46 1596484666 -8 01:27:19 1596486439 -25 02:41:24 1596490884 -9 02:49:36 1596491376 -10 03:19:59 1596493199 -12 07:02:47 1596506567 -13 10:11:25 1596517885 -0 10:11:25 1596517885 -2 11:19:39 1596521979 -5 12:51:32 1596527492 -6 13:04:14 1596528254 -7 13:39:39 1596530379 -8 14:01:16 1596531676 -25 14:56:18 1596534978 -9 15:04:44 1596535484 -10 15:39:30 1596537570 -11 17:37:59 1596544679 -12 20:30:12 1596555012 -13 22:21:14 1596561674 -0 22:21:14 1596561674 -14 23:22:14 1596565334 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200804.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200804.334 deleted file mode 100644 index a1a1338..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200804.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200804.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200804.335 deleted file mode 100644 index 154b8f2..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200804.335 +++ /dev/null @@ -1,18 +0,0 @@ -4 23:24:12 1596565452 -4 23:24:37 1596565477 -3 23:25:04 1596565504 -4 23:25:18 1596565518 -4 23:25:21 1596565521 -4 23:25:23 1596565523 -4 23:25:51 1596565551 -4 23:25:54 1596565554 -4 23:25:56 1596565556 -4 23:25:58 1596565558 -4 23:26:02 1596565562 -4 23:26:05 1596565565 -4 23:26:53 1596565613 -4 23:27:18 1596565638 -4 23:33:23 1596566003 -4 23:33:26 1596566006 -4 23:35:30 1596566130 -4 23:39:23 1596566363 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200804.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200804.336 deleted file mode 100644 index 5ca5999..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200804.336 +++ /dev/null @@ -1,130 +0,0 @@ -[70] -oper = 5 -begin = 04.08.2020 00:07:08 -norma = 25 -real = 11 - -[71] -oper = 6 -begin = 04.08.2020 00:18:32 -norma = 35 -real = 39 - -[72] -oper = 7 -begin = 04.08.2020 00:57:46 -norma = 30 -real = 29 - -[73] -oper = 8 -begin = 04.08.2020 01:27:19 -norma = 40 -vac_time = 10 -real = 74 - -[74] -oper = 25 -begin = 04.08.2020 02:41:24 -norma = 30 -real = 8 - -[75] -oper = 9 -begin = 04.08.2020 02:49:36 -norma = 0 -real = 30 - -[76] -oper = 10 -begin = 04.08.2020 03:19:59 -norma = 0 -real = 222 - -[77] -oper = 12 -begin = 04.08.2020 07:02:47 -norma = 105 -real = 188 - -[78] -oper = 13 -begin = 04.08.2020 10:11:25 -norma = 45 -real = 68 - -[79] -oper = 2 -begin = 04.08.2020 11:19:39 -norma = 110 -vac_time = 11 -real = 91 - -[80] -oper = 5 -begin = 04.08.2020 12:51:32 -norma = 25 -real = 12 - -[81] -oper = 6 -begin = 04.08.2020 13:04:14 -norma = 35 -real = 35 - -[82] -oper = 7 -begin = 04.08.2020 13:39:39 -norma = 30 -real = 21 - -[83] -oper = 8 -begin = 04.08.2020 14:01:16 -norma = 40 -vac_time = 9 -real = 55 - -[84] -oper = 25 -begin = 04.08.2020 14:56:18 -norma = 30 -real = 8 - -[85] -oper = 9 -begin = 04.08.2020 15:04:44 -norma = 0 -real = 34 - -[86] -oper = 10 -begin = 04.08.2020 15:39:30 -norma = 0 -real = 118 - -[87] -oper = 11 -begin = 04.08.2020 17:37:59 -norma = 0 -real = 172 - -[88] -oper = 12 -begin = 04.08.2020 20:30:12 -norma = 105 -real = 111 - -[89] -oper = 13 -begin = 04.08.2020 22:21:14 -norma = 45 -real = 61 - -[90] -oper = 14 -begin = 04.08.2020 23:22:14 -norma = 40 -vac_time = 9 -real = 60 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200804.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200804.337 deleted file mode 100644 index 570d650..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200804.337 +++ /dev/null @@ -1,43 +0,0 @@ -00:18:48 1596482328 祭 ० ᪠ -00:21:40 1596482500 ⪫祭 ० ᪠ (A) -02:40:35 1596490835 祭 ॣ '-2'(A) -02:41:12 1596490872 ⪫祭 ॣ '-2'(A) -02:49:11 1596491351 祭 ० ࠧ -02:49:14 1596491354 祭 ० ' ⮪ 㣨' -02:50:59 1596491459 祭 ॣ '-2'(A) -03:19:59 1596493199 ⪫祭 ० ࠧ (A) -03:19:59 1596493199 祭 ⠭ ॣ -06:48:31 1596505711 祭 ० -06:48:32 1596505712 ⪫祭 ॣ '-2'(A) -06:48:33 1596505713 祭 ॣ '-2'(A) -07:02:49 1596506569 ⪫祭 ० ' ⮪ 㣨' -07:02:51 1596506571 ⪫祭 ॣ '-2'(A) -07:03:50 1596506630 祭 ० ᪠ -07:03:50 1596506630 祭 ० ᪠ -07:06:40 1596506800 ⪫祭 ० ᪠ (A) -07:58:31 1596509911 ⪫祭 ० (A) -13:04:51 1596528291 祭 ० ᪠ -13:07:13 1596528433 ⪫祭 ० ᪠ (A) -14:00:25 1596531625 : 㦥 -14:55:35 1596534935 祭 ॣ '-2'(A) -14:56:11 1596534971 ⪫祭 ॣ '-2'(A) -14:56:27 1596534987 祭 -14:57:09 1596535029 祭 -14:58:09 1596535089 ⪫祭 -15:04:25 1596535465 祭 ० ࠧ -15:04:27 1596535467 祭 ० ' ⮪ 㣨' -15:04:45 1596535485 : 믮 -15:24:29 1596536669 祭 ॣ '-2'(A) -15:39:30 1596537570 祭 ॣ . 殮 㣨 -15:39:30 1596537570 ⪫祭 ० ࠧ (A) -17:37:59 1596544679 祭 ० -17:38:00 1596544680 ⪫祭 ॣ '-2'(A) -17:38:01 1596544681 祭 ॣ '-2'(A) -18:43:00 1596548580 ⪫祭 ॣ '-2'(A) -20:30:02 1596555002 ⪫祭 ० (A) -20:30:03 1596555003 ⪫祭 -20:30:03 1596555003 : -20:30:04 1596555004 ⪫祭 ० ' ⮪ 㣨' -20:31:07 1596555067 祭 ० ᪠ -20:33:39 1596555219 ⪫祭 ० ᪠ (A) -21:00:03 1596556803 : 믮 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200804.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200804.339 deleted file mode 100644 index 760fb6e..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200804.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200805.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200805.330 deleted file mode 100644 index 55d964c..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200805.330 +++ /dev/null @@ -1,9 +0,0 @@ -00:05:34 1596567934 2 BT 3-1, 6, 8, 9, 14, 15, 16 -02:45:37 1596577537 1 11228 3 25 9 4000 -06:11:12 1596589872 1 11228 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 4700 9 4000 10 670 11 12 321672 -06:39:55 1596591595 0 A--32-068-2019 ॢ 2 -15:46:36 1596624396 3 14 -16:59:01 1596628741 0 A--32-067-2014 ॢ 0 -19:06:52 1596636412 1 11229 3 25 9 4010 12 321752 -23:02:18 1596650538 1 11229 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 4700 9 4010 10 670 11 12 321752 -23:31:23 1596652283 0 A--32-068-2019 ॢ 2 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200805.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200805.331 deleted file mode 100644 index 8d179ea..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200805.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200805.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200805.332 deleted file mode 100644 index d9a4a2d..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200805.332 +++ /dev/null @@ -1,126 +0,0 @@ -21 00:10:18 00:10:25 -Rsk= 16.5 Rkk= 11.2 - -22 00:11:16 00:21:46 -P1= 6.1 T1=00:16:46 P2= 18.6 T2=00:21:46 Vs= 2.50 - -21 02:45:55 02:46:03 -Rsk= 16.5 Rkk= 11.3 - -22 03:24:41 03:40:12 -P1= 28.1 T1=03:35:12 P2= 39.3 T2=03:40:12 Vs= 2.24 - -20 05:08:22 05:08:31 -Riz_sol= 5796.8 - -21 05:08:39 05:08:47 -Rsk= 16.3 Rkk= 11.2 - -22 05:49:52 06:00:22 -P1= 11.8 T1=05:55:22 P2= 25.7 T2=06:00:22 Vs= 2.79 - -23 06:00:46 05:00:00 - - -24 06:00:58 06:01:32 - - -30 06:01:45 06:02:26 -Vst= 28.5 - -31 06:02:37 06:03:38 -Rom_sol= 12.9 - -41 06:04:20 06:04:25 -Ukz= 1.16 - -32 06:04:29 06:05:41 -Imax=11.0 Umax=50.0 T= 9.2 - -33 06:05:45 06:06:19 -Imin=16.1 Umin=25.1 T= 0.8 - -34 06:06:23 06:06:52 -V=301.8 T= 9.6 - -35 06:06:56 06:07:48 -Q= 54.9 T= 9.2 - -36 06:07:52 06:08:24 -P1=0.27 T= 3.1 - -37 06:08:29 06:09:11 -T= 0.7 - -38 06:09:15 06:09:33 -t= 52.1 T= 0.8 - -39 06:09:36 06:09:50 -t= 52.4 T= 0.7 - -40 06:09:54 06:10:01 -t= 52.0 T= 0.5 - -21 15:47:10 15:47:18 -Rsk= 16.2 Rkk= 11.0 - -22 16:06:45 16:22:16 -P1= 55.9 T1=16:17:16 P2= 73.4 T2=16:22:16 Vs= 3.50 - -21 19:05:39 19:05:47 -Rsk= 16.4 Rkk= 11.2 - -22 19:40:18 19:55:49 -P1= 29.6 T1=19:50:49 P2= 41.6 T2=19:55:49 Vs= 2.40 - -20 21:35:42 21:35:52 -Riz_sol= 2519.5 - -21 21:35:58 21:36:06 -Rsk= 16.2 Rkk= 11.1 - -22 22:30:17 22:40:47 -P1= 9.1 T1=22:35:47 P2= 19.9 T2=22:40:47 Vs= 2.17 - -23 22:53:14 22:53:20 - - -24 22:53:25 22:53:59 - - -30 22:54:12 22:54:51 -Vst= 28.6 - -31 22:54:55 22:55:56 -Rom_sol= 16.3 - -41 22:56:32 22:56:37 -Ukz= 1.29 - -32 22:56:43 22:57:51 -Imax=11.0 Umax=50.0 T= 9.2 - -33 22:57:55 22:58:24 -Imin=16.2 Umin=25.1 T= 1.0 - -34 22:58:27 22:58:55 -V=301.8 T= 9.6 - -35 22:58:58 22:59:51 -Q= 54.8 T= 9.0 - -36 22:59:54 23:00:26 -P1=0.29 T= 3.1 - -37 23:00:29 23:01:05 -T= 0.7 - -38 23:01:08 23:01:14 -t= 52.1 T= 0.5 - -39 23:01:18 23:01:24 -t= 52.4 T= 0.5 - -40 23:01:27 23:01:33 -t= 52.0 T= 0.5 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200805.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200805.333 deleted file mode 100644 index 318b2e6..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200805.333 +++ /dev/null @@ -1,28 +0,0 @@ -15 00:23:09 1596568989 -16 00:58:11 1596571091 -1 01:43:40 1596573820 -2 02:41:25 1596577285 -5 03:41:26 1596580886 -6 03:55:03 1596581703 -7 04:32:04 1596583924 -8 05:06:09 1596585969 -25 06:01:42 1596589302 -9 06:11:12 1596589872 -10 06:39:55 1596591595 -11 10:04:30 1596603870 -12 12:48:15 1596613695 -13 14:41:02 1596620462 -0 14:41:02 1596620462 -14 15:43:22 1596624202 -15 16:23:31 1596626611 -16 16:59:02 1596628742 -16 17:01:43 1596628903 -1 17:41:26 1596631286 -2 19:03:36 1596636216 -5 19:58:00 1596639480 -6 20:09:18 1596640158 -7 20:45:50 1596642350 -8 21:33:54 1596645234 -25 22:54:09 1596650049 -9 23:02:18 1596650538 -10 23:31:23 1596652283 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200805.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200805.334 deleted file mode 100644 index 38d16e7..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200805.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200805.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200805.335 deleted file mode 100644 index 48de538..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200805.335 +++ /dev/null @@ -1,4 +0,0 @@ -4 00:05:09 1596567909 -4 00:05:42 1596567942 -4 00:10:09 1596568209 -4 00:10:12 1596568212 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200805.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200805.336 deleted file mode 100644 index 318707e..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200805.336 +++ /dev/null @@ -1,167 +0,0 @@ -[91] -oper = 15 -begin = 05.08.2020 00:23:09 -norma = 30 -real = 35 - -[92] -oper = 16 -begin = 05.08.2020 00:58:11 -norma = 40 -real = 45 - -[93] -oper = 1 -begin = 05.08.2020 01:43:40 -norma = 85 -real = 57 - -[94] -oper = 2 -begin = 05.08.2020 02:41:25 -norma = 110 -vac_time = 10 -real = 60 - -[95] -oper = 5 -begin = 05.08.2020 03:41:26 -norma = 25 -real = 13 - -[96] -oper = 6 -begin = 05.08.2020 03:55:03 -norma = 35 -real = 37 - -[97] -oper = 7 -begin = 05.08.2020 04:32:04 -norma = 30 -real = 34 - -[98] -oper = 8 -begin = 05.08.2020 05:06:09 -norma = 40 -vac_time = 9 -real = 55 - -[99] -oper = 25 -begin = 05.08.2020 06:01:42 -norma = 30 -real = 9 - -[00] -oper = 9 -begin = 05.08.2020 06:11:12 -norma = 0 -real = 28 - -[01] -oper = 10 -begin = 05.08.2020 06:39:55 -norma = 0 -real = 204 - -[02] -oper = 11 -begin = 05.08.2020 10:04:30 -norma = 0 -real = 163 - -[03] -oper = 12 -begin = 05.08.2020 12:48:15 -norma = 105 -real = 112 - -[04] -oper = 13 -begin = 05.08.2020 14:41:02 -norma = 45 -real = 62 - -[05] -oper = 14 -begin = 05.08.2020 15:43:22 -norma = 40 -vac_time = 9 -real = 40 - -[06] -oper = 15 -begin = 05.08.2020 16:23:31 -norma = 30 -real = 35 - -[07] -oper = 16 -begin = 05.08.2020 16:59:02 -norma = 40 -real = 2 - -[08] -oper = 16 -begin = 05.08.2020 17:01:43 -norma = 40 -real = 39 - -[09] -oper = 1 -begin = 05.08.2020 17:41:26 -norma = 85 -real = 82 - -[10] -oper = 2 -begin = 05.08.2020 19:03:36 -norma = 110 -vac_time = 10 -real = 54 - -[11] -oper = 5 -begin = 05.08.2020 19:58:00 -norma = 25 -real = 11 - -[12] -oper = 6 -begin = 05.08.2020 20:09:18 -norma = 35 -real = 36 - -[13] -oper = 7 -begin = 05.08.2020 20:45:50 -norma = 30 -real = 48 - -[14] -oper = 8 -begin = 05.08.2020 21:33:54 -norma = 40 -vac_time = 10 -real = 80 - -[15] -oper = 25 -begin = 05.08.2020 22:54:09 -norma = 30 -real = 8 - -[16] -oper = 9 -begin = 05.08.2020 23:02:18 -norma = 0 -real = 29 - -[17] -oper = 10 -begin = 05.08.2020 23:31:23 -norma = 0 -real = 210 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200805.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200805.337 deleted file mode 100644 index 67fd7e4..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200805.337 +++ /dev/null @@ -1,67 +0,0 @@ -00:22:41 1596568961 祭 ० ࠧ -00:22:42 1596568962 祭 ० ' ⮪ 㣨' -00:23:05 1596568985 祭 ॣ '-2'(A) -00:53:55 1596570835 ⪫祭 ० ' ⮪ 㣨' -00:58:13 1596571093 ⪫祭 ० ࠧ -00:58:15 1596571095 ⪫祭 ॣ '-2'(A) -00:58:50 1596571130 祭 ० ᪠ -01:02:01 1596571321 ⪫祭 ० ᪠ (A) -02:45:41 1596577541 : 㦥 -03:55:15 1596581715 祭 ० ᪠ -03:55:15 1596581715 祭 ० ᪠ -03:55:15 1596581715 祭 ० ᪠ -03:55:15 1596581715 祭 ० ᪠ -03:55:15 1596581715 祭 ० ᪠ -03:55:16 1596581716 祭 ० ᪠ -03:55:16 1596581716 祭 ० ᪠ -03:58:51 1596581931 ⪫祭 ० ᪠ (A) -06:00:59 1596589259 祭 ॣ '-2'(A) -06:01:33 1596589293 ⪫祭 ॣ '-2'(A) -06:02:32 1596589352 ' ' -06:02:32 1596589352 祭 -06:02:38 1596589358 祭 -06:03:38 1596589418 ⪫祭 -06:10:33 1596589833 祭 ० ࠧ -06:10:35 1596589835 祭 ० ' ⮪ 㣨' -06:11:13 1596589873 : 믮 -06:27:54 1596590874 祭 ॣ '-2'(A) -06:39:55 1596591595 ⪫祭 ० ࠧ (A) -06:39:55 1596591595 祭 ॣ . 殮 㣨 -10:04:30 1596603870 祭 ० -10:04:31 1596603871 ⪫祭 ॣ '-2'(A) -10:04:32 1596603872 祭 ॣ '-2'(A) -10:54:32 1596606872 ⪫祭 ॣ '-2'(A) -12:48:12 1596613692 ⪫祭 ० (A) -12:48:14 1596613694 ⪫祭 -12:48:14 1596613694 : -12:48:15 1596613695 ⪫祭 ० ' ⮪ 㣨' -12:48:23 1596613703 '⪫ ' -12:49:10 1596613750 祭 ० ᪠ -12:51:32 1596613892 ⪫祭 ० ᪠ (A) -13:18:14 1596615494 : 믮 -16:23:35 1596626615 祭 ० ࠧ -16:23:37 1596626617 祭 ० ' ⮪ 㣨' -16:23:38 1596626618 祭 ॣ '-2'(A) -16:59:01 1596628741 ⪫祭 ० ࠧ (A) -17:01:41 1596628901 ⪫祭 ० ' ⮪ 㣨' -17:01:46 1596628906 ⪫祭 ॣ '-2'(A) -17:02:30 1596628950 祭 ० ᪠ -17:04:47 1596629087 ⪫祭 ० ᪠ (A) -19:06:55 1596636415 : 㦥 -20:09:36 1596640176 祭 ० ᪠ -20:09:36 1596640176 祭 ० ᪠ -20:09:36 1596640176 祭 ० ᪠ -20:09:36 1596640176 祭 ० ᪠ -20:09:37 1596640177 祭 ० ᪠ -20:12:08 1596640328 ⪫祭 ० ᪠ (A) -22:53:27 1596650007 祭 ॣ '-2'(A) -22:54:00 1596650040 ⪫祭 ॣ '-2'(A) -22:54:17 1596650057 祭 -22:54:57 1596650097 祭 -22:55:57 1596650157 ⪫祭 -23:01:42 1596650502 祭 ० ࠧ -23:01:44 1596650504 祭 ० ' ⮪ 㣨' -23:02:19 1596650539 : 믮 -23:19:22 1596651562 祭 ॣ '-2'(A) -23:31:23 1596652283 祭 ॣ . 殮 㣨 -23:31:23 1596652283 ⪫祭 ० ࠧ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200805.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200805.339 deleted file mode 100644 index c93aff8..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200805.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200806.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200806.330 deleted file mode 100644 index 29847b1..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200806.330 +++ /dev/null @@ -1,4 +0,0 @@ -08:33:23 1596684803 3 14 -11:17:45 1596694665 1 11230 3 25 9 4900 10 690 -15:26:41 1596709601 1 11230 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 4700 9 4900 10 690 11 12 321752 -15:56:53 1596711413 0 A--32-074-2016 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200806.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200806.331 deleted file mode 100644 index 452a8df..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200806.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200806.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200806.332 deleted file mode 100644 index 734e6d1..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200806.332 +++ /dev/null @@ -1,60 +0,0 @@ -21 08:33:07 08:33:14 -Rsk= 16.3 Rkk= 11.1 - -22 08:50:00 09:05:32 -P1= 73.5 T1=09:00:32 P2= 94.2 T2=09:05:32 Vs= 4.13 - -20 11:15:58 11:16:07 -Riz_sol= 2688.4 - -21 11:16:18 11:16:26 -Rsk= 16.5 Rkk= 11.4 - -22 12:05:02 12:15:31 -P1= 7.6 T1=12:10:31 P2= 18.8 T2=12:15:31 Vs= 2.24 - -22 15:05:34 15:16:04 -P1= 5.6 T1=15:11:04 P2= 10.6 T2=15:16:04 Vs= 1.00 - -23 15:16:46 15:16:52 - - -24 15:16:59 15:17:35 - - -30 15:17:45 15:18:23 -Vst= 28.5 - -31 15:18:35 15:19:36 -Rom_sol= 16.2 - -41 15:20:08 15:20:13 -Ukz= 1.08 - -32 15:20:21 15:21:31 -Imax=11.0 Umax=50.0 T= 9.4 - -33 15:21:34 15:22:12 -Imin=16.1 Umin=25.0 T= 0.8 - -34 15:22:15 15:22:45 -V=301.8 T= 9.6 - -35 15:22:47 15:23:53 -Q= 54.6 T=12.3 - -36 15:23:59 15:24:31 -P1=0.20 T= 3.0 - -37 15:24:34 15:25:10 -T= 0.8 - -38 15:25:13 15:25:23 -t= 52.1 T= 0.8 - -39 15:25:27 15:25:36 -t= 52.4 T= 0.7 - -40 15:25:38 15:25:45 -t= 51.9 T= 0.5 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200806.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200806.333 deleted file mode 100644 index 0953d7b..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200806.333 +++ /dev/null @@ -1,14 +0,0 @@ -11 03:01:49 1596664909 -12 05:45:36 1596674736 -13 07:34:27 1596681267 -0 07:34:27 1596681267 -14 08:31:32 1596684692 -15 09:06:29 1596686789 -16 09:29:45 1596688185 -1 10:07:58 1596690478 -8 11:12:56 1596694376 -25 15:17:42 1596709062 -9 15:26:41 1596709601 -10 15:56:53 1596711413 -11 20:49:02 1596728942 -12 23:32:07 1596738727 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200806.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200806.334 deleted file mode 100644 index 9b69a58..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200806.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200806.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200806.335 deleted file mode 100644 index 0e0d301..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200806.335 +++ /dev/null @@ -1 +0,0 @@ -3 11:16:15 1596694575 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200806.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200806.336 deleted file mode 100644 index 9a3ee5b..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200806.336 +++ /dev/null @@ -1,81 +0,0 @@ -[18] -oper = 11 -begin = 06.08.2020 03:01:49 -norma = 0 -real = 163 - -[19] -oper = 12 -begin = 06.08.2020 05:45:36 -norma = 105 -real = 108 - -[20] -oper = 13 -begin = 06.08.2020 07:34:27 -norma = 45 -real = 57 - -[21] -oper = 14 -begin = 06.08.2020 08:31:32 -norma = 40 -vac_time = 9 -vac_avg10 = 9.6 -real = 34 - -[22] -oper = 15 -begin = 06.08.2020 09:06:29 -norma = 30 -real = 23 - -[23] -oper = 16 -begin = 06.08.2020 09:29:45 -norma = 40 -real = 38 - -[24] -oper = 1 -begin = 06.08.2020 10:07:58 -norma = 85 -real = 64 - -[25] -oper = 8 -begin = 06.08.2020 11:12:56 -norma = 40 -vac_time = 10 -real = 244 - -[26] -oper = 25 -begin = 06.08.2020 15:17:42 -norma = 30 -real = 8 - -[27] -oper = 9 -begin = 06.08.2020 15:26:41 -norma = 0 -real = 30 - -[28] -oper = 10 -begin = 06.08.2020 15:56:53 -norma = 0 -real = 292 - -[29] -oper = 11 -begin = 06.08.2020 20:49:02 -norma = 0 -real = 163 - -[30] -oper = 12 -begin = 06.08.2020 23:32:07 -norma = 105 -real = 115 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200806.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200806.337 deleted file mode 100644 index 8514466..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200806.337 +++ /dev/null @@ -1,44 +0,0 @@ -03:01:48 1596664908 祭 ० -03:01:49 1596664909 ⪫祭 ॣ '-2'(A) -03:01:50 1596664910 祭 ॣ '-2'(A) -03:51:49 1596667909 ⪫祭 ॣ '-2'(A) -05:45:30 1596674730 ⪫祭 ० (A) -05:45:32 1596674732 ⪫祭 -05:45:32 1596674732 : -05:45:38 1596674738 ⪫祭 ० ' ⮪ 㣨' -05:46:33 1596674793 祭 ० ᪠ -05:46:33 1596674793 祭 ० ᪠ -05:48:51 1596674931 ⪫祭 ० ᪠ (A) -06:15:32 1596676532 : 믮 -09:05:57 1596686757 祭 ० ࠧ -09:05:57 1596686757 祭 ० ' ⮪ 㣨' -09:07:20 1596686840 祭 ॣ '-2'(A) -09:29:46 1596688186 ⪫祭 ० ' ⮪ 㣨' -09:29:48 1596688188 ⪫祭 ॣ '-2'(A) -09:30:35 1596688235 祭 ० ᪠ -09:30:35 1596688235 祭 ० ᪠ -09:30:36 1596688236 祭 ० ᪠ -09:32:55 1596688375 ⪫祭 ० ᪠ (A) -11:17:48 1596694668 : 㦥 -15:17:02 1596709022 祭 ॣ '-2'(A) -15:17:36 1596709056 ⪫祭 ॣ '-2'(A) -15:18:31 1596709111 祭 -15:18:36 1596709116 祭 -15:19:36 1596709176 ⪫祭 -15:26:23 1596709583 祭 ० ࠧ -15:26:25 1596709585 祭 ० ' ⮪ 㣨' -15:26:41 1596709601 : 믮 -15:43:24 1596710604 祭 ॣ '-2'(A) -15:56:53 1596711413 ⪫祭 ० ࠧ (A) -15:56:54 1596711414 祭 ⠭ ॣ -20:49:01 1596728941 祭 ० -20:49:02 1596728942 ⪫祭 ॣ '-2'(A) -20:49:03 1596728943 祭 ॣ '-2'(A) -21:45:02 1596732302 ⪫祭 ॣ '-2'(A) -23:32:04 1596738724 ⪫祭 ० (A) -23:32:05 1596738725 ⪫祭 -23:32:05 1596738725 : -23:32:08 1596738728 ⪫祭 ० ' ⮪ 㣨' -23:32:25 1596738745 祭 ० ᪠ -23:32:25 1596738745 祭 ० ᪠ -23:35:13 1596738913 ⪫祭 ० ᪠ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200806.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200806.339 deleted file mode 100644 index 7e3651a..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200806.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200807.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200807.330 deleted file mode 100644 index 696f7d3..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200807.330 +++ /dev/null @@ -1,7 +0,0 @@ -03:15:22 1596752122 1 11231 9 4840 11 -05:07:59 1596758879 1 11231 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 4700 9 4840 10 690 11 12 321752 -05:50:43 1596761443 0 A--32-031-2016 ॢ 5 -15:34:46 1596796486 1 11232 9 3770 -17:13:39 1596802419 11 -19:26:22 1596810382 1 11232 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 4700 9 3770 10 690 11 12 321752 -19:56:35 1596812195 0 A--32-074-2016 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200807.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200807.331 deleted file mode 100644 index 481fc99..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200807.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200807.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200807.332 deleted file mode 100644 index 015a030..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200807.332 +++ /dev/null @@ -1,105 +0,0 @@ -20 03:15:36 03:15:46 -Riz_sol= 2710.0 - -21 03:15:52 03:15:59 -Rsk= 18.1 Rkk= 13.1 - -22 04:08:20 04:23:50 -P1= 64.0 T1=04:18:50 P2= 87.2 T2=04:23:50 Vs= 4.63 - -22 04:43:46 04:54:15 -P1= 7.5 T1=04:49:15 P2= 22.5 T2=04:54:15 Vs= 3.00 - -23 04:55:52 04:55:58 - - -24 04:56:07 04:56:40 - - -30 04:57:29 04:58:17 -Vst= 28.7 - -31 04:58:31 04:59:23 -Rom_sol= 16.3 - -32 05:00:25 05:01:45 -Imax=11.0 Umax=50.0 T= 9.4 - -33 05:01:49 05:02:35 -Imin=16.1 Umin=25.0 T= 0.8 - -34 05:02:39 05:03:13 -V=301.8 T= 9.6 - -35 05:03:18 05:04:25 -Q= 54.7 T= 9.3 - -36 05:04:29 05:05:01 -P1=0.26 T= 3.0 - -37 05:05:05 05:05:41 -T= 0.7 - -38 05:05:45 05:06:02 -t= 52.1 T= 0.7 - -39 05:06:06 05:06:27 -t= 52.4 T= 0.7 - -40 05:06:33 05:06:42 -t= 52.0 T= 0.7 - -21 15:33:22 15:33:29 -Rsk= 17.6 Rkk= 12.6 - -22 16:05:04 16:20:35 -P1= 29.7 T1=16:15:35 P2= 41.8 T2=16:20:35 Vs= 2.41 - -20 18:25:48 18:25:58 -Riz_sol= 2903.1 - -21 18:26:04 18:26:11 -Rsk= 17.5 Rkk= 12.5 - -22 19:00:00 19:15:31 -P1= 26.1 T1=19:10:31 P2= 37.6 T2=19:15:31 Vs= 2.32 - -23 19:15:52 19:15:58 - - -24 19:16:05 19:16:38 - - -30 19:16:54 19:17:36 -Vst= 28.8 - -31 19:18:17 19:19:18 -Rom_sol= 16.3 - -32 19:20:17 19:21:27 -Imax=11.0 Umax=50.0 T= 9.4 - -33 19:21:30 19:22:04 -Imin=16.2 Umin=25.1 T= 1.0 - -34 19:22:07 19:22:36 -V=301.7 T= 9.6 - -35 19:22:39 19:23:33 -Q= 54.9 T= 9.2 - -36 19:23:37 19:24:09 -P1=0.26 T= 3.1 - -37 19:24:13 19:24:53 -T= 0.7 - -38 19:24:56 19:25:04 -t= 52.1 T= 0.5 - -39 19:25:06 19:25:14 -t= 52.4 T= 0.5 - -40 19:25:17 19:25:24 -t= 52.0 T= 0.5 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200807.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200807.333 deleted file mode 100644 index 5fda18c..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200807.333 +++ /dev/null @@ -1,19 +0,0 @@ -13 01:27:54 1596745674 -0 01:27:54 1596745674 -8 03:10:49 1596751849 -25 04:56:54 1596758214 -9 05:07:59 1596758879 -10 05:50:43 1596761443 -11 09:45:36 1596775536 -12 12:32:37 1596785557 -13 14:27:02 1596792422 -0 14:27:03 1596792423 -2 15:30:58 1596796258 -5 16:22:57 1596799377 -6 16:36:59 1596800219 -7 17:17:36 1596802656 -8 18:21:23 1596806483 -25 19:16:47 1596809807 -9 19:26:22 1596810382 -10 19:56:35 1596812195 -11 23:18:43 1596824323 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200807.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200807.334 deleted file mode 100644 index d5fc07e..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200807.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200807.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200807.336 deleted file mode 100644 index e4a2d27..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200807.336 +++ /dev/null @@ -1,105 +0,0 @@ -[31] -oper = 13 -begin = 07.08.2020 01:27:54 -norma = 45 -real = 102 - -[32] -oper = 8 -begin = 07.08.2020 03:10:49 -norma = 40 -vac_time = 11 -real = 106 - -[33] -oper = 25 -begin = 07.08.2020 04:56:54 -norma = 30 -real = 11 - -[34] -oper = 9 -begin = 07.08.2020 05:07:59 -norma = 0 -real = 42 - -[35] -oper = 10 -begin = 07.08.2020 05:50:43 -norma = 0 -real = 234 - -[36] -oper = 11 -begin = 07.08.2020 09:45:36 -norma = 0 -real = 167 - -[37] -oper = 12 -begin = 07.08.2020 12:32:37 -norma = 105 -real = 114 - -[38] -oper = 13 -begin = 07.08.2020 14:27:02 -norma = 45 -real = 63 - -[39] -oper = 2 -begin = 07.08.2020 15:30:58 -norma = 110 -vac_time = 10 -real = 51 - -[40] -oper = 5 -begin = 07.08.2020 16:22:57 -norma = 25 -real = 14 - -[41] -oper = 6 -begin = 07.08.2020 16:36:59 -norma = 35 -real = 40 - -[42] -oper = 7 -begin = 07.08.2020 17:17:36 -norma = 30 -real = 63 - -[43] -oper = 8 -begin = 07.08.2020 18:21:23 -norma = 40 -vac_time = 11 -real = 55 - -[44] -oper = 25 -begin = 07.08.2020 19:16:47 -norma = 30 -real = 9 - -[45] -oper = 9 -begin = 07.08.2020 19:26:22 -norma = 0 -real = 30 - -[46] -oper = 10 -begin = 07.08.2020 19:56:35 -norma = 0 -real = 202 - -[47] -oper = 11 -begin = 07.08.2020 23:18:43 -norma = 0 -real = 163 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200807.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200807.337 deleted file mode 100644 index 7e34af5..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200807.337 +++ /dev/null @@ -1,34 +0,0 @@ -00:02:05 1596740525 : 믮 -04:56:07 1596758167 祭 ॣ '-2'(A) -04:56:41 1596758201 ⪫祭 ॣ '-2'(A) -05:07:20 1596758840 祭 ० ࠧ -05:07:22 1596758842 祭 ० ' ⮪ 㣨' -05:33:38 1596760418 祭 ॣ '-2'(A) -05:50:43 1596761443 ⪫祭 ० ࠧ (A) -05:50:43 1596761443 祭 ⠭ ॣ -09:45:35 1596775535 祭 ० -09:45:36 1596775536 ⪫祭 ॣ '-2'(A) -09:45:37 1596775537 祭 ॣ '-2'(A) -12:32:32 1596785552 ⪫祭 ० (A) -12:32:39 1596785559 ⪫祭 ० ' ⮪ 㣨' -12:32:41 1596785561 ⪫祭 ॣ '-2'(A) -12:33:40 1596785620 祭 ० ᪠ -12:36:01 1596785761 ⪫祭 ० ᪠ (A) -16:37:17 1596800237 祭 ० ᪠ -16:40:06 1596800406 ⪫祭 ० ᪠ (A) -17:13:41 1596802421 : 㦥 -19:16:06 1596809766 祭 ॣ '-2'(A) -19:16:39 1596809799 ⪫祭 ॣ '-2'(A) -19:18:05 1596809885 ' ' -19:18:05 1596809885 祭 -19:18:18 1596809898 祭 -19:19:18 1596809958 ⪫祭 -19:25:44 1596810344 祭 ० ࠧ -19:25:47 1596810347 祭 ० ' ⮪ 㣨' -19:26:23 1596810383 : 믮 -19:43:05 1596811385 祭 ॣ '-2'(A) -19:56:35 1596812195 ⪫祭 ० ࠧ (A) -19:56:35 1596812195 祭 ⠭ ॣ -23:18:42 1596824322 祭 ० -23:18:43 1596824323 ⪫祭 ॣ '-2'(A) -23:18:44 1596824324 祭 ॣ '-2'(A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200807.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200807.339 deleted file mode 100644 index 04e036b..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200807.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200808.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200808.330 deleted file mode 100644 index 669aa96..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200808.330 +++ /dev/null @@ -1,5 +0,0 @@ -04:54:18 1596844458 3 14 -09:55:53 1596862553 1 11233 3 25 4 3 8 3000 9 3870 10 705 11 12 320507 -14:33:14 1596879194 1 11233 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 3 5 Ti 6 7 770 8 3000 9 3870 10 705 11 12 320507 -15:02:09 1596880929 0 A--32-029-2014 ॢ 2 -23:27:37 1596911257 3 14 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200808.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200808.331 deleted file mode 100644 index 1a78756..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200808.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200808.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200808.332 deleted file mode 100644 index 18a411b..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200808.332 +++ /dev/null @@ -1,66 +0,0 @@ -21 04:54:41 04:54:48 -Rsk= 17.6 Rkk= 12.4 - -22 05:13:41 05:29:13 -P1= 49.4 T1=05:24:13 P2= 65.5 T2=05:29:13 Vs= 3.21 - -21 09:54:14 09:54:21 -Rsk= 17.4 Rkk= 12.3 - -22 10:33:27 10:48:57 -P1= 24.6 T1=10:43:57 P2= 35.7 T2=10:48:57 Vs= 2.21 - -21 13:13:24 13:13:31 -Rsk= 17.8 Rkk= 12.7 - -20 13:15:27 13:15:36 -Riz_sol= 2171.9 - -22 14:10:07 14:20:37 -P1= 6.6 T1=14:15:37 P2= 15.9 T2=14:20:37 Vs= 1.85 - -23 14:20:56 14:21:02 - - -24 14:21:17 14:21:54 - - -30 14:25:17 14:25:55 -Vst= 28.6 - -31 14:26:01 14:26:41 -Rom_sol= 16.2 - -41 14:27:16 14:27:21 -Ukz= 0.91 - -32 14:27:27 14:28:37 -Imax=11.0 Umax=50.0 T= 9.2 - -33 14:28:42 14:29:10 -Imin=16.2 Umin=25.0 T= 0.8 - -34 14:29:14 14:29:42 -V=301.8 T= 9.6 - -35 14:29:46 14:30:39 -Q= 54.9 T= 9.3 - -36 14:30:43 14:31:15 -P1=0.26 T= 3.0 - -37 14:31:21 14:31:57 -T= 0.7 - -38 14:32:02 14:32:08 -t= 52.1 T= 0.7 - -39 14:32:13 14:32:18 -t= 52.4 T= 0.7 - -40 14:32:29 14:32:34 -t= 52.0 T= 0.5 - -21 23:28:02 23:28:10 -Rsk= 17.7 Rkk= 12.5 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200808.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200808.333 deleted file mode 100644 index d5b724e..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200808.333 +++ /dev/null @@ -1,20 +0,0 @@ -12 02:01:48 1596834108 -13 03:48:40 1596840520 -0 03:48:40 1596840520 -14 04:51:18 1596844278 -15 05:30:30 1596846630 -16 06:00:04 1596848404 -1 06:39:57 1596850797 -2 09:46:36 1596861996 -5 10:50:43 1596865843 -6 11:04:21 1596866661 -7 11:43:19 1596868999 -8 13:06:16 1596873976 -25 14:22:09 1596878529 -9 14:33:14 1596879194 -10 15:02:09 1596880929 -11 18:08:13 1596892093 -12 20:58:15 1596902295 -13 22:44:10 1596908650 -0 22:44:10 1596908650 -14 23:23:13 1596910993 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200808.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200808.334 deleted file mode 100644 index b65b6da..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200808.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200808.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200808.336 deleted file mode 100644 index ee127ff..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200808.336 +++ /dev/null @@ -1,112 +0,0 @@ -[48] -oper = 12 -begin = 08.08.2020 02:01:48 -norma = 105 -real = 106 - -[49] -oper = 13 -begin = 08.08.2020 03:48:40 -norma = 45 -real = 62 - -[50] -oper = 14 -begin = 08.08.2020 04:51:18 -norma = 40 -vac_time = 9 -real = 39 - -[51] -oper = 15 -begin = 08.08.2020 05:30:30 -norma = 30 -real = 29 - -[52] -oper = 16 -begin = 08.08.2020 06:00:04 -norma = 40 -real = 39 - -[53] -oper = 1 -begin = 08.08.2020 06:39:57 -norma = 85 -real = 186 - -[54] -oper = 2 -begin = 08.08.2020 09:46:36 -norma = 110 -vac_time = 11 -real = 64 - -[55] -oper = 5 -begin = 08.08.2020 10:50:43 -norma = 25 -real = 13 - -[56] -oper = 6 -begin = 08.08.2020 11:04:21 -norma = 35 -real = 38 - -[57] -oper = 7 -begin = 08.08.2020 11:43:19 -norma = 30 -real = 82 - -[58] -oper = 8 -begin = 08.08.2020 13:06:16 -norma = 40 -vac_time = 10 -real = 75 - -[59] -oper = 25 -begin = 08.08.2020 14:22:09 -norma = 30 -real = 11 - -[60] -oper = 9 -begin = 08.08.2020 14:33:14 -norma = 0 -real = 28 - -[61] -oper = 10 -begin = 08.08.2020 15:02:09 -norma = 0 -real = 186 - -[62] -oper = 11 -begin = 08.08.2020 18:08:13 -norma = 0 -real = 170 - -[63] -oper = 12 -begin = 08.08.2020 20:58:15 -norma = 105 -real = 105 - -[64] -oper = 13 -begin = 08.08.2020 22:44:10 -norma = 45 -real = 39 - -[65] -oper = 14 -begin = 08.08.2020 23:23:13 -norma = 40 -vac_time = 9 -real = 38 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200808.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200808.337 deleted file mode 100644 index f99cbee..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200808.337 +++ /dev/null @@ -1,37 +0,0 @@ -00:14:43 1596827683 ⪫祭 ॣ '-2'(A) -02:01:45 1596834105 ⪫祭 ० (A) -02:01:46 1596834106 ⪫祭 -02:01:46 1596834106 : -02:01:49 1596834109 ⪫祭 ० ' ⮪ 㣨' -02:01:58 1596834118 '⪫ ' -02:02:39 1596834159 祭 ० ᪠ -02:02:39 1596834159 祭 ० ᪠ -02:05:03 1596834303 ⪫祭 ० ᪠ (A) -02:31:46 1596835906 : 믮 -05:29:52 1596846592 祭 ० ࠧ -05:30:04 1596846604 祭 ० ' ⮪ 㣨' -05:59:35 1596848375 ⪫祭 ० ' ⮪ 㣨' -06:00:48 1596848448 祭 ० ᪠ -06:00:48 1596848448 祭 ० ᪠ -06:03:10 1596848590 ⪫祭 ० ᪠ (A) -11:04:32 1596866672 祭 ० ᪠ -11:04:32 1596866672 祭 ० ᪠ -11:04:34 1596866674 祭 ० ᪠ -11:04:34 1596866674 祭 ० ᪠ -11:07:18 1596866838 ⪫祭 ० ᪠ (A) -14:21:20 1596878480 祭 ॣ '-2'(A) -14:21:55 1596878515 ⪫祭 ॣ '-2'(A) -14:32:46 1596879166 祭 ० ࠧ -14:32:48 1596879168 祭 ० ' ⮪ 㣨' -14:53:08 1596880388 祭 ॣ '-2'(A) -15:02:08 1596880928 祭 ⠭ ॣ -15:02:09 1596880929 ⪫祭 ० ࠧ (A) -18:08:13 1596892093 祭 ० -18:08:14 1596892094 ⪫祭 ॣ '-2'(A) -18:08:15 1596892095 祭 ॣ '-2'(A) -20:58:13 1596902293 ⪫祭 ० (A) -20:58:16 1596902296 ⪫祭 ० ' ⮪ 㣨' -20:58:19 1596902299 ⪫祭 ॣ '-2'(A) -20:58:34 1596902314 祭 ० ᪠ -20:58:34 1596902314 祭 ० ᪠ -21:01:20 1596902480 ⪫祭 ० ᪠ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200808.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200808.339 deleted file mode 100644 index aa6754b..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200808.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200809.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200809.330 deleted file mode 100644 index aa79e78..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200809.330 +++ /dev/null @@ -1,9 +0,0 @@ -00:26:15 1596914775 0 A--32-067-2014 ॢ 0 -02:42:42 1596922962 1 11234 3 25 -02:49:02 1596923342 2 BT 18, 20, 22, 23, 25 4 2 9 4855 10 690 11 12 321672 -06:10:42 1596935442 1 11234 2 BT 18, 20, 22, 23, 25 3 25 4 2 5 Ti 6 7 770 8 3000 9 4855 10 690 11 12 321672 -06:40:55 1596937255 0 A--32-074-2016 ॢ 1 -16:45:23 1596973523 6 -16:45:37 1596973537 6 -19:37:34 1596983854 3 14 -21:24:55 1596990295 1 11235 3 25 7 870 9 5800 10 770 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200809.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200809.331 deleted file mode 100644 index dbeb075..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200809.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200809.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200809.332 deleted file mode 100644 index b3699b2..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200809.332 +++ /dev/null @@ -1,75 +0,0 @@ -22 23:45:42 00:01:13 -P1= 47.6 T1=23:56:13 P2= 61.5 T2=00:01:13 Vs= 2.78 - -21 02:42:55 02:43:02 -Rsk= 17.5 Rkk= 12.4 - -22 03:16:44 03:32:15 -P1= 28.0 T1=03:27:15 P2= 40.1 T2=03:32:15 Vs= 2.41 - -20 05:11:11 05:11:21 -Riz_sol= 6907.2 - -21 05:11:26 05:11:34 -Rsk= 17.5 Rkk= 12.4 - -22 05:46:02 06:01:34 -P1= 26.6 T1=05:56:34 P2= 37.8 T2=06:01:34 Vs= 2.25 - -23 06:01:44 06:01:50 - - -24 06:01:57 06:02:34 - - -30 06:02:45 06:03:22 -Vst= 28.5 - -31 06:03:26 06:04:27 -Rom_sol= 16.2 - -41 06:04:57 06:05:02 -Ukz= 1.10 - -32 06:05:04 06:06:12 -Imax=11.0 Umax=50.0 T= 9.2 - -33 06:06:15 06:06:44 -Imin=16.2 Umin=25.0 T= 0.8 - -34 06:06:47 06:07:15 -V=301.8 T= 9.7 - -35 06:07:18 06:08:11 -Q= 54.5 T= 9.2 - -36 06:08:15 06:08:48 -P1=0.25 T= 3.1 - -37 06:08:51 06:09:27 -T= 0.7 - -38 06:09:30 06:09:35 -t= 52.1 T= 0.7 - -39 06:09:38 06:09:43 -t= 52.4 T= 0.7 - -40 06:09:46 06:09:51 -t= 51.9 T= 0.7 - -21 16:25:44 16:25:52 -Rsk= 17.6 Rkk= 12.5 - -21 19:10:38 19:10:46 -Rsk= 17.4 Rkk= 12.3 - -22 19:25:01 19:35:32 -P1= 18.8 T1=19:30:32 P2= 41.6 T2=19:35:32 Vs= 4.56 - -21 21:25:10 21:25:18 -Rsk= 17.6 Rkk= 12.4 - -22 22:13:33 22:24:04 -P1= 5.1 T1=22:19:04 P2= 13.5 T2=22:24:04 Vs= 1.69 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200809.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200809.333 deleted file mode 100644 index 30a46ea..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200809.333 +++ /dev/null @@ -1,26 +0,0 @@ -15 00:02:01 1596913321 -16 00:26:15 1596914775 -16 00:28:32 1596914912 -1 01:09:00 1596917340 -2 02:39:03 1596922743 -5 03:33:01 1596925981 -6 03:46:15 1596926775 -7 04:21:44 1596928904 -8 05:08:02 1596931682 -25 06:02:41 1596934961 -9 06:10:42 1596935442 -10 06:40:55 1596937255 -11 11:03:43 1596953023 -12 13:46:52 1596962812 -13 15:34:00 1596969240 -0 15:34:00 1596969240 -14 16:23:40 1596972220 -1 16:52:56 1596973976 -14 19:03:03 1596981783 -15 19:38:44 1596983924 -16 20:05:28 1596985528 -1 20:45:08 1596987908 -2 21:22:03 1596990123 -5 22:25:34 1596993934 -6 22:37:27 1596994647 -7 23:17:05 1596997025 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200809.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200809.334 deleted file mode 100644 index d462f88..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200809.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200809.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200809.336 deleted file mode 100644 index cacd061..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200809.336 +++ /dev/null @@ -1,156 +0,0 @@ -[66] -oper = 15 -begin = 09.08.2020 00:02:01 -norma = 30 -real = 24 - -[67] -oper = 16 -begin = 09.08.2020 00:26:15 -norma = 40 -real = 2 - -[68] -oper = 16 -begin = 09.08.2020 00:28:32 -norma = 40 -real = 40 - -[69] -oper = 1 -begin = 09.08.2020 01:09:00 -norma = 85 -real = 90 - -[70] -oper = 2 -begin = 09.08.2020 02:39:03 -norma = 110 -vac_time = 10 -real = 53 - -[71] -oper = 5 -begin = 09.08.2020 03:33:01 -norma = 25 -real = 13 - -[72] -oper = 6 -begin = 09.08.2020 03:46:15 -norma = 35 -real = 35 - -[73] -oper = 7 -begin = 09.08.2020 04:21:44 -norma = 30 -real = 46 - -[74] -oper = 8 -begin = 09.08.2020 05:08:02 -norma = 40 -vac_time = 11 -vac_avg10 = 10.2 -real = 54 - -[75] -oper = 25 -begin = 09.08.2020 06:02:41 -norma = 30 -real = 8 - -[76] -oper = 9 -begin = 09.08.2020 06:10:42 -norma = 0 -real = 30 - -[77] -oper = 10 -begin = 09.08.2020 06:40:55 -norma = 0 -real = 262 - -[78] -oper = 11 -begin = 09.08.2020 11:03:43 -norma = 0 -real = 163 - -[79] -oper = 12 -begin = 09.08.2020 13:46:52 -norma = 105 -real = 107 - -[80] -oper = 13 -begin = 09.08.2020 15:34:00 -norma = 45 -real = 49 - -[81] -oper = 14 -begin = 09.08.2020 16:23:40 -norma = 40 -vac_time = 10 -real = 29 - -[82] -oper = 1 -begin = 09.08.2020 16:52:56 -norma = 85 -real = 130 - -[83] -oper = 14 -begin = 09.08.2020 19:03:03 -norma = 40 -vac_time = 8 -real = 35 - -[84] -oper = 15 -begin = 09.08.2020 19:38:44 -norma = 30 -real = 26 - -[85] -oper = 16 -begin = 09.08.2020 20:05:28 -norma = 40 -real = 39 - -[86] -oper = 1 -begin = 09.08.2020 20:45:08 -norma = 85 -real = 36 - -[87] -oper = 2 -begin = 09.08.2020 21:22:03 -norma = 110 -vac_time = 9 -real = 63 - -[88] -oper = 5 -begin = 09.08.2020 22:25:34 -norma = 25 -real = 11 - -[89] -oper = 6 -begin = 09.08.2020 22:37:27 -norma = 35 -real = 39 - -[90] -oper = 7 -begin = 09.08.2020 23:17:05 -norma = 30 -real = 90 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200809.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200809.337 deleted file mode 100644 index 7f2cf24..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200809.337 +++ /dev/null @@ -1,56 +0,0 @@ -00:01:45 1596913305 祭 ० ࠧ -00:01:47 1596913307 祭 ० ' ⮪ 㣨' -00:26:15 1596914775 ⪫祭 ० ࠧ (A) -00:28:33 1596914913 ⪫祭 ० ' ⮪ 㣨' -00:29:19 1596914959 祭 ० ᪠ -00:29:19 1596914959 祭 ० ᪠ -00:31:39 1596915099 ⪫祭 ० ᪠ (A) -02:49:04 1596923344 : 㦥 -03:47:01 1596926821 祭 ० ᪠ -03:49:23 1596926963 ⪫祭 ० ᪠ (A) -06:01:59 1596934919 祭 ॣ '-2'(A) -06:02:00 1596934920 祭 -06:02:35 1596934955 ⪫祭 ॣ '-2'(A) -06:03:27 1596935007 祭 -06:04:27 1596935067 ⪫祭 -06:10:14 1596935414 祭 ० ࠧ -06:10:16 1596935416 祭 ० ' ⮪ 㣨' -06:10:43 1596935443 : 믮 -06:27:24 1596936444 祭 ॣ '-2'(A) -06:40:55 1596937255 ⪫祭 ० ࠧ (A) -06:40:55 1596937255 祭 ⠭ ॣ -11:03:43 1596953023 祭 ० -11:03:43 1596953023 ⪫祭 ॣ '-2'(A) -11:03:44 1596953024 祭 ॣ '-2'(A) -11:59:44 1596956384 ⪫祭 ॣ '-2'(A) -13:46:46 1596962806 ⪫祭 ० (A) -13:46:48 1596962808 ⪫祭 -13:46:48 1596962808 : -13:46:53 1596962813 ⪫祭 ० ' ⮪ 㣨' -13:47:59 1596962879 祭 ० ᪠ -13:50:19 1596963019 ⪫祭 ० ᪠ (A) -14:16:47 1596964607 : 믮 -19:37:12 1596983832 祭 ० ࠧ -19:37:13 1596983833 祭 ० ' ⮪ 㣨' -19:37:18 1596983838 ⪫祭 ० ' ⮪ 㣨' -19:37:22 1596983842 ⪫祭 ० ࠧ -19:38:03 1596983883 祭 ० ࠧ -19:38:04 1596983884 祭 ० ' ⮪ 㣨' -19:38:40 1596983920 祭 ॣ '-2'(A) -20:01:03 1596985263 ⪫祭 ० ' ⮪ 㣨' -20:05:31 1596985531 ⪫祭 ० ࠧ -20:05:31 1596985531 ⪫祭 ॣ '-2'(A) -20:06:09 1596985569 祭 ० ᪠ -20:06:09 1596985569 祭 ० ᪠ -20:06:10 1596985570 祭 ० ᪠ -20:06:10 1596985570 祭 ० ᪠ -20:06:10 1596985570 祭 ० ᪠ -20:06:10 1596985570 祭 ० ᪠ -20:06:11 1596985571 祭 ० ᪠ -20:06:11 1596985571 祭 ० ᪠ -20:06:12 1596985572 祭 ० ᪠ -20:06:12 1596985572 祭 ० ᪠ -20:09:22 1596985762 ⪫祭 ० ᪠ (A) -21:24:56 1596990296 : 㦥 -22:38:25 1596994705 祭 ० ᪠ -22:42:06 1596994926 ⪫祭 ० ᪠ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200809.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200809.339 deleted file mode 100644 index 40387d8..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200809.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200810.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200810.330 deleted file mode 100644 index c03a0b2..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200810.330 +++ /dev/null @@ -1,9 +0,0 @@ -00:54:12 1597002852 2 p. cao M1,M2,M3,M4 -00:54:45 1597002885 2 BT 3-1, 6, 8, 9, 14, 15, 16 -01:56:40 1597006600 1 11235 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 3000 9 5800 10 770 11 12 321672 -02:27:32 1597008452 0 A--32-078-2017 ॢ 1 -14:14:50 1597050890 3 14 -15:22:19 1597054939 0 A--32-120-2016 ॢ 0 -18:24:36 1597065876 1 11236 2 p. cao M1,M2,M3,M4 3 37 9 5050 -21:56:15 1597078575 11 -23:21:37 1597083697 1 11236 2 p. cao M1,M2,M3,M4 3 37 4 2 5 Ti 6 7 870 8 3000 9 5050 10 770 11 12 321672 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200810.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200810.331 deleted file mode 100644 index 88b8d5a..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200810.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200810.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200810.332 deleted file mode 100644 index 0261df8..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200810.332 +++ /dev/null @@ -1,123 +0,0 @@ -20 00:52:53 00:53:03 -Riz_sol= 2845.8 - -21 00:53:09 00:53:16 -Rsk= 18.1 Rkk= 12.8 - -22 01:19:48 01:35:19 -P1= 28.6 T1=01:30:19 P2= 39.9 T2=01:35:19 Vs= 2.26 - -23 01:35:28 01:35:34 - - -24 01:35:40 01:36:18 - - -30 01:36:28 01:37:06 -Vst= 28.6 - -31 01:37:11 01:38:12 -Rom_sol= 15.7 - -41 01:38:45 01:38:50 -Ukz= 0.50 - -32 01:38:53 01:40:03 -Imax=11.0 Umax=50.0 T= 9.4 - -33 01:40:06 01:40:34 -Imin=16.2 Umin=25.1 T= 1.0 - -34 01:40:37 01:41:05 -V=301.7 T= 9.7 - -35 01:41:08 01:42:44 -Q= 54.9 T= 9.3 - -36 01:42:53 01:43:26 -P1=0.26 T= 3.2 - -37 01:43:30 01:44:06 -T= 0.8 - -38 01:44:09 01:44:14 -t= 52.1 T= 0.7 - -39 01:44:17 01:44:23 -t= 52.3 T= 0.7 - -40 01:44:26 01:44:32 -t= 51.9 T= 0.5 - -35 01:44:36 01:46:12 -Q= 54.8 T= 9.1 - -35 01:46:22 01:47:58 -Q= 54.6 T= 9.3 - -35 01:54:03 01:54:56 -Q= 54.4 T= 9.0 - -21 14:15:15 14:15:22 -Rsk= 12.6 Rkk= 12.6 - -22 14:39:30 14:55:01 -P1= 47.2 T1=14:50:01 P2= 63.9 T2=14:55:01 Vs= 3.34 - -21 18:24:53 18:25:00 -Rsk= 17.6 Rkk= 12.5 - -22 18:59:27 19:09:57 -P1= 7.3 T1=19:04:57 P2= 19.1 T2=19:09:57 Vs= 2.36 - -20 21:19:51 21:20:01 -Riz_sol= 4290.8 - -21 21:20:09 21:20:16 -Rsk= 17.6 Rkk= 12.5 - -22 22:29:52 22:40:22 -P1= 5.0 T1=22:35:22 P2= 10.2 T2=22:40:22 Vs= 1.03 - -22 22:57:53 23:08:24 -P1= 4.3 T1=23:03:23 P2= 8.4 T2=23:08:24 Vs= 0.81 - -23 23:10:20 23:10:26 - - -24 23:10:36 23:11:13 - - -30 23:12:03 23:12:51 -Vst= 28.8 - -31 23:12:56 23:13:37 -Rom_sol= 15.8 - -32 23:16:10 23:17:20 -Imax=27.5 Umax=55.0 T= 9.4 - -33 23:17:23 23:17:57 -Imin=16.2 Umin=25.0 T= 0.8 - -34 23:18:00 23:18:28 -V=301.7 T= 9.5 - -35 23:18:34 23:19:25 -Q= 54.6 T= 9.2 - -36 23:19:30 23:20:05 -P1=0.29 T= 3.1 - -37 23:20:09 23:20:45 -T= 0.7 - -38 23:20:48 23:20:54 -t= 52.1 T= 0.5 - -39 23:20:57 23:21:06 -t= 52.4 T= 0.7 - -40 23:21:09 23:21:16 -t= 51.9 T= 0.5 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200810.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200810.333 deleted file mode 100644 index 81b783e..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200810.333 +++ /dev/null @@ -1,21 +0,0 @@ -8 00:48:03 1597002483 -25 01:36:25 1597005385 -9 01:56:40 1597006600 -10 02:27:32 1597008452 -11 07:49:11 1597027751 -12 11:20:13 1597040413 -13 13:27:51 1597048071 -0 13:27:51 1597048071 -14 14:12:23 1597050743 -15 14:55:44 1597053344 -16 15:22:19 1597054939 -16 15:22:47 1597054967 -1 16:23:30 1597058610 -2 18:18:33 1597065513 -5 19:17:23 1597069043 -6 19:30:07 1597069807 -7 20:11:22 1597072282 -8 21:14:11 1597076051 -25 23:11:36 1597083096 -9 23:21:37 1597083697 -10 23:58:08 1597085888 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200810.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200810.334 deleted file mode 100644 index d9280ce..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200810.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200810.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200810.335 deleted file mode 100644 index 653ed43..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200810.335 +++ /dev/null @@ -1,6 +0,0 @@ -84 01:42:44 1597005764 -84 01:46:12 1597005972 -84 01:47:58 1597006078 -47 01:53:31 1597006411 -47 01:53:35 1597006415 -47 01:53:36 1597006416 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200810.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200810.336 deleted file mode 100644 index 5845409..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200810.336 +++ /dev/null @@ -1,124 +0,0 @@ -[91] -oper = 8 -begin = 10.08.2020 00:48:03 -norma = 40 -vac_time = 9 -real = 48 - -[92] -oper = 25 -begin = 10.08.2020 01:36:25 -norma = 30 -real = 20 - -[93] -oper = 9 -begin = 10.08.2020 01:56:40 -norma = 0 -real = 30 - -[94] -oper = 10 -begin = 10.08.2020 02:27:32 -norma = 0 -real = 321 - -[95] -oper = 11 -begin = 10.08.2020 07:49:11 -norma = 0 -real = 211 - -[96] -oper = 12 -begin = 10.08.2020 11:20:13 -norma = 105 -real = 127 - -[97] -oper = 13 -begin = 10.08.2020 13:27:51 -norma = 45 -real = 44 - -[98] -oper = 14 -begin = 10.08.2020 14:12:23 -norma = 40 -vac_time = 8 -real = 43 - -[99] -oper = 15 -begin = 10.08.2020 14:55:44 -norma = 30 -real = 26 - -[00] -oper = 16 -begin = 10.08.2020 15:22:19 -norma = 40 -real = 0 - -[01] -oper = 16 -begin = 10.08.2020 15:22:47 -norma = 40 -real = 60 - -[02] -oper = 1 -begin = 10.08.2020 16:23:30 -norma = 85 -real = 115 - -[03] -oper = 2 -begin = 10.08.2020 18:18:33 -norma = 110 -vac_time = 9 -real = 58 - -[04] -oper = 5 -begin = 10.08.2020 19:17:23 -norma = 25 -real = 12 - -[05] -oper = 6 -begin = 10.08.2020 19:30:07 -norma = 35 -real = 41 - -[06] -oper = 7 -begin = 10.08.2020 20:11:22 -norma = 30 -real = 62 - -[07] -oper = 8 -begin = 10.08.2020 21:14:11 -norma = 40 -vac_time = 9 -real = 117 - -[08] -oper = 25 -begin = 10.08.2020 23:11:36 -norma = 30 -real = 10 - -[09] -oper = 9 -begin = 10.08.2020 23:21:37 -norma = 0 -real = 36 - -[10] -oper = 10 -begin = 10.08.2020 23:58:08 -norma = 0 -real = 147 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200810.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200810.337 deleted file mode 100644 index 073b4c7..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200810.337 +++ /dev/null @@ -1,47 +0,0 @@ -00:54:13 1597002853 : -00:54:47 1597002887 : 㦥 -01:35:42 1597005342 祭 ॣ '-2'(A) -01:35:44 1597005344 祭 -01:36:19 1597005379 ⪫祭 ॣ '-2'(A) -01:37:12 1597005432 祭 -01:38:12 1597005492 ⪫祭 -01:56:14 1597006574 祭 ० ࠧ -01:56:16 1597006576 祭 ० ' ⮪ 㣨' -01:56:41 1597006601 : 믮 -02:13:03 1597007583 祭 ॣ '-2'(A) -02:27:32 1597008452 ⪫祭 ० ࠧ (A) -02:27:32 1597008452 祭 ॣ . 殮 㣨 -07:49:10 1597027750 祭 ० -07:49:11 1597027751 ⪫祭 ॣ '-2'(A) -07:49:12 1597027752 祭 ॣ '-2'(A) -08:45:11 1597031111 ⪫祭 ॣ '-2'(A) -11:20:10 1597040410 ⪫祭 ० (A) -11:20:12 1597040412 ⪫祭 -11:20:12 1597040412 : -11:20:14 1597040414 ⪫祭 ० ' ⮪ 㣨' -11:20:35 1597040435 祭 ० ᪠ -11:20:35 1597040435 祭 ० ᪠ -11:31:26 1597041086 ⪫祭 ० ᪠ (A) -11:50:11 1597042211 : 믮 -14:55:34 1597053334 祭 ० ࠧ -14:55:37 1597053337 祭 ० ' ⮪ 㣨' -14:55:46 1597053346 祭 ॣ '-2'(A) -15:22:19 1597054939 ⪫祭 ० ࠧ (A) -15:22:49 1597054969 ⪫祭 ० ' ⮪ 㣨' -15:22:51 1597054971 ⪫祭 ॣ '-2'(A) -15:22:57 1597054977 祭 ० ᪠ -15:26:20 1597055180 ⪫祭 ० ᪠ (A) -19:30:22 1597069822 祭 ० ᪠ -19:30:22 1597069822 祭 ० ᪠ -19:30:22 1597069822 祭 ० ᪠ -19:30:23 1597069823 祭 ० ᪠ -19:30:23 1597069823 祭 ० ᪠ -19:30:23 1597069823 祭 ० ᪠ -19:30:24 1597069824 祭 ० ᪠ -19:34:47 1597070087 ⪫祭 ० ᪠ (A) -23:10:38 1597083038 祭 ॣ '-2'(A) -23:11:14 1597083074 ⪫祭 ॣ '-2'(A) -23:11:52 1597083112 ' ' -23:11:57 1597083117 ' ' -23:48:04 1597085284 祭 ॣ '-2' -23:58:08 1597085888 祭 ⠭ ॣ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200810.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200810.339 deleted file mode 100644 index 91f185b..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200810.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200811.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200811.330 deleted file mode 100644 index d1a3369..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200811.330 +++ /dev/null @@ -1,7 +0,0 @@ -08:31:10 1597116670 3 14 -09:43:13 1597120993 0 A--32-120-2016 ॢ 0 -11:32:26 1597127546 1 11237 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 9 6310 11 12 321544 -15:44:59 1597142699 1 11237 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 3000 9 6310 10 770 11 12 321544 -19:06:14 1597154774 1 11238 -21:43:55 1597164235 1 11238 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 3000 9 6310 10 770 11 12 321544 -22:14:47 1597166087 0 A--32-078-2017 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200811.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200811.331 deleted file mode 100644 index 1ee1095..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200811.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200811.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200811.332 deleted file mode 100644 index 2ef559d..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200811.332 +++ /dev/null @@ -1,120 +0,0 @@ -21 08:31:38 08:31:46 -Rsk= 17.7 Rkk= 12.5 - -22 08:49:31 09:00:01 -P1= 22.1 T1=08:55:01 P2= 38.6 T2=09:00:01 Vs= 3.31 - -21 11:32:50 11:32:58 -Rsk= 17.9 Rkk= 12.7 - -22 11:54:30 12:10:00 -P1= 31.8 T1=12:05:00 P2= 43.6 T2=12:10:00 Vs= 2.36 - -20 14:56:18 14:56:28 -Riz_sol= 9249.6 - -21 14:56:37 14:56:45 -Rsk= 18.1 Rkk= 12.9 - -22 15:19:32 15:35:03 -P1= 40.4 T1=15:30:02 P2= 55.6 T2=15:35:03 Vs= 3.03 - -23 15:35:19 15:35:26 - - -24 15:35:38 15:36:13 - - -30 15:36:41 15:37:24 -Vst= 28.8 - -31 15:37:29 15:38:30 -Rom_sol= 15.8 - -41 15:39:11 15:39:16 -Ukz= 0.80 - -32 15:39:20 15:40:28 -Imax=11.0 Umax=50.0 T= 9.2 - -33 15:40:32 15:41:01 -Imin=16.2 Umin=25.0 T= 0.8 - -34 15:41:14 15:41:42 -V=301.7 T= 9.5 - -35 15:41:46 15:42:38 -Q= 54.9 T= 9.1 - -36 15:42:41 15:43:14 -P1=0.28 T= 3.1 - -37 15:43:18 15:43:54 -T= 0.7 - -38 15:43:59 15:44:05 -t= 52.1 T= 0.5 - -39 15:44:08 15:44:14 -t= 52.3 T= 0.7 - -40 15:44:19 15:44:26 -t= 51.9 T= 0.7 - -20 18:00:42 18:00:51 -Riz_sol= 5603.3 - -21 18:00:58 18:01:06 -Rsk= 18.1 Rkk= 12.8 - -22 18:35:31 18:46:01 -P1= 8.6 T1=18:41:01 P2= 19.3 T2=18:46:01 Vs= 2.13 - -22 19:17:15 19:27:46 -P1= 5.5 T1=19:22:46 P2= 9.7 T2=19:27:46 Vs= 0.84 - -22 21:23:20 21:33:50 -P1= 2.7 T1=21:28:50 P2= 4.5 T2=21:33:50 Vs= 0.36 - -23 21:33:59 21:34:05 - - -24 21:34:14 21:34:52 - - -30 21:35:03 21:35:45 -Vst= 28.5 - -31 21:36:01 21:37:02 -Rom_sol= 15.7 - -41 21:37:39 21:37:44 -Ukz= 1.04 - -32 21:37:48 21:39:04 -Imax=11.0 Umax=50.0 T= 9.2 - -33 21:39:09 21:39:45 -Imin=16.2 Umin=25.0 T= 0.8 - -34 21:39:50 21:40:19 -V=301.8 T= 9.6 - -35 21:40:22 21:41:14 -Q= 54.6 T= 9.0 - -36 21:41:18 21:41:50 -P1=0.26 T= 3.0 - -37 21:41:55 21:42:32 -T= 0.7 - -38 21:42:36 21:42:46 -t= 52.1 T= 0.7 - -39 21:42:49 21:42:58 -t= 52.4 T= 0.8 - -40 21:43:04 21:43:12 -t= 52.0 T= 0.5 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200811.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200811.333 deleted file mode 100644 index b90148a..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200811.333 +++ /dev/null @@ -1,23 +0,0 @@ -11 02:26:05 1597094765 -12 05:46:51 1597106811 -13 07:54:58 1597114498 -0 07:54:58 1597114498 -14 08:27:04 1597116424 -15 09:06:40 1597118800 -16 09:43:13 1597120993 -16 09:44:25 1597121065 -1 10:32:38 1597123958 -2 11:26:38 1597127198 -5 12:10:49 1597129849 -6 12:25:48 1597130748 -7 13:05:44 1597133144 -8 14:52:59 1597139579 -25 15:36:36 1597142196 -9 15:44:59 1597142699 -8 16:02:46 1597143766 -13 17:08:19 1597147699 -8 17:54:16 1597150456 -00 18:40:25 1597153225 -25 21:35:00 1597163700 -9 21:43:55 1597164235 -10 22:14:47 1597166087 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200811.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200811.334 deleted file mode 100644 index f3f7b4a..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200811.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200811.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200811.336 deleted file mode 100644 index 2cfed12..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200811.336 +++ /dev/null @@ -1,131 +0,0 @@ -[11] -oper = 11 -begin = 11.08.2020 02:26:05 -norma = 0 -real = 200 - -[12] -oper = 12 -begin = 11.08.2020 05:46:51 -norma = 105 -real = 128 - -[13] -oper = 13 -begin = 11.08.2020 07:54:58 -norma = 45 -real = 32 - -[14] -oper = 14 -begin = 11.08.2020 08:27:04 -norma = 40 -vac_time = 8 -real = 39 - -[15] -oper = 15 -begin = 11.08.2020 09:06:40 -norma = 30 -real = 36 - -[16] -oper = 16 -begin = 11.08.2020 09:43:13 -norma = 40 -real = 1 - -[17] -oper = 16 -begin = 11.08.2020 09:44:25 -norma = 40 -real = 48 - -[18] -oper = 1 -begin = 11.08.2020 10:32:38 -norma = 85 -real = 54 - -[19] -oper = 2 -begin = 11.08.2020 11:26:38 -norma = 110 -vac_time = 9 -real = 44 - -[20] -oper = 5 -begin = 11.08.2020 12:10:49 -norma = 25 -real = 14 - -[21] -oper = 6 -begin = 11.08.2020 12:25:48 -norma = 35 -real = 39 - -[22] -oper = 7 -begin = 11.08.2020 13:05:44 -norma = 30 -real = 107 - -[23] -oper = 8 -begin = 11.08.2020 14:52:59 -norma = 40 -vac_time = 9 -vac_avg10 = 8.8 -real = 43 - -[24] -oper = 25 -begin = 11.08.2020 15:36:36 -norma = 30 -real = 8 - -[25] -oper = 9 -begin = 11.08.2020 15:44:59 -norma = 0 -real = 17 - -[26] -oper = 8 -begin = 11.08.2020 16:02:46 -norma = 40 -real = 65 - -[27] -oper = 13 -begin = 11.08.2020 17:08:19 -norma = 45 -real = 45 - -[28] -oper = 8 -begin = 11.08.2020 17:54:16 -norma = 40 -vac_time = 9 -real = 220 - -[29] -oper = 25 -begin = 11.08.2020 21:35:00 -norma = 30 -real = 8 - -[30] -oper = 9 -begin = 11.08.2020 21:43:55 -norma = 0 -real = 30 - -[31] -oper = 10 -begin = 11.08.2020 22:14:47 -norma = 0 -real = 362 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200811.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200811.337 deleted file mode 100644 index 67917ba..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200811.337 +++ /dev/null @@ -1,47 +0,0 @@ -05:46:55 1597106815 ⪫祭 ॣ '-2'(A) -05:48:01 1597106881 祭 ० ᪠ -05:48:01 1597106881 祭 ० ᪠ -05:52:27 1597107147 ⪫祭 ० ᪠ (A) -09:06:30 1597118790 祭 ० ࠧ -09:06:33 1597118793 祭 ० ' ⮪ 㣨' -09:06:40 1597118800 祭 ॣ '-2'(A) -09:43:13 1597120993 ⪫祭 ० ࠧ (A) -09:44:26 1597121066 ⪫祭 ० ' ⮪ 㣨' -09:44:28 1597121068 ⪫祭 ॣ '-2'(A) -09:44:40 1597121080 祭 ० ᪠ -09:44:40 1597121080 祭 ० ᪠ -09:44:40 1597121080 祭 ० ᪠ -09:47:48 1597121268 ⪫祭 ० ᪠ (A) -11:32:29 1597127549 : 㦥 -12:25:56 1597130756 祭 ० ᪠ -12:25:57 1597130757 祭 ० ᪠ -12:28:50 1597130930 ⪫祭 ० ᪠ (A) -15:35:25 1597142125 祭 -15:35:40 1597142140 祭 ॣ '-2'(A) -15:36:14 1597142174 ⪫祭 ॣ '-2'(A) -15:37:31 1597142251 祭 -15:38:30 1597142310 ⪫祭 -15:44:40 1597142680 祭 ० ࠧ -15:44:43 1597142683 祭 ० ' ⮪ 㣨' -15:45:00 1597142700 : 믮 -16:01:21 1597143681 祭 ॣ '-2'(A) -16:01:31 1597143691 ⪫祭 ० ' ⮪ 㣨' -16:01:48 1597143708 ⪫祭 ॣ '-2'(A) -16:03:31 1597143811 祭 ० ᪠ -16:06:53 1597144013 ⪫祭 ० ᪠ (A) -21:34:15 1597163655 祭 ॣ '-2'(A) -21:34:52 1597163692 ⪫祭 ॣ '-2'(A) -21:35:51 1597163751 ' ' -21:35:54 1597163754 '⪫ ' -21:35:54 1597163754 ⪫祭 -21:35:55 1597163755 ' ' -21:35:55 1597163755 祭 -21:35:55 1597163755 : 믮 -21:36:02 1597163762 祭 -21:37:02 1597163822 ⪫祭 -21:43:29 1597164209 祭 ० ࠧ -21:43:31 1597164211 祭 ० ' ⮪ 㣨' -21:43:56 1597164236 : 믮 -22:00:17 1597165217 祭 ॣ '-2'(A) -22:14:47 1597166087 ⪫祭 ० ࠧ (A) -22:14:47 1597166087 祭 ॣ . 殮 㣨 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200811.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200811.339 deleted file mode 100644 index 877519d..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200811.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200812.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200812.330 deleted file mode 100644 index 96df2e7..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200812.330 +++ /dev/null @@ -1,5 +0,0 @@ -11:02:15 1597212135 3 144 -11:03:19 1597212199 3 14 -12:04:18 1597215858 0 A--32-120-2016 ॢ 0 -13:34:53 1597221293 1 11239 3 25 7 770 9 4270 10 670 11 -17:52:58 1597236778 1 11239 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 3000 9 4270 10 670 11 12 321544 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200812.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200812.331 deleted file mode 100644 index ed9af7d..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200812.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200812.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200812.332 deleted file mode 100644 index 7d55215..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200812.332 +++ /dev/null @@ -1,63 +0,0 @@ -21 11:02:40 11:02:48 -Rsk= 12.7 Rkk= 12.8 - -22 11:24:30 11:35:00 -P1= 15.5 T1=11:30:00 P2= 37.3 T2=11:35:00 Vs= 4.36 - -21 13:35:19 13:35:26 -Rsk= 17.9 Rkk= 12.7 - -22 13:54:31 14:10:02 -P1= 37.8 T1=14:05:02 P2= 51.7 T2=14:10:02 Vs= 2.78 - -21 16:53:19 16:53:27 -Rsk= 17.8 Rkk= 12.6 - -20 16:53:37 16:53:47 -Riz_sol= 8154.3 - -22 17:28:29 17:44:00 -P1= 26.4 T1=17:39:00 P2= 37.6 T2=17:44:00 Vs= 2.25 - -23 17:44:13 17:44:19 - - -24 17:44:24 17:45:00 - - -30 17:45:12 17:45:52 -Vst= 28.5 - -31 17:45:56 17:46:34 -Rom_sol= 14.8 - -41 17:47:06 17:47:11 -Ukz= 1.34 - -32 17:47:15 17:48:24 -Imax=10.9 Umax=50.0 T= 9.4 - -33 17:48:28 17:48:58 -Imin=16.1 Umin=25.1 T= 1.0 - -34 17:49:02 17:49:30 -V=301.8 T= 9.6 - -35 17:49:33 17:50:26 -Q= 54.6 T= 9.0 - -36 17:50:29 17:51:09 -P1=0.26 T= 3.0 - -37 17:51:12 17:51:48 -T= 0.7 - -38 17:51:51 17:51:57 -t= 52.1 T= 0.7 - -39 17:52:00 17:52:05 -t= 52.4 T= 0.7 - -40 17:52:08 17:52:14 -t= 51.9 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200812.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200812.333 deleted file mode 100644 index 7819405..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200812.333 +++ /dev/null @@ -1,19 +0,0 @@ -11 04:17:23 1597187843 -12 07:48:26 1597200506 -13 09:54:58 1597208098 -0 09:54:58 1597208098 -14 11:00:06 1597212006 -15 11:35:54 1597214154 -16 12:04:18 1597215858 -16 12:07:53 1597216073 -1 12:53:49 1597218829 -2 13:28:52 1597220932 -5 14:10:59 1597223459 -6 14:26:05 1597224365 -7 15:04:55 1597226695 -8 16:47:52 1597232872 -25 17:45:10 1597236310 -9 17:52:58 1597236778 -10 18:29:58 1597238998 -11 21:52:31 1597251151 -12 21:55:06 1597251306 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200812.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200812.334 deleted file mode 100644 index 7572a54..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200812.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200812.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200812.336 deleted file mode 100644 index 6a23c7d..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200812.336 +++ /dev/null @@ -1,111 +0,0 @@ -[32] -oper = 11 -begin = 12.08.2020 04:17:23 -norma = 0 -real = 211 - -[33] -oper = 12 -begin = 12.08.2020 07:48:26 -norma = 105 -real = 126 - -[34] -oper = 13 -begin = 12.08.2020 09:54:58 -norma = 45 -real = 65 - -[35] -oper = 14 -begin = 12.08.2020 11:00:06 -norma = 40 -vac_time = 8 -real = 35 - -[36] -oper = 15 -begin = 12.08.2020 11:35:54 -norma = 30 -real = 28 - -[37] -oper = 16 -begin = 12.08.2020 12:04:18 -norma = 40 -real = 3 - -[38] -oper = 16 -begin = 12.08.2020 12:07:53 -norma = 40 -real = 45 - -[39] -oper = 1 -begin = 12.08.2020 12:53:49 -norma = 85 -real = 35 - -[40] -oper = 2 -begin = 12.08.2020 13:28:52 -norma = 110 -vac_time = 8 -real = 42 - -[41] -oper = 5 -begin = 12.08.2020 14:10:59 -norma = 25 -real = 15 - -[42] -oper = 6 -begin = 12.08.2020 14:26:05 -norma = 35 -real = 38 - -[43] -oper = 7 -begin = 12.08.2020 15:04:55 -norma = 30 -real = 102 - -[44] -oper = 8 -begin = 12.08.2020 16:47:52 -norma = 40 -vac_time = 9 -real = 57 - -[45] -oper = 25 -begin = 12.08.2020 17:45:10 -norma = 30 -real = 7 - -[46] -oper = 9 -begin = 12.08.2020 17:52:58 -norma = 0 -real = 37 - -[47] -oper = 10 -begin = 12.08.2020 18:29:58 -norma = 0 -real = 202 - -[48] -oper = 11 -begin = 12.08.2020 21:52:31 -norma = 0 -real = 2 - -[49] -oper = 12 -begin = 12.08.2020 21:55:06 -norma = 105 -real = 258 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200812.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200812.337 deleted file mode 100644 index 742b2c2..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200812.337 +++ /dev/null @@ -1,38 +0,0 @@ -04:17:23 1597187843 祭 ० -04:17:24 1597187844 ⪫祭 ॣ '-2'(A) -04:17:25 1597187845 祭 ॣ '-2'(A) -05:13:25 1597191205 ⪫祭 ॣ '-2'(A) -07:48:23 1597200503 ⪫祭 ० (A) -07:48:25 1597200505 ⪫祭 -07:48:25 1597200505 : -07:48:28 1597200508 ⪫祭 ० ' ⮪ 㣨' -07:48:43 1597200523 祭 ० ᪠ -07:48:43 1597200523 祭 ० ᪠ -07:49:13 1597200553 . ⪫祭 ० ᪠ (A) -07:49:34 1597200574 祭 ० ᪠ -07:49:35 1597200575 祭 ० ᪠ -07:52:57 1597200777 ⪫祭 ० ᪠ (A) -08:18:24 1597202304 : 믮 -11:35:29 1597214129 祭 ० ࠧ -11:35:32 1597214132 祭 ० ' ⮪ 㣨' -11:36:59 1597214219 祭 ॣ '-2'(A) -12:04:18 1597215858 ⪫祭 ० ࠧ (A) -12:07:54 1597216074 ⪫祭 ० ' ⮪ 㣨' -12:07:56 1597216076 ⪫祭 ॣ '-2'(A) -12:08:06 1597216086 祭 ० ᪠ -12:08:06 1597216086 祭 ० ᪠ -12:10:58 1597216258 ⪫祭 ० ᪠ (A) -14:26:15 1597224375 祭 ० ᪠ -14:26:16 1597224376 祭 ० ᪠ -14:26:16 1597224376 祭 ० ᪠ -14:26:16 1597224376 祭 ० ᪠ -14:29:15 1597224555 ⪫祭 ० ᪠ (A) -17:44:26 1597236266 祭 ॣ '-2'(A) -17:45:01 1597236301 ⪫祭 ॣ '-2'(A) -17:56:48 1597237008 祭 ॣ '-2' -18:29:57 1597238997 祭 ⠭ ॣ -21:55:10 1597251310 ⪫祭 ॣ '-2'(A) -21:55:54 1597251354 祭 ० ᪠ -21:55:54 1597251354 祭 ० ᪠ -21:55:54 1597251354 祭 ० ᪠ -21:58:24 1597251504 ⪫祭 ० ᪠ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200812.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200812.339 deleted file mode 100644 index 37149dc..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200812.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200813.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200813.330 deleted file mode 100644 index b9f6c0c..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200813.330 +++ /dev/null @@ -1,6 +0,0 @@ -02:51:12 1597269072 3 14 -07:09:23 1597284563 1 11240 3 25 9 4740 10 690 11 12 321752 -09:30:17 1597293017 11 -09:40:16 1597293616 1 11240 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 3000 9 4740 10 690 11 12 321752 -10:22:59 1597296179 0 A--32-031-2016 ॢ 5 -20:57:19 1597334239 1 11241 4 3 7 870 9 4250 10 770 11 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200813.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200813.331 deleted file mode 100644 index 462fa84..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200813.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200813.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200813.332 deleted file mode 100644 index a7454cf..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200813.332 +++ /dev/null @@ -1,75 +0,0 @@ -21 02:50:53 02:51:00 -Rsk= 17.5 Rkk= 12.2 - -22 03:10:13 03:25:44 -P1= 51.6 T1=03:20:44 P2= 67.3 T2=03:25:44 Vs= 3.13 - -20 07:02:34 07:02:44 -Riz_sol= 4968.3 - -21 07:02:52 07:03:00 -Rsk= 17.8 Rkk= 12.5 - -22 07:35:13 07:50:43 -P1= 29.2 T1=07:45:43 P2= 41.4 T2=07:50:43 Vs= 2.44 - -22 09:19:19 09:29:49 -P1= 7.0 T1=09:24:49 P2= 15.0 T2=09:29:49 Vs= 1.58 - -23 09:30:31 09:30:38 - - -24 09:30:44 09:31:19 - - -30 09:31:31 09:32:15 -Vst= 28.5 - -31 09:32:19 09:32:57 -Rom_sol= 16.0 - -41 09:33:41 09:33:42 -Ukz= 0.00 - -41 09:34:31 09:34:36 -Ukz= 0.98 - -32 09:34:39 09:35:49 -Imax=11.0 Umax=50.0 T= 9.2 - -33 09:35:53 09:36:23 -Imin=16.2 Umin=25.1 T= 1.0 - -34 09:36:27 09:36:55 -V=301.8 T= 9.5 - -35 09:36:57 09:38:00 -Q= 54.7 T=12.0 - -36 09:38:04 09:38:40 -P1=0.26 T= 3.0 - -37 09:38:45 09:39:21 -T= 0.7 - -38 09:39:25 09:39:31 -t= 52.1 T= 0.5 - -39 09:39:34 09:39:40 -t= 52.3 T= 0.5 - -40 09:39:44 09:39:50 -t= 51.9 T= 0.7 - -21 20:57:42 20:57:50 -Rsk= 12.1 Rkk= 12.2 - -22 21:24:56 21:40:27 -P1= 57.6 T1=21:35:27 P2= 82.8 T2=21:40:27 Vs= 5.04 - -22 21:52:17 22:07:47 -P1= 34.5 T1=22:02:47 P2= 50.3 T2=22:07:47 Vs= 3.15 - -22 22:42:02 22:52:32 -P1= 7.6 T1=22:47:32 P2= 21.0 T2=22:52:32 Vs= 2.68 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200813.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200813.333 deleted file mode 100644 index 7154bbc..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200813.333 +++ /dev/null @@ -1,18 +0,0 @@ -13 02:13:11 1597266791 -0 02:13:11 1597266791 -14 02:47:22 1597268842 -15 03:46:40 1597272400 -16 04:08:01 1597273681 -1 04:35:43 1597275343 -8 06:56:41 1597283801 -25 09:31:27 1597293087 -9 09:40:16 1597293616 -10 10:23:00 1597296180 -11 14:12:47 1597309967 -12 17:00:01 1597320001 -13 18:51:49 1597326709 -0 18:51:50 1597326710 -2 20:51:16 1597333876 -5 22:53:48 1597341228 -6 23:07:23 1597342043 -7 23:47:21 1597344441 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200813.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200813.334 deleted file mode 100644 index 2d57a82..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200813.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200813.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200813.336 deleted file mode 100644 index 39814c9..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200813.336 +++ /dev/null @@ -1,99 +0,0 @@ -[50] -oper = 13 -begin = 13.08.2020 02:13:11 -norma = 45 -real = 34 - -[51] -oper = 14 -begin = 13.08.2020 02:47:22 -norma = 40 -vac_time = 8 -real = 59 - -[52] -oper = 15 -begin = 13.08.2020 03:46:40 -norma = 30 -real = 21 - -[53] -oper = 16 -begin = 13.08.2020 04:08:01 -norma = 40 -real = 27 - -[54] -oper = 1 -begin = 13.08.2020 04:35:43 -norma = 85 -real = 140 - -[55] -oper = 8 -begin = 13.08.2020 06:56:41 -norma = 40 -vac_time = 9 -real = 154 - -[56] -oper = 25 -begin = 13.08.2020 09:31:27 -norma = 30 -real = 8 - -[57] -oper = 9 -begin = 13.08.2020 09:40:16 -norma = 0 -real = 42 - -[58] -oper = 10 -begin = 13.08.2020 10:23:00 -norma = 0 -real = 229 - -[59] -oper = 11 -begin = 13.08.2020 14:12:47 -norma = 0 -real = 167 - -[60] -oper = 12 -begin = 13.08.2020 17:00:01 -norma = 105 -real = 111 - -[61] -oper = 13 -begin = 13.08.2020 18:51:49 -norma = 45 -real = 119 - -[62] -oper = 2 -begin = 13.08.2020 20:51:16 -norma = 110 -vac_time = 10 -real = 122 - -[63] -oper = 5 -begin = 13.08.2020 22:53:48 -norma = 25 -real = 13 - -[64] -oper = 6 -begin = 13.08.2020 23:07:23 -norma = 35 -real = 39 - -[65] -oper = 7 -begin = 13.08.2020 23:47:21 -norma = 30 -real = 115 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200813.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200813.337 deleted file mode 100644 index a3c9c3d..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200813.337 +++ /dev/null @@ -1,35 +0,0 @@ -03:46:36 1597272396 祭 ० ࠧ -03:46:37 1597272397 祭 ० ' ⮪ 㣨' -03:46:39 1597272399 祭 ॣ '-2'(A) -04:07:59 1597273679 ⪫祭 ० ' ⮪ 㣨' -04:08:05 1597273685 ⪫祭 ॣ '-2'(A) -04:08:32 1597273712 祭 ० ᪠ -04:08:32 1597273712 祭 ० ᪠ -04:08:35 1597273715 祭 ० ᪠ -04:11:09 1597273869 ⪫祭 ० ᪠ (A) -07:09:24 1597284564 : 㦥 -09:30:19 1597293019 : -09:30:46 1597293046 祭 ॣ '-2'(A) -09:31:20 1597293080 ⪫祭 ॣ '-2'(A) -09:39:59 1597293599 祭 ० ࠧ -09:40:00 1597293600 祭 ० ' ⮪ 㣨' -10:05:55 1597295155 祭 ॣ '-2'(A) -10:22:59 1597296179 ⪫祭 ० ࠧ (A) -10:23:00 1597296180 祭 ⠭ ॣ -14:12:46 1597309966 祭 ० -14:12:47 1597309967 ⪫祭 ॣ '-2'(A) -14:12:48 1597309968 祭 ॣ '-2'(A) -16:59:44 1597319984 ⪫祭 ० (A) -17:00:02 1597320002 ⪫祭 ० ' ⮪ 㣨' -17:00:09 1597320009 ⪫祭 ॣ '-2'(A) -17:00:15 1597320015 祭 ० ᪠ -17:00:16 1597320016 祭 ० ᪠ -17:00:16 1597320016 祭 ० ᪠ -17:00:16 1597320016 祭 ० ᪠ -17:00:16 1597320016 祭 ० ᪠ -17:03:09 1597320189 ⪫祭 ० ᪠ (A) -20:57:26 1597334246 : 㦥 -23:07:31 1597342051 祭 ० ᪠ -23:07:31 1597342051 祭 ० ᪠ -23:07:33 1597342053 祭 ० ᪠ -23:10:29 1597342229 ⪫祭 ० ᪠ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200813.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200813.339 deleted file mode 100644 index 719bbdf..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200813.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200814.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200814.330 deleted file mode 100644 index 2fa2eff..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200814.330 +++ /dev/null @@ -1,6 +0,0 @@ -04:06:28 1597359988 1 11241 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 3 5 Ti 6 7 870 8 3000 9 4250 10 770 11 12 321752 -04:37:20 1597361840 0 A--32-078-2017 ॢ 1 -14:26:54 1597397214 3 14 -16:42:22 1597405342 1 11242 3 25 4 2 7 770 9 4800 10 690 12 321672 -22:56:49 1597427809 1 11242 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 3000 9 4800 10 690 11 12 321672 -23:27:01 1597429621 0 A--32-074-2016 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200814.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200814.331 deleted file mode 100644 index f198fdc..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200814.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200814.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200814.332 deleted file mode 100644 index 0e31537..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200814.332 +++ /dev/null @@ -1,126 +0,0 @@ -20 01:46:20 01:46:30 -Riz_sol= 5572.4 - -21 01:46:36 01:46:44 -Rsk= 17.8 Rkk= 12.6 - -22 03:43:28 03:53:59 -P1= 4.8 T1=03:48:59 P2= 13.3 T2=03:53:59 Vs= 1.70 - -23 03:54:09 03:54:16 - - -24 03:54:23 03:54:58 - - -30 03:55:14 03:55:52 -Vst= 28.8 - -31 03:56:02 03:57:03 -Rom_sol= 16.0 - -41 03:57:38 03:57:39 -Ukz= 0.00 - -22 03:58:57 04:00:05 -Imax=11.0 Umax=50.0 T= 9.4 - -41 04:00:47 04:00:52 -Ukz= 0.94 - -32 04:00:55 04:02:03 -Imax=11.0 Umax=50.0 T= 9.4 - -33 04:02:09 04:02:36 -Imin=16.2 Umin=25.0 T= 0.8 - -34 04:02:41 04:03:09 -V=301.8 T= 9.7 - -35 04:03:12 04:04:04 -Q= 54.5 T= 9.2 - -36 04:04:10 04:04:42 -P1=0.29 T= 3.1 - -37 04:04:46 04:05:21 -T= 0.7 - -38 04:05:26 04:05:32 -t= 52.1 T= 0.5 - -39 04:05:37 04:05:43 -t= 52.3 T= 0.7 - -40 04:05:47 04:05:53 -t= 51.9 T= 0.8 - -21 14:27:08 14:27:16 -Rsk= 17.7 Rkk= 12.4 - -22 14:48:32 14:59:03 -P1= 18.1 T1=14:54:03 P2= 41.3 T2=14:59:03 Vs= 4.65 - -21 16:42:39 16:42:47 -Rsk= 17.6 Rkk= 12.3 - -22 17:12:24 17:22:54 -P1= 7.1 T1=17:17:54 P2= 20.4 T2=17:22:54 Vs= 2.66 - -20 19:10:52 19:11:01 -Riz_sol= 5830.1 - -21 19:11:07 19:11:14 -Rsk= 17.5 Rkk= 12.3 - -22 19:34:09 19:49:40 -P1= 35.8 T1=19:44:40 P2= 48.2 T2=19:49:40 Vs= 2.48 - -22 22:35:26 22:45:57 -P1= 9.2 T1=22:40:57 P2= 11.3 T2=22:45:57 Vs= 0.42 - -23 22:46:06 22:46:12 - - -24 22:46:17 22:46:54 - - -30 22:47:06 22:47:45 -Vst= 28.6 - -31 22:48:05 22:49:16 -Rom_sol= -1.0 - -31 22:49:28 22:50:05 -Rom_sol= 15.4 - -41 22:50:54 22:50:59 -Ukz= 1.04 - -32 22:51:02 22:52:11 -Imax=11.0 Umax=50.0 T= 9.4 - -33 22:52:14 22:52:43 -Imin=16.2 Umin=25.0 T= 0.8 - -34 22:52:46 22:53:14 -V=301.9 T= 9.6 - -35 22:53:17 22:54:11 -Q= 54.7 T= 9.1 - -36 22:54:14 22:54:47 -P1=0.27 T= 3.0 - -37 22:54:50 22:55:26 -T= 0.7 - -38 22:55:29 22:55:34 -t= 52.1 T= 0.7 - -39 22:55:37 22:55:43 -t= 52.4 T= 0.7 - -40 22:55:46 22:55:52 -t= 52.0 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200814.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200814.333 deleted file mode 100644 index e93262a..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200814.333 +++ /dev/null @@ -1,20 +0,0 @@ -8 01:43:18 1597351398 -25 03:55:10 1597359310 -9 04:06:28 1597359988 -10 04:37:21 1597361841 -11 08:23:45 1597375425 -12 11:54:50 1597388090 -13 14:00:58 1597395658 -0 14:00:58 1597395658 -14 14:24:39 1597397079 -15 15:00:22 1597399222 -16 15:27:07 1597400827 -1 16:07:48 1597403268 -2 16:37:53 1597405073 -5 17:23:49 1597407829 -6 17:37:09 1597408629 -7 18:26:42 1597411602 -8 19:08:33 1597414113 -25 22:47:03 1597427223 -9 22:56:49 1597427809 -10 23:27:01 1597429621 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200814.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200814.334 deleted file mode 100644 index 9444d02..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200814.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200814.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200814.335 deleted file mode 100644 index c238e1b..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200814.335 +++ /dev/null @@ -1 +0,0 @@ -92 22:49:16 1597427356 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200814.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200814.336 deleted file mode 100644 index 30923ad..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200814.336 +++ /dev/null @@ -1,119 +0,0 @@ -[66] -oper = 8 -begin = 14.08.2020 01:43:18 -norma = 40 -vac_time = 9 -real = 131 - -[67] -oper = 25 -begin = 14.08.2020 03:55:10 -norma = 30 -real = 11 - -[68] -oper = 9 -begin = 14.08.2020 04:06:28 -norma = 0 -real = 30 - -[69] -oper = 10 -begin = 14.08.2020 04:37:21 -norma = 0 -real = 226 - -[70] -oper = 11 -begin = 14.08.2020 08:23:45 -norma = 0 -real = 211 - -[71] -oper = 12 -begin = 14.08.2020 11:54:50 -norma = 105 -real = 126 - -[72] -oper = 13 -begin = 14.08.2020 14:00:58 -norma = 45 -real = 23 - -[73] -oper = 14 -begin = 14.08.2020 14:24:39 -norma = 40 -vac_time = 8 -real = 35 - -[74] -oper = 15 -begin = 14.08.2020 15:00:22 -norma = 30 -real = 26 - -[75] -oper = 16 -begin = 14.08.2020 15:27:07 -norma = 40 -real = 40 - -[76] -oper = 1 -begin = 14.08.2020 16:07:48 -norma = 85 -real = 30 - -[77] -oper = 2 -begin = 14.08.2020 16:37:53 -norma = 110 -vac_time = 8 -vac_avg10 = 8.6 -real = 45 - -[78] -oper = 5 -begin = 14.08.2020 17:23:49 -norma = 25 -real = 13 - -[79] -oper = 6 -begin = 14.08.2020 17:37:09 -norma = 35 -real = 49 - -[80] -oper = 7 -begin = 14.08.2020 18:26:42 -norma = 30 -real = 41 - -[81] -oper = 8 -begin = 14.08.2020 19:08:33 -norma = 40 -vac_time = 8 -real = 218 - -[82] -oper = 25 -begin = 14.08.2020 22:47:03 -norma = 30 -real = 9 - -[83] -oper = 9 -begin = 14.08.2020 22:56:49 -norma = 0 -real = 30 - -[84] -oper = 10 -begin = 14.08.2020 23:27:01 -norma = 0 -real = 271 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200814.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200814.337 deleted file mode 100644 index 437e72b..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200814.337 +++ /dev/null @@ -1,50 +0,0 @@ -03:54:26 1597359266 祭 ॣ '-2'(A) -03:54:59 1597359299 ⪫祭 ॣ '-2'(A) -03:56:00 1597359360 祭 -03:56:03 1597359363 祭 -03:57:03 1597359423 ⪫祭 -04:06:01 1597359961 祭 ० ࠧ -04:06:03 1597359963 祭 ० ' ⮪ 㣨' -04:06:28 1597359988 : 믮 -04:22:51 1597360971 祭 ॣ '-2'(A) -04:37:20 1597361840 ⪫祭 ० ࠧ (A) -04:37:20 1597361840 祭 ॣ . 殮 㣨 -08:23:44 1597375424 祭 ० -08:23:44 1597375424 ⪫祭 ॣ '-2'(A) -08:23:45 1597375425 祭 ॣ '-2'(A) -09:19:45 1597378785 ⪫祭 ॣ '-2'(A) -11:54:44 1597388084 ⪫祭 ० (A) -11:54:46 1597388086 ⪫祭 -11:54:46 1597388086 : -11:54:51 1597388091 ⪫祭 ० ' ⮪ 㣨' -11:56:18 1597388178 祭 ० ᪠ -11:59:41 1597388381 ⪫祭 ० ᪠ (A) -12:24:45 1597389885 : 믮 -15:00:13 1597399213 祭 ० ࠧ -15:00:15 1597399215 祭 ० ' ⮪ 㣨' -15:00:29 1597399229 祭 ॣ '-2'(A) -15:21:01 1597400461 ⪫祭 ० ' ⮪ 㣨' -15:27:09 1597400829 ⪫祭 ० ࠧ -15:27:10 1597400830 ⪫祭 ॣ '-2'(A) -15:27:20 1597400840 祭 ० ᪠ -15:27:21 1597400841 祭 ० ᪠ -15:27:21 1597400841 祭 ० ᪠ -15:27:21 1597400841 祭 ० ᪠ -15:27:22 1597400842 祭 ० ᪠ -15:27:22 1597400842 祭 ० ᪠ -15:27:22 1597400842 祭 ० ᪠ -15:30:59 1597401059 ⪫祭 ० ᪠ (A) -16:42:24 1597405344 : 㦥 -17:37:39 1597408659 祭 ० ᪠ -17:40:07 1597408807 ⪫祭 ० ᪠ (A) -22:46:20 1597427180 祭 ॣ '-2'(A) -22:46:55 1597427215 ⪫祭 ॣ '-2'(A) -22:47:11 1597427231 祭 -22:48:06 1597427286 祭 -22:49:06 1597427346 ⪫祭 -22:56:14 1597427774 祭 ० ࠧ -22:56:16 1597427776 祭 ० ' ⮪ 㣨' -22:56:50 1597427810 : 믮 -23:13:31 1597428811 祭 ॣ '-2'(A) -23:27:01 1597429621 ⪫祭 ० ࠧ (A) -23:27:01 1597429621 祭 ⠭ ॣ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200814.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200814.339 deleted file mode 100644 index 7a50751..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200814.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200815.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200815.330 deleted file mode 100644 index d9accb5..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200815.330 +++ /dev/null @@ -1,5 +0,0 @@ -09:04:52 1597464292 3 14 -11:48:35 1597474115 1 11243 3 25 7 870 9 5800 10 770 -14:59:27 1597485567 2 BT 18, 20, 22, 23, 25 -15:00:32 1597485632 1 11243 2 BT 18, 20, 22, 23, 25 3 25 4 2 5 Ti 6 7 870 8 3000 9 5800 10 770 11 12 321672 -15:31:25 1597487485 0 A--32-078-2017 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200815.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200815.331 deleted file mode 100644 index 15caf52..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200815.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200815.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200815.332 deleted file mode 100644 index 5e94af2..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200815.332 +++ /dev/null @@ -1,63 +0,0 @@ -21 09:05:06 09:05:14 -Rsk= 17.2 Rkk= 12.0 - -22 09:28:38 09:39:08 -P1= 11.9 T1=09:34:08 P2= 30.9 T2=09:39:08 Vs= 3.82 - -21 11:48:49 11:48:57 -Rsk= 17.4 Rkk= 12.1 - -22 12:25:26 12:35:57 -P1= 7.6 T1=12:30:56 P2= 22.0 T2=12:35:57 Vs= 2.88 - -20 13:58:42 13:58:51 -Riz_sol= 3065.7 - -21 13:59:01 13:59:09 -Rsk= 17.3 Rkk= 12.1 - -22 14:38:26 14:48:57 -P1= 7.6 T1=14:43:57 P2= 20.3 T2=14:48:57 Vs= 2.53 - -23 14:49:13 14:49:19 - - -24 14:49:27 14:50:03 - - -30 14:50:17 14:51:04 -Vst= 28.7 - -31 14:51:22 14:52:22 -Rom_sol= 16.6 - -41 14:53:19 14:53:24 -Ukz= 1.37 - -32 14:53:29 14:54:41 -Imax=11.0 Umax=50.0 T= 9.4 - -33 14:54:52 14:55:34 -Imin=16.2 Umin=25.1 T= 1.0 - -34 14:55:38 14:56:06 -V=301.7 T= 9.5 - -35 14:56:14 14:57:10 -Q= 54.7 T= 9.1 - -36 14:57:14 14:57:49 -P1=0.26 T= 3.1 - -37 14:57:52 14:58:32 -T= 0.7 - -38 14:58:40 14:58:49 -t= 52.1 T= 0.7 - -39 14:58:53 14:59:04 -t= 52.3 T= 0.5 - -40 14:59:07 14:59:14 -t= 51.9 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200815.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200815.333 deleted file mode 100644 index 435fb5b..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200815.333 +++ /dev/null @@ -1,17 +0,0 @@ -11 03:58:11 1597445891 -12 06:41:17 1597455677 -13 08:30:11 1597462211 -0 08:30:11 1597462211 -14 09:02:56 1597464176 -15 09:41:34 1597466494 -16 10:05:30 1597467930 -1 10:41:34 1597470094 -2 11:46:06 1597473966 -5 12:38:03 1597477083 -6 12:51:52 1597477912 -7 13:27:41 1597480061 -8 13:57:46 1597481866 -25 14:50:13 1597485013 -9 15:00:32 1597485632 -10 15:31:25 1597487485 -11 21:05:23 1597507523 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200815.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200815.334 deleted file mode 100644 index 23893be..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200815.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200815.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200815.336 deleted file mode 100644 index 8d00b89..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200815.336 +++ /dev/null @@ -1,99 +0,0 @@ -[85] -oper = 11 -begin = 15.08.2020 03:58:11 -norma = 0 -real = 163 - -[86] -oper = 12 -begin = 15.08.2020 06:41:17 -norma = 105 -real = 108 - -[87] -oper = 13 -begin = 15.08.2020 08:30:11 -norma = 45 -real = 32 - -[88] -oper = 14 -begin = 15.08.2020 09:02:56 -norma = 40 -vac_time = 8 -real = 38 - -[89] -oper = 15 -begin = 15.08.2020 09:41:34 -norma = 30 -real = 23 - -[90] -oper = 16 -begin = 15.08.2020 10:05:30 -norma = 40 -real = 36 - -[91] -oper = 1 -begin = 15.08.2020 10:41:34 -norma = 85 -real = 64 - -[92] -oper = 2 -begin = 15.08.2020 11:46:06 -norma = 110 -vac_time = 8 -real = 51 - -[93] -oper = 5 -begin = 15.08.2020 12:38:03 -norma = 25 -real = 13 - -[94] -oper = 6 -begin = 15.08.2020 12:51:52 -norma = 35 -real = 35 - -[95] -oper = 7 -begin = 15.08.2020 13:27:41 -norma = 30 -real = 30 - -[96] -oper = 8 -begin = 15.08.2020 13:57:46 -norma = 40 -vac_time = 9 -real = 52 - -[97] -oper = 25 -begin = 15.08.2020 14:50:13 -norma = 30 -real = 10 - -[98] -oper = 9 -begin = 15.08.2020 15:00:32 -norma = 0 -real = 30 - -[99] -oper = 10 -begin = 15.08.2020 15:31:25 -norma = 0 -real = 333 - -[00] -oper = 11 -begin = 15.08.2020 21:05:23 -norma = 0 -real = 211 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200815.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200815.337 deleted file mode 100644 index a36965f..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200815.337 +++ /dev/null @@ -1,50 +0,0 @@ -03:58:11 1597445891 祭 ० -03:58:11 1597445891 ⪫祭 ॣ '-2'(A) -03:58:12 1597445892 祭 ॣ '-2'(A) -04:54:12 1597449252 ⪫祭 ॣ '-2'(A) -06:41:14 1597455674 ⪫祭 ० (A) -06:41:16 1597455676 ⪫祭 -06:41:16 1597455676 : -06:41:18 1597455678 ⪫祭 ० ' ⮪ 㣨' -06:41:35 1597455695 祭 ० ᪠ -06:41:35 1597455695 祭 ० ᪠ -06:44:27 1597455867 ⪫祭 ० ᪠ (A) -07:11:17 1597457477 : 믮 -09:40:24 1597466424 祭 ० ࠧ -09:40:25 1597466425 祭 ० ' ⮪ 㣨' -09:41:31 1597466491 祭 ॣ '-2'(A) -10:00:25 1597467625 ⪫祭 ० ' ⮪ 㣨' -10:05:32 1597467932 ⪫祭 ० ࠧ -10:05:34 1597467934 ⪫祭 ॣ '-2'(A) -10:05:47 1597467947 祭 ० ᪠ -10:05:47 1597467947 祭 ० ᪠ -10:05:47 1597467947 祭 ० ᪠ -10:05:48 1597467948 祭 ० ᪠ -10:05:48 1597467948 祭 ० ᪠ -10:05:48 1597467948 祭 ० ᪠ -10:05:48 1597467948 祭 ० ᪠ -10:05:49 1597467949 祭 ० ᪠ -10:05:49 1597467949 祭 ० ᪠ -10:05:49 1597467949 祭 ० ᪠ -10:09:30 1597468170 ⪫祭 ० ᪠ (A) -11:48:38 1597474118 : 㦥 -12:52:26 1597477946 祭 ० ᪠ -12:52:26 1597477946 祭 ० ᪠ -12:52:26 1597477946 祭 ० ᪠ -12:52:27 1597477947 祭 ० ᪠ -12:55:45 1597478145 ⪫祭 ० ᪠ (A) -14:49:28 1597484968 祭 ॣ '-2'(A) -14:50:04 1597485004 ⪫祭 ॣ '-2'(A) -14:51:18 1597485078 祭 -14:51:23 1597485083 祭 -14:52:23 1597485143 ⪫祭 -15:00:03 1597485603 祭 ० ࠧ -15:00:04 1597485604 祭 ० ' ⮪ 㣨' -15:00:33 1597485633 : 믮 -15:16:56 1597486616 祭 ॣ '-2'(A) -15:31:25 1597487485 ⪫祭 ० ࠧ (A) -15:31:25 1597487485 祭 ॣ . 殮 㣨 -21:05:23 1597507523 祭 ० -21:05:24 1597507524 ⪫祭 ॣ '-2'(A) -21:05:24 1597507524 祭 ॣ '-2'(A) -22:01:24 1597510884 ⪫祭 ॣ '-2'(A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200815.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200815.339 deleted file mode 100644 index 3df92ac..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200815.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200816.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200816.330 deleted file mode 100644 index df153d7..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200816.330 +++ /dev/null @@ -1,6 +0,0 @@ -03:18:46 1597529926 3 14 -04:16:39 1597533399 0 A--32-120-2016 ॢ 0 -06:30:44 1597541444 1 11244 3 25 9 6370 12 321544 -06:31:00 1597541460 2 BT 3-1, 6, 8, 9, 14, 15, 16 -11:09:41 1597558181 1 11244 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 3000 9 6370 10 770 11 12 321544 -11:40:33 1597560033 0 A--32-078-2017 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200816.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200816.331 deleted file mode 100644 index 8c491ab..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200816.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200816.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200816.332 deleted file mode 100644 index 57ee534..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200816.332 +++ /dev/null @@ -1,63 +0,0 @@ -21 03:18:29 03:18:37 -Rsk= 11.7 Rkk= 11.8 - -22 03:40:36 03:51:06 -P1= 12.6 T1=03:46:06 P2= 32.4 T2=03:51:06 Vs= 3.96 - -21 06:00:09 06:00:17 -Rsk= 12.2 Rkk= 12.2 - -22 06:49:31 07:00:01 -P1= 4.2 T1=06:55:01 P2= 13.6 T2=07:00:01 Vs= 1.89 - -20 09:14:46 09:14:56 -Riz_sol= 6027.2 - -21 09:15:07 09:15:14 -Rsk= 17.5 Rkk= 12.2 - -22 10:35:38 10:46:08 -P1= 3.7 T1=10:41:08 P2= 9.7 T2=10:46:08 Vs= 1.20 - -23 10:56:55 10:57:01 - - -24 10:57:53 10:58:30 - - -30 10:58:54 10:59:36 -Vst= 28.7 - -31 11:01:16 11:02:16 -Rom_sol= 15.6 - -41 11:02:37 11:02:43 -Ukz= 0.74 - -32 11:02:55 11:04:04 -Imax=11.0 Umax=50.0 T= 9.4 - -33 11:04:11 11:04:42 -Imin=16.2 Umin=25.1 T= 1.0 - -34 11:04:46 11:05:15 -V=301.7 T= 9.6 - -35 11:05:19 11:06:11 -Q= 54.9 T= 9.3 - -36 11:06:25 11:06:58 -P1=0.28 T= 3.1 - -37 11:07:03 11:07:39 -T= 0.7 - -38 11:07:42 11:07:50 -t= 52.1 T= 0.7 - -39 11:07:54 11:08:02 -t= 52.3 T= 0.7 - -40 11:08:06 11:08:13 -t= 51.9 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200816.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200816.333 deleted file mode 100644 index 9801177..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200816.333 +++ /dev/null @@ -1,20 +0,0 @@ -12 00:36:26 1597520186 -13 02:38:47 1597527527 -0 02:38:49 1597527529 -14 03:15:37 1597529737 -15 03:51:47 1597531907 -16 04:16:40 1597533400 -16 04:19:02 1597533542 -1 05:03:26 1597536206 -2 05:58:06 1597539486 -5 07:11:16 1597543876 -6 07:25:32 1597544732 -7 08:14:04 1597547644 -8 09:09:42 1597550982 -25 10:58:48 1597557528 -9 11:09:41 1597558181 -10 11:40:34 1597560034 -11 18:03:48 1597583028 -12 21:34:50 1597595690 -13 23:39:30 1597603170 -0 23:39:38 1597603178 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200816.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200816.334 deleted file mode 100644 index ced1654..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200816.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200816.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200816.336 deleted file mode 100644 index e432d0e..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200816.336 +++ /dev/null @@ -1,111 +0,0 @@ -[01] -oper = 12 -begin = 16.08.2020 00:36:26 -norma = 105 -real = 122 - -[02] -oper = 13 -begin = 16.08.2020 02:38:47 -norma = 45 -real = 36 - -[03] -oper = 14 -begin = 16.08.2020 03:15:37 -norma = 40 -vac_time = 8 -real = 36 - -[04] -oper = 15 -begin = 16.08.2020 03:51:47 -norma = 30 -real = 24 - -[05] -oper = 16 -begin = 16.08.2020 04:16:40 -norma = 40 -real = 2 - -[06] -oper = 16 -begin = 16.08.2020 04:19:02 -norma = 40 -real = 44 - -[07] -oper = 1 -begin = 16.08.2020 05:03:26 -norma = 85 -real = 54 - -[08] -oper = 2 -begin = 16.08.2020 05:58:06 -norma = 110 -vac_time = 9 -real = 73 - -[09] -oper = 5 -begin = 16.08.2020 07:11:16 -norma = 25 -real = 14 - -[10] -oper = 6 -begin = 16.08.2020 07:25:32 -norma = 35 -real = 48 - -[11] -oper = 7 -begin = 16.08.2020 08:14:04 -norma = 30 -real = 55 - -[12] -oper = 8 -begin = 16.08.2020 09:09:42 -norma = 40 -vac_time = 24 -real = 109 - -[13] -oper = 25 -begin = 16.08.2020 10:58:48 -norma = 30 -real = 10 - -[14] -oper = 9 -begin = 16.08.2020 11:09:41 -norma = 0 -real = 30 - -[15] -oper = 10 -begin = 16.08.2020 11:40:34 -norma = 0 -real = 383 - -[16] -oper = 11 -begin = 16.08.2020 18:03:48 -norma = 0 -real = 211 - -[17] -oper = 12 -begin = 16.08.2020 21:34:50 -norma = 105 -real = 124 - -[18] -oper = 13 -begin = 16.08.2020 23:39:30 -norma = 45 -real = 49 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200816.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200816.337 deleted file mode 100644 index 4caf33e..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200816.337 +++ /dev/null @@ -1,351 +0,0 @@ -00:36:23 1597520183 ⪫祭 ० (A) -00:36:24 1597520184 ⪫祭 -00:36:24 1597520184 : -00:36:28 1597520188 ⪫祭 ० ' ⮪ 㣨' -00:36:44 1597520204 祭 ० ᪠ -00:36:44 1597520204 祭 ० ᪠ -00:39:53 1597520393 ⪫祭 ० ᪠ (A) -01:06:24 1597521984 : 믮 -03:51:32 1597531892 祭 ० ࠧ -03:51:35 1597531895 祭 ० ' ⮪ 㣨' -03:53:09 1597531989 祭 ॣ '-2'(A) -04:16:39 1597533399 ⪫祭 ० ࠧ (A) -04:19:04 1597533544 ⪫祭 ० ' ⮪ 㣨' -04:19:07 1597533547 ⪫祭 ॣ '-2'(A) -04:19:12 1597533552 祭 ० ᪠ -04:19:12 1597533552 祭 ० ᪠ -04:23:11 1597533791 ⪫祭 ० ᪠ (A) -06:31:02 1597541462 : 㦥 -07:25:39 1597544739 祭 ० ᪠ -07:26:09 1597544769 . ⪫祭 ० ᪠ (A) -07:26:24 1597544784 祭 ० ᪠ -07:26:24 1597544784 . ⪫祭 ० ᪠ (A) -07:26:25 1597544785 祭 ० ᪠ -07:26:25 1597544785 . ⪫祭 ० ᪠ (A) -07:26:25 1597544785 祭 ० ᪠ -07:26:25 1597544785 . ⪫祭 ० ᪠ (A) -07:26:25 1597544785 祭 ० ᪠ -07:26:25 1597544785 . ⪫祭 ० ᪠ (A) -07:26:27 1597544787 祭 ० ᪠ -07:26:27 1597544787 . ⪫祭 ० ᪠ (A) -07:26:27 1597544787 祭 ० ᪠ -07:26:27 1597544787 . ⪫祭 ० ᪠ (A) -07:26:27 1597544787 祭 ० ᪠ -07:26:27 1597544787 . ⪫祭 ० ᪠ (A) -07:26:27 1597544787 祭 ० ᪠ -07:26:27 1597544787 . ⪫祭 ० ᪠ (A) -07:26:28 1597544788 祭 ० ᪠ -07:26:28 1597544788 . ⪫祭 ० ᪠ (A) -07:26:28 1597544788 祭 ० ᪠ -07:26:28 1597544788 . ⪫祭 ० ᪠ (A) -07:26:30 1597544790 祭 ० ᪠ -07:26:30 1597544790 . ⪫祭 ० ᪠ (A) -07:26:30 1597544790 祭 ० ᪠ -07:26:30 1597544790 . ⪫祭 ० ᪠ (A) -07:26:31 1597544791 祭 ० ᪠ -07:26:31 1597544791 . ⪫祭 ० ᪠ (A) -07:26:31 1597544791 祭 ० ᪠ -07:26:31 1597544791 . ⪫祭 ० ᪠ (A) -07:26:31 1597544791 祭 ० ᪠ -07:26:31 1597544791 . ⪫祭 ० ᪠ (A) -07:26:31 1597544791 祭 ० ᪠ -07:26:31 1597544791 . ⪫祭 ० ᪠ (A) -07:26:32 1597544792 祭 ० ᪠ -07:26:32 1597544792 . ⪫祭 ० ᪠ (A) -07:26:32 1597544792 祭 ० ᪠ -07:26:32 1597544792 . ⪫祭 ० ᪠ (A) -07:26:33 1597544793 祭 ० ᪠ -07:26:33 1597544793 . ⪫祭 ० ᪠ (A) -07:26:33 1597544793 祭 ० ᪠ -07:26:33 1597544793 . ⪫祭 ० ᪠ (A) -07:26:33 1597544793 祭 ० ᪠ -07:26:33 1597544793 . ⪫祭 ० ᪠ (A) -07:26:45 1597544805 祭 ० ᪠ -07:26:45 1597544805 . ⪫祭 ० ᪠ (A) -07:26:45 1597544805 祭 ० ᪠ -07:26:45 1597544805 . ⪫祭 ० ᪠ (A) -07:26:45 1597544805 祭 ० ᪠ -07:26:45 1597544805 . ⪫祭 ० ᪠ (A) -07:26:45 1597544805 祭 ० ᪠ -07:26:45 1597544805 . ⪫祭 ० ᪠ (A) -07:26:46 1597544806 祭 ० ᪠ -07:26:46 1597544806 . ⪫祭 ० ᪠ (A) -07:26:46 1597544806 祭 ० ᪠ -07:26:46 1597544806 . ⪫祭 ० ᪠ (A) -07:26:46 1597544806 祭 ० ᪠ -07:26:46 1597544806 . ⪫祭 ० ᪠ (A) -07:26:46 1597544806 祭 ० ᪠ -07:26:46 1597544806 . ⪫祭 ० ᪠ (A) -07:26:46 1597544806 祭 ० ᪠ -07:26:46 1597544806 . ⪫祭 ० ᪠ (A) -07:26:46 1597544806 祭 ० ᪠ -07:26:46 1597544806 . ⪫祭 ० ᪠ (A) -07:26:47 1597544807 祭 ० ᪠ -07:26:47 1597544807 . ⪫祭 ० ᪠ (A) -07:26:47 1597544807 祭 ० ᪠ -07:26:47 1597544807 . ⪫祭 ० ᪠ (A) -07:26:47 1597544807 祭 ० ᪠ -07:26:47 1597544807 . ⪫祭 ० ᪠ (A) -07:26:47 1597544807 祭 ० ᪠ -07:26:47 1597544807 . ⪫祭 ० ᪠ (A) -07:26:49 1597544809 祭 ० ᪠ -07:26:49 1597544809 . ⪫祭 ० ᪠ (A) -07:26:49 1597544809 祭 ० ᪠ -07:26:49 1597544809 . ⪫祭 ० ᪠ (A) -07:26:49 1597544809 祭 ० ᪠ -07:26:49 1597544809 . ⪫祭 ० ᪠ (A) -07:26:49 1597544809 祭 ० ᪠ -07:26:49 1597544809 . ⪫祭 ० ᪠ (A) -07:26:50 1597544810 祭 ० ᪠ -07:26:50 1597544810 . ⪫祭 ० ᪠ (A) -07:26:50 1597544810 祭 ० ᪠ -07:26:50 1597544810 . ⪫祭 ० ᪠ (A) -07:26:50 1597544810 祭 ० ᪠ -07:26:50 1597544810 . ⪫祭 ० ᪠ (A) -07:26:50 1597544810 祭 ० ᪠ -07:26:50 1597544810 . ⪫祭 ० ᪠ (A) -07:26:52 1597544812 祭 ० ᪠ -07:26:52 1597544812 . ⪫祭 ० ᪠ (A) -07:26:53 1597544813 祭 ० ᪠ -07:26:53 1597544813 . ⪫祭 ० ᪠ (A) -07:26:53 1597544813 祭 ० ᪠ -07:26:53 1597544813 . ⪫祭 ० ᪠ (A) -07:26:53 1597544813 祭 ० ᪠ -07:26:53 1597544813 . ⪫祭 ० ᪠ (A) -07:26:53 1597544813 祭 ० ᪠ -07:26:53 1597544813 . ⪫祭 ० ᪠ (A) -07:26:53 1597544813 祭 ० ᪠ -07:26:53 1597544813 . ⪫祭 ० ᪠ (A) -07:26:54 1597544814 祭 ० ᪠ -07:26:54 1597544814 . ⪫祭 ० ᪠ (A) -07:26:54 1597544814 祭 ० ᪠ -07:26:54 1597544814 . ⪫祭 ० ᪠ (A) -07:26:54 1597544814 祭 ० ᪠ -07:26:54 1597544814 . ⪫祭 ० ᪠ (A) -07:27:10 1597544830 祭 ० ᪠ -07:27:10 1597544830 . ⪫祭 ० ᪠ (A) -07:27:10 1597544830 祭 ० ᪠ -07:27:10 1597544830 . ⪫祭 ० ᪠ (A) -07:27:10 1597544830 祭 ० ᪠ -07:27:10 1597544830 . ⪫祭 ० ᪠ (A) -07:27:11 1597544831 祭 ० ᪠ -07:27:11 1597544831 . ⪫祭 ० ᪠ (A) -07:27:11 1597544831 祭 ० ᪠ -07:27:11 1597544831 . ⪫祭 ० ᪠ (A) -07:27:11 1597544831 祭 ० ᪠ -07:27:11 1597544831 . ⪫祭 ० ᪠ (A) -07:27:11 1597544831 祭 ० ᪠ -07:27:11 1597544831 . ⪫祭 ० ᪠ (A) -07:27:11 1597544831 祭 ० ᪠ -07:27:11 1597544831 . ⪫祭 ० ᪠ (A) -07:27:11 1597544831 祭 ० ᪠ -07:27:11 1597544831 . ⪫祭 ० ᪠ (A) -07:27:12 1597544832 祭 ० ᪠ -07:27:12 1597544832 . ⪫祭 ० ᪠ (A) -07:27:12 1597544832 祭 ० ᪠ -07:27:12 1597544832 . ⪫祭 ० ᪠ (A) -07:27:12 1597544832 祭 ० ᪠ -07:27:12 1597544832 . ⪫祭 ० ᪠ (A) -07:27:12 1597544832 祭 ० ᪠ -07:27:12 1597544832 . ⪫祭 ० ᪠ (A) -07:27:16 1597544836 祭 ० ᪠ -07:27:16 1597544836 . ⪫祭 ० ᪠ (A) -07:27:17 1597544837 祭 ० ᪠ -07:27:17 1597544837 . ⪫祭 ० ᪠ (A) -07:27:17 1597544837 祭 ० ᪠ -07:27:17 1597544837 . ⪫祭 ० ᪠ (A) -07:27:18 1597544838 祭 ० ᪠ -07:27:18 1597544838 . ⪫祭 ० ᪠ (A) -07:27:18 1597544838 祭 ० ᪠ -07:27:18 1597544838 . ⪫祭 ० ᪠ (A) -07:27:18 1597544838 祭 ० ᪠ -07:27:18 1597544838 . ⪫祭 ० ᪠ (A) -07:27:18 1597544838 祭 ० ᪠ -07:27:18 1597544838 . ⪫祭 ० ᪠ (A) -07:27:19 1597544839 祭 ० ᪠ -07:27:19 1597544839 . ⪫祭 ० ᪠ (A) -07:27:19 1597544839 祭 ० ᪠ -07:27:19 1597544839 . ⪫祭 ० ᪠ (A) -07:27:19 1597544839 祭 ० ᪠ -07:27:19 1597544839 . ⪫祭 ० ᪠ (A) -07:27:19 1597544839 祭 ० ᪠ -07:27:19 1597544839 . ⪫祭 ० ᪠ (A) -07:27:20 1597544840 祭 ० ᪠ -07:27:20 1597544840 . ⪫祭 ० ᪠ (A) -07:27:21 1597544841 祭 ० ᪠ -07:27:21 1597544841 . ⪫祭 ० ᪠ (A) -07:27:21 1597544841 祭 ० ᪠ -07:27:21 1597544841 . ⪫祭 ० ᪠ (A) -07:27:21 1597544841 祭 ० ᪠ -07:27:21 1597544841 . ⪫祭 ० ᪠ (A) -07:27:21 1597544841 祭 ० ᪠ -07:27:21 1597544841 . ⪫祭 ० ᪠ (A) -07:27:21 1597544841 祭 ० ᪠ -07:27:21 1597544841 . ⪫祭 ० ᪠ (A) -07:27:21 1597544841 祭 ० ᪠ -07:27:21 1597544841 . ⪫祭 ० ᪠ (A) -07:27:22 1597544842 祭 ० ᪠ -07:27:22 1597544842 . ⪫祭 ० ᪠ (A) -07:27:22 1597544842 祭 ० ᪠ -07:27:22 1597544842 . ⪫祭 ० ᪠ (A) -07:27:22 1597544842 祭 ० ᪠ -07:27:22 1597544842 . ⪫祭 ० ᪠ (A) -07:27:22 1597544842 祭 ० ᪠ -07:27:22 1597544842 . ⪫祭 ० ᪠ (A) -07:27:22 1597544842 祭 ० ᪠ -07:27:22 1597544842 . ⪫祭 ० ᪠ (A) -07:27:23 1597544843 祭 ० ᪠ -07:27:23 1597544843 . ⪫祭 ० ᪠ (A) -07:27:23 1597544843 祭 ० ᪠ -07:27:23 1597544843 . ⪫祭 ० ᪠ (A) -07:27:23 1597544843 祭 ० ᪠ -07:27:23 1597544843 . ⪫祭 ० ᪠ (A) -07:27:23 1597544843 祭 ० ᪠ -07:27:23 1597544843 . ⪫祭 ० ᪠ (A) -07:27:24 1597544844 祭 ० ᪠ -07:27:24 1597544844 . ⪫祭 ० ᪠ (A) -07:27:24 1597544844 祭 ० ᪠ -07:27:24 1597544844 . ⪫祭 ० ᪠ (A) -07:27:24 1597544844 祭 ० ᪠ -07:27:24 1597544844 . ⪫祭 ० ᪠ (A) -07:27:34 1597544854 祭 ० ᪠ -07:27:34 1597544854 . ⪫祭 ० ᪠ (A) -07:27:36 1597544856 祭 ० ᪠ -07:27:36 1597544856 . ⪫祭 ० ᪠ (A) -07:27:36 1597544856 祭 ० ᪠ -07:27:36 1597544856 . ⪫祭 ० ᪠ (A) -07:27:36 1597544856 祭 ० ᪠ -07:27:36 1597544856 . ⪫祭 ० ᪠ (A) -07:27:37 1597544857 祭 ० ᪠ -07:27:37 1597544857 . ⪫祭 ० ᪠ (A) -07:27:37 1597544857 祭 ० ᪠ -07:27:37 1597544857 . ⪫祭 ० ᪠ (A) -07:27:37 1597544857 祭 ० ᪠ -07:27:37 1597544857 . ⪫祭 ० ᪠ (A) -07:27:37 1597544857 祭 ० ᪠ -07:27:37 1597544857 . ⪫祭 ० ᪠ (A) -07:27:38 1597544858 祭 ० ᪠ -07:27:38 1597544858 . ⪫祭 ० ᪠ (A) -07:27:38 1597544858 祭 ० ᪠ -07:27:38 1597544858 . ⪫祭 ० ᪠ (A) -07:27:38 1597544858 祭 ० ᪠ -07:27:38 1597544858 . ⪫祭 ० ᪠ (A) -07:27:38 1597544858 祭 ० ᪠ -07:27:38 1597544858 . ⪫祭 ० ᪠ (A) -07:27:38 1597544858 祭 ० ᪠ -07:27:38 1597544858 . ⪫祭 ० ᪠ (A) -07:27:39 1597544859 祭 ० ᪠ -07:27:39 1597544859 . ⪫祭 ० ᪠ (A) -07:27:39 1597544859 祭 ० ᪠ -07:27:39 1597544859 . ⪫祭 ० ᪠ (A) -07:27:39 1597544859 祭 ० ᪠ -07:27:39 1597544859 . ⪫祭 ० ᪠ (A) -07:27:39 1597544859 祭 ० ᪠ -07:27:39 1597544859 . ⪫祭 ० ᪠ (A) -07:27:40 1597544860 祭 ० ᪠ -07:27:40 1597544860 . ⪫祭 ० ᪠ (A) -07:27:40 1597544860 祭 ० ᪠ -07:27:40 1597544860 . ⪫祭 ० ᪠ (A) -07:27:49 1597544869 祭 ० ᪠ -07:27:49 1597544869 . ⪫祭 ० ᪠ (A) -07:27:49 1597544869 祭 ० ᪠ -07:27:49 1597544869 . ⪫祭 ० ᪠ (A) -07:27:49 1597544869 祭 ० ᪠ -07:27:49 1597544869 . ⪫祭 ० ᪠ (A) -07:27:49 1597544869 祭 ० ᪠ -07:27:49 1597544869 . ⪫祭 ० ᪠ (A) -07:27:50 1597544870 祭 ० ᪠ -07:27:50 1597544870 . ⪫祭 ० ᪠ (A) -07:27:50 1597544870 祭 ० ᪠ -07:27:50 1597544870 . ⪫祭 ० ᪠ (A) -07:27:50 1597544870 祭 ० ᪠ -07:27:50 1597544870 . ⪫祭 ० ᪠ (A) -07:27:51 1597544871 祭 ० ᪠ -07:27:51 1597544871 . ⪫祭 ० ᪠ (A) -07:27:51 1597544871 祭 ० ᪠ -07:27:51 1597544871 . ⪫祭 ० ᪠ (A) -07:27:51 1597544871 祭 ० ᪠ -07:27:51 1597544871 . ⪫祭 ० ᪠ (A) -07:27:51 1597544871 祭 ० ᪠ -07:27:51 1597544871 . ⪫祭 ० ᪠ (A) -07:27:55 1597544875 祭 ० ᪠ -07:27:55 1597544875 . ⪫祭 ० ᪠ (A) -07:27:55 1597544875 祭 ० ᪠ -07:27:55 1597544875 . ⪫祭 ० ᪠ (A) -07:27:55 1597544875 祭 ० ᪠ -07:27:55 1597544875 . ⪫祭 ० ᪠ (A) -07:27:55 1597544875 祭 ० ᪠ -07:27:55 1597544875 . ⪫祭 ० ᪠ (A) -07:27:56 1597544876 祭 ० ᪠ -07:27:56 1597544876 . ⪫祭 ० ᪠ (A) -07:27:56 1597544876 祭 ० ᪠ -07:27:56 1597544876 . ⪫祭 ० ᪠ (A) -07:27:56 1597544876 祭 ० ᪠ -07:27:56 1597544876 . ⪫祭 ० ᪠ (A) -07:27:57 1597544877 祭 ० ᪠ -07:27:57 1597544877 . ⪫祭 ० ᪠ (A) -07:27:57 1597544877 祭 ० ᪠ -07:27:57 1597544877 . ⪫祭 ० ᪠ (A) -07:27:59 1597544879 祭 ० ᪠ -07:27:59 1597544879 . ⪫祭 ० ᪠ (A) -07:27:59 1597544879 祭 ० ᪠ -07:27:59 1597544879 . ⪫祭 ० ᪠ (A) -07:27:59 1597544879 祭 ० ᪠ -07:27:59 1597544879 . ⪫祭 ० ᪠ (A) -07:27:59 1597544879 祭 ० ᪠ -07:27:59 1597544879 . ⪫祭 ० ᪠ (A) -07:28:00 1597544880 祭 ० ᪠ -07:28:00 1597544880 . ⪫祭 ० ᪠ (A) -07:28:00 1597544880 祭 ० ᪠ -07:28:00 1597544880 . ⪫祭 ० ᪠ (A) -07:28:00 1597544880 祭 ० ᪠ -07:28:00 1597544880 . ⪫祭 ० ᪠ (A) -07:28:00 1597544880 祭 ० ᪠ -07:28:00 1597544880 . ⪫祭 ० ᪠ (A) -07:28:01 1597544881 祭 ० ᪠ -07:28:01 1597544881 . ⪫祭 ० ᪠ (A) -07:28:01 1597544881 祭 ० ᪠ -07:28:01 1597544881 . ⪫祭 ० ᪠ (A) -07:28:01 1597544881 祭 ० ᪠ -07:28:01 1597544881 . ⪫祭 ० ᪠ (A) -07:28:01 1597544881 祭 ० ᪠ -07:28:01 1597544881 . ⪫祭 ० ᪠ (A) -07:28:02 1597544882 祭 ० ᪠ -07:28:02 1597544882 . ⪫祭 ० ᪠ (A) -07:28:02 1597544882 祭 ० ᪠ -07:28:02 1597544882 . ⪫祭 ० ᪠ (A) -07:28:02 1597544882 祭 ० ᪠ -07:28:02 1597544882 . ⪫祭 ० ᪠ (A) -07:28:02 1597544882 祭 ० ᪠ -07:28:02 1597544882 . ⪫祭 ० ᪠ (A) -07:28:02 1597544882 祭 ० ᪠ -07:28:02 1597544882 . ⪫祭 ० ᪠ (A) -07:28:02 1597544882 祭 ० ᪠ -07:28:02 1597544882 . ⪫祭 ० ᪠ (A) -10:57:18 1597557438 祭 ॣ '-2'(A) -10:57:41 1597557461 ⪫祭 ॣ '-2'(A) -10:57:54 1597557474 祭 ॣ '-2'(A) -10:58:30 1597557510 ⪫祭 ॣ '-2'(A) -10:59:49 1597557589 祭 -11:00:52 1597557652 ' ' -11:01:17 1597557677 祭 -11:01:25 1597557685 ' ' -11:02:17 1597557737 ⪫祭 -11:08:38 1597558118 祭 ० ࠧ -11:08:40 1597558120 祭 ० ' ⮪ 㣨' -11:09:42 1597558182 : 믮 -11:26:04 1597559164 祭 ॣ '-2'(A) -11:40:33 1597560033 ⪫祭 ० ࠧ (A) -11:40:34 1597560034 祭 ॣ . 殮 㣨 -18:03:47 1597583027 祭 ० -18:03:48 1597583028 ⪫祭 ॣ '-2'(A) -18:03:49 1597583029 祭 ॣ '-2'(A) -18:59:48 1597586388 ⪫祭 ॣ '-2'(A) -21:34:47 1597595687 ⪫祭 ० (A) -21:34:49 1597595689 ⪫祭 -21:34:49 1597595689 : -21:34:51 1597595691 ⪫祭 ० ' ⮪ 㣨' -21:45:42 1597596342 祭 ० ᪠ -21:45:43 1597596343 祭 ० ᪠ -21:49:10 1597596550 ⪫祭 ० ᪠ (A) -22:04:49 1597597489 : 믮 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200816.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200816.339 deleted file mode 100644 index f095b2c..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200816.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200817.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200817.330 deleted file mode 100644 index 70f7283..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200817.330 +++ /dev/null @@ -1,5 +0,0 @@ -00:30:49 1597606249 3 14 -04:35:20 1597620920 1 11245 2 BT 18, 20, 22, 23, 25 3 25 9 5240 -11:14:15 1597644855 1 11245 2 BT 18, 20, 22, 23, 25 3 25 4 2 5 Ti 6 7 870 8 3000 9 5240 10 770 11 12 321544 -11:45:08 1597646708 0 A--32-078-2017 ॢ 1 -23:52:48 1597690368 3 14 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200817.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200817.331 deleted file mode 100644 index 9cff4e4..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200817.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200817.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200817.332 deleted file mode 100644 index 4ab13ef..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200817.332 +++ /dev/null @@ -1,78 +0,0 @@ -21 00:31:05 00:31:13 -Rsk= 17.4 Rkk= 12.1 - -22 01:39:01 01:49:31 -P1= 1.9 T1=01:44:31 P2= 9.2 T2=01:49:31 Vs= 1.46 - -21 04:35:36 04:35:44 -Rsk= 17.3 Rkk= 12.1 - -22 04:52:59 05:08:30 -P1= 33.6 T1=05:03:29 P2= 46.1 T2=05:08:30 Vs= 2.49 - -20 08:35:43 08:35:53 -Riz_sol= 5172.2 - -21 08:36:01 08:36:08 -Rsk= 17.5 Rkk= 12.3 - -22 09:53:53 10:04:23 -P1= 3.8 T1=09:59:23 P2= 9.5 T2=10:04:23 Vs= 1.14 - -22 10:42:47 10:53:17 -P1= 3.5 T1=10:48:17 P2= 7.3 T2=10:53:17 Vs= 0.77 - -23 10:53:42 10:53:48 - - -24 10:53:58 10:54:31 - - -30 10:54:45 10:55:23 -Vst= 28.7 - -31 10:55:44 10:56:44 -Rom_sol= 15.7 - -41 10:57:14 10:57:19 -Ukz= 0.78 - -32 10:57:24 10:58:33 -Imax=11.0 Umax=50.0 T= 9.4 - -33 10:58:38 10:59:08 -Imin=16.2 Umin=25.0 T= 0.8 - -34 10:59:11 10:59:39 -V=301.8 T= 9.5 - -35 10:59:42 11:01:18 -Q= 54.5 T= 9.2 - -36 11:01:41 11:02:14 -P1=0.28 T= 3.1 - -35 11:02:21 11:03:59 -Q= 54.9 T= 9.2 - -35 11:05:33 11:07:45 -Q= 54.5 T= 9.2 - -37 11:08:56 11:09:47 -T= 0.7 - -38 11:09:54 11:10:00 -t= 52.1 T= 0.7 - -39 11:10:04 11:10:10 -t= 52.3 T= 0.7 - -40 11:10:14 11:10:21 -t= 51.9 T= 0.7 - -35 11:10:28 11:11:58 -Q= 54.7 T= 9.0 - -21 23:53:24 23:53:31 -Rsk= 17.1 Rkk= 11.9 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200817.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200817.333 deleted file mode 100644 index e2470b4..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200817.333 +++ /dev/null @@ -1,17 +0,0 @@ -14 00:29:00 1597606140 -15 01:52:04 1597611124 -16 02:35:07 1597613707 -1 03:27:22 1597616842 -2 04:34:10 1597620850 -5 05:09:48 1597622988 -6 05:23:32 1597623812 -7 06:10:12 1597626612 -8 08:32:14 1597635134 -25 10:54:41 1597643681 -9 11:14:15 1597644855 -10 11:45:08 1597646708 -11 16:57:37 1597665457 -12 20:28:44 1597678124 -13 22:30:02 1597685402 -0 22:30:02 1597685402 -14 23:51:20 1597690280 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200817.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200817.334 deleted file mode 100644 index 9f79df2..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200817.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200817.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200817.335 deleted file mode 100644 index fdb8ed1..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200817.335 +++ /dev/null @@ -1,6 +0,0 @@ -84 11:01:18 1597644078 -47 11:01:36 1597644096 -84 11:03:59 1597644239 -47 11:04:07 1597644247 -47 11:04:51 1597644291 -84 11:07:45 1597644465 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200817.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200817.336 deleted file mode 100644 index 656b55c..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200817.336 +++ /dev/null @@ -1,100 +0,0 @@ -[19] -oper = 14 -begin = 17.08.2020 00:29:00 -norma = 40 -vac_time = 8 -real = 83 - -[20] -oper = 15 -begin = 17.08.2020 01:52:04 -norma = 30 -real = 43 - -[21] -oper = 16 -begin = 17.08.2020 02:35:07 -real = 52 - -[22] -oper = 1 -begin = 17.08.2020 03:27:22 -norma = 85 -real = 66 - -[23] -oper = 2 -begin = 17.08.2020 04:34:10 -norma = 110 -vac_time = 3 -real = 35 - -[24] -oper = 5 -begin = 17.08.2020 05:09:48 -norma = 25 -real = 13 - -[25] -oper = 6 -begin = 17.08.2020 05:23:32 -norma = 35 -real = 46 - -[26] -oper = 7 -begin = 17.08.2020 06:10:12 -norma = 30 -real = 142 - -[27] -oper = 8 -begin = 17.08.2020 08:32:14 -norma = 40 -vac_time = 9 -vac_avg10 = 9.4 -real = 142 - -[28] -oper = 25 -begin = 17.08.2020 10:54:41 -norma = 30 -real = 19 - -[29] -oper = 9 -begin = 17.08.2020 11:14:15 -norma = 0 -real = 30 - -[30] -oper = 10 -begin = 17.08.2020 11:45:08 -norma = 0 -real = 312 - -[31] -oper = 11 -begin = 17.08.2020 16:57:37 -norma = 0 -real = 211 - -[32] -oper = 12 -begin = 17.08.2020 20:28:44 -norma = 105 -real = 121 - -[33] -oper = 13 -begin = 17.08.2020 22:30:02 -norma = 45 -real = 81 - -[34] -oper = 14 -begin = 17.08.2020 23:51:20 -norma = 40 -vac_time = 8 -real = 36 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200817.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200817.337 deleted file mode 100644 index 844d0c6..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200817.337 +++ /dev/null @@ -1,55 +0,0 @@ -01:12:01 1597608721 祭 ॣ '-2'(A) -01:12:01 1597608721 ⪫祭 ॣ '-2'(A) -01:51:53 1597611113 祭 ० ࠧ -01:51:54 1597611114 祭 ० ' ⮪ 㣨' -01:52:00 1597611120 祭 ॣ '-2'(A) -02:06:02 1597611962 ⪫祭 ० ' ⮪ 㣨' -02:35:09 1597613709 ⪫祭 ० ࠧ -02:35:10 1597613710 ⪫祭 ॣ '-2'(A) -02:35:29 1597613729 祭 ० ᪠ -02:35:29 1597613729 祭 ० ᪠ -02:35:29 1597613729 祭 ० ᪠ -02:35:30 1597613730 祭 ० ᪠ -02:35:30 1597613730 祭 ० ᪠ -02:35:30 1597613730 祭 ० ᪠ -02:35:30 1597613730 祭 ० ᪠ -02:35:30 1597613730 祭 ० ᪠ -02:39:14 1597613954 ⪫祭 ० ᪠ (A) -03:26:49 1597616809 祭 ॣ '-2'(A) -03:26:52 1597616812 ⪫祭 ॣ '-2'(A) -04:34:08 1597620848 祭 ॣ '-2'(A) -04:34:10 1597620850 ⪫祭 ॣ '-2'(A) -04:35:24 1597620924 : 㦥 -05:23:42 1597623822 祭 ० ᪠ -05:23:42 1597623822 祭 ० ᪠ -05:23:42 1597623822 祭 ० ᪠ -05:23:42 1597623822 祭 ० ᪠ -05:23:43 1597623823 祭 ० ᪠ -05:27:23 1597624043 ⪫祭 ० ᪠ (A) -10:53:59 1597643639 祭 ॣ '-2'(A) -10:54:32 1597643672 ⪫祭 ॣ '-2'(A) -10:55:42 1597643742 祭 -10:55:45 1597643745 祭 -10:56:45 1597643805 ⪫祭 -11:13:27 1597644807 祭 ० ࠧ -11:13:29 1597644809 祭 ० ' ⮪ 㣨' -11:14:15 1597644855 : 믮 -11:30:38 1597645838 祭 ॣ '-2'(A) -11:45:07 1597646707 祭 ॣ . 殮 㣨 -11:45:08 1597646708 ⪫祭 ० ࠧ (A) -16:57:36 1597665456 祭 ० -16:57:36 1597665456 ⪫祭 ॣ '-2'(A) -16:57:38 1597665458 祭 ॣ '-2'(A) -17:53:37 1597668817 ⪫祭 ॣ '-2'(A) -20:28:37 1597678117 ⪫祭 ० (A) -20:28:37 1597678117 ⪫祭 -20:28:37 1597678117 : -20:28:46 1597678126 ⪫祭 ० ' ⮪ 㣨' -20:29:06 1597678146 祭 ० ᪠ -20:29:07 1597678147 祭 ० ᪠ -20:29:07 1597678147 祭 ० ᪠ -20:29:07 1597678147 祭 ० ᪠ -20:29:38 1597678178 . ⪫祭 ० ᪠ (A) -20:29:57 1597678197 祭 ० ᪠ -20:33:03 1597678383 ⪫祭 ० ᪠ (A) -20:58:37 1597679917 : 믮 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200817.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200817.339 deleted file mode 100644 index 5abe96f..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200817.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200818.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200818.330 deleted file mode 100644 index 9817752..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200818.330 +++ /dev/null @@ -1,6 +0,0 @@ -02:14:22 1597698862 1 11246 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 9 6390 -05:35:35 1597710935 1 11246 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 3000 9 6390 10 770 11 12 321544 -06:06:27 1597712787 0 A--32-078-2017 ॢ 1 -18:12:13 1597756333 3 14 -20:46:54 1597765614 1 11247 3 25 9 5940 -23:44:17 1597776257 1 11247 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 3000 9 5940 10 770 11 12 321544 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200818.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200818.331 deleted file mode 100644 index 4396705..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200818.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200818.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200818.332 deleted file mode 100644 index a705914..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200818.332 +++ /dev/null @@ -1,126 +0,0 @@ -22 00:11:00 00:26:31 -P1= 54.7 T1=00:21:31 P2= 71.0 T2=00:26:31 Vs= 3.24 - -21 02:13:36 02:13:44 -Rsk= 17.2 Rkk= 12.0 - -22 02:39:23 02:54:54 -P1= 28.4 T1=02:49:54 P2= 39.8 T2=02:54:54 Vs= 2.28 - -20 04:34:51 04:35:01 -Riz_sol= 7678.8 - -21 04:35:06 04:35:13 -Rsk= 17.0 Rkk= 11.9 - -22 05:13:33 05:24:03 -P1= 7.3 T1=05:19:03 P2= 18.5 T2=05:24:03 Vs= 2.23 - -23 05:24:23 05:24:29 - - -24 05:24:58 05:25:32 - - -30 05:25:51 05:26:33 -Vst= 28.7 - -31 05:26:45 05:27:45 -Rom_sol= 15.7 - -41 05:28:31 05:28:36 -Ukz= 0.74 - -32 05:28:47 05:30:01 -Imax=11.0 Umax=50.0 T= 9.2 - -33 05:30:05 05:30:52 -Imin=16.2 Umin=25.0 T= 0.8 - -34 05:30:56 05:31:27 -V=301.7 T= 9.6 - -35 05:31:31 05:32:27 -Q= 55.0 T= 9.5 - -36 05:32:32 05:33:05 -P1=0.26 T= 3.0 - -37 05:33:09 05:33:48 -T= 0.8 - -38 05:33:53 05:34:00 -t= 52.1 T= 0.8 - -39 05:34:04 05:34:06 -t= 0.0 T= 1.1 - -40 05:34:16 05:34:24 -t= 51.9 T= 0.7 - -39 05:34:29 05:34:37 -t= 52.3 T= 0.7 - -21 18:12:35 18:12:43 -Rsk= 12.1 Rkk= 12.1 - -22 18:29:30 18:40:01 -P1= 18.0 T1=18:35:01 P2= 40.7 T2=18:40:01 Vs= 4.56 - -21 20:45:45 20:45:53 -Rsk= 17.5 Rkk= 12.2 - -22 21:09:29 21:25:00 -P1= 32.1 T1=21:20:00 P2= 44.1 T2=21:25:00 Vs= 2.40 - -20 22:52:25 22:52:34 -Riz_sol= 4992.8 - -21 22:52:44 22:52:52 -Rsk= 17.4 Rkk= 12.2 - -22 23:19:31 23:35:01 -P1= 28.3 T1=23:30:01 P2= 39.6 T2=23:35:01 Vs= 2.26 - -23 23:35:17 23:35:23 - - -24 23:35:32 23:36:11 - - -30 23:36:29 23:37:09 -Vst= 28.6 - -31 23:37:15 23:38:16 -Rom_sol= 15.8 - -41 23:38:40 23:38:45 -Ukz= 0.80 - -32 23:38:49 23:39:57 -Imax=11.0 Umax=50.0 T= 9.2 - -33 23:40:01 23:40:30 -Imin=16.2 Umin=25.0 T= 0.8 - -34 23:40:35 23:41:03 -V=301.7 T= 9.5 - -35 23:41:07 23:41:59 -Q= 54.6 T= 9.2 - -36 23:42:03 23:42:35 -P1=0.29 T= 3.0 - -37 23:42:39 23:43:15 -T= 0.8 - -38 23:43:18 23:43:24 -t= 52.1 T= 0.7 - -39 23:43:28 23:43:35 -t= 52.3 T= 0.8 - -40 23:43:38 23:43:44 -t= 51.9 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200818.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200818.333 deleted file mode 100644 index bd48b3d..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200818.333 +++ /dev/null @@ -1,26 +0,0 @@ -15 00:27:40 1597692460 -16 01:00:24 1597694424 -1 01:37:23 1597696643 -2 02:11:33 1597698693 -5 02:58:41 1597701521 -6 03:10:59 1597702259 -7 03:43:49 1597704229 -8 04:32:25 1597707145 -25 05:25:48 1597710348 -9 05:35:35 1597710935 -10 06:06:28 1597712788 -11 12:08:49 1597734529 -12 15:39:52 1597747192 -13 17:44:48 1597754688 -0 17:44:48 1597754688 -14 18:09:26 1597756166 -15 18:40:42 1597758042 -16 19:10:39 1597759839 -1 19:54:34 1597762474 -2 20:42:45 1597765365 -5 21:25:43 1597767943 -6 21:39:52 1597768792 -7 22:16:17 1597770977 -8 22:48:33 1597772913 -25 23:36:23 1597775783 -9 23:44:17 1597776257 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200818.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200818.334 deleted file mode 100644 index b324df0..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200818.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200818.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200818.335 deleted file mode 100644 index 92fc1c0..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200818.335 +++ /dev/null @@ -1 +0,0 @@ -55 05:34:06 1597710846 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200818.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200818.336 deleted file mode 100644 index 3864e13..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200818.336 +++ /dev/null @@ -1,155 +0,0 @@ -[35] -oper = 15 -begin = 18.08.2020 00:27:40 -norma = 30 -real = 32 - -[36] -oper = 16 -begin = 18.08.2020 01:00:24 -norma = 40 -real = 36 - -[37] -oper = 1 -begin = 18.08.2020 01:37:23 -norma = 85 -real = 34 - -[38] -oper = 2 -begin = 18.08.2020 02:11:33 -norma = 110 -vac_time = 9 -real = 47 - -[39] -oper = 5 -begin = 18.08.2020 02:58:41 -norma = 25 -real = 12 - -[40] -oper = 6 -begin = 18.08.2020 03:10:59 -norma = 35 -real = 32 - -[41] -oper = 7 -begin = 18.08.2020 03:43:49 -norma = 30 -real = 48 - -[42] -oper = 8 -begin = 18.08.2020 04:32:25 -norma = 40 -vac_time = 8 -real = 53 - -[43] -oper = 25 -begin = 18.08.2020 05:25:48 -norma = 30 -real = 9 - -[44] -oper = 9 -begin = 18.08.2020 05:35:35 -norma = 0 -real = 30 - -[45] -oper = 10 -begin = 18.08.2020 06:06:28 -norma = 0 -real = 362 - -[46] -oper = 11 -begin = 18.08.2020 12:08:49 -norma = 0 -real = 211 - -[47] -oper = 12 -begin = 18.08.2020 15:39:52 -norma = 105 -real = 124 - -[48] -oper = 13 -begin = 18.08.2020 17:44:48 -norma = 45 -real = 24 - -[49] -oper = 14 -begin = 18.08.2020 18:09:26 -norma = 40 -vac_time = 8 -real = 31 - -[50] -oper = 15 -begin = 18.08.2020 18:40:42 -norma = 30 -real = 29 - -[51] -oper = 16 -begin = 18.08.2020 19:10:39 -norma = 40 -real = 43 - -[52] -oper = 1 -begin = 18.08.2020 19:54:34 -norma = 85 -real = 48 - -[53] -oper = 2 -begin = 18.08.2020 20:42:45 -norma = 110 -vac_time = 9 -real = 42 - -[54] -oper = 5 -begin = 18.08.2020 21:25:43 -norma = 25 -real = 14 - -[55] -oper = 6 -begin = 18.08.2020 21:39:52 -norma = 35 -real = 36 - -[56] -oper = 7 -begin = 18.08.2020 22:16:17 -norma = 30 -real = 32 - -[57] -oper = 8 -begin = 18.08.2020 22:48:33 -norma = 40 -vac_time = 9 -real = 47 - -[58] -oper = 25 -begin = 18.08.2020 23:36:23 -norma = 30 -real = 7 - -[59] -oper = 9 -begin = 18.08.2020 23:44:17 -norma = 0 -real = 30 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200818.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200818.337 deleted file mode 100644 index 87d8d4e..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200818.337 +++ /dev/null @@ -1,72 +0,0 @@ -00:27:32 1597692452 祭 ० ࠧ -00:27:33 1597692453 祭 ० ' ⮪ 㣨' -00:27:36 1597692456 祭 ॣ '-2'(A) -00:46:17 1597693577 ⪫祭 ० ' ⮪ 㣨' -01:00:27 1597694427 ⪫祭 ॣ '-2'(A) -01:00:28 1597694428 ⪫祭 ० ࠧ -01:00:38 1597694438 祭 ० ᪠ -01:00:39 1597694439 祭 ० ᪠ -01:00:39 1597694439 祭 ० ᪠ -01:00:39 1597694439 祭 ० ᪠ -01:00:39 1597694439 祭 ० ᪠ -01:00:40 1597694440 祭 ० ᪠ -01:00:40 1597694440 祭 ० ᪠ -01:00:40 1597694440 祭 ० ᪠ -01:00:40 1597694440 祭 ० ᪠ -01:04:26 1597694666 ⪫祭 ० ᪠ (A) -02:14:24 1597698864 : 㦥 -03:11:11 1597702271 祭 ० ᪠ -03:11:11 1597702271 祭 ० ᪠ -03:11:11 1597702271 祭 ० ᪠ -03:11:11 1597702271 祭 ० ᪠ -03:11:11 1597702271 祭 ० ᪠ -03:14:35 1597702475 ⪫祭 ० ᪠ (A) -05:24:39 1597710279 祭 ॣ '-2'(A) -05:24:41 1597710281 ⪫祭 ॣ '-2'(A) -05:24:59 1597710299 祭 ॣ '-2'(A) -05:25:33 1597710333 ⪫祭 ॣ '-2'(A) -05:26:39 1597710399 祭 -05:26:46 1597710406 祭 -05:27:46 1597710466 ⪫祭 -05:35:05 1597710905 祭 ० ࠧ -05:35:07 1597710907 祭 ० ' ⮪ 㣨' -05:35:36 1597710936 : 믮 -05:51:58 1597711918 祭 ॣ '-2'(A) -06:06:27 1597712787 祭 ॣ . 殮 㣨 -06:06:27 1597712787 ⪫祭 ० ࠧ (A) -12:08:48 1597734528 祭 ० -12:08:49 1597734529 ⪫祭 ॣ '-2'(A) -12:08:50 1597734530 祭 ॣ '-2'(A) -13:04:49 1597737889 ⪫祭 ॣ '-2'(A) -15:39:49 1597747189 ⪫祭 ० (A) -15:39:50 1597747190 ⪫祭 -15:39:50 1597747190 : -15:39:54 1597747194 ⪫祭 ० ' ⮪ 㣨' -15:40:32 1597747232 祭 ० ᪠ -15:40:32 1597747232 祭 ० ᪠ -15:40:32 1597747232 祭 ० ᪠ -15:40:32 1597747232 祭 ० ᪠ -15:43:06 1597747386 ⪫祭 ० ᪠ (A) -16:09:49 1597748989 : 믮 -18:40:31 1597758031 祭 ० ࠧ -18:40:34 1597758034 祭 ० ' ⮪ 㣨' -18:40:42 1597758042 祭 ॣ '-2'(A) -19:08:28 1597759708 ⪫祭 ० ' ⮪ 㣨' -19:08:34 1597759714 ⪫祭 ० ࠧ -19:10:43 1597759843 ⪫祭 ॣ '-2'(A) -19:10:53 1597759853 祭 ० ᪠ -19:10:53 1597759853 祭 ० ᪠ -19:13:47 1597760027 ⪫祭 ० ᪠ (A) -20:46:57 1597765617 : 㦥 -21:40:02 1597768802 祭 ० ᪠ -21:40:02 1597768802 祭 ० ᪠ -21:40:02 1597768802 祭 ० ᪠ -21:43:06 1597768986 ⪫祭 ० ᪠ (A) -23:35:34 1597775734 祭 ॣ '-2'(A) -23:35:39 1597775739 祭 -23:36:11 1597775771 ⪫祭 ॣ '-2'(A) -23:37:17 1597775837 祭 -23:38:17 1597775897 ⪫祭 -23:43:58 1597776238 祭 ० ࠧ -23:44:01 1597776241 祭 ० ' ⮪ 㣨' -23:44:18 1597776258 : 믮 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200818.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200818.339 deleted file mode 100644 index ad984b0..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200818.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200819.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200819.330 deleted file mode 100644 index 7084dc3..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200819.330 +++ /dev/null @@ -1,6 +0,0 @@ -00:15:09 1597778109 0 A--32-078-2017 ॢ 1 -11:56:49 1597820209 3 14 -13:00:25 1597824025 0 A--32-120-2016 ॢ 0 -14:52:19 1597830739 1 11248 3 25 9 6150 -17:59:25 1597841965 1 11248 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 3000 9 6150 10 770 11 12 321544 -18:30:18 1597843818 0 A--32-078-2017 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200819.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200819.331 deleted file mode 100644 index 740114e..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200819.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200819.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200819.332 deleted file mode 100644 index f7d550d..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200819.332 +++ /dev/null @@ -1,63 +0,0 @@ -21 11:56:33 11:56:40 -Rsk= 17.3 Rkk= 12.1 - -22 12:11:09 12:21:39 -P1= 24.9 T1=12:16:39 P2= 49.4 T2=12:21:39 Vs= 4.91 - -21 14:11:25 14:11:33 -Rsk= 17.9 Rkk= 12.6 - -22 14:54:48 15:05:18 -P1= 3.9 T1=15:00:18 P2= 12.9 T2=15:05:18 Vs= 1.80 - -20 17:13:00 17:13:09 -Riz_sol= 9452.7 - -21 17:13:21 17:13:29 -Rsk= 17.7 Rkk= 12.5 - -22 17:34:31 17:50:01 -P1= 30.4 T1=17:45:01 P2= 42.4 T2=17:50:01 Vs= 2.39 - -23 17:50:18 17:50:24 - - -24 17:50:30 17:51:07 - - -30 17:51:27 17:52:06 -Vst= 28.7 - -31 17:52:13 17:53:14 -Rom_sol= 15.7 - -41 17:53:41 17:53:46 -Ukz= 0.97 - -32 17:53:55 17:55:04 -Imax=11.0 Umax=50.0 T= 9.4 - -33 17:55:10 17:55:39 -Imin=16.2 Umin=25.0 T= 0.8 - -34 17:55:42 17:56:11 -V=301.8 T= 9.6 - -35 17:56:14 17:57:07 -Q= 54.1 T= 9.0 - -36 17:57:11 17:57:44 -P1=0.28 T= 3.0 - -37 17:57:48 17:58:24 -T= 0.7 - -38 17:58:28 17:58:33 -t= 52.1 T= 0.7 - -39 17:58:37 17:58:43 -t= 52.4 T= 0.7 - -40 17:58:47 17:58:54 -t= 52.0 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200819.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200819.333 deleted file mode 100644 index 9410ddc..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200819.333 +++ /dev/null @@ -1,18 +0,0 @@ -10 00:15:10 1597778110 -11 05:52:49 1597798369 -12 09:23:51 1597811031 -13 11:28:21 1597818501 -0 11:28:21 1597818501 -14 11:54:59 1597820099 -15 12:29:49 1597822189 -16 13:00:25 1597824025 -16 13:03:01 1597824181 -1 13:43:20 1597826600 -2 14:09:45 1597828185 -5 15:06:11 1597831571 -6 15:17:40 1597832260 -7 16:06:16 1597835176 -8 17:05:27 1597838727 -25 17:51:22 1597841482 -9 17:59:25 1597841965 -10 18:30:18 1597843818 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200819.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200819.334 deleted file mode 100644 index 24befdc..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200819.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200819.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200819.336 deleted file mode 100644 index 1ddca6c..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200819.336 +++ /dev/null @@ -1,105 +0,0 @@ -[60] -oper = 10 -begin = 19.08.2020 00:15:10 -norma = 0 -real = 337 - -[61] -oper = 11 -begin = 19.08.2020 05:52:49 -norma = 0 -real = 211 - -[62] -oper = 12 -begin = 19.08.2020 09:23:51 -norma = 105 -real = 124 - -[63] -oper = 13 -begin = 19.08.2020 11:28:21 -norma = 45 -real = 26 - -[64] -oper = 14 -begin = 19.08.2020 11:54:59 -norma = 40 -vac_time = 7 -real = 34 - -[65] -oper = 15 -begin = 19.08.2020 12:29:49 -norma = 30 -real = 30 - -[66] -oper = 16 -begin = 19.08.2020 13:00:25 -norma = 40 -real = 2 - -[67] -oper = 16 -begin = 19.08.2020 13:03:01 -norma = 40 -real = 40 - -[68] -oper = 1 -begin = 19.08.2020 13:43:20 -norma = 85 -real = 26 - -[69] -oper = 2 -begin = 19.08.2020 14:09:45 -norma = 110 -vac_time = 8 -real = 56 - -[70] -oper = 5 -begin = 19.08.2020 15:06:11 -norma = 25 -real = 11 - -[71] -oper = 6 -begin = 19.08.2020 15:17:40 -norma = 35 -real = 48 - -[72] -oper = 7 -begin = 19.08.2020 16:06:16 -norma = 30 -real = 59 - -[73] -oper = 8 -begin = 19.08.2020 17:05:27 -norma = 40 -vac_time = 9 -real = 45 - -[74] -oper = 25 -begin = 19.08.2020 17:51:22 -norma = 30 -real = 8 - -[75] -oper = 9 -begin = 19.08.2020 17:59:25 -norma = 0 -real = 30 - -[76] -oper = 10 -begin = 19.08.2020 18:30:18 -norma = 0 -real = 350 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200819.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200819.337 deleted file mode 100644 index e061dc7..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200819.337 +++ /dev/null @@ -1,105 +0,0 @@ -00:00:39 1597777239 祭 ॣ '-2'(A) -00:15:09 1597778109 祭 ॣ . 殮 㣨 -00:15:09 1597778109 ⪫祭 ० ࠧ (A) -05:52:48 1597798368 祭 ० -05:52:49 1597798369 ⪫祭 ॣ '-2'(A) -05:52:50 1597798370 祭 ॣ '-2'(A) -06:48:50 1597801730 ⪫祭 ॣ '-2'(A) -09:23:49 1597811029 ⪫祭 ० (A) -09:23:51 1597811031 ⪫祭 -09:23:51 1597811031 : -09:23:53 1597811033 ⪫祭 ० ' ⮪ 㣨' -09:24:04 1597811044 祭 ० ᪠ -09:24:05 1597811045 祭 ० ᪠ -09:24:05 1597811045 祭 ० ᪠ -09:24:36 1597811076 . ⪫祭 ० ᪠ (A) -09:24:38 1597811078 祭 ० ᪠ -09:24:38 1597811078 . ⪫祭 ० ᪠ (A) -09:24:49 1597811089 祭 ० ᪠ -09:24:49 1597811089 . ⪫祭 ० ᪠ (A) -09:24:51 1597811091 祭 ० ᪠ -09:24:51 1597811091 . ⪫祭 ० ᪠ (A) -09:24:52 1597811092 祭 ० ᪠ -09:24:52 1597811092 . ⪫祭 ० ᪠ (A) -09:24:52 1597811092 祭 ० ᪠ -09:24:52 1597811092 . ⪫祭 ० ᪠ (A) -09:24:52 1597811092 祭 ० ᪠ -09:24:52 1597811092 . ⪫祭 ० ᪠ (A) -09:24:52 1597811092 祭 ० ᪠ -09:24:52 1597811092 . ⪫祭 ० ᪠ (A) -09:24:53 1597811093 祭 ० ᪠ -09:24:53 1597811093 . ⪫祭 ० ᪠ (A) -09:24:56 1597811096 祭 ० ᪠ -09:24:56 1597811096 . ⪫祭 ० ᪠ (A) -09:24:56 1597811096 祭 ० ᪠ -09:24:56 1597811096 . ⪫祭 ० ᪠ (A) -09:24:56 1597811096 祭 ० ᪠ -09:24:56 1597811096 . ⪫祭 ० ᪠ (A) -09:24:57 1597811097 祭 ० ᪠ -09:24:57 1597811097 . ⪫祭 ० ᪠ (A) -09:24:57 1597811097 祭 ० ᪠ -09:24:57 1597811097 . ⪫祭 ० ᪠ (A) -09:24:57 1597811097 祭 ० ᪠ -09:24:57 1597811097 . ⪫祭 ० ᪠ (A) -09:24:57 1597811097 祭 ० ᪠ -09:24:57 1597811097 . ⪫祭 ० ᪠ (A) -09:24:58 1597811098 祭 ० ᪠ -09:24:58 1597811098 . ⪫祭 ० ᪠ (A) -09:24:58 1597811098 祭 ० ᪠ -09:24:58 1597811098 . ⪫祭 ० ᪠ (A) -09:24:58 1597811098 祭 ० ᪠ -09:24:58 1597811098 . ⪫祭 ० ᪠ (A) -09:24:58 1597811098 祭 ० ᪠ -09:24:58 1597811098 . ⪫祭 ० ᪠ (A) -09:24:59 1597811099 祭 ० ᪠ -09:24:59 1597811099 . ⪫祭 ० ᪠ (A) -09:24:59 1597811099 祭 ० ᪠ -09:24:59 1597811099 . ⪫祭 ० ᪠ (A) -09:24:59 1597811099 祭 ० ᪠ -09:24:59 1597811099 . ⪫祭 ० ᪠ (A) -09:24:59 1597811099 祭 ० ᪠ -09:24:59 1597811099 . ⪫祭 ० ᪠ (A) -09:25:00 1597811100 祭 ० ᪠ -09:25:00 1597811100 . ⪫祭 ० ᪠ (A) -09:25:00 1597811100 祭 ० ᪠ -09:25:00 1597811100 . ⪫祭 ० ᪠ (A) -09:25:00 1597811100 祭 ० ᪠ -09:25:00 1597811100 . ⪫祭 ० ᪠ (A) -09:25:01 1597811101 祭 ० ᪠ -09:25:01 1597811101 . ⪫祭 ० ᪠ (A) -09:25:09 1597811109 祭 ० ᪠ -09:25:09 1597811109 . ⪫祭 ० ᪠ (A) -09:25:10 1597811110 祭 ० ᪠ -09:25:10 1597811110 . ⪫祭 ० ᪠ (A) -09:25:10 1597811110 祭 ० ᪠ -09:25:10 1597811110 . ⪫祭 ० ᪠ (A) -09:25:10 1597811110 祭 ० ᪠ -09:25:10 1597811110 . ⪫祭 ० ᪠ (A) -09:25:13 1597811113 祭 ० ᪠ -09:25:13 1597811113 . ⪫祭 ० ᪠ (A) -09:25:16 1597811116 祭 ० ᪠ -09:25:16 1597811116 . ⪫祭 ० ᪠ (A) -09:53:51 1597812831 : 믮 -12:29:52 1597822192 祭 ० ࠧ -12:29:52 1597822192 祭 ० ' ⮪ 㣨' -12:29:54 1597822194 祭 ॣ '-2'(A) -13:00:25 1597824025 ⪫祭 ० ࠧ (A) -13:03:03 1597824183 ⪫祭 ० ' ⮪ 㣨' -13:03:05 1597824185 ⪫祭 ॣ '-2'(A) -14:52:21 1597830741 : 㦥 -15:19:05 1597832345 祭 ० ᪠ -15:19:36 1597832376 ⪫祭 ० ᪠ -15:20:03 1597832403 祭 ० ᪠ -15:22:44 1597832564 ⪫祭 ० ᪠ (A) -17:50:34 1597841434 祭 ॣ '-2'(A) -17:50:38 1597841438 ' ' -17:50:38 1597841438 祭 -17:51:08 1597841468 ⪫祭 ॣ '-2'(A) -17:52:14 1597841534 祭 -17:53:14 1597841594 ⪫祭 -17:59:07 1597841947 祭 ० ࠧ -17:59:10 1597841950 祭 ० ' ⮪ 㣨' -17:59:26 1597841966 : 믮 -18:15:48 1597842948 祭 ॣ '-2'(A) -18:30:18 1597843818 祭 ॣ . 殮 㣨 -18:30:18 1597843818 ⪫祭 ० ࠧ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200819.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200819.339 deleted file mode 100644 index 792b531..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200819.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200820.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200820.330 deleted file mode 100644 index 096929a..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200820.330 +++ /dev/null @@ -1,4 +0,0 @@ -06:44:44 1597887884 3 14 -15:59:34 1597921174 1 11249 3 25 9 5860 12 321752 -23:00:16 1597946416 1 11249 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 3000 9 5860 10 770 11 12 321752 -23:31:08 1597948268 0 A--32-078-2017 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200820.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200820.331 deleted file mode 100644 index 3842b56..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200820.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200820.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200820.332 deleted file mode 100644 index 73ee094..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200820.332 +++ /dev/null @@ -1,69 +0,0 @@ -21 06:44:23 06:44:31 -Rsk= 17.5 Rkk= 12.2 - -22 07:14:47 07:25:16 -P1= 7.9 T1=07:20:16 P2= 24.3 T2=07:25:16 Vs= 3.27 - -21 15:58:07 15:58:15 -Rsk= 17.4 Rkk= 12.2 - -22 16:50:23 17:00:53 -P1= 8.1 T1=16:55:53 P2= 20.1 T2=17:00:53 Vs= 2.41 - -21 18:49:54 18:50:02 -Rsk= 17.4 Rkk= 12.3 - -20 18:50:09 18:50:18 -Riz_sol= 3097.6 - -22 19:41:41 19:52:12 -P1= 7.7 T1=19:47:12 P2= 17.8 T2=19:52:12 Vs= 2.02 - -22 22:34:40 22:45:11 -P1= 3.8 T1=22:40:11 P2= 6.8 T2=22:45:11 Vs= 0.60 - -23 22:46:07 22:46:13 - - -24 22:46:20 22:46:54 - - -30 22:47:14 22:49:34 -Vst= 28.7 - -31 22:49:45 22:50:45 -Rom_sol= 16.4 - -41 22:51:26 22:51:31 -Ukz= 1.56 - -41 22:52:09 22:52:14 -Ukz= 1.19 - -32 22:52:21 22:53:30 -Imax=11.0 Umax=50.0 T= 9.2 - -33 22:53:34 22:54:05 -Imin=16.1 Umin=25.0 T= 0.8 - -34 22:54:09 22:54:41 -V=301.8 T= 9.5 - -35 22:54:46 22:55:39 -Q= 54.6 T= 9.1 - -36 22:55:42 22:56:15 -P1=0.27 T= 3.1 - -37 22:56:20 22:56:56 -T= 0.7 - -38 22:57:01 22:57:11 -t= 52.1 T= 0.7 - -39 22:57:16 22:57:24 -t= 52.3 T= 0.8 - -40 22:57:31 22:57:38 -t= 51.9 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200820.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200820.333 deleted file mode 100644 index 08aaa13..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200820.333 +++ /dev/null @@ -1,16 +0,0 @@ -11 00:20:37 1597864837 -12 03:51:44 1597877504 -13 05:54:00 1597884840 -0 05:54:00 1597884840 -14 06:41:47 1597887707 -15 07:29:59 1597890599 -16 07:56:49 1597892209 -1 08:38:36 1597894716 -2 15:54:27 1597920867 -5 17:04:47 1597925087 -6 17:18:20 1597925900 -7 18:00:29 1597928429 -8 18:47:28 1597931248 -25 22:47:09 1597945629 -9 23:00:16 1597946416 -10 23:31:09 1597948269 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200820.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200820.334 deleted file mode 100644 index 5eff04b..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200820.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200820.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200820.335 deleted file mode 100644 index 9e874df..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200820.335 +++ /dev/null @@ -1 +0,0 @@ -107 16:35:25 1597923325 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200820.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200820.336 deleted file mode 100644 index be99a39..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200820.336 +++ /dev/null @@ -1,94 +0,0 @@ -[77] -oper = 11 -begin = 20.08.2020 00:20:37 -norma = 0 -real = 211 - -[78] -oper = 12 -begin = 20.08.2020 03:51:44 -norma = 105 -real = 122 - -[79] -oper = 13 -begin = 20.08.2020 05:54:00 -norma = 45 -real = 47 - -[80] -oper = 14 -begin = 20.08.2020 06:41:47 -norma = 40 -vac_time = 8 -vac_avg10 = 8.3 -real = 48 - -[81] -oper = 15 -begin = 20.08.2020 07:29:59 -norma = 30 -real = 26 - -[82] -oper = 16 -begin = 20.08.2020 07:56:49 -norma = 40 -real = 41 - -[83] -oper = 1 -begin = 20.08.2020 08:38:36 -norma = 85 -real = 435 - -[84] -oper = 2 -begin = 20.08.2020 15:54:27 -norma = 110 -vac_time = 9 -real = 70 - -[85] -oper = 5 -begin = 20.08.2020 17:04:47 -norma = 25 -real = 13 - -[86] -oper = 6 -begin = 20.08.2020 17:18:20 -norma = 35 -real = 42 - -[87] -oper = 7 -begin = 20.08.2020 18:00:29 -norma = 30 -real = 46 - -[88] -oper = 8 -begin = 20.08.2020 18:47:28 -norma = 40 -vac_time = 9 -real = 239 - -[89] -oper = 25 -begin = 20.08.2020 22:47:09 -norma = 30 -real = 13 - -[90] -oper = 9 -begin = 20.08.2020 23:00:16 -norma = 0 -real = 30 - -[91] -oper = 10 -begin = 20.08.2020 23:31:09 -norma = 0 -real = 326 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200820.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200820.337 deleted file mode 100644 index 635898a..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200820.337 +++ /dev/null @@ -1,44 +0,0 @@ -00:20:36 1597864836 祭 ० -00:20:37 1597864837 ⪫祭 ॣ '-2'(A) -00:20:38 1597864838 祭 ॣ '-2'(A) -01:16:37 1597868197 ⪫祭 ॣ '-2'(A) -03:51:36 1597877496 ⪫祭 ० (A) -03:51:38 1597877498 ⪫祭 -03:51:38 1597877498 : -03:51:45 1597877505 ⪫祭 ० ' ⮪ 㣨' -03:52:24 1597877544 祭 ० ᪠ -03:52:35 1597877555 祭 ० ᪠ -03:52:55 1597877575 . ⪫祭 ० ᪠ (A) -03:53:00 1597877580 祭 ० ᪠ -03:53:00 1597877580 祭 ० ᪠ -03:53:01 1597877581 祭 ० ᪠ -03:55:39 1597877739 ⪫祭 ० ᪠ (A) -04:21:37 1597879297 : 믮 -07:30:02 1597890602 祭 ० ࠧ -07:30:04 1597890604 祭 ० ' ⮪ 㣨' -07:30:06 1597890606 祭 ॣ '-2'(A) -07:56:25 1597892185 ⪫祭 ० ' ⮪ 㣨' -07:56:30 1597892190 ⪫祭 ० ࠧ (A) -07:57:03 1597892223 祭 ० ᪠ -07:57:28 1597892248 祭 ० ᪠ -07:57:29 1597892249 祭 ० ᪠ -08:00:03 1597892403 ⪫祭 ० ᪠ (A) -08:00:32 1597892432 ⪫祭 ॣ '-2'(A) -15:59:37 1597921177 : 㦥 -17:18:55 1597925935 祭 ० ᪠ -17:18:55 1597925935 祭 ० ᪠ -17:18:55 1597925935 祭 ० ᪠ -17:18:55 1597925935 祭 ० ᪠ -17:19:09 1597925949 祭 ० ᪠ -17:22:07 1597926127 ⪫祭 ० ᪠ (A) -22:46:21 1597945581 祭 ॣ '-2'(A) -22:46:55 1597945615 ⪫祭 ॣ '-2'(A) -22:47:17 1597945637 祭 -22:49:46 1597945786 祭 -22:50:46 1597945846 ⪫祭 -22:59:06 1597946346 祭 ० ࠧ -22:59:09 1597946349 祭 ० ' ⮪ 㣨' -23:00:16 1597946416 : 믮 -23:16:38 1597947398 祭 ॣ '-2'(A) -23:31:08 1597948268 ⪫祭 ० ࠧ (A) -23:31:08 1597948268 祭 ॣ . 殮 㣨 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200820.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200820.339 deleted file mode 100644 index afe7e38..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200820.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200821.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200821.330 deleted file mode 100644 index 344d49f..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200821.330 +++ /dev/null @@ -1,5 +0,0 @@ -10:59:38 1597989578 3 14 -12:17:37 1597994257 0 A--32-120-2016 ॢ 0 -13:32:38 1597998758 1 11250 3 25 9 5850 -18:41:24 1598017284 1 11250 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 3000 9 5850 10 770 11 12 321752 -19:12:17 1598019137 0 A--32-078-2017 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200821.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200821.331 deleted file mode 100644 index e97cd87..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200821.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200821.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200821.332 deleted file mode 100644 index 0514a3c..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200821.332 +++ /dev/null @@ -1,63 +0,0 @@ -21 10:59:44 10:59:52 -Rsk= 17.2 Rkk= 12.0 - -22 11:13:48 11:29:19 -P1= 48.0 T1=11:24:19 P2= 61.6 T2=11:29:19 Vs= 2.72 - -21 13:31:54 13:32:02 -Rsk= 17.2 Rkk= 12.1 - -22 14:04:31 14:15:02 -P1= 7.3 T1=14:10:02 P2= 21.8 T2=14:15:02 Vs= 2.91 - -20 17:43:52 17:44:02 -Riz_sol= 1751.1 - -21 17:44:16 17:44:23 -Rsk= 17.0 Rkk= 11.9 - -22 18:13:46 18:29:18 -P1= 33.7 T1=18:24:18 P2= 47.4 T2=18:29:18 Vs= 2.74 - -23 18:29:35 18:29:41 - - -24 18:30:17 18:30:53 - - -30 18:31:11 18:31:54 -Vst= 28.8 - -31 18:32:04 18:33:05 -Rom_sol= 16.3 - -41 18:33:35 18:33:40 -Ukz= 0.88 - -32 18:33:46 18:35:12 -Imax=11.0 Umax=50.0 T= 9.2 - -33 18:35:17 18:35:59 -Imin=16.2 Umin=25.1 T= 1.0 - -34 18:36:20 18:36:48 -V=301.8 T= 9.7 - -35 18:36:51 18:38:05 -Q= 54.8 T=12.0 - -36 18:38:24 18:39:04 -P1=0.27 T= 3.0 - -37 18:39:11 18:39:55 -T= 0.7 - -38 18:39:59 18:40:10 -t= 52.1 T= 0.7 - -39 18:40:14 18:40:21 -t= 52.4 T= 0.7 - -40 18:40:23 18:40:31 -t= 51.9 T= 0.5 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200821.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200821.333 deleted file mode 100644 index 4a694cc..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200821.333 +++ /dev/null @@ -1,17 +0,0 @@ -11 04:58:02 1597967882 -12 08:29:04 1597980544 -13 10:30:07 1597987807 -0 10:30:08 1597987808 -14 10:56:03 1597989363 -15 11:46:06 1597992366 -16 12:17:38 1597994258 -16 12:18:35 1597994315 -1 12:48:46 1597996126 -2 13:27:35 1597998455 -5 14:18:14 1598001494 -6 14:29:53 1598002193 -7 15:02:21 1598004141 -8 17:41:45 1598013705 -25 18:31:05 1598016665 -9 18:41:24 1598017284 -10 19:12:17 1598019137 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200821.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200821.334 deleted file mode 100644 index 1a971d8..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200821.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200821.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200821.336 deleted file mode 100644 index 67cdc9c..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200821.336 +++ /dev/null @@ -1,99 +0,0 @@ -[92] -oper = 11 -begin = 21.08.2020 04:58:02 -norma = 0 -real = 211 - -[93] -oper = 12 -begin = 21.08.2020 08:29:04 -norma = 105 -real = 121 - -[94] -oper = 13 -begin = 21.08.2020 10:30:07 -norma = 45 -real = 25 - -[95] -oper = 14 -begin = 21.08.2020 10:56:03 -norma = 40 -vac_time = 7 -real = 50 - -[96] -oper = 15 -begin = 21.08.2020 11:46:06 -norma = 30 -real = 31 - -[97] -oper = 16 -begin = 21.08.2020 12:17:38 -norma = 40 -real = 0 - -[98] -oper = 16 -begin = 21.08.2020 12:18:35 -norma = 40 -real = 30 - -[99] -oper = 1 -begin = 21.08.2020 12:48:46 -norma = 85 -real = 38 - -[00] -oper = 2 -begin = 21.08.2020 13:27:35 -norma = 110 -vac_time = 8 -real = 50 - -[01] -oper = 5 -begin = 21.08.2020 14:18:14 -norma = 25 -real = 11 - -[02] -oper = 6 -begin = 21.08.2020 14:29:53 -norma = 35 -real = 32 - -[03] -oper = 7 -begin = 21.08.2020 15:02:21 -norma = 30 -real = 159 - -[04] -oper = 8 -begin = 21.08.2020 17:41:45 -norma = 40 -vac_time = 9 -real = 49 - -[05] -oper = 25 -begin = 21.08.2020 18:31:05 -norma = 30 -real = 10 - -[06] -oper = 9 -begin = 21.08.2020 18:41:24 -norma = 0 -real = 30 - -[07] -oper = 10 -begin = 21.08.2020 19:12:17 -norma = 0 -real = 329 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200821.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200821.337 deleted file mode 100644 index 73c39a3..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200821.337 +++ /dev/null @@ -1,71 +0,0 @@ -04:58:02 1597967882 祭 ० -04:58:02 1597967882 ⪫祭 ॣ '-2'(A) -04:58:03 1597967883 祭 ॣ '-2'(A) -05:54:04 1597971244 ⪫祭 ॣ '-2'(A) -08:29:02 1597980542 ⪫祭 ० (A) -08:29:03 1597980543 ⪫祭 -08:29:03 1597980543 : -08:29:06 1597980546 ⪫祭 ० ' ⮪ 㣨' -08:29:23 1597980563 祭 ० ᪠ -08:29:55 1597980595 . ⪫祭 ० ᪠ (A) -08:29:57 1597980597 祭 ० ᪠ -08:29:57 1597980597 . ⪫祭 ० ᪠ (A) -08:31:22 1597980682 祭 ० ᪠ -08:31:22 1597980682 . ⪫祭 ० ᪠ (A) -08:31:23 1597980683 祭 ० ᪠ -08:31:23 1597980683 . ⪫祭 ० ᪠ (A) -08:31:31 1597980691 祭 ० ᪠ -08:31:31 1597980691 . ⪫祭 ० ᪠ (A) -08:31:31 1597980691 祭 ० ᪠ -08:31:31 1597980691 . ⪫祭 ० ᪠ (A) -08:31:31 1597980691 祭 ० ᪠ -08:31:31 1597980691 . ⪫祭 ० ᪠ (A) -08:31:31 1597980691 祭 ० ᪠ -08:31:31 1597980691 . ⪫祭 ० ᪠ (A) -08:31:31 1597980691 祭 ० ᪠ -08:31:31 1597980691 . ⪫祭 ० ᪠ (A) -08:31:32 1597980692 祭 ० ᪠ -08:31:32 1597980692 . ⪫祭 ० ᪠ (A) -08:31:32 1597980692 祭 ० ᪠ -08:31:32 1597980692 . ⪫祭 ० ᪠ (A) -08:31:33 1597980693 祭 ० ᪠ -08:31:33 1597980693 . ⪫祭 ० ᪠ (A) -08:31:33 1597980693 祭 ० ᪠ -08:31:33 1597980693 . ⪫祭 ० ᪠ (A) -08:31:34 1597980694 祭 ० ᪠ -08:31:34 1597980694 . ⪫祭 ० ᪠ (A) -08:31:35 1597980695 祭 ० ᪠ -08:31:35 1597980695 . ⪫祭 ० ᪠ (A) -08:31:35 1597980695 祭 ० ᪠ -08:31:35 1597980695 . ⪫祭 ० ᪠ (A) -08:31:35 1597980695 祭 ० ᪠ -08:31:35 1597980695 . ⪫祭 ० ᪠ (A) -08:31:36 1597980696 祭 ० ᪠ -08:31:36 1597980696 . ⪫祭 ० ᪠ (A) -08:59:03 1597982343 : 믮 -11:09:34 1597990174 祭 ० ᪠ -11:10:05 1597990205 ⪫祭 ० ᪠ -11:46:10 1597992370 祭 ० ࠧ -11:46:10 1597992370 祭 ० ' ⮪ 㣨' -11:46:12 1597992372 祭 ॣ '-2'(A) -12:17:37 1597994257 ⪫祭 ० ࠧ (A) -12:18:36 1597994316 ⪫祭 ० ' ⮪ 㣨' -12:18:39 1597994319 ⪫祭 ॣ '-2'(A) -12:18:45 1597994325 祭 ० ᪠ -12:22:07 1597994527 ⪫祭 ० ᪠ (A) -13:32:41 1597998761 : 㦥 -14:29:59 1598002199 祭 ० ᪠ -14:30:00 1598002200 祭 ० ᪠ -14:33:06 1598002386 ⪫祭 ० ᪠ (A) -18:30:18 1598016618 祭 ॣ '-2'(A) -18:30:54 1598016654 ⪫祭 ॣ '-2'(A) -18:32:00 1598016720 ' ' -18:32:00 1598016720 祭 -18:32:05 1598016725 祭 -18:33:05 1598016785 ⪫祭 -18:40:53 1598017253 祭 ० ࠧ -18:40:55 1598017255 祭 ० ' ⮪ 㣨' -18:41:25 1598017285 : 믮 -18:57:47 1598018267 祭 ॣ '-2'(A) -19:12:17 1598019137 ⪫祭 ० ࠧ (A) -19:12:17 1598019137 祭 ॣ . 殮 㣨 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200821.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200821.339 deleted file mode 100644 index cafce30..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200821.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200822.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200822.330 deleted file mode 100644 index 201c39e..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200822.330 +++ /dev/null @@ -1,5 +0,0 @@ -07:00:27 1598061627 3 14 -08:03:47 1598065427 0 A--32-120-2016 ॢ 0 -10:47:08 1598075228 1 11251 3 25 9 6570 12 321544 -13:35:08 1598085308 1 11251 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 3000 9 6570 10 770 11 12 321544 -14:06:00 1598087160 0 A--32-078-2017 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200822.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200822.331 deleted file mode 100644 index f21dff2..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200822.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200822.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200822.332 deleted file mode 100644 index 605fe74..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200822.332 +++ /dev/null @@ -1,63 +0,0 @@ -21 07:00:43 07:00:50 -Rsk= 11.7 Rkk= 11.7 - -22 07:20:50 07:31:20 -P1= 15.6 T1=07:26:20 P2= 37.4 T2=07:31:20 Vs= 4.35 - -21 10:47:37 10:47:44 -Rsk= 17.0 Rkk= 11.8 - -22 11:09:31 11:25:02 -P1= 36.8 T1=11:20:02 P2= 51.0 T2=11:25:02 Vs= 2.85 - -20 12:46:06 12:46:16 -Riz_sol= 7119.2 - -21 12:46:25 12:46:33 -Rsk= 17.2 Rkk= 12.1 - -22 13:09:31 13:25:02 -P1= 31.7 T1=13:20:02 P2= 44.2 T2=13:25:02 Vs= 2.51 - -23 13:25:18 13:25:24 - - -24 13:25:34 13:26:09 - - -30 13:26:29 13:27:10 -Vst= 28.6 - -31 13:27:17 13:28:18 -Rom_sol= 16.3 - -41 13:28:57 13:29:02 -Ukz= 0.84 - -32 13:29:08 13:30:17 -Imax=11.0 Umax=50.0 T= 9.4 - -33 13:30:21 13:30:54 -Imin=16.2 Umin=25.1 T= 1.0 - -34 13:31:00 13:31:28 -V=301.8 T= 9.6 - -35 13:31:31 13:32:24 -Q= 54.5 T= 9.3 - -36 13:32:29 13:33:02 -P1=0.26 T= 3.0 - -37 13:33:06 13:33:42 -T= 0.7 - -38 13:33:46 13:33:52 -t= 52.1 T= 0.5 - -39 13:33:56 13:34:02 -t= 52.3 T= 0.7 - -40 13:34:07 13:34:13 -t= 51.9 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200822.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200822.333 deleted file mode 100644 index 4e1fdfe..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200822.333 +++ /dev/null @@ -1,19 +0,0 @@ -11 00:42:03 1598038923 -12 04:13:06 1598051586 -13 06:17:21 1598059041 -0 06:17:21 1598059041 -14 06:58:38 1598061518 -15 07:32:05 1598063525 -16 08:03:47 1598065427 -16 08:07:14 1598065634 -1 08:51:51 1598068311 -2 10:41:18 1598074878 -5 11:25:46 1598077546 -6 11:39:58 1598078398 -7 12:20:15 1598080815 -8 12:39:20 1598081960 -25 13:26:22 1598084782 -9 13:35:08 1598085308 -10 14:06:00 1598087160 -11 20:22:25 1598109745 -12 23:53:45 1598122425 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200822.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200822.334 deleted file mode 100644 index 519a524..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200822.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200822.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200822.336 deleted file mode 100644 index 4dfd19d..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200822.336 +++ /dev/null @@ -1,111 +0,0 @@ -[08] -oper = 11 -begin = 22.08.2020 00:42:03 -norma = 0 -real = 211 - -[09] -oper = 12 -begin = 22.08.2020 04:13:06 -norma = 105 -real = 124 - -[10] -oper = 13 -begin = 22.08.2020 06:17:21 -norma = 45 -real = 41 - -[11] -oper = 14 -begin = 22.08.2020 06:58:38 -norma = 40 -vac_time = 8 -real = 33 - -[12] -oper = 15 -begin = 22.08.2020 07:32:05 -norma = 30 -real = 31 - -[13] -oper = 16 -begin = 22.08.2020 08:03:47 -norma = 40 -real = 3 - -[14] -oper = 16 -begin = 22.08.2020 08:07:14 -norma = 40 -real = 44 - -[15] -oper = 1 -begin = 22.08.2020 08:51:51 -norma = 85 -real = 109 - -[16] -oper = 2 -begin = 22.08.2020 10:41:18 -norma = 110 -vac_time = 9 -real = 44 - -[17] -oper = 5 -begin = 22.08.2020 11:25:46 -norma = 25 -real = 14 - -[18] -oper = 6 -begin = 22.08.2020 11:39:58 -norma = 35 -real = 40 - -[19] -oper = 7 -begin = 22.08.2020 12:20:15 -norma = 30 -real = 19 - -[20] -oper = 8 -begin = 22.08.2020 12:39:20 -norma = 40 -vac_time = 9 -real = 47 - -[21] -oper = 25 -begin = 22.08.2020 13:26:22 -norma = 30 -real = 8 - -[22] -oper = 9 -begin = 22.08.2020 13:35:08 -norma = 0 -real = 30 - -[23] -oper = 10 -begin = 22.08.2020 14:06:00 -norma = 0 -real = 376 - -[24] -oper = 11 -begin = 22.08.2020 20:22:25 -norma = 0 -real = 211 - -[25] -oper = 12 -begin = 22.08.2020 23:53:45 -norma = 105 -real = 127 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200822.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200822.337 deleted file mode 100644 index 536d94c..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200822.337 +++ /dev/null @@ -1,57 +0,0 @@ -00:42:03 1598038923 祭 ० -00:42:04 1598038924 ⪫祭 ॣ '-2'(A) -00:42:05 1598038925 祭 ॣ '-2'(A) -01:38:04 1598042284 ⪫祭 ॣ '-2'(A) -04:13:03 1598051583 ⪫祭 ० (A) -04:13:04 1598051584 ⪫祭 -04:13:04 1598051584 : -04:13:07 1598051587 ⪫祭 ० ' ⮪ 㣨' -04:13:18 1598051598 '⪫ ' -04:14:00 1598051640 祭 ० ᪠ -04:14:01 1598051641 祭 ० ᪠ -04:15:02 1598051702 ⪫祭 ० ᪠ -04:15:09 1598051709 祭 ० ᪠ -04:15:09 1598051709 祭 ० ᪠ -04:15:09 1598051709 祭 ० ᪠ -04:17:47 1598051867 ⪫祭 ० ᪠ (A) -04:43:04 1598053384 : 믮 -07:31:44 1598063504 祭 ० ࠧ -07:31:46 1598063506 祭 ० ' ⮪ 㣨' -08:03:35 1598065415 祭 ॣ '-2'(A) -08:03:47 1598065427 ⪫祭 ० ࠧ (A) -08:07:15 1598065635 ⪫祭 ० ' ⮪ 㣨' -08:07:18 1598065638 ⪫祭 ॣ '-2'(A) -08:07:28 1598065648 祭 ० ᪠ -08:11:13 1598065873 ⪫祭 ० ᪠ (A) -10:47:10 1598075230 : 㦥 -11:40:07 1598078407 祭 ० ᪠ -11:40:08 1598078408 祭 ० ᪠ -11:44:13 1598078653 ⪫祭 ० ᪠ (A) -13:25:24 1598084724 ' ' -13:25:24 1598084724 祭 -13:25:36 1598084736 祭 ॣ '-2'(A) -13:26:10 1598084770 ⪫祭 ॣ '-2'(A) -13:27:19 1598084839 祭 -13:28:19 1598084899 ⪫祭 -13:34:26 1598085266 祭 ० ࠧ -13:34:29 1598085269 祭 ० ' ⮪ 㣨' -13:35:09 1598085309 : 믮 -13:51:31 1598086291 祭 ॣ '-2'(A) -14:06:00 1598087160 ⪫祭 ० ࠧ (A) -14:06:00 1598087160 祭 ॣ . 殮 㣨 -20:22:24 1598109744 祭 ० -20:22:25 1598109745 ⪫祭 ॣ '-2'(A) -20:22:26 1598109746 祭 ॣ '-2'(A) -21:18:25 1598113105 ⪫祭 ॣ '-2'(A) -23:53:24 1598122404 ⪫祭 ० (A) -23:53:25 1598122405 ⪫祭 -23:53:25 1598122405 : -23:53:47 1598122427 ⪫祭 ० ' ⮪ 㣨' -23:54:28 1598122468 祭 ० ᪠ -23:54:28 1598122468 祭 ० ᪠ -23:54:28 1598122468 祭 ० ᪠ -23:54:59 1598122499 . ⪫祭 ० ᪠ (A) -23:55:20 1598122520 祭 ० ᪠ -23:55:21 1598122521 祭 ० ᪠ -23:55:21 1598122521 祭 ० ᪠ -23:58:24 1598122704 ⪫祭 ० ᪠ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200822.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200822.339 deleted file mode 100644 index 02c648f..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200822.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200823.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200823.330 deleted file mode 100644 index dfa2694..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200823.330 +++ /dev/null @@ -1,6 +0,0 @@ -02:31:37 1598131897 3 14 -03:26:13 1598135173 0 A--32-120-2016 ॢ 0 -05:14:46 1598141686 1 11252 3 25 9 5700 -09:40:14 1598157614 1 11252 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 3000 9 5700 10 770 11 12 321544 -10:11:06 1598159466 0 A--32-078-2017 ॢ 1 -21:44:09 1598201049 3 14 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200823.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200823.331 deleted file mode 100644 index cf7d8c4..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200823.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200823.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200823.332 deleted file mode 100644 index 072a111..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200823.332 +++ /dev/null @@ -1,72 +0,0 @@ -21 02:30:58 02:31:05 -Rsk= 17.0 Rkk= 11.8 - -22 02:44:32 02:55:03 -P1= 23.3 T1=02:50:03 P2= 48.5 T2=02:55:03 Vs= 5.05 - -21 05:14:14 05:14:22 -Rsk= 17.1 Rkk= 11.9 - -22 05:35:10 05:50:41 -P1= 46.2 T1=05:45:41 P2= 62.1 T2=05:50:41 Vs= 3.18 - -22 06:01:03 06:11:34 -P1= 8.2 T1=06:06:34 P2= 21.7 T2=06:11:34 Vs= 2.71 - -20 08:53:02 08:53:12 -Riz_sol= 1726.0 - -21 08:53:31 08:53:38 -Rsk= 17.2 Rkk= 12.0 - -22 09:19:48 09:30:19 -P1= 16.5 T1=09:25:19 P2= 31.5 T2=09:30:19 Vs= 3.00 - -23 09:30:43 09:30:49 - - -24 09:30:57 09:31:34 - - -30 09:31:54 09:32:33 -Vst= 28.6 - -31 09:32:39 09:33:39 -Rom_sol= 16.3 - -41 09:34:04 09:34:09 -Ukz= 1.15 - -32 09:34:19 09:35:27 -Imax=11.0 Umax=50.0 T= 9.2 - -33 09:35:31 09:36:00 -Imin=16.2 Umin=25.1 T= 0.8 - -34 09:36:07 09:36:35 -V=301.8 T= 9.6 - -35 09:36:39 09:37:31 -Q= 54.4 T= 9.0 - -36 09:37:36 09:38:08 -P1=0.27 T= 3.0 - -37 09:38:12 09:38:49 -T= 0.7 - -38 09:38:53 09:38:59 -t= 52.1 T= 0.7 - -39 09:39:02 09:39:09 -t= 52.4 T= 0.8 - -40 09:39:14 09:39:20 -t= 51.9 T= 0.7 - -21 21:44:19 21:44:27 -Rsk= 17.0 Rkk= 11.8 - -22 22:30:12 22:40:43 -P1= 3.9 T1=22:35:43 P2= 13.8 T2=22:40:43 Vs= 1.99 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200823.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200823.333 deleted file mode 100644 index 8072218..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200823.333 +++ /dev/null @@ -1,22 +0,0 @@ -13 02:01:28 1598130088 -0 02:01:28 1598130088 -14 02:27:29 1598131649 -15 02:55:56 1598133356 -16 03:26:14 1598135174 -16 03:28:53 1598135333 -1 03:59:48 1598137188 -2 05:10:25 1598141425 -5 06:12:48 1598145168 -6 06:25:11 1598145911 -7 07:01:03 1598148063 -8 08:45:18 1598154318 -25 09:31:50 1598157110 -9 09:40:14 1598157614 -10 10:11:07 1598159467 -11 15:33:50 1598178830 -12 19:04:55 1598191495 -13 21:11:01 1598199061 -0 21:11:01 1598199061 -14 21:41:32 1598200892 -15 22:41:49 1598204509 -16 23:08:24 1598206104 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200823.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200823.334 deleted file mode 100644 index f2ff746..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200823.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200823.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200823.336 deleted file mode 100644 index f58173b..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200823.336 +++ /dev/null @@ -1,125 +0,0 @@ -[26] -oper = 13 -begin = 23.08.2020 02:01:28 -norma = 45 -real = 26 - -[27] -oper = 14 -begin = 23.08.2020 02:27:29 -norma = 40 -vac_time = 8 -real = 28 - -[28] -oper = 15 -begin = 23.08.2020 02:55:56 -norma = 30 -real = 30 - -[29] -oper = 16 -begin = 23.08.2020 03:26:14 -norma = 40 -real = 2 - -[30] -oper = 16 -begin = 23.08.2020 03:28:53 -norma = 40 -real = 30 - -[31] -oper = 1 -begin = 23.08.2020 03:59:48 -norma = 85 -real = 70 - -[32] -oper = 2 -begin = 23.08.2020 05:10:25 -norma = 110 -vac_time = 9 -vac_avg10 = 8.5 -real = 62 - -[33] -oper = 5 -begin = 23.08.2020 06:12:48 -norma = 25 -real = 12 - -[34] -oper = 6 -begin = 23.08.2020 06:25:11 -norma = 35 -real = 35 - -[35] -oper = 7 -begin = 23.08.2020 07:01:03 -norma = 30 -real = 104 - -[36] -oper = 8 -begin = 23.08.2020 08:45:18 -norma = 40 -vac_time = 9 -real = 46 - -[37] -oper = 25 -begin = 23.08.2020 09:31:50 -norma = 30 -real = 8 - -[38] -oper = 9 -begin = 23.08.2020 09:40:14 -norma = 0 -real = 30 - -[39] -oper = 10 -begin = 23.08.2020 10:11:07 -norma = 0 -real = 322 - -[40] -oper = 11 -begin = 23.08.2020 15:33:50 -norma = 0 -real = 211 - -[41] -oper = 12 -begin = 23.08.2020 19:04:55 -norma = 105 -real = 126 - -[42] -oper = 13 -begin = 23.08.2020 21:11:01 -norma = 45 -real = 30 - -[43] -oper = 14 -begin = 23.08.2020 21:41:32 -norma = 40 -vac_time = 8 -real = 60 - -[44] -oper = 15 -begin = 23.08.2020 22:41:49 -norma = 30 -real = 26 - -[45] -oper = 16 -begin = 23.08.2020 23:08:24 -norma = 40 -real = 58 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200823.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200823.337 deleted file mode 100644 index 9a35e88..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200823.337 +++ /dev/null @@ -1,60 +0,0 @@ -00:23:25 1598124205 : 믮 -02:55:53 1598133353 祭 ० ࠧ -02:55:55 1598133355 祭 ० ' ⮪ 㣨' -02:55:55 1598133355 祭 ॣ '-2'(A) -03:26:13 1598135173 ⪫祭 ० ࠧ (A) -03:28:54 1598135334 ⪫祭 ० ' ⮪ 㣨' -03:28:57 1598135337 ⪫祭 ॣ '-2'(A) -03:29:08 1598135348 祭 ० ᪠ -03:29:08 1598135348 祭 ० ᪠ -03:32:11 1598135531 ⪫祭 ० ᪠ (A) -05:14:48 1598141688 : 㦥 -06:25:18 1598145918 祭 ० ᪠ -06:25:18 1598145918 祭 ० ᪠ -06:25:18 1598145918 祭 ० ᪠ -06:28:33 1598146113 ⪫祭 ० ᪠ (A) -09:31:01 1598157061 祭 ॣ '-2'(A) -09:31:04 1598157064 ' ' -09:31:05 1598157065 祭 -09:31:35 1598157095 ⪫祭 ॣ '-2'(A) -09:32:40 1598157160 祭 -09:33:40 1598157220 ⪫祭 -09:39:48 1598157588 祭 ० ࠧ -09:39:50 1598157590 祭 ० ' ⮪ 㣨' -09:40:15 1598157615 : 믮 -09:56:37 1598158597 祭 ॣ '-2'(A) -10:11:06 1598159466 ⪫祭 ० ࠧ (A) -10:11:07 1598159467 祭 ॣ . 殮 㣨 -15:33:49 1598178829 祭 ० -15:33:50 1598178830 ⪫祭 ॣ '-2'(A) -15:33:51 1598178831 祭 ॣ '-2'(A) -16:29:50 1598182190 ⪫祭 ॣ '-2'(A) -19:04:49 1598191489 ⪫祭 ० (A) -19:04:51 1598191491 ⪫祭 -19:04:51 1598191491 : -19:04:56 1598191496 ⪫祭 ० ' ⮪ 㣨' -19:05:13 1598191513 祭 ० ᪠ -19:05:13 1598191513 祭 ० ᪠ -19:05:13 1598191513 祭 ० ᪠ -19:05:13 1598191513 祭 ० ᪠ -19:05:14 1598191514 祭 ० ᪠ -19:05:14 1598191514 祭 ० ᪠ -19:05:14 1598191514 祭 ० ᪠ -19:05:14 1598191514 祭 ० ᪠ -19:05:30 1598191530 . ⪫祭 ० ᪠ (A) -19:06:33 1598191593 祭 ० ᪠ -19:09:45 1598191785 ⪫祭 ० ᪠ (A) -19:34:50 1598193290 : 믮 -22:41:38 1598204498 祭 ० ࠧ -22:41:40 1598204500 祭 ० ' ⮪ 㣨' -22:41:45 1598204505 祭 ॣ '-2'(A) -22:57:12 1598205432 ⪫祭 ० ' ⮪ 㣨' -23:08:26 1598206106 ⪫祭 ० ࠧ -23:08:28 1598206108 ⪫祭 ॣ '-2'(A) -23:08:32 1598206112 祭 ० ᪠ -23:08:33 1598206113 祭 ० ᪠ -23:08:33 1598206113 祭 ० ᪠ -23:08:33 1598206113 祭 ० ᪠ -23:08:33 1598206113 祭 ० ᪠ -23:08:33 1598206113 祭 ० ᪠ -23:12:17 1598206337 ⪫祭 ० ᪠ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200823.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200823.339 deleted file mode 100644 index 2fbefd5..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200823.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200824.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200824.330 deleted file mode 100644 index 5c4b795..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200824.330 +++ /dev/null @@ -1,8 +0,0 @@ -02:21:35 1598217695 1 11253 3 25 7 770 9 4060 10 670 -05:18:53 1598228333 1 11253 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 3000 9 4060 10 670 11 12 321544 -05:48:00 1598230080 0 A--32-068-2019 ॢ 2 -14:51:53 1598262713 3 14 -15:50:03 1598266203 0 A--32-067-2014 ॢ 0 -17:14:30 1598271270 1 11254 3 25 9 4340 12 321672 -22:40:07 1598290807 1 11254 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 3000 9 4340 10 670 11 12 321672 -23:08:50 1598292530 0 A--32-068-2019 ॢ 2 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200824.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200824.331 deleted file mode 100644 index 0c7af68..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200824.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200824.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200824.332 deleted file mode 100644 index 54d8e88..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200824.332 +++ /dev/null @@ -1,123 +0,0 @@ -21 02:02:05 02:02:12 -Rsk= 17.3 Rkk= 12.1 - -22 02:29:36 02:45:06 -P1= 35.0 T1=02:40:06 P2= 47.4 T2=02:45:06 Vs= 2.49 - -20 04:27:52 04:28:01 -Riz_sol= 7470.6 - -21 04:28:20 04:28:28 -Rsk= 17.4 Rkk= 12.2 - -22 04:54:26 05:09:57 -P1= 31.0 T1=05:04:56 P2= 43.1 T2=05:09:57 Vs= 2.43 - -23 05:10:03 05:10:09 - - -24 05:10:14 05:10:50 - - -30 05:11:00 05:11:42 -Vst= 28.5 - -31 05:11:52 05:12:53 -Rom_sol= 16.0 - -41 05:13:19 05:13:24 -Ukz= 1.09 - -32 05:13:26 05:14:34 -Imax=11.0 Umax=50.0 T= 9.4 - -33 05:14:37 05:15:05 -Imin=16.1 Umin=25.1 T= 1.0 - -34 05:15:08 05:15:35 -V=301.8 T= 9.5 - -35 05:15:39 05:16:41 -Q= 55.0 T= 9.1 - -36 05:16:43 05:17:16 -P1=0.29 T= 3.2 - -37 05:17:18 05:17:55 -T= 0.7 - -38 05:17:58 05:18:03 -t= 52.1 T= 0.5 - -39 05:18:07 05:18:13 -t= 52.4 T= 0.8 - -40 05:18:15 05:18:21 -t= 51.9 T= 0.5 - -21 14:52:17 14:52:25 -Rsk= 17.3 Rkk= 12.0 - -22 15:09:37 15:20:09 -P1= 18.0 T1=15:15:09 P2= 41.2 T2=15:20:09 Vs= 4.63 - -21 17:14:47 17:14:55 -Rsk= 17.2 Rkk= 12.0 - -22 17:45:58 17:56:29 -P1= 8.5 T1=17:51:29 P2= 22.5 T2=17:56:29 Vs= 2.78 - -20 19:29:53 19:30:03 -Riz_sol= 2509.0 - -21 19:30:08 19:30:16 -Rsk= 17.2 Rkk= 12.0 - -22 20:00:13 20:10:45 -P1= 15.1 T1=20:05:45 P2= 27.8 T2=20:10:45 Vs= 2.54 - -22 22:20:07 22:30:38 -P1= 7.1 T1=22:25:38 P2= 10.1 T2=22:30:38 Vs= 0.59 - -23 22:30:52 22:30:58 - - -24 22:31:06 22:31:44 - - -30 22:31:56 22:32:35 -Vst= 28.5 - -31 22:32:39 22:33:39 -Rom_sol= 16.1 - -41 22:34:18 22:34:23 -Ukz= 0.92 - -32 22:34:26 22:35:35 -Imax=11.0 Umax=50.0 T= 9.4 - -33 22:35:37 22:36:07 -Imin=16.2 Umin=25.0 T= 0.8 - -34 22:36:10 22:36:37 -V=301.8 T= 9.7 - -35 22:36:40 22:37:32 -Q= 54.8 T= 9.2 - -36 22:37:35 22:38:08 -P1=0.26 T= 3.1 - -37 22:38:11 22:38:47 -T= 0.7 - -38 22:38:51 22:38:57 -t= 52.1 T= 0.5 - -39 22:39:00 22:39:06 -t= 52.4 T= 0.8 - -40 22:39:09 22:39:14 -t= 52.0 T= 0.5 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200824.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200824.333 deleted file mode 100644 index 4b5a60f..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200824.333 +++ /dev/null @@ -1,26 +0,0 @@ -1 00:06:51 1598209611 -2 02:00:29 1598216429 -5 02:45:55 1598219155 -6 02:57:11 1598219831 -7 03:29:17 1598221757 -8 04:24:00 1598225040 -25 05:10:58 1598227858 -9 05:18:53 1598228333 -10 05:48:01 1598230081 -11 09:28:33 1598243313 -12 12:12:18 1598253138 -13 14:02:52 1598259772 -0 14:02:52 1598259772 -14 14:48:06 1598262486 -15 15:21:42 1598264502 -16 15:50:03 1598266203 -16 15:53:19 1598266399 -1 16:34:17 1598268857 -2 17:11:16 1598271076 -5 17:59:40 1598273980 -6 18:12:35 1598274755 -7 18:48:58 1598276938 -8 19:27:13 1598279233 -25 22:31:53 1598290313 -9 22:40:07 1598290807 -10 23:08:51 1598292531 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200824.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200824.334 deleted file mode 100644 index ddaf3b8..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200824.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200824.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200824.336 deleted file mode 100644 index e2c1a87..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200824.336 +++ /dev/null @@ -1,155 +0,0 @@ -[46] -oper = 1 -begin = 24.08.2020 00:06:51 -norma = 85 -real = 113 - -[47] -oper = 2 -begin = 24.08.2020 02:00:29 -norma = 110 -vac_time = 9 -real = 45 - -[48] -oper = 5 -begin = 24.08.2020 02:45:55 -norma = 25 -real = 11 - -[49] -oper = 6 -begin = 24.08.2020 02:57:11 -norma = 35 -real = 32 - -[50] -oper = 7 -begin = 24.08.2020 03:29:17 -norma = 30 -real = 54 - -[51] -oper = 8 -begin = 24.08.2020 04:24:00 -norma = 40 -vac_time = 9 -real = 46 - -[52] -oper = 25 -begin = 24.08.2020 05:10:58 -norma = 30 -real = 7 - -[53] -oper = 9 -begin = 24.08.2020 05:18:53 -norma = 0 -real = 29 - -[54] -oper = 10 -begin = 24.08.2020 05:48:01 -norma = 0 -real = 220 - -[55] -oper = 11 -begin = 24.08.2020 09:28:33 -norma = 0 -real = 163 - -[56] -oper = 12 -begin = 24.08.2020 12:12:18 -norma = 105 -real = 110 - -[57] -oper = 13 -begin = 24.08.2020 14:02:52 -norma = 45 -real = 45 - -[58] -oper = 14 -begin = 24.08.2020 14:48:06 -norma = 40 -vac_time = 8 -real = 33 - -[59] -oper = 15 -begin = 24.08.2020 15:21:42 -norma = 30 -real = 28 - -[60] -oper = 16 -begin = 24.08.2020 15:50:03 -norma = 40 -real = 3 - -[61] -oper = 16 -begin = 24.08.2020 15:53:19 -norma = 40 -real = 40 - -[62] -oper = 1 -begin = 24.08.2020 16:34:17 -norma = 85 -real = 36 - -[63] -oper = 2 -begin = 24.08.2020 17:11:16 -norma = 110 -vac_time = 9 -real = 48 - -[64] -oper = 5 -begin = 24.08.2020 17:59:40 -norma = 25 -real = 12 - -[65] -oper = 6 -begin = 24.08.2020 18:12:35 -norma = 35 -real = 36 - -[66] -oper = 7 -begin = 24.08.2020 18:48:58 -norma = 30 -real = 38 - -[67] -oper = 8 -begin = 24.08.2020 19:27:13 -norma = 40 -vac_time = 9 -real = 184 - -[68] -oper = 25 -begin = 24.08.2020 22:31:53 -norma = 30 -real = 8 - -[69] -oper = 9 -begin = 24.08.2020 22:40:07 -norma = 0 -real = 28 - -[70] -oper = 10 -begin = 24.08.2020 23:08:51 -norma = 0 -real = 229 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200824.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200824.337 deleted file mode 100644 index cae3013..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200824.337 +++ /dev/null @@ -1,53 +0,0 @@ -02:21:41 1598217701 : 㦥 -02:57:17 1598219837 祭 ० ᪠ -02:57:18 1598219838 祭 ० ᪠ -03:00:26 1598220026 ⪫祭 ० ᪠ (A) -05:10:16 1598227816 祭 ॣ '-2'(A) -05:10:51 1598227851 ⪫祭 ॣ '-2'(A) -05:11:51 1598227911 祭 -05:11:53 1598227913 祭 -05:12:53 1598227973 ⪫祭 -05:18:29 1598228309 祭 ० ࠧ -05:18:31 1598228311 祭 ० ' ⮪ 㣨' -05:18:54 1598228334 : 믮 -05:36:00 1598229360 祭 ॣ '-2'(A) -05:48:00 1598230080 ⪫祭 ० ࠧ (A) -05:48:01 1598230081 祭 ॣ . 殮 㣨 -09:28:32 1598243312 祭 ० -09:28:32 1598243312 ⪫祭 ॣ '-2'(A) -09:28:34 1598243314 祭 ॣ '-2'(A) -10:18:33 1598246313 ⪫祭 ॣ '-2'(A) -12:12:15 1598253135 ⪫祭 ० (A) -12:12:16 1598253136 ⪫祭 -12:12:16 1598253136 : -12:12:19 1598253139 ⪫祭 ० ' ⮪ 㣨' -12:13:00 1598253180 祭 ० ᪠ -12:13:00 1598253180 祭 ० ᪠ -12:16:10 1598253370 ⪫祭 ० ᪠ (A) -12:42:15 1598254935 : 믮 -15:21:22 1598264482 祭 ० ࠧ -15:21:27 1598264487 祭 ० ' ⮪ 㣨' -15:22:33 1598264553 祭 ॣ '-2'(A) -15:50:03 1598266203 ⪫祭 ० ࠧ (A) -15:53:20 1598266400 ⪫祭 ० ' ⮪ 㣨' -15:53:22 1598266402 ⪫祭 ॣ '-2'(A) -15:53:56 1598266436 祭 ० ᪠ -15:53:57 1598266437 祭 ० ᪠ -15:56:28 1598266588 ⪫祭 ० ᪠ (A) -17:14:32 1598271272 : 㦥 -18:13:17 1598274797 祭 ० ᪠ -18:13:17 1598274797 祭 ० ᪠ -18:13:17 1598274797 祭 ० ᪠ -18:15:58 1598274958 ⪫祭 ० ᪠ (A) -22:31:08 1598290268 祭 ॣ '-2'(A) -22:31:45 1598290305 ⪫祭 ॣ '-2'(A) -22:31:58 1598290318 ' ' -22:31:58 1598290318 祭 -22:32:40 1598290360 祭 -22:33:40 1598290420 ⪫祭 -22:39:39 1598290779 祭 ० ࠧ -22:39:41 1598290781 祭 ० ' ⮪ 㣨' -22:40:07 1598290807 : 믮 -22:56:49 1598291809 祭 ॣ '-2'(A) -23:08:50 1598292530 祭 ॣ . 殮 㣨 -23:08:50 1598292530 ⪫祭 ० ࠧ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200824.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200824.339 deleted file mode 100644 index 3491442..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200824.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200825.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200825.330 deleted file mode 100644 index 8acf8f7..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200825.330 +++ /dev/null @@ -1,4 +0,0 @@ -08:34:40 1598326480 3 14 -11:29:53 1598336993 1 11255 3 25 7 870 9 4880 10 770 -15:16:52 1598350612 1 11255 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 3000 9 4880 10 770 11 12 321672 -15:47:44 1598352464 0 A--32-078-2017 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200825.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200825.331 deleted file mode 100644 index 6e50dad..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200825.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200825.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200825.332 deleted file mode 100644 index fb9f9fb..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200825.332 +++ /dev/null @@ -1,63 +0,0 @@ -21 08:34:56 08:35:04 -Rsk= 17.0 Rkk= 11.8 - -22 08:52:59 09:03:29 -P1= 18.9 T1=08:58:29 P2= 42.1 T2=09:03:29 Vs= 4.64 - -21 11:30:10 11:30:18 -Rsk= 17.0 Rkk= 11.8 - -22 11:56:45 12:12:16 -P1= 31.4 T1=12:07:16 P2= 43.5 T2=12:12:16 Vs= 2.42 - -20 13:44:47 13:44:57 -Riz_sol= 2480.0 - -21 13:45:04 13:45:12 -Rsk= 16.9 Rkk= 11.8 - -22 14:53:33 15:04:05 -P1= 5.7 T1=14:59:05 P2= 11.4 T2=15:04:05 Vs= 1.15 - -23 15:04:40 15:04:46 - - -24 15:05:01 15:05:35 - - -30 15:05:51 15:06:53 -Vst= 28.6 - -31 15:07:05 15:08:06 -Rom_sol= 16.1 - -41 15:09:16 15:09:21 -Ukz= 1.31 - -32 15:09:31 15:10:49 -Imax=11.0 Umax=50.0 T= 9.4 - -33 15:11:02 15:11:54 -Imin=16.1 Umin=25.1 T= 0.8 - -34 15:11:58 15:12:30 -V=301.8 T= 9.6 - -35 15:12:35 15:13:36 -Q= 54.5 T= 9.2 - -36 15:13:40 15:14:12 -P1=0.26 T= 3.1 - -37 15:14:16 15:14:53 -T= 0.8 - -38 15:14:57 15:15:16 -t= 52.1 T= 0.7 - -39 15:15:19 15:15:33 -t= 52.4 T= 0.5 - -40 15:15:37 15:15:48 -t= 52.0 T= 0.5 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200825.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200825.333 deleted file mode 100644 index 9c536ff..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200825.333 +++ /dev/null @@ -1,18 +0,0 @@ -11 02:58:04 1598306284 -12 05:41:57 1598316117 -13 07:39:29 1598323169 -0 07:39:29 1598323169 -14 08:32:43 1598326363 -15 09:04:20 1598328260 -16 09:29:28 1598329768 -1 10:12:08 1598332328 -2 11:26:52 1598336812 -5 12:13:24 1598339604 -6 12:24:42 1598340282 -7 13:02:11 1598342531 -8 13:43:37 1598345017 -25 15:05:47 1598349947 -9 15:16:52 1598350612 -10 15:47:45 1598352465 -11 20:09:15 1598368155 -12 23:40:18 1598380818 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200825.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200825.334 deleted file mode 100644 index f02d804..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200825.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200825.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200825.336 deleted file mode 100644 index 1923701..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200825.336 +++ /dev/null @@ -1,106 +0,0 @@ -[71] -oper = 11 -begin = 25.08.2020 02:58:04 -norma = 0 -real = 163 - -[72] -oper = 12 -begin = 25.08.2020 05:41:57 -norma = 105 -real = 117 - -[73] -oper = 13 -begin = 25.08.2020 07:39:29 -norma = 45 -real = 53 - -[74] -oper = 14 -begin = 25.08.2020 08:32:43 -norma = 40 -vac_time = 8 -real = 31 - -[75] -oper = 15 -begin = 25.08.2020 09:04:20 -norma = 30 -real = 25 - -[76] -oper = 16 -begin = 25.08.2020 09:29:28 -norma = 40 -real = 42 - -[77] -oper = 1 -begin = 25.08.2020 10:12:08 -norma = 85 -real = 74 - -[78] -oper = 2 -begin = 25.08.2020 11:26:52 -norma = 110 -vac_time = 9 -real = 46 - -[79] -oper = 5 -begin = 25.08.2020 12:13:24 -norma = 25 -real = 11 - -[80] -oper = 6 -begin = 25.08.2020 12:24:42 -norma = 35 -real = 37 - -[81] -oper = 7 -begin = 25.08.2020 13:02:11 -norma = 30 -real = 41 - -[82] -oper = 8 -begin = 25.08.2020 13:43:37 -norma = 40 -vac_time = 9 -vac_avg10 = 8.7 -real = 82 - -[83] -oper = 25 -begin = 25.08.2020 15:05:47 -norma = 30 -real = 11 - -[84] -oper = 9 -begin = 25.08.2020 15:16:52 -norma = 0 -real = 30 - -[85] -oper = 10 -begin = 25.08.2020 15:47:45 -norma = 0 -real = 261 - -[86] -oper = 11 -begin = 25.08.2020 20:09:15 -norma = 0 -real = 211 - -[87] -oper = 12 -begin = 25.08.2020 23:40:18 -norma = 105 -real = 124 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200825.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200825.337 deleted file mode 100644 index 833943c..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200825.337 +++ /dev/null @@ -1,57 +0,0 @@ -02:58:04 1598306284 祭 ० -02:58:05 1598306285 ⪫祭 ॣ '-2'(A) -02:58:06 1598306286 祭 ॣ '-2'(A) -03:48:05 1598309285 ⪫祭 ॣ '-2'(A) -05:41:46 1598316106 ⪫祭 ० (A) -05:41:47 1598316107 ⪫祭 -05:41:47 1598316107 : -05:41:59 1598316119 ⪫祭 ० ' ⮪ 㣨' -05:42:29 1598316149 祭 ० ᪠ -05:42:29 1598316149 祭 ० ᪠ -05:45:58 1598316358 ⪫祭 ० ᪠ (A) -06:11:47 1598317907 : 믮 -09:04:00 1598328240 祭 ० ࠧ -09:04:01 1598328241 祭 ० ' ⮪ 㣨' -09:04:17 1598328257 祭 ॣ '-2'(A) -09:26:26 1598329586 ⪫祭 ० ' ⮪ 㣨' -09:29:32 1598329772 ⪫祭 ॣ '-2'(A) -09:29:51 1598329791 ⪫祭 ० ࠧ -09:30:13 1598329813 祭 ० ᪠ -09:30:13 1598329813 祭 ० ᪠ -09:30:20 1598329820 祭 ० ᪠ -09:30:20 1598329820 祭 ० ᪠ -09:30:21 1598329821 祭 ० ᪠ -09:30:21 1598329821 祭 ० ᪠ -09:30:21 1598329821 祭 ० ᪠ -09:30:21 1598329821 祭 ० ᪠ -09:30:22 1598329822 祭 ० ᪠ -09:34:05 1598330045 ⪫祭 ० ᪠ (A) -11:29:55 1598336995 : 㦥 -12:24:58 1598340298 祭 ० ᪠ -12:24:58 1598340298 祭 ० ᪠ -12:24:59 1598340299 祭 ० ᪠ -12:24:59 1598340299 祭 ० ᪠ -12:28:39 1598340519 ⪫祭 ० ᪠ (A) -15:05:02 1598349902 祭 ॣ '-2'(A) -15:05:36 1598349936 ⪫祭 ॣ '-2'(A) -15:07:01 1598350021 ' ' -15:07:01 1598350021 祭 -15:07:06 1598350026 祭 -15:08:06 1598350086 ⪫祭 -15:16:25 1598350585 祭 ० ࠧ -15:16:26 1598350586 祭 ० ' ⮪ 㣨' -15:16:53 1598350613 : 믮 -15:33:14 1598351594 祭 ॣ '-2'(A) -15:47:44 1598352464 祭 ॣ . 殮 㣨 -15:47:44 1598352464 ⪫祭 ० ࠧ (A) -20:09:15 1598368155 祭 ० -20:09:15 1598368155 ⪫祭 ॣ '-2'(A) -20:09:16 1598368156 祭 ॣ '-2'(A) -21:05:16 1598371516 ⪫祭 ॣ '-2'(A) -23:40:16 1598380816 ⪫祭 ० (A) -23:40:17 1598380817 ⪫祭 -23:40:17 1598380817 : -23:40:20 1598380820 ⪫祭 ० ' ⮪ 㣨' -23:41:12 1598380872 祭 ० ᪠ -23:41:13 1598380873 祭 ० ᪠ -23:43:51 1598381031 ⪫祭 ० ᪠ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200825.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200825.339 deleted file mode 100644 index fe15e56..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200825.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200826.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200826.330 deleted file mode 100644 index 95845ad..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200826.330 +++ /dev/null @@ -1,7 +0,0 @@ -02:13:42 1598390022 3 14 -03:43:32 1598395412 0 A--32-120-2016 ॢ 0 -06:02:47 1598403767 1 11256 3 25 4 3 9 4870 12 321544 -10:27:47 1598419667 1 11256 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 3 5 Ti 6 7 870 8 3000 9 4870 10 770 11 12 321544 -10:58:39 1598421519 0 A--32-078-2017 ॢ 1 -22:11:28 1598461888 3 14 -23:17:58 1598465878 0 A--32-120-2016 ॢ 0 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200826.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200826.331 deleted file mode 100644 index 2d1e448..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200826.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200826.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200826.332 deleted file mode 100644 index db06a02..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200826.332 +++ /dev/null @@ -1,69 +0,0 @@ -21 02:14:04 02:14:12 -Rsk= 11.9 Rkk= 11.9 - -22 03:03:49 03:14:19 -P1= 3.5 T1=03:09:19 P2= 13.3 T2=03:14:19 Vs= 1.96 - -21 06:03:16 06:03:24 -Rsk= 16.9 Rkk= 11.8 - -22 06:54:31 07:05:02 -P1= 4.8 T1=07:00:01 P2= 13.9 T2=07:05:02 Vs= 1.83 - -20 09:28:14 09:28:24 -Riz_sol= 5327.0 - -21 09:28:32 09:28:39 -Rsk= 17.1 Rkk= 12.0 - -22 10:06:25 10:16:56 -P1= 8.9 T1=10:11:56 P2= 24.2 T2=10:16:56 Vs= 3.05 - -23 10:17:17 10:17:23 - - -24 10:17:33 10:18:07 - - -30 10:18:21 10:19:03 -Vst= 28.7 - -31 10:19:12 10:20:13 -Rom_sol= 16.2 - -41 10:20:48 10:20:53 -Ukz= 0.72 - -32 10:20:55 10:22:09 -Imax=11.0 Umax=49.9 T= 9.2 - -33 10:22:15 10:22:50 -Imin=16.2 Umin=25.0 T= 0.8 - -34 10:22:53 10:23:24 -V=301.7 T= 9.6 - -35 10:23:28 10:24:49 -Q= 54.6 T= 9.2 - -36 10:24:53 10:25:25 -P1=0.27 T= 3.1 - -37 10:25:34 10:26:10 -T= 0.7 - -38 10:26:15 10:26:22 -t= 52.1 T= 0.5 - -39 10:26:26 10:26:32 -t= 52.3 T= 0.7 - -40 10:26:36 10:26:43 -t= 51.9 T= 0.8 - -21 22:11:37 22:11:45 -Rsk= 11.9 Rkk= 11.9 - -22 22:35:03 22:45:34 -P1= 14.7 T1=22:40:34 P2= 36.2 T2=22:45:34 Vs= 4.30 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200826.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200826.333 deleted file mode 100644 index 54f27c6..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200826.333 +++ /dev/null @@ -1,23 +0,0 @@ -13 01:44:43 1598388283 -0 01:44:43 1598388283 -14 02:11:48 1598389908 -15 03:15:04 1598393704 -16 03:43:32 1598395412 -16 03:47:08 1598395628 -1 04:36:31 1598398591 -2 05:58:41 1598403521 -5 07:06:21 1598407581 -6 07:19:28 1598408368 -7 08:07:53 1598411273 -8 09:25:41 1598415941 -25 10:18:18 1598419098 -9 10:27:47 1598419667 -10 10:58:39 1598421519 -11 15:37:01 1598438221 -12 19:08:06 1598450886 -13 21:15:42 1598458542 -0 21:15:42 1598458542 -14 22:09:23 1598461763 -15 22:46:42 1598464002 -16 23:17:59 1598465879 -16 23:20:43 1598466043 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200826.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200826.334 deleted file mode 100644 index eeb8e61..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200826.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200826.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200826.336 deleted file mode 100644 index d834b4e..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200826.336 +++ /dev/null @@ -1,130 +0,0 @@ -[88] -oper = 13 -begin = 26.08.2020 01:44:43 -norma = 45 -real = 27 - -[89] -oper = 14 -begin = 26.08.2020 02:11:48 -norma = 40 -vac_time = 8 -real = 63 - -[90] -oper = 15 -begin = 26.08.2020 03:15:04 -norma = 30 -real = 28 - -[91] -oper = 16 -begin = 26.08.2020 03:43:32 -norma = 40 -real = 3 - -[92] -oper = 16 -begin = 26.08.2020 03:47:08 -norma = 40 -real = 49 - -[93] -oper = 1 -begin = 26.08.2020 04:36:31 -norma = 85 -real = 82 - -[94] -oper = 2 -begin = 26.08.2020 05:58:41 -norma = 110 -vac_time = 11 -real = 67 - -[95] -oper = 5 -begin = 26.08.2020 07:06:21 -norma = 25 -real = 13 - -[96] -oper = 6 -begin = 26.08.2020 07:19:28 -norma = 35 -real = 48 - -[97] -oper = 7 -begin = 26.08.2020 08:07:53 -norma = 30 -real = 77 - -[98] -oper = 8 -begin = 26.08.2020 09:25:41 -norma = 40 -vac_time = 9 -real = 52 - -[99] -oper = 25 -begin = 26.08.2020 10:18:18 -norma = 30 -real = 9 - -[00] -oper = 9 -begin = 26.08.2020 10:27:47 -norma = 0 -real = 30 - -[01] -oper = 10 -begin = 26.08.2020 10:58:39 -norma = 0 -real = 278 - -[02] -oper = 11 -begin = 26.08.2020 15:37:01 -norma = 0 -real = 211 - -[03] -oper = 12 -begin = 26.08.2020 19:08:06 -norma = 105 -real = 127 - -[04] -oper = 13 -begin = 26.08.2020 21:15:42 -norma = 45 -real = 53 - -[05] -oper = 14 -begin = 26.08.2020 22:09:23 -norma = 40 -vac_time = 8 -real = 37 - -[06] -oper = 15 -begin = 26.08.2020 22:46:42 -norma = 30 -real = 31 - -[07] -oper = 16 -begin = 26.08.2020 23:17:59 -norma = 40 -real = 2 - -[08] -oper = 16 -begin = 26.08.2020 23:20:43 -norma = 40 -real = 43 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200826.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200826.337 deleted file mode 100644 index 0da9921..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200826.337 +++ /dev/null @@ -1,45 +0,0 @@ -00:10:17 1598382617 : 믮 -03:14:54 1598393694 祭 ० ࠧ -03:14:57 1598393697 祭 ० ' ⮪ 㣨' -03:15:05 1598393705 祭 ॣ '-2'(A) -03:43:32 1598395412 ⪫祭 ० ࠧ (A) -03:47:09 1598395629 ⪫祭 ० ' ⮪ 㣨' -03:47:12 1598395632 ⪫祭 ॣ '-2'(A) -03:47:19 1598395639 祭 ० ᪠ -03:47:20 1598395640 祭 ० ᪠ -03:50:18 1598395818 ⪫祭 ० ᪠ (A) -06:02:56 1598403776 : 㦥 -07:19:39 1598408379 祭 ० ᪠ -07:19:39 1598408379 祭 ० ᪠ -07:22:49 1598408569 ⪫祭 ० ᪠ (A) -10:17:34 1598419054 祭 ॣ '-2'(A) -10:18:07 1598419087 ⪫祭 ॣ '-2'(A) -10:19:10 1598419150 ' ' -10:19:10 1598419150 祭 -10:19:13 1598419153 祭 -10:20:13 1598419213 ⪫祭 -10:27:13 1598419633 祭 ० ࠧ -10:27:15 1598419635 祭 ० ' ⮪ 㣨' -10:27:47 1598419667 : 믮 -10:44:10 1598420650 祭 ॣ '-2'(A) -10:58:39 1598421519 ⪫祭 ० ࠧ (A) -10:58:39 1598421519 祭 ॣ . 殮 㣨 -15:37:00 1598438220 祭 ० -15:37:01 1598438221 ⪫祭 ॣ '-2'(A) -15:37:02 1598438222 祭 ॣ '-2'(A) -16:33:01 1598441581 ⪫祭 ॣ '-2'(A) -19:08:00 1598450880 ⪫祭 ० (A) -19:08:02 1598450882 ⪫祭 -19:08:02 1598450882 : -19:08:08 1598450888 ⪫祭 ० ' ⮪ 㣨' -19:09:45 1598450985 祭 ० ᪠ -19:12:24 1598451144 ⪫祭 ० ᪠ (A) -19:38:01 1598452681 : 믮 -22:46:33 1598463993 祭 ० ࠧ -22:46:34 1598463994 祭 ० ' ⮪ 㣨' -22:47:22 1598464042 祭 ॣ '-2'(A) -23:17:58 1598465878 ⪫祭 ० ࠧ (A) -23:20:44 1598466044 ⪫祭 ० ' ⮪ 㣨' -23:20:47 1598466047 ⪫祭 ॣ '-2'(A) -23:21:07 1598466067 祭 ० ᪠ -23:23:43 1598466223 ⪫祭 ० ᪠ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200826.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200826.339 deleted file mode 100644 index 237afcf..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200826.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200827.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200827.330 deleted file mode 100644 index 2d82c07..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200827.330 +++ /dev/null @@ -1,8 +0,0 @@ -02:35:57 1598477757 1 11257 -02:40:30 1598478030 3 25 9 5740 -06:09:18 1598490558 4 2 -06:15:40 1598490940 1 11257 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 3000 9 5740 10 770 11 12 321544 -06:46:32 1598492792 0 A--32-078-2017 ॢ 1 -19:09:23 1598537363 3 14 -20:14:11 1598541251 0 A--32-120-2016 ॢ 0 -22:41:09 1598550069 1 11258 3 17 4 1 7 670 9 3610 10 560 11 12 321752 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200827.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200827.331 deleted file mode 100644 index 360059c..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200827.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200827.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200827.332 deleted file mode 100644 index 014f141..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200827.332 +++ /dev/null @@ -1,69 +0,0 @@ -21 02:36:04 02:36:12 -Rsk= 17.2 Rkk= 12.0 - -22 03:03:24 03:18:55 -P1= 33.4 T1=03:13:55 P2= 46.4 T2=03:18:55 Vs= 2.58 - -20 05:25:51 05:26:01 -Riz_sol= 2744.6 - -21 05:26:07 05:26:15 -Rsk= 17.5 Rkk= 12.3 - -22 05:49:53 06:05:23 -P1= 31.5 T1=06:00:23 P2= 43.8 T2=06:05:23 Vs= 2.47 - -23 06:05:43 06:05:49 - - -24 06:05:58 06:06:32 - - -30 06:06:53 06:07:34 -Vst= 28.9 - -31 06:07:39 06:08:40 -Rom_sol= 16.2 - -41 06:09:52 06:09:57 -Ukz= 0.79 - -32 06:10:01 06:11:09 -Imax=11.0 Umax=50.0 T= 9.4 - -33 06:11:14 06:11:44 -Imin=16.2 Umin=25.1 T= 1.0 - -34 06:11:48 06:12:17 -V=301.8 T= 9.6 - -35 06:12:20 06:13:13 -Q= 54.6 T= 9.3 - -36 06:13:16 06:13:48 -P1=0.21 T= 3.1 - -37 06:13:52 06:14:28 -T= 0.7 - -38 06:14:32 06:14:38 -t= 52.1 T= 0.7 - -39 06:14:42 06:14:49 -t= 52.4 T= 0.7 - -40 06:14:53 06:15:00 -t= 52.0 T= 0.7 - -21 19:09:03 19:09:10 -Rsk= 12.1 Rkk= 12.1 - -22 19:39:09 19:49:40 -P1= 11.2 T1=19:44:40 P2= 31.4 T2=19:49:40 Vs= 4.03 - -21 22:38:50 22:38:58 -Rsk= 17.7 Rkk= 12.5 - -22 23:14:43 23:30:14 -P1= 82.2 T1=23:25:14 P2=112.7 T2=23:30:14 Vs= 6.08 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200827.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200827.333 deleted file mode 100644 index 04c7a68..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200827.333 +++ /dev/null @@ -1,19 +0,0 @@ -1 00:04:13 1598468653 -2 02:32:41 1598477561 -5 03:20:24 1598480424 -6 03:32:44 1598481164 -7 04:11:07 1598483467 -8 05:19:18 1598487558 -25 06:06:50 1598490410 -9 06:15:40 1598490940 -10 06:46:33 1598492793 -11 12:28:17 1598513297 -12 15:59:23 1598525963 -13 18:05:47 1598533547 -0 18:05:47 1598533547 -14 19:07:27 1598537247 -15 19:50:39 1598539839 -16 20:14:11 1598541251 -16 20:16:22 1598541382 -1 21:06:04 1598544364 -2 22:37:12 1598549832 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200827.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200827.334 deleted file mode 100644 index 8fc99d3..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200827.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200827.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200827.336 deleted file mode 100644 index 3c55aaf..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200827.336 +++ /dev/null @@ -1,112 +0,0 @@ -[09] -oper = 1 -begin = 27.08.2020 00:04:13 -norma = 85 -real = 148 - -[10] -oper = 2 -begin = 27.08.2020 02:32:41 -norma = 110 -vac_time = 10 -real = 47 - -[11] -oper = 5 -begin = 27.08.2020 03:20:24 -norma = 25 -real = 12 - -[12] -oper = 6 -begin = 27.08.2020 03:32:44 -norma = 35 -real = 38 - -[13] -oper = 7 -begin = 27.08.2020 04:11:07 -norma = 30 -real = 68 - -[14] -oper = 8 -begin = 27.08.2020 05:19:18 -norma = 40 -vac_time = 9 -real = 47 - -[15] -oper = 25 -begin = 27.08.2020 06:06:50 -norma = 30 -real = 8 - -[16] -oper = 9 -begin = 27.08.2020 06:15:40 -norma = 0 -real = 30 - -[17] -oper = 10 -begin = 27.08.2020 06:46:33 -norma = 0 -real = 341 - -[18] -oper = 11 -begin = 27.08.2020 12:28:17 -norma = 0 -real = 211 - -[19] -oper = 12 -begin = 27.08.2020 15:59:23 -norma = 105 -real = 126 - -[20] -oper = 13 -begin = 27.08.2020 18:05:47 -norma = 45 -real = 61 - -[21] -oper = 14 -begin = 27.08.2020 19:07:27 -norma = 40 -vac_time = 8 -real = 43 - -[22] -oper = 15 -begin = 27.08.2020 19:50:39 -norma = 30 -real = 23 - -[23] -oper = 16 -begin = 27.08.2020 20:14:11 -norma = 40 -real = 2 - -[24] -oper = 16 -begin = 27.08.2020 20:16:22 -norma = 40 -real = 49 - -[25] -oper = 1 -begin = 27.08.2020 21:06:04 -norma = 85 -real = 91 - -[26] -oper = 2 -begin = 27.08.2020 22:37:12 -norma = 110 -vac_time = 10 -real = 136 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200827.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200827.337 deleted file mode 100644 index b43adf8..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200827.337 +++ /dev/null @@ -1,37 +0,0 @@ -02:40:38 1598478038 : 㦥 -03:33:08 1598481188 祭 ० ᪠ -03:33:08 1598481188 祭 ० ᪠ -03:36:15 1598481375 ⪫祭 ० ᪠ (A) -06:05:59 1598490359 祭 ॣ '-2'(A) -06:06:04 1598490364 ' ' -06:06:04 1598490364 祭 -06:06:33 1598490393 ⪫祭 ॣ '-2'(A) -06:07:40 1598490460 祭 -06:08:40 1598490520 ⪫祭 -06:15:10 1598490910 祭 ० ࠧ -06:15:11 1598490911 祭 ० ' ⮪ 㣨' -06:15:41 1598490941 : 믮 -06:32:02 1598491922 祭 ॣ '-2'(A) -06:46:32 1598492792 祭 ॣ . 殮 㣨 -06:46:32 1598492792 ⪫祭 ० ࠧ (A) -12:28:16 1598513296 祭 ० -12:28:17 1598513297 ⪫祭 ॣ '-2'(A) -12:28:18 1598513298 祭 ॣ '-2'(A) -13:24:17 1598516657 ⪫祭 ॣ '-2'(A) -15:59:16 1598525956 ⪫祭 ० (A) -15:59:18 1598525958 ⪫祭 -15:59:18 1598525958 : -15:59:24 1598525964 ⪫祭 ० ' ⮪ 㣨' -16:00:10 1598526010 祭 ० ᪠ -16:00:10 1598526010 祭 ० ᪠ -16:02:37 1598526157 ⪫祭 ० ᪠ (A) -16:29:18 1598527758 : 믮 -19:50:43 1598539843 祭 ० ࠧ -19:50:45 1598539845 祭 ० ' ⮪ 㣨' -19:50:46 1598539846 祭 ॣ '-2'(A) -20:14:11 1598541251 ⪫祭 ० ࠧ (A) -20:14:33 1598541273 ⪫祭 ० ' ⮪ 㣨' -20:16:27 1598541387 ⪫祭 ॣ '-2'(A) -20:16:55 1598541415 祭 ० ᪠ -20:16:55 1598541415 祭 ० ᪠ -20:19:17 1598541557 ⪫祭 ० ᪠ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200827.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200827.339 deleted file mode 100644 index 594ced0..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200827.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200828.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200828.330 deleted file mode 100644 index d19b1b2..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200828.330 +++ /dev/null @@ -1,7 +0,0 @@ -01:17:37 1598559457 12 321544 -03:33:45 1598567625 1 11258 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 17 4 1 5 Ti 6 7 670 8 3000 9 3610 10 560 11 12 321544 -07:06:37 1598580397 3 25 -18:27:05 1598621225 1 11259 -18:27:46 1598621266 4 2 7 770 9 4400 10 690 12 321148 -21:50:42 1598633442 1 11259 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 3000 9 4400 10 690 11 12 321148 -22:33:31 1598636011 0 A--32-031-2016 ॢ 5 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200828.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200828.331 deleted file mode 100644 index cee3b21..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200828.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200828.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200828.332 deleted file mode 100644 index abe5fd2..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200828.332 +++ /dev/null @@ -1,108 +0,0 @@ -22 23:44:33 00:00:04 -P1= 43.0 T1=23:55:04 P2= 60.4 T2=00:00:04 Vs= 3.47 - -22 00:42:32 00:53:02 -P1= 9.5 T1=00:48:02 P2= 21.1 T2=00:53:02 Vs= 2.32 - -20 02:05:36 02:05:46 -Riz_sol= 7.2 - -21 02:05:55 02:06:02 -Rsk= 17.8 Rkk= 12.6 - -22 03:09:32 03:25:03 -P1= 36.4 T1=03:20:03 P2= 50.7 T2=03:25:03 Vs= 2.85 - -23 03:25:22 03:25:28 - - -24 03:25:35 03:26:12 - - -30 03:26:29 03:27:07 -Vst= 28.7 - -31 03:27:12 05:00:00 -Rom_sol= 13.7 - -32 03:28:17 03:29:26 -Imax=11.0 Umax=50.0 T= 9.4 - -33 03:29:29 03:29:59 -Imin=16.2 Umin=25.0 T= 0.8 - -34 03:30:02 03:30:30 -V=301.7 T= 9.5 - -35 03:30:34 03:31:27 -Q= 54.8 T= 9.2 - -36 03:31:31 03:32:03 -P1=0.27 T= 3.1 - -37 03:32:07 03:32:43 -T= 0.7 - -38 03:32:47 03:32:53 -t= 52.1 T= 0.7 - -39 03:32:56 03:33:03 -t= 52.3 T= 0.8 - -40 03:33:07 03:33:13 -t= 51.9 T= 0.5 - -20 18:25:14 18:25:24 -Riz_sol= 4514.9 - -21 18:25:29 18:25:36 -Rsk= 17.5 Rkk= 12.3 - -22 18:49:47 19:05:18 -P1= 33.5 T1=19:00:18 P2= 46.2 T2=19:05:18 Vs= 2.54 - -22 19:49:39 20:00:10 -P1= 10.2 T1=19:55:10 P2= 17.7 T2=20:00:10 Vs= 1.50 - -22 21:29:50 21:40:21 -P1= 9.1 T1=21:35:21 P2= 11.6 T2=21:40:21 Vs= 0.50 - -23 21:41:24 21:41:30 - - -24 21:41:35 21:42:11 - - -30 21:42:35 21:43:12 -Vst= 28.6 - -31 21:43:19 21:43:57 -Rom_sol= 16.4 - -32 21:44:47 21:45:57 -Imax=11.0 Umax=50.0 T= 9.2 - -33 21:46:00 21:46:27 -Imin=16.2 Umin=25.1 T= 0.8 - -34 21:46:30 21:46:57 -V=301.8 T= 9.6 - -35 21:47:00 21:48:10 -Q= 54.6 T= 9.1 - -36 21:48:13 21:48:47 -P1=0.26 T= 3.0 - -37 21:48:49 21:49:24 -T= 0.7 - -38 21:49:26 21:49:32 -t= 52.1 T= 0.7 - -39 21:49:48 21:49:54 -t= 52.4 T= 0.8 - -40 21:49:56 21:50:02 -t= 52.0 T= 0.5 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200828.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200828.333 deleted file mode 100644 index a941793..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200828.333 +++ /dev/null @@ -1,14 +0,0 @@ -5 00:53:54 1598558034 -6 01:04:42 1598558682 -7 01:44:02 1598561042 -8 02:01:12 1598562072 -25 03:26:24 1598567184 -9 03:33:45 1598567625 -10 03:56:45 1598569005 -12 08:01:12 1598583672 -13 11:05:26 1598594726 -0 11:05:26 1598594726 -8 18:16:35 1598620595 -25 21:42:32 1598632952 -9 21:50:42 1598633442 -10 22:33:32 1598636012 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200828.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200828.334 deleted file mode 100644 index 8f161e9..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200828.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200828.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200828.335 deleted file mode 100644 index fc33055..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200828.335 +++ /dev/null @@ -1,2 +0,0 @@ -107 19:40:55 1598625655 -107 19:40:56 1598625656 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200828.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200828.336 deleted file mode 100644 index d045807..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200828.336 +++ /dev/null @@ -1,81 +0,0 @@ -[27] -oper = 5 -begin = 28.08.2020 00:53:54 -norma = 25 -real = 10 - -[28] -oper = 6 -begin = 28.08.2020 01:04:42 -norma = 35 -real = 39 - -[29] -oper = 7 -begin = 28.08.2020 01:44:02 -norma = 30 -real = 17 - -[30] -oper = 8 -begin = 28.08.2020 02:01:12 -norma = 40 -vac_time = 9 -real = 85 - -[31] -oper = 25 -begin = 28.08.2020 03:26:24 -norma = 30 -real = 7 - -[32] -oper = 9 -begin = 28.08.2020 03:33:45 -norma = 0 -real = 23 - -[33] -oper = 10 -begin = 28.08.2020 03:56:45 -norma = 0 -real = 244 - -[34] -oper = 12 -begin = 28.08.2020 08:01:12 -norma = 180 -real = 184 - -[35] -oper = 13 -begin = 28.08.2020 11:05:26 -norma = 45 -real = 431 - -[36] -oper = 8 -begin = 28.08.2020 18:16:35 -norma = 40 -vac_time = 9 -vac_avg10 = 9.1 -real = 205 - -[37] -oper = 25 -begin = 28.08.2020 21:42:32 -norma = 30 -real = 8 - -[38] -oper = 9 -begin = 28.08.2020 21:50:42 -norma = 0 -real = 42 - -[39] -oper = 10 -begin = 28.08.2020 22:33:32 -norma = 0 -real = 209 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200828.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200828.337 deleted file mode 100644 index 772cbfc..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200828.337 +++ /dev/null @@ -1,17 +0,0 @@ -01:04:54 1598558694 祭 ० ᪠ -01:07:47 1598558867 ⪫祭 ० ᪠ (A) -03:25:37 1598567137 祭 ॣ '-2'(A) -03:26:13 1598567173 ⪫祭 ॣ '-2'(A) -03:52:15 1598568735 祭 ॣ '-2' -03:57:43 1598569063 祭 ⠭ ॣ -08:01:17 1598583677 ⪫祭 ॣ '-2'(A) -08:01:54 1598583714 祭 ० ᪠ -08:01:54 1598583714 祭 ० ᪠ -08:04:20 1598583860 ⪫祭 ० ᪠ (A) -21:41:37 1598632897 祭 ॣ '-2'(A) -21:42:12 1598632932 ⪫祭 ॣ '-2'(A) -21:50:09 1598633409 祭 ० ࠧ -21:50:10 1598633410 祭 ० ' ⮪ 㣨' -22:16:27 1598634987 祭 ॣ '-2'(A) -22:33:31 1598636011 ⪫祭 ० ࠧ (A) -22:33:32 1598636012 祭 ⠭ ॣ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200828.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200828.339 deleted file mode 100644 index 6017c89..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200828.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200829.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200829.330 deleted file mode 100644 index 04fc277..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200829.330 +++ /dev/null @@ -1,3 +0,0 @@ -15:00:47 1598695247 1 11260 2 BT 3-1, 6, 8, 9, 14, 15, 16 4 1 8 4600 9 5840 10 650 12 321672 -21:39:50 1598719190 1 11260 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 1 5 Ti 6 7 770 8 4600 9 5840 10 650 11 12 321672 -22:14:51 1598721291 0 A--32-129-2018 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200829.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200829.331 deleted file mode 100644 index 231d842..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200829.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200829.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200829.332 deleted file mode 100644 index 792fec1..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200829.332 +++ /dev/null @@ -1,69 +0,0 @@ -21 15:01:01 15:01:08 -Rsk= 17.2 Rkk= 12.1 - -22 15:59:45 16:15:16 -P1= 75.2 T1=16:10:16 P2=104.5 T2=16:15:16 Vs= 5.87 - -22 17:04:34 17:20:05 -P1= 48.9 T1=17:15:05 P2= 67.7 T2=17:20:05 Vs= 3.76 - -22 17:39:41 17:55:12 -P1= 40.4 T1=17:50:11 P2= 57.1 T2=17:55:12 Vs= 3.34 - -22 18:15:03 18:30:34 -P1= 35.9 T1=18:25:34 P2= 50.7 T2=18:30:34 Vs= 2.96 - -20 19:44:45 19:44:55 -Riz_sol= 4682.7 - -21 19:45:01 19:45:09 -Rsk= 17.2 Rkk= 12.1 - -22 20:14:52 20:30:23 -P1= 55.8 T1=20:25:23 P2= 76.8 T2=20:30:23 Vs= 4.20 - -22 21:09:13 21:24:44 -P1= 35.1 T1=21:19:44 P2= 49.3 T2=21:24:44 Vs= 2.84 - -23 21:28:46 21:28:52 - - -24 21:29:02 21:29:39 - - -30 21:29:56 21:30:39 -Vst= 28.7 - -31 21:30:45 21:31:26 -Rom_sol= 16.3 - -41 21:32:08 21:32:13 -Ukz= 1.53 - -32 21:32:21 21:33:29 -Imax=11.0 Umax=50.0 T= 9.2 - -33 21:33:34 21:34:05 -Imin=16.2 Umin=25.1 T= 0.8 - -34 21:34:10 21:34:38 -V=301.8 T= 9.7 - -35 21:34:42 21:36:21 -Q= 55.0 T=12.3 - -36 21:36:27 21:37:00 -P1=0.21 T= 3.0 - -37 21:37:23 21:37:59 -T= 0.7 - -38 21:38:04 21:38:10 -t= 52.1 T= 0.7 - -39 21:38:15 21:38:22 -t= 52.4 T= 0.7 - -40 21:38:27 21:38:33 -t= 52.0 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200829.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200829.333 deleted file mode 100644 index eb53add..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200829.333 +++ /dev/null @@ -1,12 +0,0 @@ -11 02:03:24 1598648604 -12 04:50:28 1598658628 -13 06:40:48 1598665248 -0 06:40:49 1598665249 -2 14:56:13 1598694973 -5 18:32:32 1598707952 -6 18:42:14 1598708534 -7 19:19:08 1598710748 -8 19:34:00 1598711640 -25 21:29:49 1598718589 -9 21:39:50 1598719190 -10 22:14:51 1598721291 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200829.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200829.334 deleted file mode 100644 index efbfcd3..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200829.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200829.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200829.336 deleted file mode 100644 index dbcfde0..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200829.336 +++ /dev/null @@ -1,68 +0,0 @@ -[40] -oper = 11 -begin = 29.08.2020 02:03:24 -norma = 0 -real = 167 - -[41] -oper = 12 -begin = 29.08.2020 04:50:28 -norma = 105 -real = 110 - -[42] -oper = 13 -begin = 29.08.2020 06:40:48 -norma = 45 -real = 495 - -[43] -oper = 2 -begin = 29.08.2020 14:56:13 -norma = 110 -vac_time = 9 -real = 216 - -[44] -oper = 5 -begin = 29.08.2020 18:32:32 -norma = 25 -real = 9 - -[45] -oper = 6 -begin = 29.08.2020 18:42:14 -norma = 35 -real = 36 - -[46] -oper = 7 -begin = 29.08.2020 19:19:08 -norma = 30 -real = 14 - -[47] -oper = 8 -begin = 29.08.2020 19:34:00 -norma = 40 -vac_time = 11 -real = 115 - -[48] -oper = 25 -begin = 29.08.2020 21:29:49 -norma = 30 -real = 10 - -[49] -oper = 9 -begin = 29.08.2020 21:39:50 -norma = 0 -real = 35 - -[50] -oper = 10 -begin = 29.08.2020 22:14:51 -norma = 0 -real = 293 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200829.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200829.337 deleted file mode 100644 index 788c6ff..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200829.337 +++ /dev/null @@ -1,32 +0,0 @@ -02:03:24 1598648604 祭 ० -02:03:24 1598648604 ⪫祭 ॣ '-2'(A) -02:03:25 1598648605 祭 ॣ '-2'(A) -04:50:21 1598658621 ⪫祭 ० (A) -04:50:30 1598658630 ⪫祭 ० ' ⮪ 㣨' -04:50:32 1598658632 ⪫祭 ॣ '-2'(A) -04:50:51 1598658651 祭 ० ᪠ -04:50:51 1598658651 祭 ० ᪠ -04:50:51 1598658651 祭 ० ᪠ -04:50:51 1598658651 祭 ० ᪠ -04:50:52 1598658652 祭 ० ᪠ -04:50:52 1598658652 祭 ० ᪠ -04:50:52 1598658652 祭 ० ᪠ -04:50:52 1598658652 祭 ० ᪠ -04:50:53 1598658653 祭 ० ᪠ -04:54:20 1598658860 ⪫祭 ० ᪠ (A) -18:42:25 1598708545 祭 ० ᪠ -18:42:26 1598708546 祭 ० ᪠ -18:42:26 1598708546 祭 ० ᪠ -18:43:43 1598708623 ⪫祭 ० ᪠ -18:44:21 1598708661 祭 ० ᪠ -18:44:22 1598708662 祭 ० ᪠ -18:46:23 1598708783 ⪫祭 ० ᪠ (A) -21:29:03 1598718543 祭 ॣ '-2'(A) -21:29:39 1598718579 ⪫祭 ॣ '-2'(A) -21:38:50 1598719130 祭 ० ࠧ -21:38:51 1598719131 祭 ० ' ⮪ 㣨' -21:40:02 1598719202 ⪫祭 ० ࠧ -21:40:24 1598719224 祭 ० ࠧ -21:42:53 1598719373 祭 ॣ '-2'(A) -22:14:51 1598721291 祭 ⠭ ॣ -22:14:51 1598721291 ⪫祭 ० ࠧ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200829.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200829.339 deleted file mode 100644 index 6f26e92..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200829.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200830.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200830.330 deleted file mode 100644 index ebc6025..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200830.330 +++ /dev/null @@ -1,5 +0,0 @@ -08:43:52 1598759032 3 14 -09:36:43 1598762203 0 A--32-067-2014 ॢ 0 -11:07:32 1598767652 1 11261 3 37 4 2 7 870 9 5470 10 770 11 -14:43:27 1598780607 2 p. cao M1,M2,M3,M4 11 -14:53:50 1598781230 1 11261 2 p. cao M1,M2,M3,M4 3 37 4 2 5 Ti 6 7 870 8 4600 9 5470 10 770 11 12 321672 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200830.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200830.331 deleted file mode 100644 index 2824041..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200830.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200830.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200830.332 deleted file mode 100644 index 191f215..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200830.332 +++ /dev/null @@ -1,60 +0,0 @@ -21 08:44:10 08:44:17 -Rsk= 17.3 Rkk= 12.2 - -22 09:02:30 09:18:01 -P1= 80.5 T1=09:13:01 P2=100.3 T2=09:18:01 Vs= 3.96 - -21 11:07:46 11:07:54 -Rsk= 17.3 Rkk= 12.1 - -22 12:09:18 12:19:49 -P1= 10.6 T1=12:14:49 P2= 19.1 T2=12:19:49 Vs= 1.70 - -20 13:52:05 13:52:14 -Riz_sol= 3683.4 - -21 13:52:20 13:52:27 -Rsk= 20.5 Rkk= 12.4 - -22 14:27:30 14:43:01 -P1= 35.3 T1=14:38:01 P2= 47.3 T2=14:43:01 Vs= 2.39 - -23 14:43:38 14:43:44 - - -24 14:44:40 14:45:16 - - -30 14:45:32 14:46:14 -Vst= 28.7 - -31 14:46:25 14:47:05 -Rom_sol= 16.6 - -32 14:48:06 14:49:18 -Imax=27.5 Umax=54.9 T= 9.4 - -33 14:49:21 14:49:53 -Imin=16.1 Umin=25.1 T= 0.8 - -34 14:49:56 14:50:25 -V=301.8 T= 9.6 - -35 14:50:28 14:51:22 -Q= 54.6 T= 9.2 - -36 14:51:25 14:51:58 -P1=0.23 T= 3.0 - -37 14:52:01 14:52:37 -T= 0.7 - -38 14:52:41 14:52:47 -t= 52.1 T= 0.7 - -39 14:52:50 14:52:56 -t= 52.4 T= 0.8 - -40 14:52:59 14:53:05 -t= 52.0 T= 0.8 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200830.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200830.333 deleted file mode 100644 index 4816951..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200830.333 +++ /dev/null @@ -1,20 +0,0 @@ -12 03:08:06 1598738886 -13 07:32:28 1598754748 -0 07:32:28 1598754748 -14 08:41:53 1598758913 -15 09:19:15 1598761155 -16 09:36:44 1598762204 -16 09:39:12 1598762352 -1 10:20:47 1598764847 -2 11:01:39 1598767299 -5 12:21:29 1598772089 -6 12:36:10 1598772970 -7 13:12:50 1598775170 -8 13:50:37 1598777437 -25 14:45:29 1598780729 -9 14:53:50 1598781230 -10 15:30:07 1598783407 -11 18:11:03 1598793063 -12 21:30:12 1598805012 -13 23:34:18 1598812458 -0 23:34:18 1598812458 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200830.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200830.334 deleted file mode 100644 index d4f5e59..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200830.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200830.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200830.336 deleted file mode 100644 index dda45c5..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200830.336 +++ /dev/null @@ -1,111 +0,0 @@ -[51] -oper = 12 -begin = 30.08.2020 03:08:06 -norma = 105 -real = 264 - -[52] -oper = 13 -begin = 30.08.2020 07:32:28 -norma = 45 -real = 69 - -[53] -oper = 14 -begin = 30.08.2020 08:41:53 -norma = 40 -vac_time = 8 -real = 37 - -[54] -oper = 15 -begin = 30.08.2020 09:19:15 -norma = 30 -real = 17 - -[55] -oper = 16 -begin = 30.08.2020 09:36:44 -norma = 40 -real = 2 - -[56] -oper = 16 -begin = 30.08.2020 09:39:12 -norma = 40 -real = 41 - -[57] -oper = 1 -begin = 30.08.2020 10:20:47 -norma = 85 -real = 40 - -[58] -oper = 2 -begin = 30.08.2020 11:01:39 -norma = 110 -vac_time = 10 -real = 79 - -[59] -oper = 5 -begin = 30.08.2020 12:21:29 -norma = 25 -real = 14 - -[60] -oper = 6 -begin = 30.08.2020 12:36:10 -norma = 35 -real = 36 - -[61] -oper = 7 -begin = 30.08.2020 13:12:50 -norma = 30 -real = 37 - -[62] -oper = 8 -begin = 30.08.2020 13:50:37 -norma = 40 -vac_time = 9 -real = 54 - -[63] -oper = 25 -begin = 30.08.2020 14:45:29 -norma = 30 -real = 8 - -[64] -oper = 9 -begin = 30.08.2020 14:53:50 -norma = 0 -real = 36 - -[65] -oper = 10 -begin = 30.08.2020 15:30:07 -norma = 0 -real = 160 - -[66] -oper = 11 -begin = 30.08.2020 18:11:03 -norma = 0 -real = 199 - -[67] -oper = 12 -begin = 30.08.2020 21:30:12 -norma = 105 -real = 124 - -[68] -oper = 13 -begin = 30.08.2020 23:34:18 -norma = 45 -real = 80 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200830.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200830.337 deleted file mode 100644 index d72a64d..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200830.337 +++ /dev/null @@ -1,35 +0,0 @@ -02:55:48 1598738148 祭 ० -02:55:49 1598738149 ⪫祭 ॣ '-2'(A) -02:55:50 1598738150 祭 ॣ '-2'(A) -03:08:07 1598738887 ⪫祭 ० ' ⮪ 㣨' -03:08:09 1598738889 ⪫祭 ॣ '-2'(A) -03:08:49 1598738929 祭 ० ᪠ -03:08:49 1598738929 祭 ० ᪠ -03:08:50 1598738930 祭 ० ᪠ -03:12:05 1598739125 ⪫祭 ० ᪠ (A) -04:05:48 1598742348 ⪫祭 ० (A) -09:18:43 1598761123 祭 ० ࠧ -09:18:45 1598761125 祭 ० ' ⮪ 㣨' -09:36:43 1598762203 ⪫祭 ० ࠧ (A) -09:39:13 1598762353 ⪫祭 ० ' ⮪ 㣨' -09:40:02 1598762402 祭 ० ᪠ -09:40:02 1598762402 祭 ० ᪠ -09:42:24 1598762544 ⪫祭 ० ᪠ (A) -11:07:33 1598767653 : 㦥 -12:36:58 1598773018 祭 ० ᪠ -12:39:27 1598773167 ⪫祭 ० ᪠ (A) -14:43:29 1598780609 : -14:43:54 1598780634 祭 ॣ '-2'(A) -14:43:56 1598780636 ⪫祭 ॣ '-2'(A) -14:44:00 1598780640 祭 ॣ '-2'(A) -14:44:31 1598780671 ⪫祭 ॣ '-2'(A) -14:44:41 1598780681 祭 ॣ '-2'(A) -14:45:16 1598780716 ⪫祭 ॣ '-2'(A) -14:55:23 1598781323 祭 ॣ '-2' -15:30:07 1598783407 祭 ⠭ ॣ -21:30:15 1598805015 ⪫祭 ॣ '-2'(A) -21:30:36 1598805036 祭 ० ᪠ -21:30:36 1598805036 祭 ० ᪠ -21:30:36 1598805036 祭 ० ᪠ -21:30:36 1598805036 祭 ० ᪠ -21:33:30 1598805210 ⪫祭 ० ᪠ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200830.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200830.339 deleted file mode 100644 index 597c30d..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200830.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200831.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200831.330 deleted file mode 100644 index fef1b15..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200831.330 +++ /dev/null @@ -1,7 +0,0 @@ -00:56:16 1598817376 3 14 -04:41:15 1598830875 1 11262 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 9 6360 -07:51:29 1598842289 11 -08:01:31 1598842891 1 11262 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 4600 9 6360 10 770 11 12 321672 -08:32:58 1598844778 0 A--32-078-2017 ॢ 1 -22:00:04 1598893204 3 14 -23:21:50 1598898110 0 A--32-120-2016 ॢ 0 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200831.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200831.331 deleted file mode 100644 index f15f770..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200831.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200831.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200831.332 deleted file mode 100644 index fa4fd33..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200831.332 +++ /dev/null @@ -1,69 +0,0 @@ -21 00:56:31 00:56:39 -Rsk= 17.3 Rkk= 12.2 - -22 01:19:25 01:29:55 -P1= 20.1 T1=01:24:55 P2= 45.1 T2=01:29:55 Vs= 5.00 - -21 04:41:28 04:41:36 -Rsk= 17.4 Rkk= 12.2 - -22 05:14:30 05:30:01 -P1= 31.9 T1=05:25:01 P2= 43.8 T2=05:30:01 Vs= 2.38 - -20 06:54:59 06:55:08 -Riz_sol= 3907.6 - -21 06:55:20 06:55:27 -Rsk= 17.3 Rkk= 12.1 - -22 07:39:27 07:49:57 -P1= 11.1 T1=07:44:57 P2= 23.6 T2=07:49:57 Vs= 2.50 - -23 07:51:40 07:51:47 - - -24 07:51:55 07:52:33 - - -30 07:53:09 07:53:51 -Vst= 28.7 - -31 07:54:04 07:55:05 -Rom_sol= 16.5 - -41 07:55:46 07:55:51 -Ukz= 1.08 - -32 07:55:55 07:57:04 -Imax=11.0 Umax=50.0 T= 9.4 - -33 07:57:07 07:57:36 -Imin=16.2 Umin=25.0 T= 0.8 - -34 07:57:39 07:58:07 -V=301.8 T= 9.6 - -35 07:58:10 07:59:02 -Q= 54.9 T= 9.1 - -36 07:59:04 07:59:36 -P1=0.27 T= 3.0 - -37 07:59:39 08:00:14 -T= 0.6 - -38 08:00:17 08:00:23 -t= 52.1 T= 0.7 - -39 08:00:25 08:00:31 -t= 52.4 T= 0.8 - -40 08:00:34 08:00:40 -t= 52.0 T= 0.7 - -21 22:00:25 22:00:33 -Rsk= 12.2 Rkk= 12.3 - -22 22:41:12 22:51:43 -P1= 7.0 T1=22:46:43 P2= 21.2 T2=22:51:43 Vs= 2.83 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200831.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200831.333 deleted file mode 100644 index 212ea97..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200831.333 +++ /dev/null @@ -1,20 +0,0 @@ -14 00:54:22 1598817262 -15 01:31:36 1598819496 -16 02:10:50 1598821850 -1 02:55:40 1598824540 -2 04:38:15 1598830695 -5 05:30:43 1598833843 -6 05:43:02 1598834582 -7 06:18:08 1598836688 -8 06:53:40 1598838820 -25 07:52:50 1598842370 -9 08:01:31 1598842891 -10 08:32:59 1598844779 -11 14:49:56 1598867396 -12 18:20:58 1598880058 -13 20:23:33 1598887413 -0 20:23:33 1598887413 -14 21:55:27 1598892927 -15 22:53:21 1598896401 -16 23:21:50 1598898110 -16 23:24:45 1598898285 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200831.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200831.334 deleted file mode 100644 index 3008dad..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200831.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200831.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200831.336 deleted file mode 100644 index b58a21f..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200831.336 +++ /dev/null @@ -1,118 +0,0 @@ -[69] -oper = 14 -begin = 31.08.2020 00:54:22 -norma = 40 -vac_time = 8 -real = 37 - -[70] -oper = 15 -begin = 31.08.2020 01:31:36 -norma = 30 -real = 39 - -[71] -oper = 16 -begin = 31.08.2020 02:10:50 -norma = 40 -real = 44 - -[72] -oper = 1 -begin = 31.08.2020 02:55:40 -norma = 85 -real = 102 - -[73] -oper = 2 -begin = 31.08.2020 04:38:15 -norma = 110 -vac_time = 9 -real = 52 - -[74] -oper = 5 -begin = 31.08.2020 05:30:43 -norma = 25 -real = 12 - -[75] -oper = 6 -begin = 31.08.2020 05:43:02 -norma = 35 -real = 35 - -[76] -oper = 7 -begin = 31.08.2020 06:18:08 -norma = 30 -real = 35 - -[77] -oper = 8 -begin = 31.08.2020 06:53:40 -norma = 40 -vac_time = 9 -real = 59 - -[78] -oper = 25 -begin = 31.08.2020 07:52:50 -norma = 30 -real = 8 - -[79] -oper = 9 -begin = 31.08.2020 08:01:31 -norma = 0 -real = 31 - -[80] -oper = 10 -begin = 31.08.2020 08:32:59 -norma = 0 -real = 376 - -[81] -oper = 11 -begin = 31.08.2020 14:49:56 -norma = 0 -real = 211 - -[82] -oper = 12 -begin = 31.08.2020 18:20:58 -norma = 105 -real = 122 - -[83] -oper = 13 -begin = 31.08.2020 20:23:33 -norma = 45 -real = 91 - -[84] -oper = 14 -begin = 31.08.2020 21:55:27 -norma = 40 -vac_time = 8 -real = 57 - -[85] -oper = 15 -begin = 31.08.2020 22:53:21 -norma = 30 -real = 28 - -[86] -oper = 16 -begin = 31.08.2020 23:21:50 -norma = 40 -real = 2 - -[87] -oper = 16 -begin = 31.08.2020 23:24:45 -norma = 40 -real = 47 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200831.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200831.337 deleted file mode 100644 index 3ad0441..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200831.337 +++ /dev/null @@ -1,60 +0,0 @@ -01:30:41 1598819441 祭 ० ࠧ -01:30:42 1598819442 祭 ० ' ⮪ 㣨' -01:31:32 1598819492 祭 ॣ '-2'(A) -02:02:00 1598821320 ⪫祭 ० ' ⮪ 㣨' -02:10:52 1598821852 ⪫祭 ० ࠧ -02:10:54 1598821854 ⪫祭 ॣ '-2'(A) -02:11:00 1598821860 祭 ० ᪠ -02:11:00 1598821860 祭 ० ᪠ -02:11:00 1598821860 祭 ० ᪠ -02:11:01 1598821861 祭 ० ᪠ -02:11:01 1598821861 祭 ० ᪠ -02:11:01 1598821861 祭 ० ᪠ -02:11:01 1598821861 祭 ० ᪠ -02:11:02 1598821862 祭 ० ᪠ -02:11:02 1598821862 祭 ० ᪠ -02:11:02 1598821862 祭 ० ᪠ -02:11:03 1598821863 祭 ० ᪠ -02:11:03 1598821863 祭 ० ᪠ -02:11:09 1598821869 祭 ० ᪠ -02:11:09 1598821869 祭 ० ᪠ -02:14:44 1598822084 ⪫祭 ० ᪠ (A) -05:43:27 1598834607 祭 ० ᪠ -05:43:27 1598834607 祭 ० ᪠ -05:43:27 1598834607 祭 ० ᪠ -05:43:27 1598834607 祭 ० ᪠ -05:43:28 1598834608 祭 ० ᪠ -05:43:28 1598834608 祭 ० ᪠ -05:43:28 1598834608 祭 ० ᪠ -05:46:48 1598834808 ⪫祭 ० ᪠ (A) -07:51:31 1598842291 : 㦥 -07:51:57 1598842317 祭 ॣ '-2'(A) -07:52:34 1598842354 ⪫祭 ॣ '-2'(A) -07:54:04 1598842444 祭 -07:54:06 1598842446 祭 -07:55:05 1598842505 ⪫祭 -08:01:00 1598842860 祭 ० ࠧ -08:01:01 1598842861 祭 ० ' ⮪ 㣨' -08:01:32 1598842892 : 믮 -08:18:29 1598843909 祭 ॣ '-2'(A) -08:32:58 1598844778 祭 ॣ . 殮 㣨 -08:32:58 1598844778 ⪫祭 ० ࠧ (A) -14:49:55 1598867395 祭 ० -14:49:56 1598867396 ⪫祭 ॣ '-2'(A) -14:49:57 1598867397 祭 ॣ '-2'(A) -15:45:57 1598870757 ⪫祭 ॣ '-2'(A) -18:20:55 1598880055 ⪫祭 ० (A) -18:20:56 1598880056 ⪫祭 -18:20:56 1598880056 : -18:20:59 1598880059 ⪫祭 ० ' ⮪ 㣨' -18:21:19 1598880079 祭 ० ᪠ -18:25:04 1598880304 ⪫祭 ० ᪠ (A) -18:50:55 1598881855 : 믮 -22:53:11 1598896391 祭 ० ࠧ -22:53:14 1598896394 祭 ० ' ⮪ 㣨' -22:53:23 1598896403 祭 ॣ '-2'(A) -23:21:50 1598898110 ⪫祭 ० ࠧ (A) -23:24:46 1598898286 ⪫祭 ० ' ⮪ 㣨' -23:24:48 1598898288 ⪫祭 ॣ '-2'(A) -23:24:55 1598898295 祭 ० ᪠ -23:28:38 1598898518 ⪫祭 ० ᪠ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200831.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200831.339 deleted file mode 100644 index 445b159..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200831.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200901.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200901.331 deleted file mode 100644 index 18bd645..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200901.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200901.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200901.333 deleted file mode 100644 index dab6a3c..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200901.333 +++ /dev/null @@ -1 +0,0 @@ -1 00:12:36 1598901156 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200901.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200901.334 deleted file mode 100644 index 51cf878..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200901.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200901.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200901.336 deleted file mode 100644 index 73b8eb1..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200901.336 +++ /dev/null @@ -1,6 +0,0 @@ -[88] -oper = 1 -begin = 01.09.2020 00:12:36 -norma = 85 -real = 2088 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200902.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200902.330 deleted file mode 100644 index aa68000..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200902.330 +++ /dev/null @@ -1,3 +0,0 @@ -11:23:39 1599027819 1 11263 3 25 9 6260 -16:21:54 1599045714 1 11263 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 4600 9 6260 10 770 11 12 321672 -16:52:47 1599047567 0 A--32-078-2017 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200902.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200902.331 deleted file mode 100644 index 01c4872..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200902.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200902.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200902.332 deleted file mode 100644 index 4760653..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200902.332 +++ /dev/null @@ -1,63 +0,0 @@ -21 11:02:01 11:02:08 -Rsk= 17.2 Rkk= 12.1 - -21 12:40:55 12:41:02 -Rsk= 17.4 Rkk= 12.3 - -22 13:09:59 05:00:00 -P1= 36.7 T1=13:20:30 P2= 50.3 T2=13:25:30 Vs= 2.73 - -20 14:46:25 14:46:35 -Riz_sol= 3679.2 - -21 14:46:41 14:46:49 -Rsk= 17.5 Rkk= 12.3 - -22 15:22:18 15:37:49 -P1= 31.2 T1=15:32:49 P2= 42.9 T2=15:37:49 Vs= 2.34 - -22 16:01:13 16:11:45 -P1= 10.1 T1=16:06:45 P2= 20.9 T2=16:11:45 Vs= 2.17 - -23 16:11:55 16:12:01 - - -24 16:12:09 16:12:43 - - -30 16:12:56 16:13:36 -Vst= 28.5 - -31 16:13:49 16:14:50 -Rom_sol= 16.1 - -41 16:15:29 16:15:34 -Ukz= 1.23 - -32 16:15:40 16:16:54 -Imax=11.0 Umax=50.0 T= 9.4 - -33 16:16:58 16:17:35 -Imin=16.2 Umin=25.1 T= 1.0 - -34 16:17:39 16:18:08 -V=301.8 T= 9.5 - -35 16:18:12 16:19:04 -Q= 54.9 T= 9.5 - -36 16:19:09 16:19:44 -P1=0.29 T= 3.1 - -37 16:19:48 16:20:24 -T= 0.7 - -38 16:20:28 16:20:34 -t= 52.1 T= 0.7 - -39 16:20:39 16:20:47 -t= 52.4 T= 0.5 - -40 16:20:51 16:21:01 -t= 51.9 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200902.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200902.333 deleted file mode 100644 index 2a70c2d..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200902.333 +++ /dev/null @@ -1,11 +0,0 @@ -2 11:00:52 1599026452 -7 12:36:32 1599032192 -2 12:40:12 1599032412 -5 13:28:14 1599035294 -6 13:40:42 1599036042 -7 14:15:05 1599038105 -8 14:44:18 1599039858 -25 16:12:53 1599045173 -9 16:21:54 1599045714 -10 16:52:47 1599047567 -11 22:49:47 1599068987 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200902.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200902.334 deleted file mode 100644 index 45a58ae..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200902.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200902.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200902.336 deleted file mode 100644 index 95de0d9..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200902.336 +++ /dev/null @@ -1,70 +0,0 @@ -[89] -oper = 2 -begin = 02.09.2020 11:00:52 -norma = 110 -vac_time = 9 -vac_avg10 = 9.0 -real = 95 - -[90] -oper = 7 -begin = 02.09.2020 12:36:32 -norma = 30 -real = 3 - -[91] -oper = 2 -begin = 02.09.2020 12:40:12 -norma = 110 -vac_time = 8 -real = 48 - -[92] -oper = 5 -begin = 02.09.2020 13:28:14 -norma = 25 -real = 12 - -[93] -oper = 6 -begin = 02.09.2020 13:40:42 -norma = 35 -real = 34 - -[94] -oper = 7 -begin = 02.09.2020 14:15:05 -norma = 30 -real = 29 - -[95] -oper = 8 -begin = 02.09.2020 14:44:18 -norma = 40 -vac_time = 9 -real = 88 - -[96] -oper = 25 -begin = 02.09.2020 16:12:53 -norma = 30 -real = 9 - -[97] -oper = 9 -begin = 02.09.2020 16:21:54 -norma = 0 -real = 30 - -[98] -oper = 10 -begin = 02.09.2020 16:52:47 -norma = 0 -real = 357 - -[99] -oper = 11 -begin = 02.09.2020 22:49:47 -norma = 0 -real = 211 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200902.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200902.337 deleted file mode 100644 index 255d05a..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200902.337 +++ /dev/null @@ -1,19 +0,0 @@ -11:23:42 1599027822 : 㦥 -13:40:55 1599036055 祭 ० ᪠ -13:44:42 1599036282 ⪫祭 ० ᪠ (A) -16:12:10 1599045130 祭 ॣ '-2'(A) -16:12:44 1599045164 ⪫祭 ॣ '-2'(A) -16:13:46 1599045226 ' ' -16:13:46 1599045226 祭 -16:13:50 1599045230 祭 -16:14:50 1599045290 ⪫祭 -16:21:26 1599045686 祭 ० ࠧ -16:21:27 1599045687 祭 ० ' ⮪ 㣨' -16:21:55 1599045715 : 믮 -16:38:18 1599046698 祭 ॣ '-2'(A) -16:52:47 1599047567 ⪫祭 ० ࠧ (A) -16:52:48 1599047568 祭 ॣ . 殮 㣨 -22:49:46 1599068986 祭 ० -22:49:47 1599068987 ⪫祭 ॣ '-2'(A) -22:49:48 1599068988 祭 ॣ '-2'(A) -23:45:49 1599072349 ⪫祭 ॣ '-2'(A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200902.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200902.339 deleted file mode 100644 index ec24f50..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200902.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200903.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200903.330 deleted file mode 100644 index e653b99..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200903.330 +++ /dev/null @@ -1,7 +0,0 @@ -04:52:03 1599090723 3 14 -07:16:27 1599099387 1 11264 2 p. cao M1,M2,M3,M4 3 37 4 3 9 5230 11 -10:52:30 1599112350 2 ᯥਬ 11 -11:33:03 1599114783 1 11264 2 ᯥਬ 3 37 4 3 5 Ti 6 7 870 8 4600 9 5230 10 770 11 12 321672 -12:24:24 1599117864 0 A--32-079-2018 ॢ 2 -21:17:15 1599149835 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 14 -23:13:48 1599156828 1 11265 3 25 9 5900 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200903.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200903.331 deleted file mode 100644 index 20b1e66..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200903.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200903.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200903.332 deleted file mode 100644 index d446531..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200903.332 +++ /dev/null @@ -1,72 +0,0 @@ -21 04:52:20 04:52:27 -Rsk= 17.6 Rkk= 12.3 - -22 05:11:10 05:21:41 -P1= 19.2 T1=05:16:40 P2= 40.9 T2=05:21:41 Vs= 4.34 - -21 07:16:44 07:16:51 -Rsk= 17.8 Rkk= 12.7 - -22 08:10:09 08:20:41 -P1= 7.8 T1=08:15:40 P2= 21.4 T2=08:20:41 Vs= 2.72 - -21 10:29:21 10:29:29 -Rsk= 18.1 Rkk= 12.8 - -20 10:29:36 10:29:46 -Riz_sol= 6187.6 - -22 11:05:08 11:20:40 -P1= 29.9 T1=11:15:40 P2= 41.3 T2=11:20:40 Vs= 2.27 - -23 11:21:43 11:21:49 - - -24 11:21:57 11:22:34 - - -30 11:22:54 11:23:33 -Vst= 28.7 - -31 11:23:57 11:24:58 -Rom_sol= 15.8 - -41 11:25:48 11:25:53 -Ukz= 0.55 - -32 11:26:02 11:27:14 -Imax=27.5 Umax=55.0 T= 9.4 - -33 11:27:19 11:27:50 -Imin=16.2 Umin=25.0 T= 0.8 - -34 11:27:55 11:28:26 -V=301.7 T= 9.5 - -35 11:28:29 11:29:23 -Q= 54.7 T= 9.1 - -36 11:29:29 11:30:03 -P1=0.25 T= 3.0 - -37 11:30:13 11:30:50 -T= 0.7 - -38 11:30:54 11:31:00 -t= 52.1 T= 0.7 - -39 11:31:05 11:31:14 -t= 52.3 T= 0.5 - -40 11:31:19 11:31:25 -t= 51.9 T= 0.8 - -21 21:17:36 21:17:43 -Rsk= 17.6 Rkk= 12.3 - -22 21:35:27 21:45:58 -P1= 21.3 T1=21:40:58 P2= 43.5 T2=21:45:58 Vs= 4.46 - -21 23:13:59 23:14:07 -Rsk= 17.8 Rkk= 12.6 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200903.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200903.333 deleted file mode 100644 index 5561c07..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200903.333 +++ /dev/null @@ -1,24 +0,0 @@ -12 02:20:50 1599081650 -13 04:25:22 1599089122 -0 04:25:22 1599089122 -14 04:49:55 1599090595 -15 05:22:21 1599092541 -16 05:49:07 1599094147 -1 06:30:47 1599096647 -2 07:13:02 1599099182 -5 08:27:58 1599103678 -6 08:42:20 1599104540 -7 09:26:15 1599107175 -8 10:28:04 1599110884 -25 11:22:49 1599114169 -9 11:33:03 1599114783 -10 12:24:25 1599117865 -11 14:50:44 1599126644 -12 18:27:45 1599139665 -13 20:34:55 1599147295 -0 20:34:55 1599147295 -14 21:14:43 1599149683 -15 21:47:59 1599151679 -16 22:11:24 1599153084 -1 22:51:46 1599155506 -2 23:12:06 1599156726 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200903.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200903.334 deleted file mode 100644 index d144bad..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200903.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200903.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200903.336 deleted file mode 100644 index ae03de9..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200903.336 +++ /dev/null @@ -1,137 +0,0 @@ -[00] -oper = 12 -begin = 03.09.2020 02:20:50 -norma = 105 -real = 124 - -[01] -oper = 13 -begin = 03.09.2020 04:25:22 -norma = 45 -real = 24 - -[02] -oper = 14 -begin = 03.09.2020 04:49:55 -norma = 40 -vac_time = 8 -real = 32 - -[03] -oper = 15 -begin = 03.09.2020 05:22:21 -norma = 30 -real = 26 - -[04] -oper = 16 -begin = 03.09.2020 05:49:07 -norma = 40 -real = 41 - -[05] -oper = 1 -begin = 03.09.2020 06:30:47 -norma = 85 -real = 42 - -[06] -oper = 2 -begin = 03.09.2020 07:13:02 -norma = 110 -vac_time = 9 -real = 74 - -[07] -oper = 5 -begin = 03.09.2020 08:27:58 -norma = 25 -real = 14 - -[08] -oper = 6 -begin = 03.09.2020 08:42:20 -norma = 35 -real = 43 - -[09] -oper = 7 -begin = 03.09.2020 09:26:15 -norma = 30 -real = 61 - -[10] -oper = 8 -begin = 03.09.2020 10:28:04 -norma = 40 -vac_time = 9 -real = 54 - -[11] -oper = 25 -begin = 03.09.2020 11:22:49 -norma = 30 -real = 10 - -[12] -oper = 9 -begin = 03.09.2020 11:33:03 -norma = 0 -real = 51 - -[13] -oper = 10 -begin = 03.09.2020 12:24:25 -norma = 0 -real = 146 - -[14] -oper = 11 -begin = 03.09.2020 14:50:44 -norma = 0 -real = 217 - -[15] -oper = 12 -begin = 03.09.2020 18:27:45 -norma = 105 -real = 127 - -[16] -oper = 13 -begin = 03.09.2020 20:34:55 -norma = 45 -real = 39 - -[17] -oper = 14 -begin = 03.09.2020 21:14:43 -norma = 40 -vac_time = 8 -real = 33 - -[18] -oper = 15 -begin = 03.09.2020 21:47:59 -norma = 30 -real = 23 - -[19] -oper = 16 -begin = 03.09.2020 22:11:24 -norma = 40 -real = 40 - -[20] -oper = 1 -begin = 03.09.2020 22:51:46 -norma = 85 -real = 20 - -[21] -oper = 2 -begin = 03.09.2020 23:12:06 -norma = 110 -vac_time = 9 -real = 51 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200903.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200903.337 deleted file mode 100644 index ca2fe6c..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200903.337 +++ /dev/null @@ -1,88 +0,0 @@ -02:20:47 1599081647 ⪫祭 ० (A) -02:20:49 1599081649 ⪫祭 -02:20:49 1599081649 : -02:20:51 1599081651 ⪫祭 ० ' ⮪ 㣨' -02:20:59 1599081659 '⪫ ' -02:21:37 1599081697 祭 ० ᪠ -02:21:37 1599081697 祭 ० ᪠ -02:21:37 1599081697 祭 ० ᪠ -02:24:02 1599081842 ⪫祭 ० ᪠ (A) -02:50:48 1599083448 : 믮 -05:22:11 1599092531 祭 ० ࠧ -05:22:13 1599092533 祭 ० ' ⮪ 㣨' -05:48:32 1599094112 ⪫祭 ० ' ⮪ 㣨' -05:49:43 1599094183 ⪫祭 ० ࠧ (A) -05:49:45 1599094185 祭 ० ᪠ -05:49:45 1599094185 祭 ० ᪠ -05:52:07 1599094327 ⪫祭 ० ᪠ (A) -08:44:35 1599104675 祭 ० ᪠ -08:46:09 1599104769 ⪫祭 ० ᪠ -08:46:09 1599104769 ⪫祭 ० ᪠ -08:46:11 1599104771 祭 ० ᪠ -08:46:44 1599104804 ⪫祭 ० ᪠ -08:46:44 1599104804 ⪫祭 ० ᪠ -08:46:46 1599104806 祭 ० ᪠ -08:47:09 1599104829 ⪫祭 ० ᪠ (A) -10:52:33 1599112353 : 㦥 -11:20:09 1599114009 ' ' -11:20:09 1599114009 祭 -11:22:00 1599114120 祭 ॣ '-2'(A) -11:22:35 1599114155 ⪫祭 ॣ '-2'(A) -11:23:58 1599114238 祭 -11:24:58 1599114298 ⪫祭 -11:32:02 1599114722 祭 ० ࠧ -11:32:04 1599114724 祭 ० ' ⮪ 㣨' -11:33:03 1599114783 : 믮 -11:54:25 1599116065 祭 ॣ '-2'(A) -12:24:24 1599117864 ⪫祭 ० ࠧ (A) -12:24:25 1599117865 祭 ॣ . 殮 㣨 -14:50:43 1599126643 祭 ० -14:50:44 1599126644 ⪫祭 ॣ '-2'(A) -14:50:45 1599126645 祭 ॣ '-2'(A) -15:57:44 1599130664 ⪫祭 ॣ '-2'(A) -18:27:39 1599139659 ⪫祭 ० (A) -18:27:40 1599139660 ⪫祭 -18:27:40 1599139660 : -18:27:46 1599139666 ⪫祭 ० ' ⮪ 㣨' -18:28:18 1599139698 祭 ० ᪠ -18:28:18 1599139698 祭 ० ᪠ -18:28:19 1599139699 祭 ० ᪠ -18:28:19 1599139699 祭 ० ᪠ -18:28:19 1599139699 祭 ० ᪠ -18:28:20 1599139700 祭 ० ᪠ -18:28:20 1599139700 祭 ० ᪠ -18:28:20 1599139700 祭 ० ᪠ -18:28:20 1599139700 祭 ० ᪠ -18:28:21 1599139701 祭 ० ᪠ -18:28:21 1599139701 祭 ० ᪠ -18:28:21 1599139701 祭 ० ᪠ -18:28:21 1599139701 祭 ० ᪠ -18:28:22 1599139702 祭 ० ᪠ -18:28:22 1599139702 祭 ० ᪠ -18:28:22 1599139702 祭 ० ᪠ -18:28:23 1599139703 祭 ० ᪠ -18:28:23 1599139703 祭 ० ᪠ -18:28:24 1599139704 祭 ० ᪠ -18:28:24 1599139704 祭 ० ᪠ -18:28:24 1599139704 祭 ० ᪠ -18:28:25 1599139705 祭 ० ᪠ -18:32:33 1599139953 ⪫祭 ० ᪠ (A) -18:57:40 1599141460 : 믮 -21:47:51 1599151671 祭 ० ࠧ -21:47:52 1599151672 祭 ० ' ⮪ 㣨' -21:47:57 1599151677 祭 ॣ '-2'(A) -22:02:51 1599152571 ⪫祭 ० ' ⮪ 㣨' -22:11:26 1599153086 ⪫祭 ० ࠧ -22:11:27 1599153087 ⪫祭 ॣ '-2'(A) -22:11:38 1599153098 祭 ० ᪠ -22:11:38 1599153098 祭 ० ᪠ -22:11:39 1599153099 祭 ० ᪠ -22:11:39 1599153099 祭 ० ᪠ -22:11:39 1599153099 祭 ० ᪠ -22:11:40 1599153100 祭 ० ᪠ -22:11:40 1599153100 祭 ० ᪠ -22:11:40 1599153100 祭 ० ᪠ -22:11:40 1599153100 祭 ० ᪠ -22:11:41 1599153101 祭 ० ᪠ -22:16:17 1599153377 ⪫祭 ० ᪠ (A) -23:13:50 1599156830 : 㦥 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200903.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200903.339 deleted file mode 100644 index 9d0f779..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200903.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200904.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200904.330 deleted file mode 100644 index 5554f3a..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200904.330 +++ /dev/null @@ -1,8 +0,0 @@ -02:22:45 1599168165 1 11265 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 3 5 Ti 6 7 870 8 4600 9 5900 10 770 11 12 321672 -02:54:01 1599170041 0 A--32-078-2017 ॢ 1 -15:14:00 1599214440 3 14 -18:07:38 1599224858 1 11266 2 BT 18, 20, 22, 23, 25 3 25 7 770 10 670 -22:30:15 1599240615 4 2 -22:30:40 1599240640 9 4490 -22:31:35 1599240695 1 11266 2 BT 18, 20, 22, 23, 25 3 25 4 2 5 Ti 6 7 770 8 4600 9 4490 10 670 11 12 321672 -23:00:18 1599242418 0 A--32-068-2019 ॢ 2 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200904.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200904.331 deleted file mode 100644 index 14b68e3..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200904.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200904.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200904.332 deleted file mode 100644 index 292b08f..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200904.332 +++ /dev/null @@ -1,120 +0,0 @@ -22 23:51:36 00:02:07 -P1= 8.4 T1=23:57:07 P2= 22.4 T2=00:02:07 Vs= 2.81 - -20 01:22:06 01:22:16 -Riz_sol= 3022.8 - -21 01:22:21 01:22:29 -Rsk= 17.8 Rkk= 12.5 - -22 01:59:31 02:10:02 -P1= 10.1 T1=02:05:02 P2= 24.4 T2=02:10:02 Vs= 2.87 - -23 02:12:52 02:12:58 - - -24 02:13:09 02:13:45 - - -30 02:13:54 02:14:35 -Vst= 28.7 - -31 02:14:44 02:15:45 -Rom_sol= 16.0 - -41 02:16:32 02:16:37 -Ukz= 0.88 - -32 02:16:39 02:17:47 -Imax=11.0 Umax=50.0 T= 9.2 - -33 02:17:50 02:18:20 -Imin=16.2 Umin=25.0 T= 0.8 - -34 02:18:22 02:18:50 -V=301.8 T= 9.5 - -35 02:18:52 02:20:22 -Q= 54.8 T= 9.0 - -36 02:20:25 02:21:09 -P1=0.28 T= 3.2 - -37 02:21:12 02:21:49 -T= 0.7 - -38 02:21:51 02:21:57 -t= 52.1 T= 0.7 - -39 02:21:59 02:22:05 -t= 52.4 T= 0.7 - -40 02:22:07 02:22:13 -t= 52.0 T= 0.7 - -21 15:14:25 15:14:32 -Rsk= 12.5 Rkk= 12.5 - -22 15:40:40 15:51:10 -P1= 13.3 T1=15:46:10 P2= 31.8 T2=15:51:10 Vs= 3.70 - -21 18:06:15 18:06:22 -Rsk= 17.8 Rkk= 12.5 - -22 18:33:48 18:49:18 -P1= 29.1 T1=18:44:18 P2= 39.8 T2=18:49:18 Vs= 2.13 - -20 20:20:38 20:20:48 -Riz_sol= 8287.7 - -21 20:21:01 20:21:09 -Rsk= 18.2 Rkk= 12.9 - -31 20:27:49 20:28:50 -Rom_sol= 12.5 - -22 22:09:24 22:19:55 -P1= 4.4 T1=22:14:55 P2= 9.1 T2=22:19:55 Vs= 0.94 - -23 22:20:14 22:20:20 - - -24 22:20:26 22:20:59 - - -30 22:21:12 22:21:55 -Vst= 28.7 - -31 22:22:10 22:23:10 -Rom_sol= 12.4 - -41 22:23:42 22:23:47 -Ukz= 0.92 - -32 22:23:50 22:25:17 -Imax=11.0 Umax=50.0 T= 9.4 - -33 22:25:22 22:26:07 -Imin=16.2 Umin=25.0 T= 0.8 - -34 22:26:10 22:26:43 -V=301.8 T= 9.5 - -35 22:26:49 22:27:45 -Q= 54.9 T= 9.3 - -36 22:27:49 22:28:31 -P1=0.28 T= 3.1 - -37 22:28:48 22:29:29 -T= 0.7 - -38 22:29:32 22:29:40 -t= 52.1 T= 0.7 - -39 22:29:44 22:29:51 -t= 52.4 T= 0.7 - -40 22:29:55 22:30:03 -t= 52.0 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200904.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200904.333 deleted file mode 100644 index a7f0b1e..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200904.333 +++ /dev/null @@ -1,23 +0,0 @@ -5 00:03:26 1599159806 -6 00:13:21 1599160401 -7 00:51:35 1599162695 -8 01:19:32 1599164372 -25 02:13:51 1599167631 -9 02:22:45 1599168165 -10 02:54:01 1599170041 -11 08:27:14 1599190034 -12 11:58:17 1599202697 -13 14:05:23 1599210323 -0 14:05:23 1599210323 -14 15:11:11 1599214271 -15 15:55:37 1599216937 -16 16:24:50 1599218690 -1 17:04:41 1599221081 -2 18:03:48 1599224628 -5 18:52:19 1599227539 -6 19:02:56 1599228176 -7 19:43:36 1599230616 -8 20:16:53 1599232613 -25 22:21:08 1599240068 -9 22:31:35 1599240695 -10 23:00:19 1599242419 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200904.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200904.334 deleted file mode 100644 index 3278a31..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200904.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200904.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200904.336 deleted file mode 100644 index 055fcaa..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200904.336 +++ /dev/null @@ -1,137 +0,0 @@ -[22] -oper = 5 -begin = 04.09.2020 00:03:26 -norma = 25 -real = 9 - -[23] -oper = 6 -begin = 04.09.2020 00:13:21 -norma = 35 -real = 38 - -[24] -oper = 7 -begin = 04.09.2020 00:51:35 -norma = 30 -real = 27 - -[25] -oper = 8 -begin = 04.09.2020 01:19:32 -norma = 40 -vac_time = 9 -real = 54 - -[26] -oper = 25 -begin = 04.09.2020 02:13:51 -norma = 30 -real = 8 - -[27] -oper = 9 -begin = 04.09.2020 02:22:45 -norma = 0 -real = 31 - -[28] -oper = 10 -begin = 04.09.2020 02:54:01 -norma = 0 -real = 333 - -[29] -oper = 11 -begin = 04.09.2020 08:27:14 -norma = 0 -real = 211 - -[30] -oper = 12 -begin = 04.09.2020 11:58:17 -norma = 105 -real = 127 - -[31] -oper = 13 -begin = 04.09.2020 14:05:23 -norma = 45 -real = 65 - -[32] -oper = 14 -begin = 04.09.2020 15:11:11 -norma = 40 -vac_time = 8 -real = 44 - -[33] -oper = 15 -begin = 04.09.2020 15:55:37 -norma = 30 -real = 29 - -[34] -oper = 16 -begin = 04.09.2020 16:24:50 -norma = 40 -real = 39 - -[35] -oper = 1 -begin = 04.09.2020 17:04:41 -norma = 85 -real = 59 - -[36] -oper = 2 -begin = 04.09.2020 18:03:48 -norma = 110 -vac_time = 8 -vac_avg10 = 8.5 -real = 48 - -[37] -oper = 5 -begin = 04.09.2020 18:52:19 -norma = 25 -real = 10 - -[38] -oper = 6 -begin = 04.09.2020 19:02:56 -norma = 35 -real = 40 - -[39] -oper = 7 -begin = 04.09.2020 19:43:36 -norma = 30 -real = 33 - -[40] -oper = 8 -begin = 04.09.2020 20:16:53 -norma = 40 -vac_time = 8 -real = 124 - -[41] -oper = 25 -begin = 04.09.2020 22:21:08 -norma = 30 -real = 10 - -[42] -oper = 9 -begin = 04.09.2020 22:31:35 -norma = 0 -real = 28 - -[43] -oper = 10 -begin = 04.09.2020 23:00:19 -norma = 0 -real = 237 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200904.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200904.337 deleted file mode 100644 index 30636f3..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200904.337 +++ /dev/null @@ -1,80 +0,0 @@ -00:13:32 1599160412 祭 ० ᪠ -00:16:49 1599160609 ⪫祭 ० ᪠ (A) -02:13:10 1599167590 祭 ॣ '-2'(A) -02:13:45 1599167625 ⪫祭 ॣ '-2'(A) -02:14:43 1599167683 ' ' -02:14:43 1599167683 祭 -02:14:45 1599167685 祭 -02:15:45 1599167745 ⪫祭 -02:22:21 1599168141 祭 ० ࠧ -02:22:22 1599168142 祭 ० ' ⮪ 㣨' -02:22:46 1599168166 : 믮 -02:39:31 1599169171 祭 ॣ '-2'(A) -02:54:01 1599170041 祭 ॣ . 殮 㣨 -02:54:01 1599170041 ⪫祭 ० ࠧ (A) -08:27:14 1599190034 祭 ० -08:27:14 1599190034 ⪫祭 ॣ '-2'(A) -08:27:15 1599190035 祭 ॣ '-2'(A) -09:23:15 1599193395 ⪫祭 ॣ '-2'(A) -11:58:14 1599202694 ⪫祭 ० (A) -11:58:16 1599202696 ⪫祭 -11:58:16 1599202696 : -11:58:19 1599202699 ⪫祭 ० ' ⮪ 㣨' -11:58:34 1599202714 祭 ० ᪠ -12:03:24 1599203004 ⪫祭 ० ᪠ -12:08:17 1599203297 祭 ० ᪠ -12:08:19 1599203299 . ⪫祭 ० ᪠ (A) -12:08:21 1599203301 祭 ० ᪠ -12:08:21 1599203301 . ⪫祭 ० ᪠ (A) -12:08:21 1599203301 祭 ० ᪠ -12:08:21 1599203301 . ⪫祭 ० ᪠ (A) -12:08:22 1599203302 祭 ० ᪠ -12:08:22 1599203302 . ⪫祭 ० ᪠ (A) -12:08:22 1599203302 祭 ० ᪠ -12:08:22 1599203302 . ⪫祭 ० ᪠ (A) -12:08:22 1599203302 祭 ० ᪠ -12:08:22 1599203302 . ⪫祭 ० ᪠ (A) -12:08:39 1599203319 祭 ० ᪠ -12:09:35 1599203375 ⪫祭 ० ᪠ (A) -12:28:16 1599204496 : 믮 -15:55:25 1599216925 祭 ० ࠧ -15:55:26 1599216926 祭 ० ' ⮪ 㣨' -15:55:34 1599216934 祭 ॣ '-2'(A) -16:11:38 1599217898 ⪫祭 ० ' ⮪ 㣨' -16:24:54 1599218694 ⪫祭 ॣ '-2'(A) -16:25:15 1599218715 ⪫祭 ० ࠧ -16:25:20 1599218720 祭 ० ᪠ -16:25:21 1599218721 祭 ० ᪠ -16:25:21 1599218721 祭 ० ᪠ -16:25:21 1599218721 祭 ० ᪠ -16:25:21 1599218721 祭 ० ᪠ -16:25:22 1599218722 祭 ० ᪠ -16:25:22 1599218722 祭 ० ᪠ -16:28:39 1599218919 ⪫祭 ० ᪠ (A) -18:07:41 1599224861 : 㦥 -19:03:12 1599228192 祭 ० ᪠ -19:03:12 1599228192 祭 ० ᪠ -19:03:12 1599228192 祭 ० ᪠ -19:03:12 1599228192 祭 ० ᪠ -19:03:13 1599228193 祭 ० ᪠ -19:03:13 1599228193 祭 ० ᪠ -19:03:13 1599228193 祭 ० ᪠ -19:06:49 1599228409 ⪫祭 ० ᪠ (A) -20:27:46 1599233266 ' ' -20:27:46 1599233266 祭 -20:27:50 1599233270 祭 -20:28:50 1599233330 ⪫祭 -20:29:09 1599233349 '⪫ ' -20:29:09 1599233349 ⪫祭 -22:20:28 1599240028 祭 ॣ '-2'(A) -22:21:01 1599240061 ⪫祭 ॣ '-2'(A) -22:22:07 1599240127 ' ' -22:22:07 1599240127 祭 -22:22:11 1599240131 祭 -22:23:11 1599240191 ⪫祭 -22:31:06 1599240666 祭 ० ࠧ -22:31:08 1599240668 祭 ० ' ⮪ 㣨' -22:31:36 1599240696 : 믮 -22:48:17 1599241697 祭 ॣ '-2'(A) -23:00:18 1599242418 祭 ॣ . 殮 㣨 -23:00:18 1599242418 ⪫祭 ० ࠧ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200904.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200904.339 deleted file mode 100644 index 739d14d..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200904.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200905.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200905.330 deleted file mode 100644 index ce9d2e6..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200905.330 +++ /dev/null @@ -1,5 +0,0 @@ -08:23:04 1599276184 3 14 -09:20:36 1599279636 0 A--32-067-2014 ॢ 0 -12:49:50 1599292190 1 11267 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 9 3040 12 321544 -17:00:56 1599307256 1 11267 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 4600 9 3040 10 670 11 12 321544 -17:29:39 1599308979 0 A--32-068-2019 ॢ 2 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200905.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200905.331 deleted file mode 100644 index ff3d029..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200905.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200905.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200905.332 deleted file mode 100644 index 6c59c13..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200905.332 +++ /dev/null @@ -1,63 +0,0 @@ -21 08:23:28 08:23:35 -Rsk= 17.8 Rkk= 12.6 - -22 08:45:14 08:55:44 -P1= 14.5 T1=08:50:44 P2= 33.0 T2=08:55:44 Vs= 3.69 - -21 12:36:19 12:36:26 -Rsk= 17.9 Rkk= 12.6 - -22 12:59:36 13:15:07 -P1= 39.9 T1=13:10:07 P2= 53.9 T2=13:15:07 Vs= 2.80 - -20 16:08:40 16:08:49 -Riz_sol= 6876.3 - -21 16:08:57 16:09:04 -Rsk= 17.9 Rkk= 12.6 - -22 16:40:09 16:50:39 -P1= 12.0 T1=16:45:39 P2= 26.7 T2=16:50:39 Vs= 2.94 - -23 16:51:04 16:51:10 - - -24 16:51:17 16:51:55 - - -30 16:52:12 16:52:51 -Vst= 28.6 - -31 16:53:02 16:54:03 -Rom_sol= 12.5 - -41 16:54:43 16:54:48 -Ukz= 1.25 - -32 16:54:52 16:56:02 -Imax=11.0 Umax=50.0 T= 9.4 - -33 16:56:06 16:56:38 -Imin=16.1 Umin=25.0 T= 0.8 - -34 16:56:42 16:57:10 -V=301.8 T= 9.5 - -35 16:57:13 16:58:06 -Q= 54.9 T= 9.1 - -36 16:58:10 16:58:43 -P1=0.27 T= 3.1 - -37 16:58:48 16:59:24 -T= 0.7 - -38 16:59:27 16:59:33 -t= 52.1 T= 0.7 - -39 16:59:37 16:59:43 -t= 52.4 T= 0.7 - -40 16:59:47 16:59:53 -t= 51.9 T= 0.5 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200905.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200905.333 deleted file mode 100644 index 06810b6..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200905.333 +++ /dev/null @@ -1,19 +0,0 @@ -11 02:57:40 1599256660 -12 05:41:26 1599266486 -13 07:51:48 1599274308 -0 07:51:48 1599274308 -14 08:19:57 1599275997 -15 08:56:24 1599278184 -16 09:20:36 1599279636 -16 09:25:16 1599279916 -1 10:14:22 1599282862 -2 12:32:18 1599291138 -5 13:16:07 1599293767 -6 13:30:00 1599294600 -7 15:05:28 1599300328 -8 16:05:11 1599303911 -25 16:52:07 1599306727 -9 17:00:56 1599307256 -10 17:29:39 1599308979 -11 20:03:38 1599318218 -12 22:47:23 1599328043 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200905.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200905.334 deleted file mode 100644 index ebe61bc..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200905.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200905.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200905.336 deleted file mode 100644 index d9e6440..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200905.336 +++ /dev/null @@ -1,111 +0,0 @@ -[44] -oper = 11 -begin = 05.09.2020 02:57:40 -norma = 0 -real = 163 - -[45] -oper = 12 -begin = 05.09.2020 05:41:26 -norma = 105 -real = 130 - -[46] -oper = 13 -begin = 05.09.2020 07:51:48 -norma = 45 -real = 28 - -[47] -oper = 14 -begin = 05.09.2020 08:19:57 -norma = 40 -vac_time = 8 -real = 36 - -[48] -oper = 15 -begin = 05.09.2020 08:56:24 -norma = 30 -real = 24 - -[49] -oper = 16 -begin = 05.09.2020 09:20:36 -norma = 40 -real = 4 - -[50] -oper = 16 -begin = 05.09.2020 09:25:16 -norma = 40 -real = 49 - -[51] -oper = 1 -begin = 05.09.2020 10:14:22 -norma = 85 -real = 137 - -[52] -oper = 2 -begin = 05.09.2020 12:32:18 -norma = 110 -vac_time = 9 -real = 43 - -[53] -oper = 5 -begin = 05.09.2020 13:16:07 -norma = 25 -real = 13 - -[54] -oper = 6 -begin = 05.09.2020 13:30:00 -norma = 35 -real = 95 - -[55] -oper = 7 -begin = 05.09.2020 15:05:28 -norma = 30 -real = 59 - -[56] -oper = 8 -begin = 05.09.2020 16:05:11 -norma = 40 -vac_time = 9 -real = 46 - -[57] -oper = 25 -begin = 05.09.2020 16:52:07 -norma = 30 -real = 8 - -[58] -oper = 9 -begin = 05.09.2020 17:00:56 -norma = 0 -real = 28 - -[59] -oper = 10 -begin = 05.09.2020 17:29:39 -norma = 0 -real = 153 - -[60] -oper = 11 -begin = 05.09.2020 20:03:38 -norma = 0 -real = 163 - -[61] -oper = 12 -begin = 05.09.2020 22:47:23 -norma = 105 -real = 107 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200905.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200905.337 deleted file mode 100644 index 80c6323..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200905.337 +++ /dev/null @@ -1,48 +0,0 @@ -02:57:39 1599256659 祭 ० -02:57:39 1599256659 ⪫祭 ॣ '-2'(A) -02:57:41 1599256661 祭 ॣ '-2'(A) -03:47:40 1599259660 ⪫祭 ॣ '-2'(A) -05:41:22 1599266482 ⪫祭 ० (A) -05:41:23 1599266483 ⪫祭 -05:41:23 1599266483 : -05:41:27 1599266487 ⪫祭 ० ' ⮪ 㣨' -05:41:38 1599266498 祭 ० ᪠ -05:41:38 1599266498 祭 ० ᪠ -05:45:18 1599266718 ⪫祭 ० ᪠ (A) -06:11:23 1599268283 : 믮 -08:56:12 1599278172 祭 ० ࠧ -08:56:14 1599278174 祭 ० ' ⮪ 㣨' -08:57:15 1599278235 祭 ॣ '-2'(A) -09:20:36 1599279636 ⪫祭 ० ࠧ (A) -09:25:18 1599279918 ⪫祭 ० ' ⮪ 㣨' -09:25:20 1599279920 ⪫祭 ॣ '-2'(A) -09:25:26 1599279926 祭 ० ᪠ -09:25:26 1599279926 祭 ० ᪠ -09:25:26 1599279926 祭 ० ᪠ -09:28:58 1599280138 ⪫祭 ० ᪠ (A) -12:49:53 1599292193 : 㦥 -13:30:16 1599294616 祭 ० ᪠ -13:34:09 1599294849 ⪫祭 ० ᪠ (A) -16:51:20 1599306680 祭 ॣ '-2'(A) -16:51:56 1599306716 ⪫祭 ॣ '-2'(A) -16:52:57 1599306777 祭 -16:53:04 1599306784 祭 -16:54:04 1599306844 ⪫祭 -17:00:25 1599307225 祭 ० ࠧ -17:00:28 1599307228 祭 ० ' ⮪ 㣨' -17:00:57 1599307257 : 믮 -17:17:39 1599308259 祭 ॣ '-2'(A) -17:29:39 1599308979 ⪫祭 ० ࠧ (A) -17:29:40 1599308980 祭 ॣ . 殮 㣨 -20:03:37 1599318217 祭 ० -20:03:38 1599318218 ⪫祭 ॣ '-2'(A) -20:03:39 1599318219 祭 ॣ '-2'(A) -20:53:39 1599321219 ⪫祭 ॣ '-2'(A) -22:47:20 1599328040 ⪫祭 ० (A) -22:47:22 1599328042 ⪫祭 -22:47:22 1599328042 : -22:47:25 1599328045 ⪫祭 ० ' ⮪ 㣨' -22:48:10 1599328090 祭 ० ᪠ -22:48:10 1599328090 祭 ० ᪠ -22:50:58 1599328258 ⪫祭 ० ᪠ (A) -23:17:21 1599329841 : 믮 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200905.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200905.339 deleted file mode 100644 index 6b2a63d..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200905.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200906.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200906.330 deleted file mode 100644 index 274ae92..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200906.330 +++ /dev/null @@ -1,9 +0,0 @@ -01:10:33 1599336633 3 14 -02:05:12 1599339912 0 A--32-067-2014 ॢ 0 -03:53:55 1599346435 1 11268 3 25 9 4720 10 690 -06:20:57 1599355257 1 11268 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 4600 9 4720 10 690 11 12 321544 -06:51:30 1599357090 0 A--32-074-2016 ॢ 1 -16:29:06 1599391746 3 14 -18:42:28 1599399748 1 11269 3 25 7 870 9 5090 10 770 12 321672 -21:38:46 1599410326 1 11269 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 4600 9 5090 10 770 11 12 321672 -22:09:38 1599412178 0 A--32-078-2017 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200906.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200906.331 deleted file mode 100644 index b8b1a0a..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200906.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200906.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200906.332 deleted file mode 100644 index 3a4e0ac..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200906.332 +++ /dev/null @@ -1,129 +0,0 @@ -21 01:10:14 01:10:22 -Rsk= 17.8 Rkk= 12.5 - -22 01:29:31 01:40:01 -P1= 22.0 T1=01:35:01 P2= 44.8 T2=01:40:01 Vs= 4.55 - -21 03:52:10 03:52:18 -Rsk= 18.0 Rkk= 12.7 - -22 04:19:31 04:35:02 -P1= 32.7 T1=04:30:02 P2= 44.8 T2=04:35:02 Vs= 2.43 - -20 05:37:35 05:37:44 -Riz_sol= 7982.2 - -21 05:37:49 05:37:57 -Rsk= 17.9 Rkk= 12.6 - -22 06:00:12 06:10:43 -P1= 11.4 T1=06:05:43 P2= 25.6 T2=06:10:43 Vs= 2.84 - -23 06:11:40 06:11:46 - - -24 06:11:52 06:12:30 - - -30 06:12:42 06:13:32 -Vst= 28.7 - -31 06:13:42 06:14:43 -Rom_sol= 12.4 - -41 06:15:09 06:15:14 -Ukz= 0.88 - -32 06:15:19 06:16:28 -Imax=11.0 Umax=49.9 T= 9.2 - -33 06:16:32 06:17:00 -Imin=16.2 Umin=25.0 T= 0.8 - -34 06:17:03 06:17:30 -V=301.8 T= 9.5 - -35 06:17:33 06:18:26 -Q= 54.7 T= 9.2 - -36 06:18:29 06:19:07 -P1=0.27 T= 3.1 - -37 06:19:09 06:19:45 -T= 0.7 - -38 06:19:48 06:19:53 -t= 52.1 T= 0.7 - -39 06:19:56 06:20:03 -t= 52.3 T= 0.7 - -40 06:20:06 06:20:11 -t= 51.9 T= 0.7 - -21 16:29:21 16:29:28 -Rsk= 17.6 Rkk= 12.3 - -22 16:45:58 16:56:28 -P1= 19.7 T1=16:51:28 P2= 41.8 T2=16:56:28 Vs= 4.41 - -21 18:42:45 18:42:53 -Rsk= 17.6 Rkk= 12.3 - -22 19:15:02 19:25:33 -P1= 8.1 T1=19:20:33 P2= 20.0 T2=19:25:33 Vs= 2.38 - -20 20:36:53 20:37:03 -Riz_sol= 6343.1 - -21 20:37:09 20:37:16 -Rsk= 17.7 Rkk= 12.5 - -22 21:07:52 21:18:23 -P1= 8.2 T1=21:13:23 P2= 19.1 T2=21:18:23 Vs= 2.17 - -22 21:19:03 21:29:34 -P1= 9.2 T1=21:24:34 P2= 18.4 T2=21:29:34 Vs= 1.84 - -23 21:29:43 21:29:49 - - -24 21:29:54 21:30:31 - - -30 21:30:41 21:31:21 -Vst= 28.8 - -31 21:31:24 21:32:25 -Rom_sol= 12.8 - -41 21:32:50 21:32:55 -Ukz= 0.91 - -32 21:32:58 21:34:07 -Imax=11.0 Umax=50.0 T= 9.8 - -33 21:34:10 21:34:39 -Imin=16.2 Umin=25.0 T= 0.8 - -34 21:34:42 21:35:11 -V=301.8 T= 9.5 - -35 21:35:14 21:36:07 -Q= 54.7 T= 9.1 - -36 21:36:09 21:36:47 -P1=0.30 T= 3.1 - -37 21:36:51 21:37:26 -T= 0.7 - -38 21:37:31 21:37:39 -t= 52.1 T= 0.7 - -39 21:37:42 21:37:49 -t= 52.4 T= 0.7 - -40 21:37:52 21:37:58 -t= 52.0 T= 0.5 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200906.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200906.333 deleted file mode 100644 index 1e4db1d..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200906.333 +++ /dev/null @@ -1,31 +0,0 @@ -13 00:34:37 1599334477 -0 00:34:37 1599334477 -14 01:08:33 1599336513 -15 01:40:53 1599338453 -16 02:05:13 1599339913 -16 02:08:35 1599340115 -1 02:39:28 1599341968 -2 03:49:17 1599346157 -5 04:36:52 1599349012 -6 04:48:33 1599349713 -7 05:22:47 1599351767 -8 05:31:09 1599352269 -25 06:12:40 1599354760 -9 06:20:57 1599355257 -10 06:51:30 1599357090 -11 11:00:55 1599372055 -12 13:44:04 1599381844 -13 15:40:31 1599388831 -0 15:40:31 1599388831 -14 16:25:39 1599391539 -15 16:57:05 1599393425 -16 17:21:01 1599394861 -1 18:02:26 1599397346 -2 18:37:55 1599399475 -5 19:26:19 1599402379 -6 19:39:47 1599403187 -7 20:15:08 1599405308 -8 20:33:08 1599406388 -25 21:30:38 1599409838 -9 21:38:46 1599410326 -10 22:09:39 1599412179 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200906.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200906.334 deleted file mode 100644 index 89fe15b..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200906.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200906.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200906.335 deleted file mode 100644 index f2a9769..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200906.335 +++ /dev/null @@ -1,2 +0,0 @@ -100 19:11:49 1599401509 -107 21:18:29 1599409109 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200906.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200906.336 deleted file mode 100644 index a21800c..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200906.336 +++ /dev/null @@ -1,181 +0,0 @@ -[62] -oper = 13 -begin = 06.09.2020 00:34:37 -norma = 45 -real = 33 - -[63] -oper = 14 -begin = 06.09.2020 01:08:33 -norma = 40 -vac_time = 8 -real = 32 - -[64] -oper = 15 -begin = 06.09.2020 01:40:53 -norma = 30 -real = 24 - -[65] -oper = 16 -begin = 06.09.2020 02:05:13 -norma = 40 -real = 3 - -[66] -oper = 16 -begin = 06.09.2020 02:08:35 -norma = 40 -real = 30 - -[67] -oper = 1 -begin = 06.09.2020 02:39:28 -norma = 85 -real = 69 - -[68] -oper = 2 -begin = 06.09.2020 03:49:17 -norma = 110 -vac_time = 8 -real = 47 - -[69] -oper = 5 -begin = 06.09.2020 04:36:52 -norma = 25 -real = 11 - -[70] -oper = 6 -begin = 06.09.2020 04:48:33 -norma = 35 -real = 34 - -[71] -oper = 7 -begin = 06.09.2020 05:22:47 -norma = 30 -real = 8 - -[72] -oper = 8 -begin = 06.09.2020 05:31:09 -norma = 40 -vac_time = 8 -real = 41 - -[73] -oper = 25 -begin = 06.09.2020 06:12:40 -norma = 30 -real = 8 - -[74] -oper = 9 -begin = 06.09.2020 06:20:57 -norma = 0 -real = 30 - -[75] -oper = 10 -begin = 06.09.2020 06:51:30 -norma = 0 -real = 249 - -[76] -oper = 11 -begin = 06.09.2020 11:00:55 -norma = 0 -real = 163 - -[77] -oper = 12 -begin = 06.09.2020 13:44:04 -norma = 105 -real = 116 - -[78] -oper = 13 -begin = 06.09.2020 15:40:31 -norma = 45 -real = 45 - -[79] -oper = 14 -begin = 06.09.2020 16:25:39 -norma = 40 -vac_time = 8 -real = 31 - -[80] -oper = 15 -begin = 06.09.2020 16:57:05 -norma = 30 -real = 23 - -[81] -oper = 16 -begin = 06.09.2020 17:21:01 -norma = 40 -real = 41 - -[82] -oper = 1 -begin = 06.09.2020 18:02:26 -norma = 85 -real = 35 - -[83] -oper = 2 -begin = 06.09.2020 18:37:55 -norma = 110 -vac_time = 8 -real = 48 - -[84] -oper = 5 -begin = 06.09.2020 19:26:19 -norma = 25 -real = 13 - -[85] -oper = 6 -begin = 06.09.2020 19:39:47 -norma = 35 -real = 35 - -[86] -oper = 7 -begin = 06.09.2020 20:15:08 -norma = 30 -real = 18 - -[87] -oper = 8 -begin = 06.09.2020 20:33:08 -norma = 40 -vac_time = 8 -vac_avg10 = 8.2 -real = 57 - -[88] -oper = 25 -begin = 06.09.2020 21:30:38 -norma = 30 -real = 8 - -[89] -oper = 9 -begin = 06.09.2020 21:38:46 -norma = 0 -real = 30 - -[90] -oper = 10 -begin = 06.09.2020 22:09:39 -norma = 0 -real = 294 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200906.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200906.337 deleted file mode 100644 index d99f749..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200906.337 +++ /dev/null @@ -1,61 +0,0 @@ -01:40:30 1599338430 祭 ० ࠧ -01:40:33 1599338433 祭 ० ' ⮪ 㣨' -01:40:51 1599338451 祭 ॣ '-2'(A) -02:05:12 1599339912 ⪫祭 ० ࠧ (A) -02:08:36 1599340116 ⪫祭 ० ' ⮪ 㣨' -02:08:38 1599340118 ⪫祭 ॣ '-2'(A) -02:09:04 1599340144 祭 ० ᪠ -02:09:05 1599340145 祭 ० ᪠ -02:09:05 1599340145 祭 ० ᪠ -02:12:04 1599340324 ⪫祭 ० ᪠ (A) -03:53:57 1599346437 : 㦥 -04:48:43 1599349723 祭 ० ᪠ -04:48:43 1599349723 祭 ० ᪠ -04:48:43 1599349723 祭 ० ᪠ -04:51:51 1599349911 ⪫祭 ० ᪠ (A) -06:11:55 1599354715 祭 ॣ '-2'(A) -06:12:31 1599354751 ⪫祭 ॣ '-2'(A) -06:13:41 1599354821 祭 -06:13:43 1599354823 祭 -06:14:43 1599354883 ⪫祭 -06:20:18 1599355218 祭 ० ࠧ -06:20:20 1599355220 祭 ० ' ⮪ 㣨' -06:20:58 1599355258 : 믮 -06:38:01 1599356281 祭 ॣ '-2'(A) -06:51:30 1599357090 ⪫祭 ० ࠧ (A) -06:51:31 1599357091 祭 ⠭ ॣ -11:00:55 1599372055 祭 ० -11:00:56 1599372056 ⪫祭 ॣ '-2'(A) -11:00:57 1599372057 祭 ॣ '-2'(A) -11:56:57 1599375417 ⪫祭 ॣ '-2'(A) -13:43:59 1599381839 ⪫祭 ० (A) -13:44:00 1599381840 ⪫祭 -13:44:00 1599381840 : -13:44:06 1599381846 ⪫祭 ० ' ⮪ 㣨' -13:44:41 1599381881 祭 ० ᪠ -13:44:42 1599381882 祭 ० ᪠ -13:44:42 1599381882 祭 ० ᪠ -13:47:49 1599382069 ⪫祭 ० ᪠ (A) -14:14:00 1599383640 : 믮 -16:56:46 1599393406 祭 ० ࠧ -16:56:49 1599393409 祭 ० ' ⮪ 㣨' -17:20:22 1599394822 ⪫祭 ० ' ⮪ 㣨' -17:21:37 1599394897 祭 ० ᪠ -17:24:08 1599395048 ⪫祭 ० ᪠ (A) -18:42:30 1599399750 : 㦥 -19:40:18 1599403218 祭 ० ᪠ -19:40:18 1599403218 祭 ० ᪠ -19:40:18 1599403218 祭 ० ᪠ -19:42:58 1599403378 ⪫祭 ० ᪠ (A) -21:29:56 1599409796 祭 ॣ '-2'(A) -21:30:32 1599409832 ⪫祭 ॣ '-2'(A) -21:30:43 1599409843 ' ' -21:30:43 1599409843 祭 -21:31:26 1599409886 祭 -21:32:25 1599409945 ⪫祭 -21:38:22 1599410302 祭 ० ࠧ -21:38:24 1599410304 祭 ० ' ⮪ 㣨' -21:38:47 1599410327 : 믮 -21:55:09 1599411309 祭 ॣ '-2'(A) -22:09:38 1599412178 ⪫祭 ० ࠧ (A) -22:09:39 1599412179 祭 ॣ . 殮 㣨 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200906.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200906.339 deleted file mode 100644 index 6e0d7a4..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200906.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200907.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200907.330 deleted file mode 100644 index 1e907ae..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200907.330 +++ /dev/null @@ -1,4 +0,0 @@ -09:16:06 1599452166 3 14 -11:54:11 1599461651 1 11270 3 25 9 5320 -15:40:14 1599475214 1 11270 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 4600 9 5320 10 770 11 12 321672 -16:11:06 1599477066 0 A--32-078-2017 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200907.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200907.331 deleted file mode 100644 index bf9227b..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200907.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200907.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200907.332 deleted file mode 100644 index 7a81706..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200907.332 +++ /dev/null @@ -1,66 +0,0 @@ -21 09:16:25 09:16:33 -Rsk= 17.6 Rkk= 12.4 - -22 09:37:16 09:47:47 -P1= 17.1 T1=09:42:47 P2= 37.3 T2=09:47:47 Vs= 4.03 - -21 11:54:26 11:54:34 -Rsk= 17.5 Rkk= 12.3 - -22 12:24:24 12:34:55 -P1= 9.8 T1=12:29:55 P2= 24.9 T2=12:34:55 Vs= 3.01 - -21 14:02:41 14:02:48 -Rsk= 17.6 Rkk= 12.4 - -20 14:02:55 14:03:04 -Riz_sol=10994.6 - -22 15:17:51 15:28:22 -P1= 4.9 T1=15:23:22 P2= 10.3 T2=15:28:22 Vs= 1.07 - -23 15:28:30 15:28:37 - - -24 15:28:44 15:29:20 - - -30 15:29:36 15:30:17 -Vst= 28.7 - -31 15:30:30 15:31:30 -Rom_sol= 12.8 - -41 15:32:24 15:32:29 -Ukz= 0.96 - -32 15:32:45 15:34:04 -Imax=11.0 Umax=50.0 T= 9.4 - -33 15:34:08 15:34:59 -Imin=16.1 Umin=25.0 T= 0.8 - -34 15:35:09 15:35:34 -V=301.9 T= 8.8 - -34 15:36:13 15:36:41 -V=301.9 T= 9.6 - -35 15:36:47 15:37:49 -Q= 54.7 T=11.9 - -36 15:37:55 15:38:26 -P1=0.29 T= 3.0 - -37 15:38:30 15:39:05 -T= 0.7 - -38 15:39:08 15:39:15 -t= 52.1 T= 0.7 - -39 15:39:19 15:39:26 -t= 52.4 T= 0.7 - -40 15:39:29 15:39:36 -t= 52.0 T= 0.7 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200907.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200907.333 deleted file mode 100644 index 790a9d8..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200907.333 +++ /dev/null @@ -1,17 +0,0 @@ -11 03:03:55 1599429835 -12 06:34:56 1599442496 -13 08:43:40 1599450220 -0 08:43:40 1599450220 -14 09:14:22 1599452062 -15 09:49:36 1599454176 -16 10:19:43 1599455983 -1 11:06:05 1599458765 -2 11:51:36 1599461496 -5 12:36:13 1599464173 -6 12:47:35 1599464855 -7 13:30:53 1599467453 -8 14:00:30 1599469230 -25 15:29:33 1599474573 -9 15:40:14 1599475214 -10 16:11:07 1599477067 -11 21:12:47 1599495167 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200907.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200907.334 deleted file mode 100644 index e26d00b..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200907.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200907.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200907.335 deleted file mode 100644 index 5aee8e2..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200907.335 +++ /dev/null @@ -1 +0,0 @@ -56 15:35:34 1599474934 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200907.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200907.336 deleted file mode 100644 index 1556168..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200907.336 +++ /dev/null @@ -1,99 +0,0 @@ -[91] -oper = 11 -begin = 07.09.2020 03:03:55 -norma = 0 -real = 211 - -[92] -oper = 12 -begin = 07.09.2020 06:34:56 -norma = 105 -real = 128 - -[93] -oper = 13 -begin = 07.09.2020 08:43:40 -norma = 45 -real = 30 - -[94] -oper = 14 -begin = 07.09.2020 09:14:22 -norma = 40 -vac_time = 8 -real = 35 - -[95] -oper = 15 -begin = 07.09.2020 09:49:36 -norma = 30 -real = 30 - -[96] -oper = 16 -begin = 07.09.2020 10:19:43 -norma = 40 -real = 46 - -[97] -oper = 1 -begin = 07.09.2020 11:06:05 -norma = 85 -real = 45 - -[98] -oper = 2 -begin = 07.09.2020 11:51:36 -norma = 110 -vac_time = 8 -real = 44 - -[99] -oper = 5 -begin = 07.09.2020 12:36:13 -norma = 25 -real = 11 - -[00] -oper = 6 -begin = 07.09.2020 12:47:35 -norma = 35 -real = 43 - -[01] -oper = 7 -begin = 07.09.2020 13:30:53 -norma = 30 -real = 29 - -[02] -oper = 8 -begin = 07.09.2020 14:00:30 -norma = 40 -vac_time = 8 -real = 89 - -[03] -oper = 25 -begin = 07.09.2020 15:29:33 -norma = 30 -real = 10 - -[04] -oper = 9 -begin = 07.09.2020 15:40:14 -norma = 0 -real = 30 - -[05] -oper = 10 -begin = 07.09.2020 16:11:07 -norma = 0 -real = 301 - -[06] -oper = 11 -begin = 07.09.2020 21:12:47 -norma = 0 -real = 211 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200907.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200907.337 deleted file mode 100644 index 5f1a5ad..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200907.337 +++ /dev/null @@ -1,44 +0,0 @@ -03:03:54 1599429834 祭 ० -03:03:55 1599429835 ⪫祭 ॣ '-2'(A) -03:03:56 1599429836 祭 ॣ '-2'(A) -03:59:55 1599433195 ⪫祭 ॣ '-2'(A) -06:34:54 1599442494 ⪫祭 ० (A) -06:34:55 1599442495 ⪫祭 -06:34:55 1599442495 : -06:34:58 1599442498 ⪫祭 ० ' ⮪ 㣨' -06:35:19 1599442519 祭 ० ᪠ -06:38:23 1599442703 ⪫祭 ० ᪠ (A) -07:04:55 1599444295 : 믮 -09:49:19 1599454159 祭 ० ࠧ -09:49:19 1599454159 祭 ० ' ⮪ 㣨' -09:49:33 1599454173 祭 ॣ '-2'(A) -10:15:59 1599455759 ⪫祭 ० ' ⮪ 㣨' -10:19:44 1599455984 ⪫祭 ० ࠧ -10:19:46 1599455986 ⪫祭 ॣ '-2'(A) -10:19:55 1599455995 祭 ० ᪠ -10:19:55 1599455995 祭 ० ᪠ -10:19:55 1599455995 祭 ० ᪠ -10:19:55 1599455995 祭 ० ᪠ -10:19:56 1599455996 祭 ० ᪠ -10:22:46 1599456166 ⪫祭 ० ᪠ (A) -11:54:14 1599461654 : 㦥 -12:47:44 1599464864 祭 ० ᪠ -12:47:45 1599464865 祭 ० ᪠ -12:47:45 1599464865 祭 ० ᪠ -12:51:18 1599465078 ⪫祭 ० ᪠ (A) -15:28:45 1599474525 祭 ॣ '-2'(A) -15:29:22 1599474562 ⪫祭 ॣ '-2'(A) -15:30:26 1599474626 ' ' -15:30:26 1599474626 祭 -15:30:30 1599474630 祭 -15:31:30 1599474690 ⪫祭 -15:39:50 1599475190 祭 ० ࠧ -15:39:52 1599475192 祭 ० ' ⮪ 㣨' -15:40:15 1599475215 : 믮 -15:56:36 1599476196 祭 ॣ '-2'(A) -16:11:06 1599477066 ⪫祭 ० ࠧ (A) -16:11:06 1599477066 祭 ॣ . 殮 㣨 -21:12:47 1599495167 祭 ० -21:12:48 1599495168 ⪫祭 ॣ '-2'(A) -21:12:49 1599495169 祭 ॣ '-2'(A) -22:08:49 1599498529 ⪫祭 ॣ '-2'(A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200907.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200907.339 deleted file mode 100644 index 74a7276..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200907.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200908.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200908.330 deleted file mode 100644 index 62e9770..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200908.330 +++ /dev/null @@ -1,6 +0,0 @@ -03:27:51 1599517671 3 14 -08:57:41 1599537461 1 11271 2 p. cao M1,M2,M3,M4 3 37 7 770 9 4400 10 670 11 -15:00:58 1599559258 1 11271 2 p. cao M1,M2,M3,M4 3 37 4 2 5 Ti 6 7 770 8 4600 9 4400 10 670 11 12 321672 -15:34:43 1599561283 0 A--32-006-2018 ॢ 4 -22:31:57 1599586317 3 14 -23:28:37 1599589717 0 A--32-067-2014 ॢ 0 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200908.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200908.331 deleted file mode 100644 index 97eee82..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200908.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200908.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200908.332 deleted file mode 100644 index 6d73e1e..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200908.332 +++ /dev/null @@ -1,87 +0,0 @@ -21 03:28:12 03:28:20 -Rsk= 12.2 Rkk= 12.3 - -22 04:00:17 04:10:48 -P1= 9.0 T1=04:05:48 P2= 24.6 T2=04:10:48 Vs= 3.12 - -21 08:58:00 08:58:08 -Rsk= 2.4 Rkk= 4.7 - -21 08:58:29 08:58:36 -Rsk= 1.9 Rkk= 4.7 - -21 08:58:39 08:58:47 -Rsk= 2.0 Rkk= 4.7 - -21 08:59:31 08:59:39 -Rsk= 6.1 Rkk= 6.8 - -22 09:35:39 09:51:10 -P1= 49.2 T1=09:46:10 P2= 73.6 T2=09:51:10 Vs= 4.88 - -22 10:11:08 10:21:38 -P1= 9.2 T1=10:16:38 P2= 22.7 T2=10:21:38 Vs= 2.71 - -21 11:52:31 11:52:39 -Rsk= 18.0 Rkk= 12.8 - -20 11:52:47 11:52:56 -Riz_sol= 3933.0 - -20 13:43:45 13:43:55 -Riz_sol= 7396.8 - -21 13:44:06 13:44:13 -Rsk= 17.7 Rkk= 12.5 - -22 14:40:03 14:50:34 -P1= 9.3 T1=14:45:34 P2= 18.5 T2=14:50:34 Vs= 1.84 - -23 14:50:51 14:50:58 - - -24 14:51:02 14:51:40 - - -30 14:51:50 14:52:30 -Vst= 28.6 - -31 14:53:33 14:54:04 -Rom_sol= 12.4 - -41 14:54:40 14:54:45 -Ukz= 0.67 - -32 14:54:47 14:55:59 -Imax=27.5 Umax=55.0 T= 9.4 - -33 14:56:03 14:56:37 -Imin=16.2 Umin=25.0 T= 0.8 - -34 14:56:40 14:57:09 -V=301.8 T= 9.6 - -35 14:57:13 14:58:05 -Q= 54.5 T= 9.1 - -36 14:58:11 14:58:42 -P1=0.29 T= 3.1 - -37 14:58:47 14:59:24 -T= 0.8 - -38 14:59:28 14:59:35 -t= 52.1 T= 0.7 - -39 14:59:38 14:59:46 -t= 52.4 T= 0.7 - -40 14:59:49 14:59:58 -t= 52.0 T= 0.7 - -21 22:32:07 22:32:14 -Rsk= 17.3 Rkk= 12.0 - -22 22:47:56 22:58:26 -P1= 20.7 T1=22:53:26 P2= 43.8 T2=22:58:26 Vs= 4.63 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200908.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200908.333 deleted file mode 100644 index 9152db0..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200908.333 +++ /dev/null @@ -1,25 +0,0 @@ -12 00:43:49 1599507829 -13 02:48:48 1599515328 -0 02:48:48 1599515328 -14 03:25:49 1599517549 -15 04:11:36 1599520296 -16 04:40:18 1599522018 -1 05:24:50 1599524690 -2 08:54:37 1599537277 -5 10:22:58 1599542578 -6 10:36:14 1599543374 -7 11:18:11 1599545891 -8 11:50:57 1599547857 -13 12:22:06 1599549726 -8 13:42:20 1599554540 -25 14:51:47 1599558707 -9 15:00:58 1599559258 -10 15:34:43 1599561283 -11 17:31:32 1599568292 -12 20:20:46 1599578446 -13 22:05:53 1599584753 -0 22:05:53 1599584753 -14 22:28:55 1599586135 -15 22:59:28 1599587968 -16 23:28:37 1599589717 -16 23:29:30 1599589770 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200908.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200908.334 deleted file mode 100644 index 58ef2c4..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200908.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200908.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200908.336 deleted file mode 100644 index a35dcf1..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200908.336 +++ /dev/null @@ -1,143 +0,0 @@ -[07] -oper = 12 -begin = 08.09.2020 00:43:49 -norma = 105 -real = 124 - -[08] -oper = 13 -begin = 08.09.2020 02:48:48 -norma = 45 -real = 37 - -[09] -oper = 14 -begin = 08.09.2020 03:25:49 -norma = 40 -vac_time = 8 -real = 45 - -[10] -oper = 15 -begin = 08.09.2020 04:11:36 -norma = 30 -real = 28 - -[11] -oper = 16 -begin = 08.09.2020 04:40:18 -norma = 40 -real = 44 - -[12] -oper = 1 -begin = 08.09.2020 05:24:50 -norma = 85 -real = 209 - -[13] -oper = 2 -begin = 08.09.2020 08:54:37 -norma = 110 -vac_time = 13 -real = 88 - -[14] -oper = 5 -begin = 08.09.2020 10:22:58 -norma = 25 -real = 13 - -[15] -oper = 6 -begin = 08.09.2020 10:36:14 -norma = 35 -real = 41 - -[16] -oper = 7 -begin = 08.09.2020 11:18:11 -norma = 30 -real = 32 - -[17] -oper = 8 -begin = 08.09.2020 11:50:57 -norma = 40 -vac_time = 8 -real = 31 - -[18] -oper = 13 -begin = 08.09.2020 12:22:06 -norma = 45 -real = 80 - -[19] -oper = 8 -begin = 08.09.2020 13:42:20 -norma = 40 -vac_time = 9 -real = 69 - -[20] -oper = 25 -begin = 08.09.2020 14:51:47 -norma = 30 -real = 9 - -[21] -oper = 9 -begin = 08.09.2020 15:00:58 -norma = 0 -real = 33 - -[22] -oper = 10 -begin = 08.09.2020 15:34:43 -norma = 0 -real = 116 - -[23] -oper = 11 -begin = 08.09.2020 17:31:32 -norma = 0 -real = 169 - -[24] -oper = 12 -begin = 08.09.2020 20:20:46 -norma = 105 -real = 105 - -[25] -oper = 13 -begin = 08.09.2020 22:05:53 -norma = 45 -real = 23 - -[26] -oper = 14 -begin = 08.09.2020 22:28:55 -norma = 40 -vac_time = 8 -real = 30 - -[27] -oper = 15 -begin = 08.09.2020 22:59:28 -norma = 30 -real = 29 - -[28] -oper = 16 -begin = 08.09.2020 23:28:37 -norma = 40 -real = 0 - -[29] -oper = 16 -begin = 08.09.2020 23:29:30 -norma = 40 -real = 47 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200908.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200908.337 deleted file mode 100644 index f6579da..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200908.337 +++ /dev/null @@ -1,57 +0,0 @@ -00:43:47 1599507827 ⪫祭 ० (A) -00:43:48 1599507828 ⪫祭 -00:43:48 1599507828 : -00:43:51 1599507831 ⪫祭 ० ' ⮪ 㣨' -00:44:10 1599507850 祭 ० ᪠ -00:44:10 1599507850 祭 ० ᪠ -00:47:45 1599508065 ⪫祭 ० ᪠ (A) -01:13:48 1599509628 : 믮 -04:11:13 1599520273 祭 ० ࠧ -04:11:14 1599520274 祭 ० ' ⮪ 㣨' -04:11:15 1599520275 ⪫祭 ० ' ⮪ 㣨' -04:11:17 1599520277 祭 ० ' ⮪ 㣨' -04:12:58 1599520378 祭 ॣ '-2'(A) -04:40:05 1599522005 ⪫祭 ० ' ⮪ 㣨' -04:40:22 1599522022 ⪫祭 ॣ '-2'(A) -04:40:31 1599522031 祭 ० ᪠ -04:40:31 1599522031 祭 ० ᪠ -04:40:32 1599522032 祭 ० ᪠ -04:40:32 1599522032 祭 ० ᪠ -04:43:47 1599522227 ⪫祭 ० ᪠ (A) -10:36:37 1599543397 祭 ० ᪠ -10:36:38 1599543398 祭 ० ᪠ -10:36:38 1599543398 祭 ० ᪠ -10:36:38 1599543398 祭 ० ᪠ -10:36:38 1599543398 祭 ० ᪠ -10:36:39 1599543399 祭 ० ᪠ -10:36:39 1599543399 祭 ० ᪠ -10:36:39 1599543399 祭 ० ᪠ -10:36:39 1599543399 祭 ० ᪠ -10:36:40 1599543400 祭 ० ᪠ -10:39:52 1599543592 ⪫祭 ० ᪠ (A) -14:51:04 1599558664 祭 ॣ '-2'(A) -14:51:40 1599558700 ⪫祭 ॣ '-2'(A) -15:00:21 1599559221 祭 ० ࠧ -15:00:23 1599559223 祭 ० ' ⮪ 㣨' -15:20:42 1599560442 祭 ॣ '-2'(A) -15:34:43 1599561283 ⪫祭 ० ࠧ (A) -15:34:43 1599561283 祭 ⠭ ॣ -17:31:32 1599568292 祭 ० -17:31:32 1599568292 ⪫祭 ॣ '-2'(A) -17:31:33 1599568293 祭 ॣ '-2'(A) -18:33:34 1599572014 ⪫祭 ॣ '-2'(A) -20:20:36 1599578436 ⪫祭 ० (A) -20:20:38 1599578438 ⪫祭 ० ' ⮪ 㣨' -20:21:10 1599578470 祭 ० ᪠ -20:21:10 1599578470 祭 ० ᪠ -20:21:11 1599578471 祭 ० ᪠ -20:24:46 1599578686 ⪫祭 ० ᪠ (A) -22:58:43 1599587923 祭 ० ࠧ -22:58:44 1599587924 祭 ० ' ⮪ 㣨' -22:58:46 1599587926 祭 ॣ '-2'(A) -23:28:37 1599589717 ⪫祭 ० ࠧ (A) -23:29:31 1599589771 ⪫祭 ० ' ⮪ 㣨' -23:29:34 1599589774 ⪫祭 ॣ '-2'(A) -23:30:12 1599589812 祭 ० ᪠ -23:30:12 1599589812 祭 ० ᪠ -23:33:22 1599590002 ⪫祭 ० ᪠ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200908.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200908.339 deleted file mode 100644 index fe927b2..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200908.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200909.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200909.330 deleted file mode 100644 index 88fded6..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200909.330 +++ /dev/null @@ -1,5 +0,0 @@ -04:45:52 1599608752 1 11272 2 BT 18, 20, 22, 23, 25 3 25 4 1 8 4900 9 6270 10 650 -09:07:58 1599624478 3 20 -16:41:38 1599651698 1 11272 2 BT 18, 20, 22, 23, 25 3 20 4 1 5 Ti 6 7 770 8 4900 9 6270 10 650 11 12 321672 -16:47:57 1599652077 12 320507 -17:13:20 1599653600 0 A--32-130-2018 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200909.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200909.331 deleted file mode 100644 index 20becd4..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200909.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200909.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200909.332 deleted file mode 100644 index e879be0..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200909.332 +++ /dev/null @@ -1,63 +0,0 @@ -21 04:44:14 04:44:22 -Rsk= 17.8 Rkk= 12.5 - -22 05:15:07 05:30:37 -P1= 65.9 T1=05:25:37 P2= 90.9 T2=05:30:37 Vs= 5.00 - -22 06:25:27 06:35:57 -P1= 12.4 T1=06:30:57 P2= 21.4 T2=06:35:57 Vs= 1.79 - -20 09:06:51 09:07:01 -Riz_sol= 3868.2 - -21 09:08:10 09:08:18 -Rsk= 18.0 Rkk= 12.8 - -22 09:55:54 10:06:25 -P1= 12.4 T1=10:01:25 P2= 24.7 T2=10:06:25 Vs= 2.47 - -22 16:20:43 16:31:13 -P1= 13.8 T1=16:26:13 P2= 17.2 T2=16:31:13 Vs= 0.68 - -23 16:32:00 16:32:06 - - -24 16:32:18 16:32:56 - - -30 16:33:16 16:34:02 -Vst= 28.6 - -31 16:34:07 16:34:47 -Rom_sol= 17.4 - -41 16:35:31 16:35:36 -Ukz= 1.39 - -32 16:35:45 16:36:54 -Imax=11.0 Umax=50.0 T= 9.2 - -33 16:36:59 16:37:29 -Imin=16.2 Umin=25.1 T= 0.8 - -34 16:37:33 16:38:01 -V=301.8 T= 9.5 - -35 16:38:05 16:39:02 -Q= 54.8 T= 9.1 - -36 16:39:12 16:39:44 -P1=0.30 T= 3.0 - -37 16:39:48 16:40:24 -T= 0.7 - -38 16:40:29 16:40:36 -t= 52.1 T= 0.7 - -39 16:40:40 16:40:47 -t= 52.4 T= 0.7 - -40 16:40:51 16:40:57 -t= 52.0 T= 0.5 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200909.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200909.333 deleted file mode 100644 index ff25ef9..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200909.333 +++ /dev/null @@ -1,9 +0,0 @@ -1 00:17:02 1599592622 -2 04:39:41 1599608381 -5 06:36:51 1599615411 -6 06:46:59 1599616019 -7 07:26:51 1599618411 -8 09:04:29 1599624269 -25 16:33:12 1599651192 -9 16:41:38 1599651698 -10 17:13:20 1599653600 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200909.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200909.334 deleted file mode 100644 index 29056f6..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200909.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200909.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200909.336 deleted file mode 100644 index ded20b6..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200909.336 +++ /dev/null @@ -1,57 +0,0 @@ -[30] -oper = 1 -begin = 09.09.2020 00:17:02 -norma = 85 -real = 262 - -[31] -oper = 2 -begin = 09.09.2020 04:39:41 -norma = 110 -vac_time = 9 -real = 117 - -[32] -oper = 5 -begin = 09.09.2020 06:36:51 -norma = 25 -real = 10 - -[33] -oper = 6 -begin = 09.09.2020 06:46:59 -norma = 35 -real = 39 - -[34] -oper = 7 -begin = 09.09.2020 07:26:51 -norma = 30 -real = 97 - -[35] -oper = 8 -begin = 09.09.2020 09:04:29 -norma = 40 -vac_time = 9 -vac_avg10 = 8.8 -real = 448 - -[36] -oper = 25 -begin = 09.09.2020 16:33:12 -norma = 30 -real = 8 - -[37] -oper = 9 -begin = 09.09.2020 16:41:38 -norma = 0 -real = 31 - -[38] -oper = 10 -begin = 09.09.2020 17:13:20 -norma = 0 -real = 433 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200909.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200909.337 deleted file mode 100644 index 3b745a1..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200909.337 +++ /dev/null @@ -1,13 +0,0 @@ -06:47:13 1599616033 祭 ० ᪠ -06:47:13 1599616033 祭 ० ᪠ -06:47:14 1599616034 祭 ० ᪠ -06:47:14 1599616034 祭 ० ᪠ -06:47:14 1599616034 祭 ० ᪠ -06:50:12 1599616212 ⪫祭 ० ᪠ (A) -16:32:22 1599651142 祭 ॣ '-2'(A) -16:32:56 1599651176 ⪫祭 ॣ '-2'(A) -16:41:15 1599651675 祭 ० ࠧ -16:41:17 1599651677 祭 ० ' ⮪ 㣨' -16:43:22 1599651802 祭 ॣ '-2'(A) -17:13:20 1599653600 祭 ⠭ ॣ -17:13:20 1599653600 ⪫祭 ० ࠧ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200909.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200909.339 deleted file mode 100644 index 688ab23..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200909.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200910.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200910.330 deleted file mode 100644 index 481cca9..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200910.330 +++ /dev/null @@ -1,4 +0,0 @@ -06:23:59 1599701039 2 BT 3-1, 6, 8, 9, 14, 15, 16 8 4520 9 5540 -06:24:20 1599701060 1 11273 3 25 -14:56:28 1599731788 1 11273 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 1 5 Ti 6 7 770 8 4520 9 5540 10 650 11 12 320507 -15:29:49 1599733789 0 A--32-129-2018 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200910.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200910.331 deleted file mode 100644 index 94049cb..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200910.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200910.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200910.332 deleted file mode 100644 index 4e5f595..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200910.332 +++ /dev/null @@ -1,66 +0,0 @@ -21 06:21:52 06:21:59 -Rsk= 17.2 Rkk= 12.0 - -22 07:14:26 07:29:55 -P1= 56.8 T1=07:24:55 P2= 77.4 T2=07:29:55 Vs= 4.13 - -22 07:44:24 07:59:54 -P1= 36.9 T1=07:54:54 P2= 50.3 T2=07:59:54 Vs= 2.67 - -20 09:36:56 09:37:06 -Riz_sol= 1905.8 - -21 09:37:12 09:37:19 -Rsk= 12.2 Rkk= 6.4 - -22 10:18:45 10:34:16 -P1= 33.9 T1=10:29:16 P2= 45.2 T2=10:34:16 Vs= 2.26 - -22 14:34:13 14:44:44 -P1= 13.8 T1=14:39:43 P2= 17.3 T2=14:44:44 Vs= 0.71 - -23 14:44:53 14:44:59 - - -24 14:45:04 14:45:43 - - -30 14:45:54 14:46:35 -Vst= 28.7 - -31 14:46:39 14:47:17 -Rom_sol= 17.5 - -41 14:47:59 14:48:04 -Ukz= 2.57 - -41 14:49:47 14:49:52 -Ukz= 1.80 - -32 14:49:57 14:51:08 -Imax=11.0 Umax=50.0 T= 9.4 - -33 14:51:12 14:51:41 -Imin=16.2 Umin=25.0 T= 0.8 - -34 14:51:44 14:52:12 -V=301.8 T= 9.5 - -35 14:52:15 14:53:08 -Q= 54.4 T= 9.0 - -36 14:53:11 14:53:44 -P1=0.27 T= 3.1 - -37 14:53:47 14:54:23 -T= 0.7 - -38 14:54:26 14:54:32 -t= 52.1 T= 0.7 - -39 14:54:35 14:54:41 -t= 52.4 T= 0.7 - -40 14:54:44 14:54:50 -t= 51.9 T= 0.8 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200910.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200910.333 deleted file mode 100644 index f256aa1..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200910.333 +++ /dev/null @@ -1,12 +0,0 @@ -12 00:26:22 1599679582 -13 04:49:13 1599695353 -0 04:49:14 1599695354 -2 06:21:21 1599700881 -5 08:00:39 1599706839 -6 08:10:59 1599707459 -7 08:53:56 1599710036 -8 09:34:24 1599712464 -25 14:45:50 1599731150 -9 14:56:28 1599731788 -10 15:29:50 1599733790 -12 19:43:35 1599749015 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200910.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200910.334 deleted file mode 100644 index d292dcc..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200910.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200910.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200910.336 deleted file mode 100644 index cf83c77..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200910.336 +++ /dev/null @@ -1,68 +0,0 @@ -[39] -oper = 12 -begin = 10.09.2020 00:26:22 -norma = 105 -real = 262 - -[40] -oper = 13 -begin = 10.09.2020 04:49:13 -norma = 45 -real = 92 - -[41] -oper = 2 -begin = 10.09.2020 06:21:21 -norma = 110 -vac_time = 9 -real = 99 - -[42] -oper = 5 -begin = 10.09.2020 08:00:39 -norma = 25 -real = 10 - -[43] -oper = 6 -begin = 10.09.2020 08:10:59 -norma = 35 -real = 42 - -[44] -oper = 7 -begin = 10.09.2020 08:53:56 -norma = 30 -real = 40 - -[45] -oper = 8 -begin = 10.09.2020 09:34:24 -norma = 40 -vac_time = 9 -real = 311 - -[46] -oper = 25 -begin = 10.09.2020 14:45:50 -norma = 30 -real = 10 - -[47] -oper = 9 -begin = 10.09.2020 14:56:28 -norma = 0 -real = 33 - -[48] -oper = 10 -begin = 10.09.2020 15:29:50 -norma = 0 -real = 253 - -[49] -oper = 12 -begin = 10.09.2020 19:43:35 -norma = 105 -real = 267 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200910.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200910.337 deleted file mode 100644 index e023aec..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200910.337 +++ /dev/null @@ -1,31 +0,0 @@ -00:19:13 1599679153 祭 ० -00:19:14 1599679154 ⪫祭 ॣ '-2'(A) -00:19:15 1599679155 祭 ॣ '-2'(A) -00:22:48 1599679368 ⪫祭 ० ' ⮪ 㣨' -00:26:27 1599679587 ⪫祭 ॣ '-2'(A) -00:27:05 1599679625 祭 ० ᪠ -00:27:05 1599679625 祭 ० ᪠ -00:27:06 1599679626 祭 ० ᪠ -00:30:29 1599679829 ⪫祭 ० ᪠ (A) -01:29:13 1599683353 ⪫祭 ० (A) -08:12:01 1599707521 祭 ० ᪠ -08:12:01 1599707521 祭 ० ᪠ -08:12:01 1599707521 祭 ० ᪠ -08:12:02 1599707522 祭 ० ᪠ -08:14:35 1599707675 ⪫祭 ० ᪠ (A) -14:45:07 1599731107 祭 ॣ '-2'(A) -14:45:44 1599731144 ⪫祭 ॣ '-2'(A) -14:55:09 1599731709 祭 ० ࠧ -14:55:12 1599731712 祭 ० ' ⮪ 㣨' -14:57:52 1599731872 祭 ॣ '-2'(A) -15:29:49 1599733789 ⪫祭 ० ࠧ (A) -15:29:49 1599733789 祭 ⠭ ॣ -19:26:12 1599747972 祭 ० -19:26:13 1599747973 ⪫祭 ॣ '-2'(A) -19:26:14 1599747974 祭 ॣ '-2'(A) -19:33:27 1599748407 ⪫祭 ० ' ⮪ 㣨' -19:43:38 1599749018 ⪫祭 ॣ '-2'(A) -19:44:59 1599749099 祭 ० ᪠ -19:44:59 1599749099 祭 ० ᪠ -19:48:31 1599749311 ⪫祭 ० ᪠ (A) -20:36:12 1599752172 ⪫祭 ० (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200910.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200910.339 deleted file mode 100644 index 723e04c..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200910.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200911.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200911.330 deleted file mode 100644 index 5ce0a83..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200911.330 +++ /dev/null @@ -1,7 +0,0 @@ -00:32:27 1599766347 3 14 -02:48:24 1599774504 1 11274 3 25 7 870 9 4890 10 770 11 -06:44:06 1599788646 4 2 -06:51:59 1599789119 1 11274 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 4520 9 4890 10 770 11 12 320507 -07:22:51 1599790971 0 A--32-078-2017 ॢ 1 -18:10:58 1599829858 3 14 -20:53:07 1599839587 1 11275 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 9 5540 12 321544 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200911.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200911.331 deleted file mode 100644 index 55577d9..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200911.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200911.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200911.332 deleted file mode 100644 index be52ae5..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200911.332 +++ /dev/null @@ -1,147 +0,0 @@ -21 00:32:36 00:32:43 -Rsk= 11.5 Rkk= 5.8 - -22 00:55:34 01:06:04 -P1= 24.5 T1=01:01:04 P2= 46.7 T2=01:06:04 Vs= 4.44 - -21 02:46:01 02:46:08 -Rsk= 11.3 Rkk= 5.5 - -22 03:19:24 03:34:55 -P1= 33.1 T1=03:29:55 P2= 43.8 T2=03:34:55 Vs= 2.14 - -20 05:50:19 05:50:29 -Riz_sol= 5796.1 - -21 05:50:35 05:50:43 -Rsk= 10.2 Rkk= 4.3 - -21 05:50:47 05:50:55 -Rsk= 10.3 Rkk= 4.4 - -21 05:51:02 05:51:10 -Rsk= 10.3 Rkk= 4.4 - -21 05:51:17 05:51:25 -Rsk= 10.2 Rkk= 4.4 - -21 05:51:33 05:51:40 -Rsk= 10.3 Rkk= 4.4 - -21 05:51:50 05:51:58 -Rsk= 10.3 Rkk= 4.4 - -21 05:52:06 05:52:14 -Rsk= 10.4 Rkk= 4.4 - -21 05:52:23 05:52:30 -Rsk= 10.3 Rkk= 4.5 - -21 05:53:06 05:53:13 -Rsk= 10.3 Rkk= 4.5 - -21 05:53:27 05:53:34 -Rsk= 10.4 Rkk= 4.5 - -21 05:53:41 05:53:48 -Rsk= 10.4 Rkk= 4.5 - -21 05:54:42 05:54:49 -Rsk= 10.1 Rkk= 4.4 - -21 05:56:10 05:56:17 -Rsk= 10.2 Rkk= 4.4 - -21 05:57:26 05:57:33 -Rsk= 10.2 Rkk= 4.4 - -21 05:58:45 05:58:52 -Rsk= 10.2 Rkk= 4.4 - -21 05:59:12 05:59:20 -Rsk= 10.1 Rkk= 4.3 - -21 05:59:48 05:59:55 -Rsk= 4.0 Rkk= 4.1 - -21 06:00:03 06:00:10 -Rsk= 9.9 Rkk= 4.1 - -21 06:00:24 06:00:31 -Rsk= 9.9 Rkk= 4.1 - -21 06:03:41 06:03:48 -Rsk= 13.4 Rkk= 7.6 - -22 06:30:06 06:40:36 -P1= 16.2 T1=06:35:36 P2= 30.7 T2=06:40:36 Vs= 2.92 - -23 06:41:07 06:41:14 - - -24 06:41:19 06:41:57 - - -30 06:42:08 06:42:51 -Vst= 28.6 - -31 06:44:20 06:45:21 -Rom_sol= 12.8 - -41 06:45:49 06:45:54 -Ukz= 0.69 - -32 06:45:58 06:47:08 -Imax=11.0 Umax=50.0 T= 9.2 - -33 06:47:12 06:47:46 -Imin=16.1 Umin=25.1 T= 0.8 - -34 06:47:49 06:48:18 -V=301.8 T= 9.5 - -35 06:48:20 06:49:13 -Q= 54.3 T= 9.3 - -36 06:49:19 06:49:51 -P1=0.28 T= 3.2 - -37 06:49:54 06:50:30 -T= 0.7 - -38 06:50:34 06:50:43 -t= 52.1 T= 0.7 - -39 06:50:47 06:50:57 -t= 52.4 T= 0.7 - -40 06:51:00 06:51:07 -t= 52.0 T= 0.8 - -21 18:11:18 18:11:26 -Rsk= 5.6 Rkk= 5.6 - -21 18:12:11 18:12:18 -Rsk= 5.6 Rkk= 5.6 - -22 18:29:33 18:40:04 -P1= 26.7 T1=18:35:04 P2= 50.5 T2=18:40:04 Vs= 4.78 - -21 19:23:20 19:23:27 -Rsk= 10.6 Rkk= 5.3 - -21 20:53:37 20:53:44 -Rsk= 14.1 Rkk= 5.8 - -22 21:19:31 21:35:02 -P1= 37.3 T1=21:30:02 P2= 49.7 T2=21:35:02 Vs= 2.48 - -20 22:58:58 22:59:08 -Riz_sol= 3604.3 - -21 22:59:20 22:59:28 -Rsk= 14.9 Rkk= 8.9 - -22 23:34:30 23:45:01 -P1= 12.0 T1=23:40:01 P2= 25.8 T2=23:45:01 Vs= 2.76 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200911.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200911.333 deleted file mode 100644 index 35bfe31..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200911.333 +++ /dev/null @@ -1,27 +0,0 @@ -13 00:11:18 1599765078 -0 00:11:18 1599765078 -14 00:30:28 1599766228 -15 01:07:12 1599768432 -16 01:28:09 1599769689 -1 02:09:20 1599772160 -2 02:45:37 1599774337 -5 03:35:54 1599777354 -6 03:46:53 1599778013 -7 04:25:53 1599780353 -8 05:49:39 1599785379 -25 06:42:06 1599788526 -9 06:51:59 1599789119 -10 07:22:51 1599790971 -11 12:10:34 1599808234 -12 15:41:36 1599820896 -13 17:45:52 1599828352 -0 17:45:53 1599828353 -14 18:07:29 1599829649 -15 18:40:40 1599831640 -16 19:09:37 1599833377 -1 19:54:48 1599836088 -2 20:49:39 1599839379 -5 21:35:50 1599842150 -6 21:48:15 1599842895 -7 22:28:27 1599845307 -8 22:53:16 1599846796 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200911.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200911.334 deleted file mode 100644 index 0d7d831..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200911.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200911.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200911.335 deleted file mode 100644 index 019178b..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200911.335 +++ /dev/null @@ -1,2 +0,0 @@ -4 06:00:15 1599786015 -4 06:00:20 1599786020 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200911.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200911.336 deleted file mode 100644 index 0469266..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200911.336 +++ /dev/null @@ -1,156 +0,0 @@ -[50] -oper = 13 -begin = 11.09.2020 00:11:18 -norma = 45 -real = 19 - -[51] -oper = 14 -begin = 11.09.2020 00:30:28 -norma = 40 -vac_time = 8 -real = 36 - -[52] -oper = 15 -begin = 11.09.2020 01:07:12 -norma = 30 -real = 20 - -[53] -oper = 16 -begin = 11.09.2020 01:28:09 -norma = 40 -real = 41 - -[54] -oper = 1 -begin = 11.09.2020 02:09:20 -norma = 85 -real = 36 - -[55] -oper = 2 -begin = 11.09.2020 02:45:37 -norma = 110 -vac_time = 9 -real = 50 - -[56] -oper = 5 -begin = 11.09.2020 03:35:54 -norma = 25 -real = 10 - -[57] -oper = 6 -begin = 11.09.2020 03:46:53 -norma = 35 -real = 39 - -[58] -oper = 7 -begin = 11.09.2020 04:25:53 -norma = 30 -real = 83 - -[59] -oper = 8 -begin = 11.09.2020 05:49:39 -norma = 40 -vac_time = 9 -real = 52 - -[60] -oper = 25 -begin = 11.09.2020 06:42:06 -norma = 30 -real = 9 - -[61] -oper = 9 -begin = 11.09.2020 06:51:59 -norma = 0 -real = 30 - -[62] -oper = 10 -begin = 11.09.2020 07:22:51 -norma = 0 -real = 287 - -[63] -oper = 11 -begin = 11.09.2020 12:10:34 -norma = 0 -real = 211 - -[64] -oper = 12 -begin = 11.09.2020 15:41:36 -norma = 105 -real = 124 - -[65] -oper = 13 -begin = 11.09.2020 17:45:52 -norma = 45 -real = 21 - -[66] -oper = 14 -begin = 11.09.2020 18:07:29 -norma = 40 -vac_time = 8 -real = 33 - -[67] -oper = 15 -begin = 11.09.2020 18:40:40 -norma = 30 -real = 28 - -[68] -oper = 16 -begin = 11.09.2020 19:09:37 -norma = 40 -real = 45 - -[69] -oper = 1 -begin = 11.09.2020 19:54:48 -norma = 85 -real = 54 - -[70] -oper = 2 -begin = 11.09.2020 20:49:39 -norma = 110 -vac_time = 9 -real = 46 - -[71] -oper = 5 -begin = 11.09.2020 21:35:50 -norma = 25 -real = 12 - -[72] -oper = 6 -begin = 11.09.2020 21:48:15 -norma = 35 -real = 40 - -[73] -oper = 7 -begin = 11.09.2020 22:28:27 -norma = 30 -real = 24 - -[74] -oper = 8 -begin = 11.09.2020 22:53:16 -norma = 40 -vac_time = 8 -real = 80 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200911.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200911.337 deleted file mode 100644 index 85dbd61..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200911.337 +++ /dev/null @@ -1,138 +0,0 @@ -01:06:37 1599768397 祭 ० ࠧ -01:06:38 1599768398 祭 ० ' ⮪ 㣨' -01:07:09 1599768429 祭 ॣ '-2'(A) -01:24:33 1599769473 ⪫祭 ० ' ⮪ 㣨' -01:28:11 1599769691 ⪫祭 ० ࠧ -01:28:12 1599769692 ⪫祭 ॣ '-2'(A) -01:28:32 1599769712 祭 ० ᪠ -01:28:33 1599769713 祭 ० ᪠ -01:28:33 1599769713 祭 ० ᪠ -01:28:33 1599769713 祭 ० ᪠ -01:28:33 1599769713 祭 ० ᪠ -01:28:34 1599769714 祭 ० ᪠ -01:28:34 1599769714 祭 ० ᪠ -01:28:34 1599769714 祭 ० ᪠ -01:28:35 1599769715 祭 ० ᪠ -01:28:35 1599769715 祭 ० ᪠ -01:28:36 1599769716 祭 ० ᪠ -01:28:36 1599769716 祭 ० ᪠ -01:33:09 1599769989 ⪫祭 ० ᪠ (A) -02:48:26 1599774506 : 㦥 -03:47:00 1599778020 祭 ० ᪠ -03:47:00 1599778020 祭 ० ᪠ -03:47:00 1599778020 祭 ० ᪠ -03:47:00 1599778020 祭 ० ᪠ -03:47:00 1599778020 祭 ० ᪠ -03:47:30 1599778050 . ⪫祭 ० ᪠ (A) -03:49:19 1599778159 祭 ० ᪠ -03:49:19 1599778159 . ⪫祭 ० ᪠ (A) -03:49:19 1599778159 祭 ० ᪠ -03:49:19 1599778159 . ⪫祭 ० ᪠ (A) -03:49:19 1599778159 祭 ० ᪠ -03:49:19 1599778159 . ⪫祭 ० ᪠ (A) -03:49:19 1599778159 祭 ० ᪠ -03:49:19 1599778159 . ⪫祭 ० ᪠ (A) -03:49:21 1599778161 祭 ० ᪠ -03:49:21 1599778161 . ⪫祭 ० ᪠ (A) -03:49:21 1599778161 祭 ० ᪠ -03:49:21 1599778161 . ⪫祭 ० ᪠ (A) -03:49:21 1599778161 祭 ० ᪠ -03:49:21 1599778161 . ⪫祭 ० ᪠ (A) -03:49:21 1599778161 祭 ० ᪠ -03:49:21 1599778161 . ⪫祭 ० ᪠ (A) -03:49:22 1599778162 祭 ० ᪠ -03:49:22 1599778162 . ⪫祭 ० ᪠ (A) -03:49:22 1599778162 祭 ० ᪠ -03:49:22 1599778162 . ⪫祭 ० ᪠ (A) -03:49:23 1599778163 祭 ० ᪠ -03:49:23 1599778163 . ⪫祭 ० ᪠ (A) -03:49:28 1599778168 祭 ० ᪠ -03:49:28 1599778168 . ⪫祭 ० ᪠ (A) -03:49:29 1599778169 祭 ० ᪠ -03:49:29 1599778169 . ⪫祭 ० ᪠ (A) -03:49:29 1599778169 祭 ० ᪠ -03:49:29 1599778169 . ⪫祭 ० ᪠ (A) -03:49:29 1599778169 祭 ० ᪠ -03:49:29 1599778169 . ⪫祭 ० ᪠ (A) -03:49:30 1599778170 祭 ० ᪠ -03:49:30 1599778170 . ⪫祭 ० ᪠ (A) -03:49:30 1599778170 祭 ० ᪠ -03:49:30 1599778170 . ⪫祭 ० ᪠ (A) -03:49:30 1599778170 祭 ० ᪠ -03:49:30 1599778170 . ⪫祭 ० ᪠ (A) -03:49:31 1599778171 祭 ० ᪠ -03:49:31 1599778171 . ⪫祭 ० ᪠ (A) -03:49:31 1599778171 祭 ० ᪠ -03:49:31 1599778171 . ⪫祭 ० ᪠ (A) -03:49:31 1599778171 祭 ० ᪠ -03:49:31 1599778171 . ⪫祭 ० ᪠ (A) -03:49:32 1599778172 祭 ० ᪠ -03:49:32 1599778172 . ⪫祭 ० ᪠ (A) -03:49:32 1599778172 祭 ० ᪠ -03:49:32 1599778172 . ⪫祭 ० ᪠ (A) -03:49:32 1599778172 祭 ० ᪠ -03:49:32 1599778172 . ⪫祭 ० ᪠ (A) -03:49:32 1599778172 祭 ० ᪠ -03:49:32 1599778172 . ⪫祭 ० ᪠ (A) -03:49:33 1599778173 祭 ० ᪠ -03:49:33 1599778173 . ⪫祭 ० ᪠ (A) -03:49:33 1599778173 祭 ० ᪠ -03:49:33 1599778173 . ⪫祭 ० ᪠ (A) -03:49:45 1599778185 祭 ० ᪠ -03:49:45 1599778185 . ⪫祭 ० ᪠ (A) -03:49:48 1599778188 祭 ० ᪠ -03:49:48 1599778188 . ⪫祭 ० ᪠ (A) -03:49:48 1599778188 祭 ० ᪠ -03:49:48 1599778188 . ⪫祭 ० ᪠ (A) -03:49:49 1599778189 祭 ० ᪠ -03:49:49 1599778189 . ⪫祭 ० ᪠ (A) -03:49:49 1599778189 祭 ० ᪠ -03:49:49 1599778189 . ⪫祭 ० ᪠ (A) -03:49:49 1599778189 祭 ० ᪠ -03:49:49 1599778189 . ⪫祭 ० ᪠ (A) -03:55:53 1599778553 祭 ० ᪠ -03:55:54 1599778554 祭 ० ᪠ -03:58:27 1599778707 ⪫祭 ० ᪠ (A) -06:41:20 1599788480 祭 ॣ '-2'(A) -06:41:57 1599788517 ⪫祭 ॣ '-2'(A) -06:42:58 1599788578 ' ' -06:42:58 1599788578 祭 -06:43:03 1599788583 祭 -06:43:57 1599788637 ⪫祭 -06:44:16 1599788656 ' ' -06:44:16 1599788656 祭 -06:45:21 1599788721 ⪫祭 -06:51:27 1599789087 祭 ० ࠧ -06:51:28 1599789088 祭 ० ' ⮪ 㣨' -06:52:00 1599789120 : 믮 -07:08:21 1599790101 祭 ॣ '-2'(A) -07:22:51 1599790971 ⪫祭 ० ࠧ (A) -07:22:51 1599790971 祭 ॣ . 殮 㣨 -12:10:33 1599808233 祭 ० -12:10:34 1599808234 ⪫祭 ॣ '-2'(A) -12:10:35 1599808235 祭 ॣ '-2'(A) -13:06:34 1599811594 ⪫祭 ॣ '-2'(A) -15:41:34 1599820894 ⪫祭 ० (A) -15:41:35 1599820895 ⪫祭 -15:41:35 1599820895 : -15:41:38 1599820898 ⪫祭 ० ' ⮪ 㣨' -15:41:43 1599820903 '⪫ ' -15:42:08 1599820928 '⪫ ' -15:42:27 1599820947 祭 ० ᪠ -15:42:27 1599820947 祭 ० ᪠ -15:42:27 1599820947 祭 ० ᪠ -15:45:30 1599821130 ⪫祭 ० ᪠ (A) -16:11:35 1599822695 : 믮 -18:40:30 1599831630 祭 ० ࠧ -18:40:33 1599831633 祭 ० ' ⮪ 㣨' -18:40:39 1599831639 祭 ॣ '-2'(A) -19:07:31 1599833251 ⪫祭 ० ' ⮪ 㣨' -19:07:36 1599833256 ⪫祭 ० ࠧ (A) -19:09:41 1599833381 ⪫祭 ॣ '-2'(A) -19:09:47 1599833387 祭 ० ᪠ -19:09:47 1599833387 祭 ० ᪠ -19:09:48 1599833388 祭 ० ᪠ -19:13:05 1599833585 ⪫祭 ० ᪠ (A) -20:53:13 1599839593 : 㦥 -21:48:24 1599842904 祭 ० ᪠ -21:51:56 1599843116 ⪫祭 ० ᪠ (A) diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200911.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200911.339 deleted file mode 100644 index 65cfb02..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200911.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200912.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200912.330 deleted file mode 100644 index 62eb2d6..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200912.330 +++ /dev/null @@ -1,10 +0,0 @@ -00:23:06 1599852186 1 11275 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 870 8 4520 9 5540 10 770 11 12 321544 -00:53:53 1599854033 0 A--32-078-2017 ॢ 1 -12:35:58 1599896158 3 14 -13:36:11 1599899771 0 A--32-120-2016 ॢ 0 -15:02:05 1599904925 1 11276 3 25 9 3750 -18:45:32 1599918332 4 3 -18:46:30 1599918390 1 11276 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 3 5 Ti 6 7 870 8 4520 9 3750 10 770 11 12 321544 -21:23:51 1599927831 1 11277 -22:16:39 1599930999 1 11277 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 3 5 Ti 6 7 870 8 4520 9 3750 10 770 11 12 321544 -22:47:32 1599932852 0 A--32-078-2017 ॢ 1 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200912.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200912.331 deleted file mode 100644 index e3303ec..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200912.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200912.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200912.332 deleted file mode 100644 index ab1ad02..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200912.332 +++ /dev/null @@ -1,246 +0,0 @@ -22 00:01:51 00:12:21 -P1= 9.2 T1=00:07:21 P2= 17.9 T2=00:12:21 Vs= 1.74 - -23 00:12:31 00:12:37 - - -24 00:12:43 00:13:19 - - -30 00:13:39 00:14:20 -Vst= 28.7 - -31 00:14:33 00:15:34 -Rom_sol= 12.8 - -41 00:16:04 00:16:09 -Ukz= 0.68 - -32 00:16:15 00:17:31 -Imax=11.0 Umax=50.0 T= 9.2 - -33 00:17:35 00:18:07 -Imin=16.2 Umin=25.0 T= 0.8 - -34 00:18:11 00:18:40 -V=301.9 T= 9.5 - -35 00:18:44 00:19:44 -Q= 54.9 T= 9.1 - -36 00:19:48 00:20:24 -P1=0.28 T= 3.1 - -37 00:20:28 00:21:04 -T= 0.7 - -38 00:21:08 00:21:15 -t= 52.1 T= 0.7 - -39 00:21:19 00:21:28 -t= 52.4 T= 0.5 - -40 00:21:31 00:21:40 -t= 52.0 T= 0.7 - -21 12:35:38 12:35:46 -Rsk= 17.2 Rkk= 12.3 - -22 12:49:32 13:05:03 -P1= 67.3 T1=13:00:03 P2= 81.4 T2=13:05:03 Vs= 2.82 - -21 15:00:20 15:00:28 -Rsk= 15.1 Rkk= 9.1 - -22 15:25:23 15:40:54 -P1= 34.9 T1=15:35:54 P2= 46.5 T2=15:40:54 Vs= 2.32 - -20 17:52:48 17:52:58 -Riz_sol= 7698.0 - -21 17:53:08 17:53:15 -Rsk= 9.6 Rkk= 4.2 - -21 17:53:37 17:53:44 -Rsk= 10.0 Rkk= 4.3 - -21 17:54:03 17:54:10 -Rsk= 10.5 Rkk= 4.6 - -21 17:54:18 17:54:26 -Rsk= 10.6 Rkk= 4.5 - -21 17:54:52 17:55:00 -Rsk= 18.6 Rkk= 13.4 - -21 17:56:48 17:56:56 -Rsk= 9.7 Rkk= 3.8 - -21 17:57:29 17:57:36 -Rsk= 9.1 Rkk= 3.5 - -21 17:57:52 17:57:59 -Rsk= 9.3 Rkk= 3.6 - -21 17:58:09 17:58:17 -Rsk= 18.7 Rkk= 13.4 - -22 18:19:30 18:35:01 -P1= 33.8 T1=18:30:01 P2= 45.5 T2=18:35:01 Vs= 2.34 - -23 18:35:21 18:35:27 - - -24 18:35:55 18:36:29 - - -30 18:36:48 18:37:29 -Vst= 28.6 - -31 18:37:35 18:38:36 -Rom_sol= 12.7 - -41 18:39:05 18:39:10 -Ukz= 0.81 - -32 18:39:15 18:40:25 -Imax=11.0 Umax=50.0 T= 9.4 - -33 18:40:29 18:40:58 -Imin=16.1 Umin=25.0 T= 0.8 - -34 18:41:02 18:42:01 -V=301.9 T= 9.6 - -35 18:42:09 18:43:03 -Q= 55.0 T= 9.2 - -36 18:43:07 18:43:40 -P1=0.29 T= 3.2 - -37 18:43:43 18:44:20 -T= 0.7 - -38 18:44:24 18:44:30 -t= 52.1 T= 0.7 - -39 18:44:34 18:44:40 -t= 52.4 T= 0.7 - -40 18:44:44 18:44:50 -t= 52.0 T= 0.5 - -20 21:24:28 21:24:38 -Riz_sol= 3809.0 - -21 21:24:48 21:24:56 -Rsk= 8.8 Rkk= 3.2 - -21 21:25:05 21:25:13 -Rsk= 9.0 Rkk= 3.3 - -21 21:25:21 21:25:29 -Rsk= 9.3 Rkk= 3.4 - -21 21:26:13 21:26:20 -Rsk= 9.7 Rkk= 3.8 - -21 21:26:32 21:26:39 -Rsk= 10.1 Rkk= 3.8 - -21 21:26:51 21:26:58 -Rsk= 9.5 Rkk= 3.7 - -21 21:27:07 21:27:15 -Rsk= 9.5 Rkk= 3.8 - -21 21:27:26 21:27:33 -Rsk= 9.6 Rkk= 3.8 - -21 21:27:47 21:27:55 -Rsk= 9.6 Rkk= 3.8 - -21 21:28:04 21:28:12 -Rsk= 9.6 Rkk= 3.8 - -21 21:28:23 21:28:30 -Rsk= 9.8 Rkk= 3.8 - -21 21:28:42 21:28:50 -Rsk= 9.7 Rkk= 3.9 - -21 21:29:21 21:29:28 -Rsk= 9.6 Rkk= 3.8 - -21 21:29:37 21:29:45 -Rsk= 9.5 Rkk= 3.8 - -21 21:30:40 21:30:48 -Rsk= 9.5 Rkk= 3.7 - -21 21:30:52 21:31:00 -Rsk= 9.4 Rkk= 3.7 - -21 21:42:19 21:42:27 -Rsk= 10.1 Rkk= 4.3 - -21 21:43:19 21:43:27 -Rsk= 10.1 Rkk= 4.3 - -21 21:43:37 21:43:44 -Rsk= 10.1 Rkk= 4.3 - -21 21:43:55 21:44:03 -Rsk= 10.1 Rkk= 4.4 - -21 21:44:12 21:44:19 -Rsk= 10.1 Rkk= 4.4 - -21 21:50:29 21:50:36 -Rsk= 44.2 Rkk= 38.5 - -22 21:51:09 22:06:40 -P1= 38.1 T1=22:01:40 P2= 51.3 T2=22:06:40 Vs= 2.66 - -23 22:07:03 22:07:09 - - -24 22:07:17 22:07:57 - - -30 22:08:32 22:09:11 -Vst= 28.7 - -31 22:09:18 22:10:19 -Rom_sol= 12.8 - -41 22:10:50 22:10:55 -Ukz= 1.18 - -32 22:11:02 22:12:12 -Imax=11.0 Umax=49.9 T= 9.2 - -33 22:12:16 22:12:45 -Imin=16.2 Umin=25.0 T= 0.8 - -34 22:12:52 22:13:20 -V=301.7 T= 9.7 - -35 22:13:24 22:14:17 -Q= 54.7 T= 9.1 - -36 22:14:20 22:14:56 -P1=0.28 T= 3.1 - -37 22:15:01 22:15:37 -T= 0.6 - -38 22:15:40 22:15:46 -t= 52.1 T= 0.7 - -39 22:15:50 22:15:56 -t= 52.3 T= 0.7 - -40 22:16:00 22:16:06 -t= 52.0 T= 0.5 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200912.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200912.333 deleted file mode 100644 index 7b22e85..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200912.333 +++ /dev/null @@ -1,26 +0,0 @@ -25 00:13:36 1599851616 -9 00:23:06 1599852186 -10 00:53:54 1599854034 -11 06:13:32 1599873212 -12 09:44:38 1599885878 -13 11:45:57 1599893157 -0 11:45:57 1599893157 -14 12:32:45 1599895965 -15 13:06:06 1599897966 -16 13:36:11 1599899771 -16 13:39:44 1599899984 -1 14:17:48 1599902268 -2 14:54:54 1599904494 -5 15:42:01 1599907321 -6 15:55:41 1599908141 -7 16:36:17 1599910577 -8 17:46:04 1599914764 -25 18:36:43 1599917803 -9 18:46:30 1599918390 -8 19:03:58 1599919438 -13 19:50:31 1599922231 -00 20:20:12 1599924012 -8 21:20:15 1599927615 -25 22:08:15 1599930495 -9 22:16:39 1599930999 -10 22:47:32 1599932852 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200912.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200912.334 deleted file mode 100644 index 86bdd37..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200912.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200912.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200912.335 deleted file mode 100644 index 25df393..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200912.335 +++ /dev/null @@ -1,6 +0,0 @@ -6 17:57:21 1599915441 -3 21:30:11 1599928211 -3 21:30:18 1599928218 -3 21:30:31 1599928231 -6 21:30:37 1599928237 -6 21:43:11 1599928991 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200912.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200912.336 deleted file mode 100644 index cf2f517..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200912.336 +++ /dev/null @@ -1,149 +0,0 @@ -[75] -oper = 25 -begin = 12.09.2020 00:13:36 -norma = 30 -real = 9 - -[76] -oper = 9 -begin = 12.09.2020 00:23:06 -norma = 0 -real = 30 - -[77] -oper = 10 -begin = 12.09.2020 00:53:54 -norma = 0 -real = 319 - -[78] -oper = 11 -begin = 12.09.2020 06:13:32 -norma = 0 -real = 211 - -[79] -oper = 12 -begin = 12.09.2020 09:44:38 -norma = 105 -real = 121 - -[80] -oper = 13 -begin = 12.09.2020 11:45:57 -norma = 45 -real = 46 - -[81] -oper = 14 -begin = 12.09.2020 12:32:45 -norma = 40 -vac_time = 8 -real = 33 - -[82] -oper = 15 -begin = 12.09.2020 13:06:06 -norma = 30 -real = 30 - -[83] -oper = 16 -begin = 12.09.2020 13:36:11 -norma = 40 -real = 3 - -[84] -oper = 16 -begin = 12.09.2020 13:39:44 -norma = 40 -real = 38 - -[85] -oper = 1 -begin = 12.09.2020 14:17:48 -norma = 85 -real = 37 - -[86] -oper = 2 -begin = 12.09.2020 14:54:54 -norma = 110 -vac_time = 10 -vac_avg10 = 8.7 -real = 47 - -[87] -oper = 5 -begin = 12.09.2020 15:42:01 -norma = 25 -real = 13 - -[88] -oper = 6 -begin = 12.09.2020 15:55:41 -norma = 35 -real = 40 - -[89] -oper = 7 -begin = 12.09.2020 16:36:17 -norma = 30 -real = 69 - -[90] -oper = 8 -begin = 12.09.2020 17:46:04 -norma = 40 -vac_time = 9 -real = 50 - -[91] -oper = 25 -begin = 12.09.2020 18:36:43 -norma = 30 -real = 9 - -[92] -oper = 9 -begin = 12.09.2020 18:46:30 -norma = 0 -real = 17 - -[93] -oper = 8 -begin = 12.09.2020 19:03:58 -norma = 40 -real = 46 - -[94] -oper = 13 -begin = 12.09.2020 19:50:31 -norma = 45 -real = 89 - -[95] -oper = 8 -begin = 12.09.2020 21:20:15 -norma = 40 -vac_time = 9 -real = 48 - -[96] -oper = 25 -begin = 12.09.2020 22:08:15 -norma = 30 -real = 8 - -[97] -oper = 9 -begin = 12.09.2020 22:16:39 -norma = 0 -real = 30 - -[98] -oper = 10 -begin = 12.09.2020 22:47:32 -norma = 0 -real = 205 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200912.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200912.337 deleted file mode 100644 index 1885ed5..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200912.337 +++ /dev/null @@ -1,69 +0,0 @@ -00:12:44 1599851564 祭 ॣ '-2'(A) -00:13:20 1599851600 ⪫祭 ॣ '-2'(A) -00:14:30 1599851670 祭 -00:14:35 1599851675 祭 -00:15:34 1599851734 ⪫祭 -00:22:18 1599852138 祭 ० ࠧ -00:22:20 1599852140 祭 ० ' ⮪ 㣨' -00:23:07 1599852187 : 믮 -00:39:24 1599853164 祭 ॣ '-2'(A) -00:53:53 1599854033 ⪫祭 ० ࠧ (A) -00:53:54 1599854034 祭 ॣ . 殮 㣨 -06:13:31 1599873211 祭 ० -06:13:31 1599873211 ⪫祭 ॣ '-2'(A) -06:13:33 1599873213 祭 ॣ '-2'(A) -07:09:33 1599876573 ⪫祭 ॣ '-2'(A) -09:44:32 1599885872 ⪫祭 ० (A) -09:44:33 1599885873 ⪫祭 -09:44:33 1599885873 : -09:44:39 1599885879 ⪫祭 ० ' ⮪ 㣨' -09:45:45 1599885945 祭 ० ᪠ -09:49:38 1599886178 ⪫祭 ० ᪠ (A) -10:14:33 1599887673 : 믮 -13:05:53 1599897953 祭 ० ࠧ -13:05:55 1599897955 祭 ० ' ⮪ 㣨' -13:05:56 1599897956 祭 ॣ '-2'(A) -13:36:11 1599899771 ⪫祭 ० ࠧ (A) -13:39:46 1599899986 ⪫祭 ० ' ⮪ 㣨' -13:39:48 1599899988 ⪫祭 ॣ '-2'(A) -13:40:06 1599900006 祭 ० ᪠ -13:40:06 1599900006 祭 ० ᪠ -13:40:06 1599900006 祭 ० ᪠ -13:40:06 1599900006 祭 ० ᪠ -13:43:19 1599900199 ⪫祭 ० ᪠ (A) -15:02:07 1599904927 : 㦥 -15:56:08 1599908168 祭 ० ᪠ -15:56:08 1599908168 祭 ० ᪠ -15:56:39 1599908199 . ⪫祭 ० ᪠ (A) -15:57:03 1599908223 祭 ० ᪠ -15:59:59 1599908399 ⪫祭 ० ᪠ (A) -18:35:39 1599917739 祭 ॣ '-2'(A) -18:35:41 1599917741 ⪫祭 ॣ '-2'(A) -18:35:56 1599917756 祭 ॣ '-2'(A) -18:36:29 1599917789 ⪫祭 ॣ '-2'(A) -18:36:54 1599917814 祭 -18:37:36 1599917856 祭 -18:38:36 1599917916 ⪫祭 -18:45:43 1599918343 祭 ० ࠧ -18:45:49 1599918349 祭 ० ' ⮪ 㣨' -18:46:30 1599918390 : 믮 -19:02:35 1599919355 祭 ॣ '-2'(A) -19:02:45 1599919365 ⪫祭 ० ' ⮪ 㣨' -19:03:01 1599919381 ⪫祭 ॣ '-2'(A) -19:04:07 1599919447 祭 ० ᪠ -19:04:07 1599919447 祭 ० ᪠ -19:07:37 1599919657 ⪫祭 ० ᪠ (A) -19:27:26 1599920846 '⪫ ' -19:27:26 1599920846 ⪫祭 -19:57:25 1599922645 : 믮 -22:07:21 1599930441 祭 ॣ '-2'(A) -22:07:58 1599930478 ⪫祭 ॣ '-2'(A) -22:08:41 1599930521 祭 -22:09:20 1599930560 祭 -22:10:19 1599930619 ⪫祭 -22:16:20 1599930980 祭 ० ࠧ -22:16:24 1599930984 祭 ० ' ⮪ 㣨' -22:16:40 1599931000 : 믮 -22:33:02 1599931982 祭 ॣ '-2'(A) -22:47:32 1599932852 ⪫祭 ० ࠧ (A) -22:47:32 1599932852 祭 ॣ . 殮 㣨 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200912.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200912.339 deleted file mode 100644 index a01cd2f..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200912.339 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200913.330 b/Tests/bin/Debug/netcoreapp3.1/temp/20200913.330 deleted file mode 100644 index 1d8d99b..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200913.330 +++ /dev/null @@ -1,5 +0,0 @@ -11:24:28 1599978268 1 11278 4 2 7 770 10 670 -14:40:50 1599990050 1 11278 2 BT 3-1, 6, 8, 9, 14, 15, 16 3 25 4 2 5 Ti 6 7 770 8 4520 9 3750 10 670 11 12 321544 -14:51:39 1599990699 9 3530 -15:09:33 1599991773 0 A--32-068-2019 ॢ 2 -23:12:07 1600020727 3 14 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200913.331 b/Tests/bin/Debug/netcoreapp3.1/temp/20200913.331 deleted file mode 100644 index 3081f3c..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200913.331 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200913.332 b/Tests/bin/Debug/netcoreapp3.1/temp/20200913.332 deleted file mode 100644 index be1ed1f..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200913.332 +++ /dev/null @@ -1,231 +0,0 @@ -21 11:15:31 11:15:39 -Rsk= 11.3 Rkk= 4.1 - -21 11:15:43 11:15:51 -Rsk= 10.3 Rkk= 4.1 - -21 11:16:53 11:17:01 -Rsk= 9.1 Rkk= 3.4 - -21 11:17:05 11:17:12 -Rsk= 9.1 Rkk= 3.5 - -21 11:18:06 11:18:14 -Rsk= 9.7 Rkk= 4.0 - -21 11:18:22 11:18:30 -Rsk= 9.8 Rkk= 4.0 - -21 11:18:47 11:18:54 -Rsk= 3.9 Rkk= 3.9 - -21 11:19:04 11:19:12 -Rsk= 9.8 Rkk= 3.9 - -21 11:19:28 11:19:35 -Rsk= 9.7 Rkk= 4.0 - -21 11:19:50 11:19:57 -Rsk= 9.8 Rkk= 4.0 - -21 11:20:03 11:20:11 -Rsk= 9.7 Rkk= 4.0 - -21 11:20:13 11:20:21 -Rsk= 9.7 Rkk= 4.0 - -21 11:20:26 11:20:34 -Rsk= 9.8 Rkk= 4.0 - -21 11:20:37 11:20:44 -Rsk= 9.8 Rkk= 4.0 - -21 11:20:47 11:20:54 -Rsk= 9.7 Rkk= 4.0 - -21 11:20:57 11:21:04 -Rsk= 9.8 Rkk= 4.1 - -21 11:21:07 11:21:15 -Rsk= 9.9 Rkk= 4.1 - -21 11:28:50 11:28:58 -Rsk= 10.3 Rkk= 4.3 - -21 11:29:03 11:29:11 -Rsk= 10.1 Rkk= 4.3 - -21 11:29:14 11:29:21 -Rsk= 10.2 Rkk= 4.3 - -21 11:29:24 11:29:31 -Rsk= 10.2 Rkk= 4.3 - -21 11:29:38 11:29:46 -Rsk= 10.2 Rkk= 4.3 - -21 11:29:48 11:29:56 -Rsk= 10.1 Rkk= 4.3 - -21 11:34:55 11:35:03 -Rsk= 10.2 Rkk= 4.4 - -21 11:35:11 11:35:18 -Rsk= 10.2 Rkk= 4.3 - -22 11:39:52 11:55:23 -P1= 38.7 T1=11:50:23 P2= 51.2 T2=11:55:23 Vs= 2.49 - -21 11:56:01 11:56:09 -Rsk= 13.1 Rkk= 13.2 - -20 13:28:23 13:28:32 -Riz_sol= 2335.6 - -21 13:28:39 13:28:46 -Rsk= 9.7 Rkk= 3.8 - -21 13:28:50 13:28:58 -Rsk= 9.6 Rkk= 3.8 - -21 13:29:01 13:29:09 -Rsk= 9.7 Rkk= 3.9 - -21 13:29:28 13:29:36 -Rsk= 9.6 Rkk= 3.8 - -21 13:29:39 13:29:47 -Rsk= 9.6 Rkk= 3.8 - -21 13:29:58 13:30:06 -Rsk= 3.8 Rkk= 3.8 - -21 13:30:14 13:30:21 -Rsk= 9.6 Rkk= 3.9 - -21 13:30:25 13:30:33 -Rsk= 9.6 Rkk= 3.9 - -21 13:30:37 13:30:44 -Rsk= 9.6 Rkk= 3.9 - -21 13:42:14 13:42:21 -Rsk= 10.4 Rkk= 4.6 - -21 13:42:27 13:42:34 -Rsk= 10.4 Rkk= 4.6 - -21 13:42:41 13:42:48 -Rsk= 10.4 Rkk= 4.6 - -21 13:44:26 13:44:33 -Rsk= 10.4 Rkk= 4.6 - -21 13:44:38 13:44:46 -Rsk= 10.4 Rkk= 4.6 - -21 13:45:02 13:45:09 -Rsk= 10.5 Rkk= 4.6 - -21 13:52:53 13:53:01 -Rsk= 10.4 Rkk= 4.6 - -21 13:53:05 13:53:13 -Rsk= 10.5 Rkk= 4.6 - -21 13:53:18 13:53:25 -Rsk= 10.5 Rkk= 4.6 - -21 13:53:52 13:53:59 -Rsk= 10.4 Rkk= 4.7 - -21 13:54:09 13:54:17 -Rsk= 10.5 Rkk= 4.7 - -21 14:00:35 14:00:43 -Rsk= 10.5 Rkk= 4.7 - -22 14:00:53 14:16:25 -P1= 33.0 T1=14:11:25 P2= 44.3 T2=14:16:25 Vs= 2.26 - -21 14:16:55 14:17:03 -Rsk= 10.6 Rkk= 4.8 - -21 14:17:06 14:17:13 -Rsk= 10.7 Rkk= 4.8 - -21 14:17:16 14:17:24 -Rsk= 10.7 Rkk= 4.8 - -21 14:17:41 14:17:49 -Rsk= 4.7 Rkk= 4.7 - -21 14:17:56 14:18:04 -Rsk= 10.6 Rkk= 4.7 - -21 14:18:08 14:18:15 -Rsk= 10.5 Rkk= 4.8 - -21 14:23:52 14:24:00 -Rsk= 10.6 Rkk= 4.8 - -21 14:25:17 14:25:25 -Rsk= 10.7 Rkk= 4.8 - -21 14:27:59 14:28:07 -Rsk= 107.1 Rkk= 102.2 - -23 14:28:30 14:28:37 - - -24 14:30:15 14:30:52 - - -30 14:31:01 14:31:39 -Vst= 28.6 - -31 14:31:49 14:32:50 -Rom_sol= 16.0 - -41 14:33:36 14:33:36 -Ukz= 2.12 - -41 14:35:17 14:35:22 -Ukz= 1.24 - -32 14:35:26 14:36:33 -Imax=11.0 Umax=50.0 T= 9.4 - -33 14:36:36 14:37:04 -Imin=16.1 Umin=25.0 T= 0.8 - -34 14:37:07 14:37:34 -V=301.8 T= 9.5 - -35 14:37:37 14:38:30 -Q= 54.6 T= 9.1 - -36 14:38:33 14:39:06 -P1=0.28 T= 3.1 - -37 14:39:09 14:39:44 -T= 0.7 - -38 14:39:48 14:39:54 -t= 52.1 T= 0.7 - -39 14:39:56 14:40:02 -t= 52.3 T= 0.7 - -40 14:40:05 14:40:11 -t= 51.9 T= 0.5 - -21 21:03:10 21:03:18 -Rsk= 9.0 Rkk= 3.4 - -21 23:12:32 23:12:40 -Rsk= 11.1 Rkk= 5.1 - -22 23:33:41 23:44:13 -P1= 20.2 T1=23:39:12 P2= 41.9 T2=23:44:13 Vs= 4.33 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200913.333 b/Tests/bin/Debug/netcoreapp3.1/temp/20200913.333 deleted file mode 100644 index 097de45..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200913.333 +++ /dev/null @@ -1,18 +0,0 @@ -11 02:13:05 1599945185 -12 04:44:14 1599954254 -13 08:09:58 1599966598 -0 08:09:58 1599966598 -2 11:06:36 1599977196 -5 11:57:04 1599980224 -6 12:08:29 1599980909 -7 12:45:48 1599983148 -8 13:26:13 1599985573 -25 14:30:59 1599989459 -9 14:40:50 1599990050 -10 15:09:34 1599991774 -11 18:07:07 1600002427 -12 20:50:53 1600012253 -13 22:41:34 1600018894 -0 22:41:34 1600018894 -14 23:10:06 1600020606 -15 23:46:02 1600022762 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200913.334 b/Tests/bin/Debug/netcoreapp3.1/temp/20200913.334 deleted file mode 100644 index b2d2ba9..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200913.334 and /dev/null differ diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200913.335 b/Tests/bin/Debug/netcoreapp3.1/temp/20200913.335 deleted file mode 100644 index 5a9036d..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200913.335 +++ /dev/null @@ -1 +0,0 @@ -51 14:33:36 1599989616 diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200913.336 b/Tests/bin/Debug/netcoreapp3.1/temp/20200913.336 deleted file mode 100644 index f36a54e..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200913.336 +++ /dev/null @@ -1,99 +0,0 @@ -[99] -oper = 11 -begin = 13.09.2020 02:13:05 -norma = 0 -real = 151 - -[00] -oper = 12 -begin = 13.09.2020 04:44:14 -norma = 105 -real = 205 - -[01] -oper = 13 -begin = 13.09.2020 08:09:58 -norma = 45 -real = 176 - -[02] -oper = 2 -begin = 13.09.2020 11:06:36 -norma = 110 -vac_time = 10 -real = 50 - -[03] -oper = 5 -begin = 13.09.2020 11:57:04 -norma = 25 -real = 11 - -[04] -oper = 6 -begin = 13.09.2020 12:08:29 -norma = 35 -real = 37 - -[05] -oper = 7 -begin = 13.09.2020 12:45:48 -norma = 30 -real = 40 - -[06] -oper = 8 -begin = 13.09.2020 13:26:13 -norma = 40 -vac_time = 9 -real = 64 - -[07] -oper = 25 -begin = 13.09.2020 14:30:59 -norma = 30 -real = 9 - -[08] -oper = 9 -begin = 13.09.2020 14:40:50 -norma = 0 -real = 28 - -[09] -oper = 10 -begin = 13.09.2020 15:09:34 -norma = 0 -real = 177 - -[10] -oper = 11 -begin = 13.09.2020 18:07:07 -norma = 0 -real = 163 - -[11] -oper = 12 -begin = 13.09.2020 20:50:53 -norma = 105 -real = 110 - -[12] -oper = 13 -begin = 13.09.2020 22:41:34 -norma = 45 -real = 28 - -[13] -oper = 14 -begin = 13.09.2020 23:10:06 -norma = 40 -vac_time = 8 -real = 35 - -[14] -oper = 15 -begin = 13.09.2020 23:46:02 -norma = 30 -real = 20 - diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200913.337 b/Tests/bin/Debug/netcoreapp3.1/temp/20200913.337 deleted file mode 100644 index 2ad1817..0000000 --- a/Tests/bin/Debug/netcoreapp3.1/temp/20200913.337 +++ /dev/null @@ -1,40 +0,0 @@ -02:13:05 1599945185 祭 ० -02:13:05 1599945185 ⪫祭 ॣ '-2'(A) -02:13:06 1599945186 祭 ॣ '-2'(A) -03:09:06 1599948546 ⪫祭 ॣ '-2'(A) -04:44:16 1599954256 ⪫祭 ० ' ⮪ 㣨' -04:44:20 1599954260 '⪫ ' -04:44:20 1599954260 ⪫祭 -04:45:19 1599954319 祭 ० ᪠ -04:45:19 1599954319 祭 ० ᪠ -04:48:13 1599954493 ⪫祭 ० ᪠ (A) -05:14:20 1599956060 : 믮 -05:44:05 1599957845 ⪫祭 ० (A) -12:08:42 1599980922 祭 ० ᪠ -12:12:09 1599981129 ⪫祭 ० ᪠ (A) -14:30:17 1599989417 祭 ॣ '-2'(A) -14:30:53 1599989453 ⪫祭 ॣ '-2'(A) -14:31:48 1599989508 ' ' -14:31:48 1599989508 祭 -14:31:50 1599989510 祭 -14:32:50 1599989570 ⪫祭 -14:40:22 1599990022 祭 ० ࠧ -14:40:24 1599990024 祭 ० ' ⮪ 㣨' -14:40:50 1599990050 : 믮 -14:57:33 1599991053 祭 ॣ '-2'(A) -15:09:33 1599991773 ⪫祭 ० ࠧ (A) -15:09:34 1599991774 祭 ॣ . 殮 㣨 -18:07:06 1600002426 祭 ० -18:07:07 1600002427 ⪫祭 ॣ '-2'(A) -18:07:08 1600002428 祭 ॣ '-2'(A) -18:57:09 1600005429 ⪫祭 ॣ '-2'(A) -20:50:49 1600012249 ⪫祭 ० (A) -20:50:51 1600012251 ⪫祭 -20:50:51 1600012251 : -20:50:54 1600012254 ⪫祭 ० ' ⮪ 㣨' -20:51:06 1600012266 祭 ० ᪠ -20:51:07 1600012267 祭 ० ᪠ -20:54:29 1600012469 ⪫祭 ० ᪠ (A) -21:20:51 1600014051 : 믮 -23:45:39 1600022739 祭 ० ࠧ -23:45:41 1600022741 祭 ० ' ⮪ 㣨' diff --git a/Tests/bin/Debug/netcoreapp3.1/temp/20200913.339 b/Tests/bin/Debug/netcoreapp3.1/temp/20200913.339 deleted file mode 100644 index 3f45ac6..0000000 Binary files a/Tests/bin/Debug/netcoreapp3.1/temp/20200913.339 and /dev/null differ diff --git a/Tests/obj/Debug/netcoreapp3.1/Tests.csprojAssemblyReference.cache b/Tests/obj/Debug/netcoreapp3.1/Tests.csprojAssemblyReference.cache index 2420cf0..17d315f 100644 Binary files a/Tests/obj/Debug/netcoreapp3.1/Tests.csprojAssemblyReference.cache and b/Tests/obj/Debug/netcoreapp3.1/Tests.csprojAssemblyReference.cache differ diff --git a/Tests/obj/Debug/netcoreapp3.1/Tests.dll b/Tests/obj/Debug/netcoreapp3.1/Tests.dll index 961b34d..b8b3b11 100644 Binary files a/Tests/obj/Debug/netcoreapp3.1/Tests.dll and b/Tests/obj/Debug/netcoreapp3.1/Tests.dll differ diff --git a/Tests/obj/Debug/netcoreapp3.1/Tests.pdb b/Tests/obj/Debug/netcoreapp3.1/Tests.pdb index 13dcd1c..3efce61 100644 Binary files a/Tests/obj/Debug/netcoreapp3.1/Tests.pdb and b/Tests/obj/Debug/netcoreapp3.1/Tests.pdb differ diff --git a/Tests/obj/Tests.csproj.nuget.dgspec.json b/Tests/obj/Tests.csproj.nuget.dgspec.json index 3c5f70d..7e138e0 100644 --- a/Tests/obj/Tests.csproj.nuget.dgspec.json +++ b/Tests/obj/Tests.csproj.nuget.dgspec.json @@ -68,7 +68,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } }, @@ -144,7 +144,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } }, @@ -208,7 +208,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } }, @@ -282,7 +282,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } }, @@ -350,7 +350,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } }, @@ -414,7 +414,7 @@ ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } }, @@ -488,7 +488,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } } diff --git a/Tests/obj/project.assets.json b/Tests/obj/project.assets.json index ada256d..0db9ddf 100644 --- a/Tests/obj/project.assets.json +++ b/Tests/obj/project.assets.json @@ -412,7 +412,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.403\\RuntimeIdentifierGraph.json" } } } diff --git a/Tests/obj/project.nuget.cache b/Tests/obj/project.nuget.cache index 018b727..375e738 100644 --- a/Tests/obj/project.nuget.cache +++ b/Tests/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "b+EASMThHRecwei63JhWQux95MlWYetBCNYBAKb+lHhqg18tVye3xtymoi0r1x59Oc9tluRkjnqndnQWT1rv2Q==", + "dgSpecHash": "bgcV9wNTqjPJ+z+j2HnkfQSdCVelCqwYd1WkmQSoLDFRHDbnRNexT7l1lQZ5ipiwzaqTKo+QW7rZKfEU5GiVcQ==", "success": true, "projectFilePath": "D:\\GIT\\ASCKU_PC\\Tests\\Tests.csproj", "expectedPackageFiles": [