Browse Source

增加了QT程序

master
unknown 1 year ago
parent
commit
0be5c45fd3
100 changed files with 14822 additions and 0 deletions
  1. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/.vs/EurekaQT/v14/.suo
  2. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/.vs/EurekaQT/v16/.suo
  3. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/.vs/HollywoodQT/v14/.suo
  4. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/.vs/HollywoodQT/v15/.suo
  5. +0
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/.vs/HollywoodQT/v15/Server/sqlite3/db.lock
  6. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/.vs/HollywoodQT/v15/Server/sqlite3/storage.ide
  7. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/.vs/HollywoodQT/v15/Server/sqlite3/storage.ide-shm
  8. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/.vs/HollywoodQT/v15/Server/sqlite3/storage.ide-wal
  9. +12
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ClassLibrary1/Class1.cs
  10. +59
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ClassLibrary1/ClassLibrary1.csproj
  11. +36
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ClassLibrary1/Properties/AssemblyInfo.cs
  12. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ClassLibrary1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
  13. +0
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ClassLibrary1/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
  14. +0
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ClassLibrary1/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
  15. +0
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ClassLibrary1/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
  16. +114
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/Adb_Common.cs
  17. +43
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/AppConfig.cs
  18. +61
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/Common.csproj
  19. +1997
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/ConfigHelper.cs
  20. +57
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/FileWriter.cs
  21. +165
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/IniFile.cs
  22. +36
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/Properties/AssemblyInfo.cs
  23. +230
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/SerialPortMangment.cs
  24. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/bin/Debug/Common.dll
  25. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/bin/Debug/Common.pdb
  26. +4
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs
  27. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/Common.csproj.AssemblyReference.cache
  28. +1
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/Common.csproj.CoreCompileInputs.cache
  29. +198
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/Common.csproj.FileListAbsolute.txt
  30. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/Common.csprojAssemblyReference.cache
  31. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/Common.csprojResolveAssemblyReference.cache
  32. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/Common.dll
  33. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/Common.pdb
  34. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/DesignTimeResolveAssemblyReferences.cache
  35. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
  36. +0
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
  37. +0
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
  38. +0
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
  39. +6
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/App.config
  40. +64
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/ConsoleApplication1.csproj
  41. +20
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/Program.cs
  42. +36
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/Properties/AssemblyInfo.cs
  43. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/bin/Debug/Common.dll
  44. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/bin/Debug/Common.pdb
  45. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/bin/Debug/ConsoleApplication1.exe
  46. +6
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/bin/Debug/ConsoleApplication1.exe.config
  47. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/bin/Debug/ConsoleApplication1.pdb
  48. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/bin/Debug/ConsoleApplication1.vshost.exe
  49. +6
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/bin/Debug/ConsoleApplication1.vshost.exe.config
  50. +11
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/bin/Debug/ConsoleApplication1.vshost.exe.manifest
  51. +4
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/obj/Debug/.NETFramework,Version=v4.5.AssemblyAttributes.cs
  52. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/obj/Debug/ConsoleApplication1.csproj.AssemblyReference.cache
  53. +0
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/obj/Debug/ConsoleApplication1.csproj.CopyComplete
  54. +1
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/obj/Debug/ConsoleApplication1.csproj.CoreCompileInputs.cache
  55. +138
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/obj/Debug/ConsoleApplication1.csproj.FileListAbsolute.txt
  56. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/obj/Debug/ConsoleApplication1.csprojResolveAssemblyReference.cache
  57. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/obj/Debug/ConsoleApplication1.exe
  58. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/obj/Debug/ConsoleApplication1.pdb
  59. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
  60. +0
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
  61. +0
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
  62. +0
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
  63. +50
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT.sln
  64. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT.v11.suo
  65. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT.v12.suo
  66. +6
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/App.config
  67. +2
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/ClassDiagram1.cd
  68. BIN
      _SOP.pptx
  69. +119
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/EurekaQT.csproj
  70. +14
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/EurekaQT.csproj.user
  71. +3750
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/Form1.Designer.cs
  72. +3258
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/Form1.cs
  73. +129
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/Form1.resx
  74. +23
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/Program.cs
  75. +36
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/Properties/AssemblyInfo.cs
  76. +63
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/Properties/Resources.Designer.cs
  77. +117
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/Properties/Resources.resx
  78. +26
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/Properties/Settings.Designer.cs
  79. +7
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/Properties/Settings.settings
  80. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/QT-API说明.docx
  81. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/QT流程.jpg
  82. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/Common.dll
  83. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/Common.pdb
  84. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/EurekaQT.exe
  85. +6
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/EurekaQT.exe.config
  86. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/EurekaQT.pdb
  87. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/EurekaQT.vshost.exe
  88. +6
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/EurekaQT.vshost.exe.config
  89. +11
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/EurekaQT.vshost.exe.manifest
  90. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/IOBoard.dll
  91. BIN
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/IOBoard.pdb
  92. +211
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/Logs/20230617.txt
  93. +55
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/Logs/20230619.txt
  94. +163
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/Logs/20230621.txt
  95. +203
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/Logs/20230627.txt
  96. +39
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/Logs/20230628.txt
  97. +2252
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/Logs/20230630.txt
  98. +654
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/Logs/20230701.txt
  99. +283
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/Logs/20230703.txt
  100. +34
    -0
      EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/Logs/20230704.txt

BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/.vs/EurekaQT/v14/.suo View File


BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/.vs/EurekaQT/v16/.suo View File


BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/.vs/HollywoodQT/v14/.suo View File


BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/.vs/HollywoodQT/v15/.suo View File


+ 0
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/.vs/HollywoodQT/v15/Server/sqlite3/db.lock View File


BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/.vs/HollywoodQT/v15/Server/sqlite3/storage.ide View File


BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/.vs/HollywoodQT/v15/Server/sqlite3/storage.ide-shm View File


BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/.vs/HollywoodQT/v15/Server/sqlite3/storage.ide-wal View File


+ 12
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ClassLibrary1/Class1.cs View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace ClassLibrary1
{
public class Class1
{
}
}

+ 59
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ClassLibrary1/ClassLibrary1.csproj View File

@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>64727b7b-c312-4b99-949d-7cf818d66254</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ClassLibrary1</RootNamespace>
<AssemblyName>ClassLibrary1</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System"/>
<Reference Include="System.Core"/>
<Reference Include="System.Xml.Linq"/>
<Reference Include="System.Data.DataSetExtensions"/>
<Reference Include="Microsoft.CSharp"/>
<Reference Include="System.Data"/>
<Reference Include="System.Xml"/>
</ItemGroup>
<ItemGroup>
<Compile Include="Class1.cs" />

<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->

</Project>

+ 36
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ClassLibrary1/Properties/AssemblyInfo.cs View File

@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// 有关程序集的常规信息通过以下
// 特性集控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("ClassLibrary1")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ClassLibrary1")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// 将 ComVisible 设置为 false 使此程序集中的类型
// 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型,
// 则将该类型上的 ComVisible 特性设置为 true。
[assembly: ComVisible(false)]

// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
[assembly: Guid("64727b7b-c312-4b99-949d-7cf818d66254")]

// 程序集的版本信息由下面四个值组成:
//
// 主版本
// 次版本
// 生成号
// 修订号
//
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ClassLibrary1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache View File


+ 0
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ClassLibrary1/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs View File


+ 0
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ClassLibrary1/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs View File


+ 0
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ClassLibrary1/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs View File


+ 114
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/Adb_Common.cs View File

@@ -0,0 +1,114 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Diagnostics;
using System.Threading;

namespace Common
{
public class Adb_Common
{
private Process process = new Process();
public bool i=true;
public string Send_Command(string command,bool result = true)
{
if (i)
{
process.StartInfo.FileName = "cmd.exe";
process.StartInfo.UseShellExecute = false;
process.StartInfo.RedirectStandardInput = true;
process.StartInfo.RedirectStandardOutput = true;
process.StartInfo.RedirectStandardError = true;
process.StartInfo.CreateNoWindow = true;
i = false;
}
//string command = "adb shell";
//process.StandardInput.WriteLine(command);
//command = "echo 255 > /sys/class/leds/red/brightness";
//process.StandardInput.WriteLine(command);
//command = "echo 0 > /sys/class/leds/blue/brightness";
//process.StandardInput.WriteLine(command);
//command = "echo 0 > /sys/class/leds/green/brightness";
//process.StandardInput.WriteLine(command);
process.StartInfo.Arguments = "/c " + command;//“/C”表示执行完命令后马上退出
process.Start();
if (result)
{
string data1 = process.StandardOutput.ReadToEnd();
//process.WaitForExit();
//process.Close();
string Text = "执行结果: " + data1;
return Text;
}
return "执行成功";
}

public string Send_Command_CameraTool(string command, bool result = true)
{
if (i)
{
process.StartInfo.FileName = "cmd.exe";
process.StartInfo.UseShellExecute = false;
process.StartInfo.RedirectStandardInput = true;
process.StartInfo.RedirectStandardOutput = true;
process.StartInfo.RedirectStandardError = true;
process.StartInfo.CreateNoWindow = true;
i = false;
}
process.StartInfo.Arguments = "/c " + command;//“/C”表示执行完命令后马上退出
process.Start();
if (result)
{
string data1 = process.StandardOutput.ReadLine();
Console.WriteLine(data1);
Thread.Sleep(5000);
//process.WaitForExit();
//process.Close();
string Text = "执行结果: " + data1;
return Text;
}
return "执行成功";
}

public string Serial_Command(string pyth,int type)
{
if (i)
{
process.StartInfo.FileName = "cmd.exe";
process.StartInfo.UseShellExecute = false;
process.StartInfo.RedirectStandardInput = true;
process.StartInfo.RedirectStandardOutput = true;
process.StartInfo.RedirectStandardError = true;
process.StartInfo.CreateNoWindow = true;
i = false;
}

//string command = "adb shell";
//process.StandardInput.WriteLine(command);
//command = "echo 255 > /sys/class/leds/red/brightness";
//process.StandardInput.WriteLine(command);
//command = "echo 0 > /sys/class/leds/blue/brightness";
//process.StandardInput.WriteLine(command);
//command = "echo 0 > /sys/class/leds/green/brightness";
//process.StandardInput.WriteLine(command);
pyth = ""+pyth +" "+ type;
process.StartInfo.Arguments = "/c " + pyth;//“/C”表示执行完命令后马上退出
process.Start();
string data1 = process.StandardOutput.ReadToEnd();
//process.WaitForExit();
//process.Close();
string Text = "执行结果: " + data1;
return Text;
}

public void Able_COM(string com,string pyte)
{
string Command = string.Format(@"D:\EurekaQT\EurekaQT\bin\Debug\Debug\PortMangmenTool.exe {0} {1}", com, pyte);
Send_Command(Command);
}
}
}

+ 43
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/AppConfig.cs View File

@@ -0,0 +1,43 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Configuration;

namespace Common
{
/// <summary>
/// 配置参数
/// </summary>
public static class AppConfig
{
private static AppSettingsSection appSettings;
private static Configuration config;
static AppConfig()
{
string assemblyConfigFile = System.Reflection.Assembly.GetEntryAssembly().Location;
config = ConfigurationManager.OpenExeConfiguration(assemblyConfigFile);
//获取appSettings节点
appSettings = (AppSettingsSection)config.GetSection("appSettings");
}

/// <summary>
/// 当前程序启动路径
/// </summary>
public static string StartupPath
{
get
{
return System.IO.Path.GetDirectoryName(System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName);
}
}
public static string ConfigFile
{
get
{
return StartupPath + "\\qt.ini";
}
}

}
}

+ 61
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/Common.csproj View File

@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{CC0DCEC4-2900-4A08-AD6E-8B9FA4EC6DD8}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Common</RootNamespace>
<AssemblyName>Common</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Management" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Adb_Common.cs" />
<Compile Include="AppConfig.cs" />
<Compile Include="ConfigHelper.cs" />
<Compile Include="FileWriter.cs" />
<Compile Include="IniFile.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SerialPortMangment.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

+ 1997
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/ConfigHelper.cs
File diff suppressed because it is too large
View File


+ 57
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/FileWriter.cs View File

@@ -0,0 +1,57 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using System.IO;

namespace Common
{
public class FileWriter
{
private static object LOCKOBJ = new object();
private static object obj_lock = new object();

private static string FILEPATH = "";

static FileWriter()
{
FILEPATH = AppDomain.CurrentDomain.SetupInformation.ApplicationBase + "Logs\\";
Console.Write(FILEPATH);
if (Directory.Exists(FILEPATH) == false)
{
Directory.CreateDirectory(FILEPATH);
}
}

public static void WriteLog(string text)
{
lock (LOCKOBJ)
{
try
{
string file = FILEPATH + DateTime.Now.ToString("yyyyMMdd") + ".txt";
File.AppendAllText(file, DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss") + ":" + text + System.Environment.NewLine);
}
catch
{
}
}
}

public static void Write_ERR_Log(string text)
{
lock (obj_lock)
{
try
{
string file = FILEPATH + DateTime.Now.ToString("yyyyMMdd") + "_err.txt";
File.AppendAllText(file, DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss") + ":" + text + System.Environment.NewLine);
}
catch
{
}
}
}
}
}

+ 165
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/IniFile.cs View File

@@ -0,0 +1,165 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.IO;

namespace Common
{
/// <summary>
/// ini文件类
/// </summary>
public class IniFile
{
private string m_FileName;

public string FileName
{
get { return m_FileName; }
set { m_FileName = value; }
}

[DllImport("kernel32.dll")]
private static extern int GetPrivateProfileInt(
string lpAppName,
string lpKeyName,
int nDefault,
string lpFileName
);

[DllImport("kernel32.dll")]
private static extern int GetPrivateProfileString(
string lpAppName,
string lpKeyName,
string lpDefault,
StringBuilder lpReturnedString,
int nSize,
string lpFileName
);

[DllImport("kernel32.dll")]
private static extern int WritePrivateProfileString(
string lpAppName,
string lpKeyName,
string lpString,
string lpFileName
);

/// <summary>
/// 当前程序启动路径
/// </summary>
public static string StartupPath
{
get
{
return System.IO.Path.GetDirectoryName(System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName);
}
}

/// <summary>
/// 构造函数
/// </summary>
/// <param name="aFileName">Ini文件路径</param>
public IniFile(string aFileName)
{
this.m_FileName = aFileName;
}

/// <summary>
/// 构造函数
/// </summary>
public IniFile()
{ }

/// <summary>
/// [扩展]读Int数值
/// </summary>
/// <param name="section">节</param>
/// <param name="name">键</param>
/// <param name="def">默认值</param>
/// <returns></returns>
public int ReadInt(string section, string name, int def)
{
return GetPrivateProfileInt(section, name, def, this.m_FileName);
}

/// <summary>
/// [扩展]读取string字符串
/// </summary>
/// <param name="section">节</param>
/// <param name="name">键</param>
/// <param name="def">默认值</param>
/// <returns></returns>
public string ReadString(string section, string name, string def)
{
StringBuilder vRetSb = new StringBuilder(2048);
GetPrivateProfileString(section, name, def, vRetSb, 2048, this.m_FileName);
return vRetSb.ToString().Split(';')[0];
}

/// <summary>
/// [扩展]写入Int数值,如果不存在 节-键,则会自动创建
/// </summary>
/// <param name="section">节</param>
/// <param name="name">键</param>
/// <param name="Ival">写入值</param>
public void WriteInt(string section, string name, int Ival)
{

WritePrivateProfileString(section, name, Ival.ToString(), this.m_FileName);
}

/// <summary>
/// [扩展]写入String字符串,如果不存在 节-键,则会自动创建
/// </summary>
/// <param name="section">节</param>
/// <param name="name">键</param>
/// <param name="strVal">写入值</param>
public void WriteString(string section, string name, string strVal)
{
WritePrivateProfileString(section, name, strVal, this.m_FileName);
}

/// <summary>
/// 删除指定的 节
/// </summary>
/// <param name="section"></param>
public void DeleteSection(string section)
{
WritePrivateProfileString(section, null, null, this.m_FileName);
}

/// <summary>
/// 删除全部 节
/// </summary>
public void DeleteAllSection()
{
WritePrivateProfileString(null, null, null, this.m_FileName);
}

/// <summary>
/// 读取指定 节-键 的值
/// </summary>
/// <param name="section"></param>
/// <param name="name"></param>
/// <returns></returns>
public string IniReadValue(string section, string name)
{
StringBuilder strSb = new StringBuilder(256);
GetPrivateProfileString(section, name, "", strSb, 256, this.m_FileName);
return strSb.ToString();
}

/// <summary>
/// 写入指定值,如果不存在 节-键,则会自动创建
/// </summary>
/// <param name="section"></param>
/// <param name="name"></param>
/// <param name="value"></param>
public void IniWriteValue(string section, string name, string value)
{
WritePrivateProfileString(section, name, value, this.m_FileName);
}
}
}

+ 36
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/Properties/AssemblyInfo.cs View File

@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// 有关程序集的常规信息通过以下
// 特性集控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("Common")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Common")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// 将 ComVisible 设置为 false 使此程序集中的类型
// 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型,
// 则将该类型上的 ComVisible 特性设置为 true。
[assembly: ComVisible(false)]

// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
[assembly: Guid("8cfe033b-28a6-48eb-98fd-3a30750ef714")]

// 程序集的版本信息由下面四个值组成:
//
// 主版本
// 次版本
// 生成号
// 修订号
//
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.2")]
[assembly: AssemblyFileVersion("2.0.0.2")]

+ 230
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/SerialPortMangment.cs View File

@@ -0,0 +1,230 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Management;


// // 硬件
// Win32_Processor, // CPU 处理器
//Win32_PhysicalMemory, // 物理内存条
//Win32_Keyboard, // 键盘
//Win32_PointingDevice, // 点输入设备,包括鼠标。
//Win32_FloppyDrive, // 软盘驱动器
//Win32_DiskDrive, // 硬盘驱动器
//Win32_CDROMDrive, // 光盘驱动器
//Win32_BaseBoard, // 主板
//Win32_BIOS, // BIOS 芯片
//Win32_ParallelPort, // 并口
//Win32_SerialPort, // 串口
//Win32_SerialPortConfiguration, // 串口配置
//Win32_SoundDevice, // 多媒体设置,一般指声卡。
//Win32_SystemSlot, // 主板插槽 (ISA & PCI & AGP)
//Win32_USBController, // USB 控制器
//Win32_NetworkAdapter, // 网络适配器
//Win32_NetworkAdapterConfiguration, // 网络适配器设置
//Win32_Printer, // 打印机
//Win32_PrinterConfiguration, // 打印机设置
//Win32_PrintJob, // 打印机任务
//Win32_TCPIPPrinterPort, // 打印机端口
//Win32_POTSModem, // MODEM
//Win32_POTSModemToSerialPort, // MODEM 端口
//Win32_DesktopMonitor, // 显示器
//Win32_DisplayConfiguration, // 显卡
//Win32_DisplayControllerConfiguration, // 显卡设置
//Win32_VideoController, // 显卡细节。
//Win32_VideoSettings, // 显卡支持的显示模式。

//// 操作系统
//Win32_TimeZone, // 时区
//Win32_SystemDriver, // 驱动程序
//Win32_DiskPartition, // 磁盘分区
//Win32_LogicalDisk, // 逻辑磁盘
//Win32_LogicalDiskToPartition, // 逻辑磁盘所在分区及始末位置。
//Win32_LogicalMemoryConfiguration, // 逻辑内存配置
//Win32_PageFile, // 系统页文件信息
//Win32_PageFileSetting, // 页文件设置
//Win32_BootConfiguration, // 系统启动配置
//Win32_ComputerSystem, // 计算机信息简要
//Win32_OperatingSystem, // 操作系统信息
//Win32_StartupCommand, // 系统自动启动程序
//Win32_Service, // 系统安装的服务
//Win32_Group, // 系统管理组
//Win32_GroupUser, // 系统组帐号
//Win32_UserAccount, // 用户帐号
//Win32_Process, // 系统进程
//Win32_Thread, // 系统线程
//Win32_Share, // 共享
//Win32_NetworkClient, // 已安装的网络客户端
//Win32_NetworkProtocol, // 已安装的网络协议

namespace Common
{
public class SerialPortMangment
{
private ManagementObject m_device = null;
public SerialPortMangment()
{ }

//获取需要设备
public void GetDevices(string find_port)
{
if (find_port == null || find_port.Trim().Length == 0)
return;
//ManagementObjectSearcher searcher = new ManagementObjectSearcher("select * from " + Key);
//根据某个条件查找到对应设备
//ManagementObjectSearcher searcher = new ManagementObjectSearcher("SELECT * FROM win32_PnPEntity");

ManagementObjectSearcher searcher = new ManagementObjectSearcher("SELECT * FROM win32_PnPEntity");

//遍历所有设备信息

foreach (ManagementObject mgt in searcher.Get())
{
Console.WriteLine(Convert.ToString(mgt["Name"]));
//按名字筛选
if (Convert.ToString(mgt["Name"]).ToUpper().Contains(find_port.ToUpper()))
{
m_device = mgt;
}
}
Console.WriteLine("");
}


//启用方法
public string DeviceEnable()
{
if (m_device == null)
{
return "Fail:未找到设备";
}
try
{
m_device.InvokeMethod("Enable", null);
return "ok";
}
catch (Exception e)
{
Console.WriteLine(e.Message);
return e.Message;
}
}

//禁用方法
public string DeviceDisable()
{
if (m_device == null)
{
return "Fail:未找到设备";
}
try
{
m_device.InvokeMethod("Disable", null);
return "ok";
}
catch (Exception e)
{
Console.WriteLine(e.Message);
return e.Message;
}
}

}


public class SerialPortMangmentDOE
{
ManagementObject USB = null;

public SerialPortMangmentDOE()
{ }

//获取需要设备
public void GetDevices()
{
//ManagementObjectSearcher searcher = new ManagementObjectSearcher("select * from " + Key);
//根据某个条件查找到对应设备
//ManagementObjectSearcher searcher = new ManagementObjectSearcher("SELECT * FROM win32_PnPEntity");

ManagementObjectSearcher searcher = new ManagementObjectSearcher("SELECT * FROM Win32_SerialPort");

//遍历所有设备信息

foreach (ManagementObject mgt in searcher.Get())
{
Console.WriteLine(Convert.ToString(mgt["Name"]));
//按名字筛选
if (Convert.ToString(mgt["Name"]).Contains("COM28"))
{
USB = mgt;
}
}
Console.WriteLine("");
}

//获取需要设备
public void GetDevices1()
{
//ManagementObjectSearcher searcher = new ManagementObjectSearcher("select * from " + Key);
//根据某个条件查找到对应设备
//ManagementObjectSearcher searcher = new ManagementObjectSearcher("SELECT * FROM win32_PnPEntity");

ManagementObjectSearcher searcher = new ManagementObjectSearcher("SELECT * FROM win32_PnPEntity");

//遍历所有设备信息

foreach (ManagementObject mgt in searcher.Get())
{
//Console.WriteLine(Convert.ToString(mgt["Name"]));
//按名字筛选
if (Convert.ToString(mgt["Name"]).ToUpper().Contains("COM"))
{
Console.WriteLine(Convert.ToString(mgt["Name"]));
if (Convert.ToString(mgt["Name"]).ToUpper().Contains("COM23"))
{
USB = mgt;
}
}
}
Console.WriteLine("");
}

//启用方法
public void DeviceEnable()
{
if (USB == null)
{
return;
}
try
{
USB.InvokeMethod("Enable", null);
}
catch (Exception e)
{
Console.WriteLine(e.Message);
}
}

//禁用方法
public void DeviceDisable()
{
if (USB == null)
{
return;
}
try
{
USB.InvokeMethod("Disable", null);
}
catch (Exception e)
{
Console.WriteLine(e.Message);
}
}

}
}

BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/bin/Debug/Common.dll View File


BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/bin/Debug/Common.pdb View File


+ 4
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.0", FrameworkDisplayName = ".NET Framework 4")]

BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/Common.csproj.AssemblyReference.cache View File


+ 1
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/Common.csproj.CoreCompileInputs.cache View File

@@ -0,0 +1 @@
52cd07c0673b81280c4b7161614fa483ad3de0aa

+ 198
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/Common.csproj.FileListAbsolute.txt View File

@@ -0,0 +1,198 @@
C:\Users\hely\he\VSProjects\HollywoodQT\Common\bin\Debug\Common.dll
C:\Users\hely\he\VSProjects\HollywoodQT\Common\bin\Debug\Common.pdb
C:\Users\hely\he\VSProjects\HollywoodQT\Common\obj\Debug\Common.dll
C:\Users\hely\he\VSProjects\HollywoodQT\Common\obj\Debug\Common.pdb
D:\guanhe\Downloads\temp_test\HollywoodQT_LED\HollywoodQT\Common\obj\Debug\Common.csproj.CoreCompileInputs.cache
D:\guanhe\Downloads\temp_test\HollywoodQT_LED\HollywoodQT\Common\obj\Debug\Common.dll
D:\guanhe\Downloads\temp_test\HollywoodQT_LED\HollywoodQT\Common\obj\Debug\Common.pdb
D:\guanhe\Downloads\temp_test\HollywoodQT_LED\HollywoodQT\Common\bin\Debug\Common.dll
D:\guanhe\Downloads\temp_test\HollywoodQT_LED\HollywoodQT\Common\bin\Debug\Common.pdb
D:\guanhe\Downloads\temp_test\HollywoodQT_LED\HollywoodQT\Common\obj\Debug\Common.csprojAssemblyReference.cache
C:\Users\hely.domain\Desktop\HollywoodQT\Common\bin\Debug\Common.dll
C:\Users\hely.domain\Desktop\HollywoodQT\Common\bin\Debug\Common.pdb
C:\Users\hely.domain\Desktop\HollywoodQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
C:\Users\hely.domain\Desktop\HollywoodQT\Common\obj\Debug\Common.dll
C:\Users\hely.domain\Desktop\HollywoodQT\Common\obj\Debug\Common.pdb
D:\guanhe\Downloads\temp_test\HollywoodQT\Common\bin\Debug\Common.dll
D:\guanhe\Downloads\temp_test\HollywoodQT\Common\bin\Debug\Common.pdb
D:\guanhe\Downloads\temp_test\HollywoodQT\Common\obj\Debug\Common.csprojAssemblyReference.cache
D:\guanhe\Downloads\temp_test\HollywoodQT\Common\obj\Debug\Common.csproj.CoreCompileInputs.cache
D:\guanhe\Downloads\temp_test\HollywoodQT\Common\obj\Debug\Common.dll
D:\guanhe\Downloads\temp_test\HollywoodQT\Common\obj\Debug\Common.pdb
D:\HollywoodQT_2IPMoTor\HollywoodQT\Common\bin\Debug\Common.dll
D:\HollywoodQT_2IPMoTor\HollywoodQT\Common\bin\Debug\Common.pdb
D:\HollywoodQT_2IPMoTor\HollywoodQT\Common\obj\Debug\Common.dll
D:\HollywoodQT_2IPMoTor\HollywoodQT\Common\obj\Debug\Common.pdb
D:\HollywoodQT_LOCK_WDOBT_LOG_SDVH\HollywoodQT\Common\bin\Debug\Common.dll
D:\HollywoodQT_LOCK_WDOBT_LOG_SDVH\HollywoodQT\Common\bin\Debug\Common.pdb
D:\HollywoodQT_LOCK_WDOBT_LOG_SDVH\HollywoodQT\Common\obj\Debug\Common.dll
D:\HollywoodQT_LOCK_WDOBT_LOG_SDVH\HollywoodQT\Common\obj\Debug\Common.pdb
D:\HollywoodQT_LOCK_WDOBT_LOG_SDVH\HollywoodQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
D:\src\HollywoodQT\Common\bin\Debug\Common.dll
D:\src\HollywoodQT\Common\bin\Debug\Common.pdb
D:\src\HollywoodQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
D:\src\HollywoodQT\Common\obj\Debug\Common.dll
D:\src\HollywoodQT\Common\obj\Debug\Common.pdb
D:\guanhe\HollywoodQT\HollywoodQT\Common\bin\Debug\Common.dll
D:\guanhe\HollywoodQT\HollywoodQT\Common\bin\Debug\Common.pdb
D:\guanhe\HollywoodQT\HollywoodQT\Common\obj\Debug\Common.dll
D:\guanhe\HollywoodQT\HollywoodQT\Common\obj\Debug\Common.pdb
D:\guanhe\HollywoodQT\HollywoodQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
D:\HollywoodQT\Common\bin\Debug\Common.dll
D:\HollywoodQT\Common\bin\Debug\Common.pdb
D:\HollywoodQT\Common\obj\Debug\Common.dll
D:\HollywoodQT\Common\obj\Debug\Common.pdb
C:\Users\hely\he\VSProjects\HollywoodQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
D:\temp\QT-Update-20200327\src\HollywoodQT\Common\bin\Debug\Common.dll
D:\temp\QT-Update-20200327\src\HollywoodQT\Common\bin\Debug\Common.pdb
D:\temp\QT-Update-20200327\src\HollywoodQT\Common\obj\Debug\Common.dll
D:\temp\QT-Update-20200327\src\HollywoodQT\Common\obj\Debug\Common.pdb
D:\temp\QT-Update-20200327\src\HollywoodQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
D:\work\project\Facebook_QT\V2(20200327)\src\HollywoodQT_v2_20200403.1700\Common\bin\Debug\Common.dll
D:\work\project\Facebook_QT\V2(20200327)\src\HollywoodQT_v2_20200403.1700\Common\bin\Debug\Common.pdb
D:\work\project\Facebook_QT\V2(20200327)\src\HollywoodQT_v2_20200403.1700\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
D:\work\project\Facebook_QT\V2(20200327)\src\HollywoodQT_v2_20200403.1700\Common\obj\Debug\Common.dll
D:\work\project\Facebook_QT\V2(20200327)\src\HollywoodQT_v2_20200403.1700\Common\obj\Debug\Common.pdb
D:\work\project\Facebook_QT\V2(20200327)\src\HollywoodQT_v2_20200404.2100\Common\bin\Debug\Common.dll
D:\work\project\Facebook_QT\V2(20200327)\src\HollywoodQT_v2_20200404.2100\Common\bin\Debug\Common.pdb
D:\work\project\Facebook_QT\V2(20200327)\src\HollywoodQT_v2_20200404.2100\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
D:\work\project\Facebook_QT\V2(20200327)\src\HollywoodQT_v2_20200404.2100\Common\obj\Debug\Common.dll
D:\work\project\Facebook_QT\V2(20200327)\src\HollywoodQT_v2_20200404.2100\Common\obj\Debug\Common.pdb
D:\work\project\Facebook_QT\V2(20200327)\src\HollywoodQT_v2_20200404.2200\Common\bin\Debug\Common.dll
D:\work\project\Facebook_QT\V2(20200327)\src\HollywoodQT_v2_20200404.2200\Common\bin\Debug\Common.pdb
D:\work\project\Facebook_QT\V2(20200327)\src\HollywoodQT_v2_20200404.2200\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
D:\work\project\Facebook_QT\V2(20200327)\src\HollywoodQT_v2_20200404.2200\Common\obj\Debug\Common.dll
D:\work\project\Facebook_QT\V2(20200327)\src\HollywoodQT_v2_20200404.2200\Common\obj\Debug\Common.pdb
D:\work\project\Facebook_QT\V2(20200327)\src\HollywoodQT_v2_20200404.2300\Common\bin\Debug\Common.dll
D:\work\project\Facebook_QT\V2(20200327)\src\HollywoodQT_v2_20200404.2300\Common\bin\Debug\Common.pdb
D:\work\project\Facebook_QT\V2(20200327)\src\HollywoodQT_v2_20200404.2300\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
D:\work\project\Facebook_QT\V2(20200327)\src\HollywoodQT_v2_20200404.2300\Common\obj\Debug\Common.dll
D:\work\project\Facebook_QT\V2(20200327)\src\HollywoodQT_v2_20200404.2300\Common\obj\Debug\Common.pdb
D:\temp\sw\HollywoodQT_v2_20200404.2300_\Common\bin\Debug\Common.dll
D:\temp\sw\HollywoodQT_v2_20200404.2300_\Common\bin\Debug\Common.pdb
D:\temp\sw\HollywoodQT_v2_20200404.2300_\Common\obj\Debug\Common.dll
D:\temp\sw\HollywoodQT_v2_20200404.2300_\Common\obj\Debug\Common.pdb
D:\temp\sw\HollywoodQT_v2_20200407.1900\Common\bin\Debug\Common.dll
D:\temp\sw\HollywoodQT_v2_20200407.1900\Common\bin\Debug\Common.pdb
D:\temp\sw\HollywoodQT_v2_20200407.1900\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
D:\temp\sw\HollywoodQT_v2_20200407.1900\Common\obj\Debug\Common.dll
D:\temp\sw\HollywoodQT_v2_20200407.1900\Common\obj\Debug\Common.pdb
D:\temp\sw\HollywoodQT_v2_20200408.1300_\Common\bin\Debug\Common.dll
D:\temp\sw\HollywoodQT_v2_20200408.1300_\Common\bin\Debug\Common.pdb
D:\temp\sw\HollywoodQT_v2_20200408.1300_\Common\obj\Debug\Common.dll
D:\temp\sw\HollywoodQT_v2_20200408.1300_\Common\obj\Debug\Common.pdb
F:\260074\HollywoodQT\HollywoodQT\Common\bin\Debug\Common.dll
F:\260074\HollywoodQT\HollywoodQT\Common\bin\Debug\Common.pdb
F:\260074\HollywoodQT\HollywoodQT\Common\obj\Debug\Common.dll
F:\260074\HollywoodQT\HollywoodQT\Common\obj\Debug\Common.pdb
F:\260074\HollywoodQT\HollywoodQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
D:\src\HollywoodQT_all\HollywoodQT\HollywoodQT\Common\bin\Debug\Common.dll
D:\src\HollywoodQT_all\HollywoodQT\HollywoodQT\Common\bin\Debug\Common.pdb
D:\src\HollywoodQT_all\HollywoodQT\HollywoodQT\Common\obj\Debug\Common.dll
D:\src\HollywoodQT_all\HollywoodQT\HollywoodQT\Common\obj\Debug\Common.pdb
F:\260074\Eureka\HollywoodQT\HollywoodQT\HollywoodQT\Common\bin\Debug\Common.dll
F:\260074\Eureka\HollywoodQT\HollywoodQT\HollywoodQT\Common\bin\Debug\Common.pdb
F:\260074\Eureka\HollywoodQT\HollywoodQT\HollywoodQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
F:\260074\Eureka\HollywoodQT\HollywoodQT\HollywoodQT\Common\obj\Debug\Common.dll
F:\260074\Eureka\HollywoodQT\HollywoodQT\HollywoodQT\Common\obj\Debug\Common.pdb
D:\src\HollywoodQT_all\HollywoodQT\HollywoodQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
D:\HollywoodQT\HollywoodQT\HollywoodQT\Common\bin\Debug\Common.dll
D:\HollywoodQT\HollywoodQT\HollywoodQT\Common\bin\Debug\Common.pdb
D:\HollywoodQT\HollywoodQT\HollywoodQT\Common\obj\Debug\Common.dll
D:\HollywoodQT\HollywoodQT\HollywoodQT\Common\obj\Debug\Common.pdb
D:\HollywoodQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
D:\EurekaQT\Common\bin\Debug\Common.dll
D:\EurekaQT\Common\bin\Debug\Common.pdb
D:\EurekaQT\Common\obj\Debug\Common.dll
D:\EurekaQT\Common\obj\Debug\Common.pdb
D:\11\EurekaQT\Common\bin\Debug\Common.dll
D:\11\EurekaQT\Common\bin\Debug\Common.pdb
D:\11\EurekaQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
D:\11\EurekaQT\Common\obj\Debug\Common.dll
D:\11\EurekaQT\Common\obj\Debug\Common.pdb
D:\EurekaQT\Common\obj\Debug\Common.csproj.AssemblyReference.cache
D:\EurekaQT\Common\obj\Debug\Common.csproj.CoreCompileInputs.cache
E:\EurekaQT\EurekaQT\Common\bin\Debug\Common.dll
E:\EurekaQT\EurekaQT\Common\bin\Debug\Common.pdb
E:\EurekaQT\EurekaQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
E:\EurekaQT\EurekaQT\Common\obj\Debug\Common.dll
E:\EurekaQT\EurekaQT\Common\obj\Debug\Common.pdb
\\10.42.151.71\d\0808\EurekaQT\Common\bin\Debug\Common.dll
\\10.42.151.71\d\0808\EurekaQT\Common\bin\Debug\Common.pdb
\\10.42.151.71\d\0808\EurekaQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
\\10.42.151.71\d\0808\EurekaQT\Common\obj\Debug\Common.dll
\\10.42.151.71\d\0808\EurekaQT\Common\obj\Debug\Common.pdb
D:\0808\1#\0818_bak\EurekaQT\Common\bin\Debug\Common.dll
D:\0808\1#\0818_bak\EurekaQT\Common\bin\Debug\Common.pdb
D:\0808\1#\0818_bak\EurekaQT\Common\obj\Debug\Common.dll
D:\0808\1#\0818_bak\EurekaQT\Common\obj\Debug\Common.pdb
\\10.42.151.71\d\0808\分离IO\EurekaQT\Common\bin\Debug\Common.dll
\\10.42.151.71\d\0808\分离IO\EurekaQT\Common\bin\Debug\Common.pdb
\\10.42.151.71\d\0808\分离IO\EurekaQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
\\10.42.151.71\d\0808\分离IO\EurekaQT\Common\obj\Debug\Common.dll
\\10.42.151.71\d\0808\分离IO\EurekaQT\Common\obj\Debug\Common.pdb
D:\0808\EurekaQT\Common\bin\Debug\Common.dll
D:\0808\EurekaQT\Common\bin\Debug\Common.pdb
D:\0808\EurekaQT\Common\obj\Debug\Common.dll
D:\0808\EurekaQT\Common\obj\Debug\Common.pdb
D:\0808\EurekaQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
E:\src\EurekaQT_分离IO\Common\bin\Debug\Common.dll
E:\src\EurekaQT_分离IO\Common\bin\Debug\Common.pdb
E:\src\EurekaQT_分离IO\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
E:\src\EurekaQT_分离IO\Common\obj\Debug\Common.dll
E:\src\EurekaQT_分离IO\Common\obj\Debug\Common.pdb
D:\1229\EurekaQT\Common\bin\Debug\Common.dll
D:\1229\EurekaQT\Common\bin\Debug\Common.pdb
D:\1229\EurekaQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
D:\1229\EurekaQT\Common\obj\Debug\Common.dll
D:\1229\EurekaQT\Common\obj\Debug\Common.pdb
E:\SRC\EurekaQT\Common\bin\Debug\Common.dll
E:\SRC\EurekaQT\Common\bin\Debug\Common.pdb
E:\SRC\EurekaQT\Common\obj\Debug\Common.dll
E:\SRC\EurekaQT\Common\obj\Debug\Common.pdb
G:\260074\1.Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0403\EurekaQT\Common\bin\Debug\Common.dll
G:\260074\1.Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0403\EurekaQT\Common\bin\Debug\Common.pdb
G:\260074\1.Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0403\EurekaQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
G:\260074\1.Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0403\EurekaQT\Common\obj\Debug\Common.dll
G:\260074\1.Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0403\EurekaQT\Common\obj\Debug\Common.pdb
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0421\EurekaQT\Common\bin\Debug\Common.dll
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0421\EurekaQT\Common\bin\Debug\Common.pdb
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0421\EurekaQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0421\EurekaQT\Common\obj\Debug\Common.dll
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0421\EurekaQT\Common\obj\Debug\Common.pdb
D:\SRC\260074\DOE_safe_raster\EurekaQT\EurekaQT\Common\bin\Debug\Common.dll
D:\SRC\260074\DOE_safe_raster\EurekaQT\EurekaQT\Common\bin\Debug\Common.pdb
D:\SRC\260074\DOE_safe_raster\EurekaQT\EurekaQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
D:\SRC\260074\DOE_safe_raster\EurekaQT\EurekaQT\Common\obj\Debug\Common.dll
D:\SRC\260074\DOE_safe_raster\EurekaQT\EurekaQT\Common\obj\Debug\Common.pdb
E:\SRC\DOE\EurekaQT_addRaster_check_0526\EurekaQT\EurekaQT\Common\bin\Debug\Common.dll
E:\SRC\DOE\EurekaQT_addRaster_check_0526\EurekaQT\EurekaQT\Common\bin\Debug\Common.pdb
E:\SRC\DOE\EurekaQT_addRaster_check_0526\EurekaQT\EurekaQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
E:\SRC\DOE\EurekaQT_addRaster_check_0526\EurekaQT\EurekaQT\Common\obj\Debug\Common.dll
E:\SRC\DOE\EurekaQT_addRaster_check_0526\EurekaQT\EurekaQT\Common\obj\Debug\Common.pdb
E:\SRC\EurekaQT_addRaster_check_0526\EurekaQT\Common\bin\Debug\Common.dll
E:\SRC\EurekaQT_addRaster_check_0526\EurekaQT\Common\bin\Debug\Common.pdb
E:\SRC\EurekaQT_addRaster_check_0526\EurekaQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
E:\SRC\EurekaQT_addRaster_check_0526\EurekaQT\Common\obj\Debug\Common.dll
E:\SRC\EurekaQT_addRaster_check_0526\EurekaQT\Common\obj\Debug\Common.pdb
D:\SRC\DOE\EurekaQT_add_RGB_cal_doe\EurekaQT\Common\bin\Debug\Common.dll
D:\SRC\DOE\EurekaQT_add_RGB_cal_doe\EurekaQT\Common\bin\Debug\Common.pdb
D:\SRC\DOE\EurekaQT_add_RGB_cal_doe\EurekaQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
D:\SRC\DOE\EurekaQT_add_RGB_cal_doe\EurekaQT\Common\obj\Debug\Common.dll
D:\SRC\DOE\EurekaQT_add_RGB_cal_doe\EurekaQT\Common\obj\Debug\Common.pdb
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_add_RGB_cal_doe\EurekaQT\Common\bin\Debug\Common.dll
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_add_RGB_cal_doe\EurekaQT\Common\bin\Debug\Common.pdb
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_add_RGB_cal_doe\EurekaQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_add_RGB_cal_doe\EurekaQT\Common\obj\Debug\Common.dll
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_add_RGB_cal_doe\EurekaQT\Common\obj\Debug\Common.pdb
D:\SRC\EurekaQT\Common\bin\Debug\Common.dll
D:\SRC\EurekaQT\Common\bin\Debug\Common.pdb
D:\SRC\EurekaQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
D:\SRC\EurekaQT\Common\obj\Debug\Common.dll
D:\SRC\EurekaQT\Common\obj\Debug\Common.pdb
E:\SRC\EurekaQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
D:\SRC\EurekaQT_V2.0.1.3\EurekaQT\Common\bin\Debug\Common.dll
D:\SRC\EurekaQT_V2.0.1.3\EurekaQT\Common\bin\Debug\Common.pdb
D:\SRC\EurekaQT_V2.0.1.3\EurekaQT\Common\obj\Debug\Common.csprojResolveAssemblyReference.cache
D:\SRC\EurekaQT_V2.0.1.3\EurekaQT\Common\obj\Debug\Common.dll
D:\SRC\EurekaQT_V2.0.1.3\EurekaQT\Common\obj\Debug\Common.pdb

BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/Common.csprojAssemblyReference.cache View File


BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/Common.csprojResolveAssemblyReference.cache View File


BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/Common.dll View File


BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/Common.pdb View File


BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/DesignTimeResolveAssemblyReferences.cache View File


BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache View File


+ 0
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs View File


+ 0
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs View File


+ 0
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/Common/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs View File


+ 6
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/App.config View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>

+ 64
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/ConsoleApplication1.csproj View File

@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{8C803E5A-31E8-4B1E-91CB-28D1732C7209}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ConsoleApplication1</RootNamespace>
<AssemblyName>ConsoleApplication1</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Common\Common.csproj">
<Project>{cc0dcec4-2900-4a08-ad6e-8b9fa4ec6dd8}</Project>
<Name>Common</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

+ 20
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/Program.cs View File

@@ -0,0 +1,20 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Common;

namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
SerialPortMangmentDOE sm = new SerialPortMangmentDOE();
//sm.GetDevices();
sm.GetDevices1();
sm.DeviceDisable();
}
}
}

+ 36
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/Properties/AssemblyInfo.cs View File

@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// 有关程序集的常规信息通过以下
// 特性集控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("ConsoleApplication1")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ConsoleApplication1")]
[assembly: AssemblyCopyright("Copyright © 2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// 将 ComVisible 设置为 false 使此程序集中的类型
// 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型,
// 则将该类型上的 ComVisible 特性设置为 true。
[assembly: ComVisible(false)]

// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
[assembly: Guid("de4f5856-1a4b-4842-825f-a74f1b4f8537")]

// 程序集的版本信息由下面四个值组成:
//
// 主版本
// 次版本
// 生成号
// 修订号
//
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/bin/Debug/Common.dll View File


BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/bin/Debug/Common.pdb View File


BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/bin/Debug/ConsoleApplication1.exe View File


+ 6
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/bin/Debug/ConsoleApplication1.exe.config View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>

BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/bin/Debug/ConsoleApplication1.pdb View File


BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/bin/Debug/ConsoleApplication1.vshost.exe View File


+ 6
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/bin/Debug/ConsoleApplication1.vshost.exe.config View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>

+ 11
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/bin/Debug/ConsoleApplication1.vshost.exe.manifest View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

+ 4
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/obj/Debug/.NETFramework,Version=v4.5.AssemblyAttributes.cs View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5", FrameworkDisplayName = ".NET Framework 4.5")]

BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/obj/Debug/ConsoleApplication1.csproj.AssemblyReference.cache View File


+ 0
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/obj/Debug/ConsoleApplication1.csproj.CopyComplete View File


+ 1
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/obj/Debug/ConsoleApplication1.csproj.CoreCompileInputs.cache View File

@@ -0,0 +1 @@
197875ef6b7ecf038bc6e7d6a140146975ccbaa4

+ 138
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/obj/Debug/ConsoleApplication1.csproj.FileListAbsolute.txt View File

@@ -0,0 +1,138 @@
D:\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe.config
D:\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe
D:\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.pdb
D:\EurekaQT\ConsoleApplication1\bin\Debug\Common.dll
D:\EurekaQT\ConsoleApplication1\bin\Debug\Common.pdb
D:\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.exe
D:\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.pdb
D:\11\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe.config
D:\11\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe
D:\11\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.pdb
D:\11\EurekaQT\ConsoleApplication1\bin\Debug\Common.dll
D:\11\EurekaQT\ConsoleApplication1\bin\Debug\Common.pdb
D:\11\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.csprojResolveAssemblyReference.cache
D:\11\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.exe
D:\11\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.pdb
D:\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.csproj.AssemblyReference.cache
D:\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.csproj.CoreCompileInputs.cache
D:\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.csproj.CopyComplete
E:\EurekaQT\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe.config
E:\EurekaQT\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe
E:\EurekaQT\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.pdb
E:\EurekaQT\EurekaQT\ConsoleApplication1\bin\Debug\Common.dll
E:\EurekaQT\EurekaQT\ConsoleApplication1\bin\Debug\Common.pdb
E:\EurekaQT\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.csprojResolveAssemblyReference.cache
E:\EurekaQT\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.exe
E:\EurekaQT\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.pdb
\\10.42.151.71\d\0808\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe.config
\\10.42.151.71\d\0808\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe
\\10.42.151.71\d\0808\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.pdb
\\10.42.151.71\d\0808\EurekaQT\ConsoleApplication1\bin\Debug\Common.dll
\\10.42.151.71\d\0808\EurekaQT\ConsoleApplication1\bin\Debug\Common.pdb
\\10.42.151.71\d\0808\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.csprojResolveAssemblyReference.cache
\\10.42.151.71\d\0808\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.exe
\\10.42.151.71\d\0808\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.pdb
D:\0808\1#\0818_bak\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe.config
D:\0808\1#\0818_bak\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe
D:\0808\1#\0818_bak\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.pdb
D:\0808\1#\0818_bak\EurekaQT\ConsoleApplication1\bin\Debug\Common.dll
D:\0808\1#\0818_bak\EurekaQT\ConsoleApplication1\bin\Debug\Common.pdb
D:\0808\1#\0818_bak\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.csprojResolveAssemblyReference.cache
D:\0808\1#\0818_bak\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.exe
D:\0808\1#\0818_bak\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.pdb
\\10.42.151.71\d\0808\分离IO\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe.config
\\10.42.151.71\d\0808\分离IO\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe
\\10.42.151.71\d\0808\分离IO\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.pdb
\\10.42.151.71\d\0808\分离IO\EurekaQT\ConsoleApplication1\bin\Debug\Common.dll
\\10.42.151.71\d\0808\分离IO\EurekaQT\ConsoleApplication1\bin\Debug\Common.pdb
\\10.42.151.71\d\0808\分离IO\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.csprojResolveAssemblyReference.cache
\\10.42.151.71\d\0808\分离IO\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.exe
\\10.42.151.71\d\0808\分离IO\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.pdb
D:\0808\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe.config
D:\0808\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe
D:\0808\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.pdb
D:\0808\EurekaQT\ConsoleApplication1\bin\Debug\Common.dll
D:\0808\EurekaQT\ConsoleApplication1\bin\Debug\Common.pdb
D:\0808\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.csprojResolveAssemblyReference.cache
D:\0808\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.exe
D:\0808\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.pdb
E:\src\EurekaQT_分离IO\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe.config
E:\src\EurekaQT_分离IO\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe
E:\src\EurekaQT_分离IO\ConsoleApplication1\bin\Debug\ConsoleApplication1.pdb
E:\src\EurekaQT_分离IO\ConsoleApplication1\bin\Debug\Common.dll
E:\src\EurekaQT_分离IO\ConsoleApplication1\bin\Debug\Common.pdb
E:\src\EurekaQT_分离IO\ConsoleApplication1\obj\Debug\ConsoleApplication1.csprojResolveAssemblyReference.cache
E:\src\EurekaQT_分离IO\ConsoleApplication1\obj\Debug\ConsoleApplication1.exe
E:\src\EurekaQT_分离IO\ConsoleApplication1\obj\Debug\ConsoleApplication1.pdb
E:\SRC\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe.config
E:\SRC\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe
E:\SRC\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.pdb
E:\SRC\EurekaQT\ConsoleApplication1\bin\Debug\Common.dll
E:\SRC\EurekaQT\ConsoleApplication1\bin\Debug\Common.pdb
E:\SRC\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.csprojResolveAssemblyReference.cache
E:\SRC\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.exe
E:\SRC\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.pdb
G:\260074\1.Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0403\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe.config
G:\260074\1.Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0403\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe
G:\260074\1.Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0403\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.pdb
G:\260074\1.Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0403\EurekaQT\ConsoleApplication1\bin\Debug\Common.dll
G:\260074\1.Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0403\EurekaQT\ConsoleApplication1\bin\Debug\Common.pdb
G:\260074\1.Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0403\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.csprojResolveAssemblyReference.cache
G:\260074\1.Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0403\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.exe
G:\260074\1.Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0403\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.pdb
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0421\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe.config
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0421\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0421\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.pdb
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0421\EurekaQT\ConsoleApplication1\bin\Debug\Common.dll
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0421\EurekaQT\ConsoleApplication1\bin\Debug\Common.pdb
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0421\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.csprojResolveAssemblyReference.cache
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0421\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.exe
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_5#_EVT2_0421\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.pdb
E:\SRC\DOE\EurekaQT_addRaster_check_0526\EurekaQT\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe.config
E:\SRC\DOE\EurekaQT_addRaster_check_0526\EurekaQT\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe
E:\SRC\DOE\EurekaQT_addRaster_check_0526\EurekaQT\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.pdb
E:\SRC\DOE\EurekaQT_addRaster_check_0526\EurekaQT\EurekaQT\ConsoleApplication1\bin\Debug\Common.dll
E:\SRC\DOE\EurekaQT_addRaster_check_0526\EurekaQT\EurekaQT\ConsoleApplication1\bin\Debug\Common.pdb
E:\SRC\DOE\EurekaQT_addRaster_check_0526\EurekaQT\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.csprojResolveAssemblyReference.cache
E:\SRC\DOE\EurekaQT_addRaster_check_0526\EurekaQT\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.exe
E:\SRC\DOE\EurekaQT_addRaster_check_0526\EurekaQT\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.pdb
E:\SRC\EurekaQT_addRaster_check_0526\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe.config
E:\SRC\EurekaQT_addRaster_check_0526\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe
E:\SRC\EurekaQT_addRaster_check_0526\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.pdb
E:\SRC\EurekaQT_addRaster_check_0526\EurekaQT\ConsoleApplication1\bin\Debug\Common.dll
E:\SRC\EurekaQT_addRaster_check_0526\EurekaQT\ConsoleApplication1\bin\Debug\Common.pdb
E:\SRC\EurekaQT_addRaster_check_0526\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.csprojResolveAssemblyReference.cache
E:\SRC\EurekaQT_addRaster_check_0526\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.exe
E:\SRC\EurekaQT_addRaster_check_0526\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.pdb
D:\SRC\DOE\EurekaQT_add_RGB_cal_doe\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe.config
D:\SRC\DOE\EurekaQT_add_RGB_cal_doe\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe
D:\SRC\DOE\EurekaQT_add_RGB_cal_doe\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.pdb
D:\SRC\DOE\EurekaQT_add_RGB_cal_doe\EurekaQT\ConsoleApplication1\bin\Debug\Common.dll
D:\SRC\DOE\EurekaQT_add_RGB_cal_doe\EurekaQT\ConsoleApplication1\bin\Debug\Common.pdb
D:\SRC\DOE\EurekaQT_add_RGB_cal_doe\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.csprojResolveAssemblyReference.cache
D:\SRC\DOE\EurekaQT_add_RGB_cal_doe\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.exe
D:\SRC\DOE\EurekaQT_add_RGB_cal_doe\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.pdb
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_add_RGB_cal_doe\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe.config
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_add_RGB_cal_doe\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_add_RGB_cal_doe\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.pdb
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_add_RGB_cal_doe\EurekaQT\ConsoleApplication1\bin\Debug\Common.dll
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_add_RGB_cal_doe\EurekaQT\ConsoleApplication1\bin\Debug\Common.pdb
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_add_RGB_cal_doe\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.csprojResolveAssemblyReference.cache
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_add_RGB_cal_doe\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.exe
G:\260074\Project\2022\Eureka\EVT\QT\EurekaQT_add_RGB_cal_doe\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.pdb
D:\SRC\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe.config
D:\SRC\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe
D:\SRC\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.pdb
D:\SRC\EurekaQT\ConsoleApplication1\bin\Debug\Common.dll
D:\SRC\EurekaQT\ConsoleApplication1\bin\Debug\Common.pdb
D:\SRC\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.csprojResolveAssemblyReference.cache
D:\SRC\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.exe
D:\SRC\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.pdb
D:\SRC\EurekaQT_V2.0.1.3\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe.config
D:\SRC\EurekaQT_V2.0.1.3\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe
D:\SRC\EurekaQT_V2.0.1.3\EurekaQT\ConsoleApplication1\bin\Debug\ConsoleApplication1.pdb
D:\SRC\EurekaQT_V2.0.1.3\EurekaQT\ConsoleApplication1\bin\Debug\Common.dll
D:\SRC\EurekaQT_V2.0.1.3\EurekaQT\ConsoleApplication1\bin\Debug\Common.pdb
D:\SRC\EurekaQT_V2.0.1.3\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.csprojResolveAssemblyReference.cache
D:\SRC\EurekaQT_V2.0.1.3\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.exe
D:\SRC\EurekaQT_V2.0.1.3\EurekaQT\ConsoleApplication1\obj\Debug\ConsoleApplication1.pdb

BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/obj/Debug/ConsoleApplication1.csprojResolveAssemblyReference.cache View File


BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/obj/Debug/ConsoleApplication1.exe View File


BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/obj/Debug/ConsoleApplication1.pdb View File


BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache View File


+ 0
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs View File


+ 0
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs View File


+ 0
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/ConsoleApplication1/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs View File


+ 50
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT.sln View File

@@ -0,0 +1,50 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IOBoard", "IOBoard\IOBoard.csproj", "{812669F1-13C5-488C-8A66-DB692059B67D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MoonControl", "MoonControl\MoonControl.csproj", "{C53331AE-A64F-49A1-8D67-D2164F05301F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QTInterface", "QTInterface\QTInterface.csproj", "{38027BF9-95D3-40BF-AA7A-FA6136596EF3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "Common\Common.csproj", "{CC0DCEC4-2900-4A08-AD6E-8B9FA4EC6DD8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EurekaQT", "EurekaQT\EurekaQT.csproj", "{4100BD95-CE10-4F72-A3F7-0CFAE6678AF3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApplication1", "ConsoleApplication1\ConsoleApplication1.csproj", "{8C803E5A-31E8-4B1E-91CB-28D1732C7209}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{812669F1-13C5-488C-8A66-DB692059B67D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{812669F1-13C5-488C-8A66-DB692059B67D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{812669F1-13C5-488C-8A66-DB692059B67D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{812669F1-13C5-488C-8A66-DB692059B67D}.Release|Any CPU.Build.0 = Release|Any CPU
{C53331AE-A64F-49A1-8D67-D2164F05301F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C53331AE-A64F-49A1-8D67-D2164F05301F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C53331AE-A64F-49A1-8D67-D2164F05301F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C53331AE-A64F-49A1-8D67-D2164F05301F}.Release|Any CPU.Build.0 = Release|Any CPU
{38027BF9-95D3-40BF-AA7A-FA6136596EF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38027BF9-95D3-40BF-AA7A-FA6136596EF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38027BF9-95D3-40BF-AA7A-FA6136596EF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38027BF9-95D3-40BF-AA7A-FA6136596EF3}.Release|Any CPU.Build.0 = Release|Any CPU
{CC0DCEC4-2900-4A08-AD6E-8B9FA4EC6DD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC0DCEC4-2900-4A08-AD6E-8B9FA4EC6DD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC0DCEC4-2900-4A08-AD6E-8B9FA4EC6DD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC0DCEC4-2900-4A08-AD6E-8B9FA4EC6DD8}.Release|Any CPU.Build.0 = Release|Any CPU
{4100BD95-CE10-4F72-A3F7-0CFAE6678AF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4100BD95-CE10-4F72-A3F7-0CFAE6678AF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4100BD95-CE10-4F72-A3F7-0CFAE6678AF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4100BD95-CE10-4F72-A3F7-0CFAE6678AF3}.Release|Any CPU.Build.0 = Release|Any CPU
{8C803E5A-31E8-4B1E-91CB-28D1732C7209}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C803E5A-31E8-4B1E-91CB-28D1732C7209}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C803E5A-31E8-4B1E-91CB-28D1732C7209}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C803E5A-31E8-4B1E-91CB-28D1732C7209}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT.v11.suo View File


BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT.v12.suo View File


+ 6
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/App.config View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>

+ 2
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/ClassDiagram1.cd View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram />

BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/Eureka → _SOP.pptx View File


+ 119
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/EurekaQT.csproj View File

@@ -0,0 +1,119 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{4100BD95-CE10-4F72-A3F7-0CFAE6678AF3}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>EurekaQT</RootNamespace>
<AssemblyName>EurekaQT</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="ClassDiagram1.cd" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<None Include="QT-API说明.docx" />
<None Include="QT_SOP.ppt" />
</ItemGroup>
<ItemGroup>
<None Include="App.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Common\Common.csproj">
<Project>{cc0dcec4-2900-4a08-ad6e-8b9fa4ec6dd8}</Project>
<Name>Common</Name>
</ProjectReference>
<ProjectReference Include="..\IOBoard\IOBoard.csproj">
<Project>{812669F1-13C5-488C-8A66-DB692059B67D}</Project>
<Name>IOBoard</Name>
</ProjectReference>
<ProjectReference Include="..\MoonControl\MoonControl.csproj">
<Project>{c53331ae-a64f-49a1-8d67-d2164f05301f}</Project>
<Name>MoonControl</Name>
</ProjectReference>
<ProjectReference Include="..\QTInterface\QTInterface.csproj">
<Project>{38027bf9-95d3-40bf-aa7a-fa6136596ef3}</Project>
<Name>QTInterface</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="QT流程.jpg" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

+ 14
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/EurekaQT.csproj.user View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectView>ProjectFiles</ProjectView>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<StartAction>Project</StartAction>
<StartProgram>D:\G20_QT\App\Rubik.exe</StartProgram>
<StartWorkingDirectory>
</StartWorkingDirectory>
<StartArguments>
</StartArguments>
</PropertyGroup>
</Project>

+ 3750
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/Form1.Designer.cs
File diff suppressed because it is too large
View File


+ 3258
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/Form1.cs
File diff suppressed because it is too large
View File


+ 129
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/Form1.resx View File

@@ -0,0 +1,129 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.

mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="backgroundWorker1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>300, 17</value>
</metadata>
<metadata name="tab_APIDebug.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
</root>

+ 23
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/Program.cs View File

@@ -0,0 +1,23 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace HollywoodQT
{
static class Program
{
/// <summary>
/// 应用程序的主入口点。
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
}
}
}

+ 36
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/Properties/AssemblyInfo.cs View File

@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// 有关程序集的常规信息通过以下
// 特性集控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("HollywoodQT")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("HollywoodQT")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// 将 ComVisible 设置为 false 使此程序集中的类型
// 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型,
// 则将该类型上的 ComVisible 特性设置为 true。
[assembly: ComVisible(false)]

// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
[assembly: Guid("fb19cefc-fd05-43cd-8fb6-8c27766e246d")]

// 程序集的版本信息由下面四个值组成:
//
// 主版本
// 次版本
// 生成号
// 修订号
//
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.2")]
[assembly: AssemblyFileVersion("2.0.0.2")]

+ 63
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/Properties/Resources.Designer.cs View File

@@ -0,0 +1,63 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------

namespace EurekaQT.Properties {
using System;
/// <summary>
/// 一个强类型的资源类,用于查找本地化的字符串等。
/// </summary>
// 此类是由 StronglyTypedResourceBuilder
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
// (以 /str 作为命令选项),或重新生成 VS 项目。
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <summary>
/// 返回此类使用的缓存的 ResourceManager 实例。
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("EurekaQT.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// 使用此强类型资源类,为所有资源查找
/// 重写当前线程的 CurrentUICulture 属性。
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
}
}

+ 117
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/Properties/Resources.resx View File

@@ -0,0 +1,117 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.

mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

+ 26
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/Properties/Settings.Designer.cs View File

@@ -0,0 +1,26 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------

namespace EurekaQT.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default {
get {
return defaultInstance;
}
}
}
}

+ 7
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/Properties/Settings.settings View File

@@ -0,0 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>

BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/QT-API说明.docx View File


BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/QT流程.jpg View File

Before After
Width: 531  |  Height: 328  |  Size: 60 KiB

BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/Common.dll View File


BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/Common.pdb View File


BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/EurekaQT.exe View File


+ 6
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/EurekaQT.exe.config View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>

BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/EurekaQT.pdb View File


BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/EurekaQT.vshost.exe View File


+ 6
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/EurekaQT.vshost.exe.config View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>

+ 11
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/EurekaQT.vshost.exe.manifest View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/IOBoard.dll View File


BIN
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/IOBoard.pdb View File


+ 211
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/Logs/20230617.txt View File

@@ -0,0 +1,211 @@
2023-06-17 14:23:21:COM49 DeviceDisable():Object reference not set to an instance of an object.
2023-06-17 14:23:21:COM49 DeviceEnable():Object reference not set to an instance of an object.
2023-06-17 14:23:25:rgb data send:get RGB value

2023-06-17 14:23:25:rgb data rev:get RGB value

2023-06-17 14:23:25:r=13, g=15,b=13,COM=COM49
2023-06-17 14:23:26:COM52 DeviceDisable():Object reference not set to an instance of an object.
2023-06-17 14:23:26:COM52 DeviceEnable():Object reference not set to an instance of an object.
2023-06-17 14:23:30:rgb data send:get RGB value

2023-06-17 14:23:30:rgb data rev:get RGB value

2023-06-17 14:23:30:r=8, g=11,b=9,COM=COM52
2023-06-17 14:23:30:COM19 DeviceDisable():Object reference not set to an instance of an object.
2023-06-17 14:23:30:COM19 DeviceEnable():Object reference not set to an instance of an object.
2023-06-17 14:23:34:rgb data send:get RGB value

2023-06-17 14:23:35:rgb data rev:get RGB value

2023-06-17 14:23:35:r=0, g=0,b=0,COM=COM19
2023-06-17 14:23:35:COM54 DeviceDisable():Object reference not set to an instance of an object.
2023-06-17 14:23:35:COM54 DeviceEnable():Object reference not set to an instance of an object.
2023-06-17 14:23:39:rgb data send:get RGB value

2023-06-17 14:23:39:rgb data rev:get RGB value

2023-06-17 14:23:39:r=1, g=1,b=1,COM=COM54
2023-06-17 14:23:40:COM49 DeviceDisable():Object reference not set to an instance of an object.
2023-06-17 14:23:40:COM49 DeviceEnable():Object reference not set to an instance of an object.
2023-06-17 14:23:44:COM52 DeviceDisable():Object reference not set to an instance of an object.
2023-06-17 14:23:44:COM52 DeviceEnable():Object reference not set to an instance of an object.
2023-06-17 14:23:49:COM19 DeviceDisable():Object reference not set to an instance of an object.
2023-06-17 14:23:49:COM19 DeviceEnable():Object reference not set to an instance of an object.
2023-06-17 14:28:16:COM49 DeviceDisable():Object reference not set to an instance of an object.
2023-06-17 14:28:16:COM49 DeviceEnable():Object reference not set to an instance of an object.
2023-06-17 14:28:20:rgb data send:get RGB value

2023-06-17 14:28:21:rgb data rev:get RGB value

2023-06-17 14:28:21:r=11, g=12,b=11,COM=COM49
2023-06-17 14:28:21:COM52 DeviceDisable():Object reference not set to an instance of an object.
2023-06-17 14:28:21:COM52 DeviceEnable():Object reference not set to an instance of an object.
2023-06-17 14:28:25:rgb data send:get RGB value

2023-06-17 14:28:25:rgb data rev:get RGB value

2023-06-17 14:28:25:r=9, g=12,b=10,COM=COM52
2023-06-17 14:28:26:COM19 DeviceDisable():Object reference not set to an instance of an object.
2023-06-17 14:28:26:COM19 DeviceEnable():Object reference not set to an instance of an object.
2023-06-17 14:28:30:rgb data send:get RGB value

2023-06-17 14:28:30:rgb data rev:get RGB value

2023-06-17 14:28:30:r=0, g=0,b=0,COM=COM19
2023-06-17 14:28:31:COM54 DeviceDisable():Object reference not set to an instance of an object.
2023-06-17 14:28:31:COM54 DeviceEnable():Object reference not set to an instance of an object.
2023-06-17 14:28:35:rgb data send:get RGB value

2023-06-17 14:28:35:rgb data rev:get RGB value

2023-06-17 14:28:35:r=1, g=1,b=1,COM=COM54
2023-06-17 14:28:36:COM49 DeviceDisable():Object reference not set to an instance of an object.
2023-06-17 14:28:36:COM49 DeviceEnable():Object reference not set to an instance of an object.
2023-06-17 14:28:41:COM52 DeviceDisable():Object reference not set to an instance of an object.
2023-06-17 14:28:41:COM52 DeviceEnable():Object reference not set to an instance of an object.
2023-06-17 14:28:46:COM19 DeviceDisable():Object reference not set to an instance of an object.
2023-06-17 14:28:46:COM19 DeviceEnable():Object reference not set to an instance of an object.
2023-06-17 14:28:58:PowerOutTestrun timeout
2023-06-17 14:28:58:IOboard COM50 WriteDO :7 成功
2023-06-17 14:28:59:IOboard COM50 WriteDO :6 成功
2023-06-17 14:29:04:IOboard COM50 WriteDO :11 成功
2023-06-17 14:29:55:WaitStopTCP slave=2 Timeout
2023-06-17 14:29:56:WaitStopTCP slave=2 Timeout
2023-06-17 14:29:56:WaitStopTCP slave=2 Timeout
2023-06-17 14:29:57:slave=2 stop
2023-06-17 14:29:57:door motor move workpostion result:True
2023-06-17 16:14:35:COM49 DeviceDisable():Generic failure
2023-06-17 16:14:35:COM49 DeviceEnable():Generic failure
2023-06-17 16:14:35:rgb data send:get RGB value

2023-06-17 16:14:35:rgb data rev:get RGB value

2023-06-17 16:14:35:r=1, g=0,b=1,COM=COM49
2023-06-17 16:14:36:COM52 DeviceDisable():Generic failure
2023-06-17 16:14:36:COM52 DeviceEnable():Generic failure
2023-06-17 16:14:36:rgb data send:get RGB value

2023-06-17 16:14:36:rgb data rev:get RGB value

2023-06-17 16:14:36:r=1, g=0,b=0,COM=COM52
2023-06-17 16:14:36:COM19 DeviceDisable():Generic failure
2023-06-17 16:14:36:COM19 DeviceEnable():Generic failure
2023-06-17 16:14:36:rgb data send:get RGB value

2023-06-17 16:14:36:rgb data rev:get RGB value

2023-06-17 16:14:36:r=171, g=13,b=20,COM=COM19
2023-06-17 16:14:36:COM54 DeviceDisable():Generic failure
2023-06-17 16:14:36:COM54 DeviceEnable():Generic failure
2023-06-17 16:14:36:rgb data send:get RGB value

2023-06-17 16:14:37:rgb data rev:get RGB value

2023-06-17 16:14:37:r=0, g=0,b=0,COM=COM54
2023-06-17 16:14:37:COM49 DeviceDisable():Generic failure
2023-06-17 16:14:37:COM49 DeviceEnable():Generic failure
2023-06-17 16:14:38:COM52 DeviceDisable():Generic failure
2023-06-17 16:14:38:COM52 DeviceEnable():Generic failure
2023-06-17 16:14:38:COM19 DeviceDisable():Generic failure
2023-06-17 16:14:38:COM19 DeviceEnable():Generic failure
2023-06-17 16:14:41:COM54 DeviceDisable():Generic failure
2023-06-17 16:14:41:COM54 DeviceEnable():Generic failure
2023-06-17 16:14:41:rgb data send:get RGB value

2023-06-17 16:14:41:rgb data rev:get RGB value

2023-06-17 16:14:41:r=0, g=0,b=0,COM=COM54
2023-06-17 16:14:42:COM52 DeviceDisable():Generic failure
2023-06-17 16:14:42:COM52 DeviceEnable():Generic failure
2023-06-17 16:14:42:rgb data send:get RGB value

2023-06-17 16:14:42:rgb data rev:get RGB value

2023-06-17 16:14:42:r=1, g=0,b=0,COM=COM52
2023-06-17 16:14:43:COM49 DeviceDisable():Generic failure
2023-06-17 16:14:43:COM49 DeviceEnable():Generic failure
2023-06-17 16:14:43:rgb data send:get RGB value

2023-06-17 16:14:43:rgb data rev:get RGB value

2023-06-17 16:14:43:r=1, g=0,b=1,COM=COM49
2023-06-17 16:14:44:COM19 DeviceDisable():Generic failure
2023-06-17 16:14:44:COM19 DeviceEnable():Generic failure
2023-06-17 16:14:44:rgb data send:get RGB value

2023-06-17 16:14:44:rgb data rev:get RGB value

2023-06-17 16:14:44:r=171, g=13,b=20,COM=COM19
2023-06-17 16:14:46:Reset Start
2023-06-17 16:14:46:IOboard COM47 WriteDO :10 成功
2023-06-17 16:14:47:IOboard COM47 WriteDO :11 成功
2023-06-17 16:14:47:IOboard COM47 WriteDO :12 成功
2023-06-17 16:14:47:IOboard COM47 WriteDO :13 成功
2023-06-17 16:14:47:IOboard COM50 WriteDO :1 成功
2023-06-17 16:14:48:IOboard COM50 WriteDO :3 成功
2023-06-17 16:14:48:IOboard COM50 WriteDO :5 成功
2023-06-17 16:14:48:IOboard COM50 WriteDO :10 成功
2023-06-17 16:14:48:IOboard COM50 WriteDO :8 成功
2023-06-17 16:14:48:IOboard COM50 WriteDO :9 成功
2023-06-17 16:14:49:PowerOutTestrun timeout
2023-06-17 16:14:49:IOboard COM50 WriteDO :6 成功
2023-06-17 16:14:50:IOboard COM50 WriteDO :7 成功
2023-06-17 16:14:50:IOboard COM50 WriteDO :2 成功
2023-06-17 16:14:50:Reset 灰卡!
2023-06-17 16:14:50:Reset 耳机!
2023-06-17 16:14:50:Reset 开门!
2023-06-17 16:14:50:AudioMotor(): SetMoonsPosition
2023-06-17 16:14:50:AudioMotor():check---True AudioMotor_Home()
2023-06-17 16:14:51:AudioMotor(): result:True
2023-06-17 16:14:52:IOboard COM50 WriteDO :2 成功
2023-06-17 16:14:55:IOboard COM50 WriteDO :2 成功
2023-06-17 16:14:59:IOboard COM50 WriteDO :11 成功
2023-06-17 16:38:11:COM49 DeviceDisable():Generic failure
2023-06-17 16:38:11:COM49 DeviceEnable():Generic failure
2023-06-17 16:38:11:rgb data send:get RGB value

2023-06-17 16:38:11:rgb data rev:get RGB value

2023-06-17 16:38:11:r=43, g=44,b=40,COM=COM49
2023-06-17 16:38:11:COM52 DeviceDisable():Generic failure
2023-06-17 16:38:11:COM52 DeviceEnable():Generic failure
2023-06-17 16:38:11:rgb data send:get RGB value

2023-06-17 16:38:11:rgb data rev:get RGB value

2023-06-17 16:38:11:r=2, g=9,b=26,COM=COM52
2023-06-17 16:38:12:COM19 DeviceDisable():Generic failure
2023-06-17 16:38:12:COM19 DeviceEnable():Generic failure
2023-06-17 16:38:12:rgb data send:get RGB value

2023-06-17 16:38:12:rgb data rev:get RGB value

2023-06-17 16:38:12:r=0, g=0,b=0,COM=COM19
2023-06-17 16:38:12:COM54 DeviceDisable():Generic failure
2023-06-17 16:38:12:COM54 DeviceEnable():Generic failure
2023-06-17 16:38:12:rgb data send:get RGB value

2023-06-17 16:38:12:rgb data rev:get RGB value

2023-06-17 16:38:12:r=1, g=2,b=1,COM=COM54
2023-06-17 16:38:13:COM49 DeviceDisable():Generic failure
2023-06-17 16:38:13:COM49 DeviceEnable():Generic failure
2023-06-17 16:38:13:COM52 DeviceDisable():Generic failure
2023-06-17 16:38:13:COM52 DeviceEnable():Generic failure
2023-06-17 16:38:14:COM19 DeviceDisable():Generic failure
2023-06-17 16:38:14:COM19 DeviceEnable():Generic failure
2023-06-17 16:38:16:COM54 DeviceDisable():Generic failure
2023-06-17 16:38:16:COM54 DeviceEnable():Generic failure
2023-06-17 16:38:16:rgb data send:get RGB value

2023-06-17 16:38:16:rgb data rev:get RGB value

2023-06-17 16:38:16:r=1, g=2,b=1,COM=COM54
2023-06-17 16:38:20:COM54 DeviceDisable():Generic failure
2023-06-17 16:38:20:COM54 DeviceEnable():Generic failure
2023-06-17 16:38:20:rgb data send:get RGB value

2023-06-17 16:38:21:rgb data rev:get RGB value

2023-06-17 16:38:21:r=1, g=2,b=1,COM=COM54

+ 55
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/Logs/20230619.txt View File

@@ -0,0 +1,55 @@
2023-06-19 14:18:24:COM49 DeviceDisable():Generic failure
2023-06-19 14:18:24:COM49 DeviceEnable():Generic failure
2023-06-19 14:18:24:rgb data send:get RGB value

2023-06-19 14:18:24:rgb data rev:get RGB value

2023-06-19 14:18:24:r=0, g=0,b=0,COM=COM49
2023-06-19 14:18:25:COM52 DeviceDisable():Generic failure
2023-06-19 14:18:25:COM52 DeviceEnable():Generic failure
2023-06-19 14:18:25:rgb data send:get RGB value

2023-06-19 14:18:25:rgb data rev:get RGB value

2023-06-19 14:18:25:r=0, g=0,b=0,COM=COM52
2023-06-19 14:18:25:COM19 DeviceDisable():Generic failure
2023-06-19 14:18:25:COM19 DeviceEnable():Generic failure
2023-06-19 14:18:25:rgb data send:get RGB value

2023-06-19 14:18:25:rgb data rev:get RGB value

2023-06-19 14:18:25:r=1, g=1,b=1,COM=COM19
2023-06-19 14:18:26:COM54 DeviceDisable():Generic failure
2023-06-19 14:18:26:COM54 DeviceEnable():Generic failure
2023-06-19 14:18:26:rgb data send:get RGB value

2023-06-19 14:18:26:rgb data rev:get RGB value

2023-06-19 14:18:26:r=1, g=1,b=1,COM=COM54
2023-06-19 14:18:26:COM49 DeviceDisable():Generic failure
2023-06-19 14:18:26:COM49 DeviceEnable():Generic failure
2023-06-19 14:18:27:COM52 DeviceDisable():Generic failure
2023-06-19 14:18:27:COM52 DeviceEnable():Generic failure
2023-06-19 14:18:27:COM19 DeviceDisable():Generic failure
2023-06-19 14:18:27:COM19 DeviceEnable():Generic failure
2023-06-19 14:18:51:AudioMotor(): SetMoonsPosition
2023-06-19 14:18:51:AudioMotor():check---False IPD_check_status()
2023-06-19 14:18:57:Audio Stop Range1:0 >= 117.6|| 0 <= 1
2023-06-19 14:18:58:AudioMotor(): SetMoonsPosition
2023-06-19 14:18:58:AudioMotor():check---False AudioMotor_Home()
2023-06-19 14:19:03:AudioMotor(): SetMoonsPosition
2023-06-19 14:19:03:AudioMotor():check---False AudioMotor_Home()
2023-06-19 14:19:04:AudioMotor(): SetMoonsPosition
2023-06-19 14:19:04:AudioMotor():check---False AudioMotor_Home()
2023-06-19 14:19:04:AudioMotor(): SetMoonsPosition
2023-06-19 14:19:04:AudioMotor():check---False AudioMotor_Home()
2023-06-19 14:19:07:AudioMotor(): SetMoonsPosition
2023-06-19 14:19:07:AudioMotor():check---False IPD_check_status()
2023-06-19 14:19:31:Audio Stop Range1:119 >= 117.6|| 1 <= 1
2023-06-19 14:19:35:AudioMotor(): SetMoonsPosition
2023-06-19 14:19:35:AudioMotor():check---False AudioMotor_Home()
2023-06-19 14:19:49:AudioMotor(): SetMoonsPosition
2023-06-19 14:19:49:AudioMotor():check---False AudioMotor_Home()
2023-06-19 14:19:56:AudioMotor(): SetMoonsPosition
2023-06-19 14:19:56:AudioMotor():check---False IPD_check_status()
2023-06-19 14:20:20:Audio Stop Range1:119 >= 117.6|| 2 <= 1

+ 163
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/Logs/20230621.txt View File

@@ -0,0 +1,163 @@
2023-06-21 08:48:04:COM49 DeviceDisable():Generic failure
2023-06-21 08:48:04:COM49 DeviceEnable():Generic failure
2023-06-21 08:48:04:rgb data send:get RGB value

2023-06-21 08:48:05:rgb data rev:get RGB value

2023-06-21 08:48:05:r=39, g=41,b=38,COM=COM49
2023-06-21 08:48:05:COM52 DeviceDisable():Generic failure
2023-06-21 08:48:05:COM52 DeviceEnable():Generic failure
2023-06-21 08:48:05:rgb data send:get RGB value

2023-06-21 08:48:05:rgb data rev:get RGB value

2023-06-21 08:48:05:r=8, g=29,b=10,COM=COM52
2023-06-21 08:48:05:COM19 DeviceDisable():Generic failure
2023-06-21 08:48:05:COM19 DeviceEnable():Generic failure
2023-06-21 08:48:05:rgb data send:get RGB value

2023-06-21 08:48:06:rgb data rev:get RGB value

2023-06-21 08:48:06:r=0, g=0,b=0,COM=COM19
2023-06-21 08:48:06:COM54 DeviceDisable():Generic failure
2023-06-21 08:48:06:COM54 DeviceEnable():Generic failure
2023-06-21 08:48:06:rgb data send:get RGB value

2023-06-21 08:48:06:rgb data rev:get RGB value

2023-06-21 08:48:06:r=0, g=0,b=0,COM=COM54
2023-06-21 08:48:08:COM49 DeviceDisable():Generic failure
2023-06-21 08:48:08:COM49 DeviceEnable():Generic failure
2023-06-21 08:48:08:rgb port open Exception:Access to the port 'COM49' is denied.
2023-06-21 08:48:08:rgb port open Exception:Access to the port 'COM49' is denied.
2023-06-21 08:48:08:COM52 DeviceDisable():Generic failure
2023-06-21 08:48:08:COM52 DeviceEnable():Generic failure
2023-06-21 08:48:08:rgb port open Exception:Access to the port 'COM52' is denied.
2023-06-21 08:48:08:rgb port open Exception:Access to the port 'COM52' is denied.
2023-06-21 08:48:08:COM19 DeviceDisable():Generic failure
2023-06-21 08:48:08:COM19 DeviceEnable():Generic failure
2023-06-21 08:48:08:rgb port open Exception:Access to the port 'COM19' is denied.
2023-06-21 08:48:08:rgb port open Exception:Access to the port 'COM19' is denied.
2023-06-21 08:48:09:COM54 DeviceDisable():Generic failure
2023-06-21 08:48:09:COM54 DeviceEnable():Generic failure
2023-06-21 08:48:09:rgb port open Exception:Access to the port 'COM54' is denied.
2023-06-21 08:48:09:rgb port open Exception:Access to the port 'COM54' is denied.
2023-06-21 08:48:09:Serials port did not open!
2023-06-21 08:48:09:Serials port did not open!
2023-06-21 08:48:09:m_IoBoard 端口:COM47打开失败
2023-06-21 08:48:10:COM49 DeviceDisable():Generic failure
2023-06-21 08:48:10:COM49 DeviceEnable():Generic failure
2023-06-21 08:48:10:COM52 DeviceDisable():Generic failure
2023-06-21 08:48:10:COM52 DeviceEnable():Generic failure
2023-06-21 08:48:11:COM19 DeviceDisable():Generic failure
2023-06-21 08:48:11:COM19 DeviceEnable():Generic failure
2023-06-21 08:48:11:停止灰卡电机
2023-06-21 08:48:12:停止门电机
2023-06-21 08:48:12:停止耳机电机
2023-06-21 08:48:12:停止IPD电机
2023-06-21 08:48:12:qt init fail#############
2023-06-21 08:48:12:停止灰卡电机
2023-06-21 08:48:12:停止门电机
2023-06-21 08:48:12:停止耳机电机
2023-06-21 08:48:12:停止IPD电机
2023-06-21 08:48:13:停止灰卡电机
2023-06-21 08:48:13:停止门电机
2023-06-21 08:48:13:停止耳机电机
2023-06-21 08:48:13:停止IPD电机
2023-06-21 08:48:14:停止灰卡电机
2023-06-21 08:48:14:停止门电机
2023-06-21 08:48:14:停止耳机电机
2023-06-21 08:48:14:停止IPD电机
2023-06-21 08:48:16:停止灰卡电机
2023-06-21 08:48:16:停止门电机
2023-06-21 08:48:16:停止耳机电机
2023-06-21 08:48:16:停止IPD电机
2023-06-21 08:48:17:停止灰卡电机
2023-06-21 08:48:17:停止门电机
2023-06-21 08:48:17:停止耳机电机
2023-06-21 08:48:17:停止IPD电机
2023-06-21 08:48:18:停止灰卡电机
2023-06-21 08:48:18:停止门电机
2023-06-21 08:48:18:停止耳机电机
2023-06-21 08:48:18:停止IPD电机
2023-06-21 08:48:19:停止灰卡电机
2023-06-21 08:48:19:停止门电机
2023-06-21 08:48:19:停止耳机电机
2023-06-21 08:48:19:停止IPD电机
2023-06-21 08:48:19:停止灰卡电机
2023-06-21 08:48:20:停止门电机
2023-06-21 08:48:20:停止耳机电机
2023-06-21 08:48:20:停止IPD电机
2023-06-21 08:48:20:停止灰卡电机
2023-06-21 08:48:20:停止门电机
2023-06-21 08:48:20:停止耳机电机
2023-06-21 08:48:21:停止IPD电机
2023-06-21 08:48:45:PowerOutTestrun timeout
2023-06-21 08:48:45:IOboard COM50 WriteDO :7 成功
2023-06-21 08:48:45:IOboard COM50 WriteDO :6 成功
2023-06-21 08:48:56:AudioMotor(): SetMoonsPosition
2023-06-21 08:48:56:AudioMotor():check---False IPD_check_status()
2023-06-21 08:49:21:Audio Stop Range1:119 >= 117.6|| 1 <= 1
2023-06-21 08:49:24:AudioMotor(): SetMoonsPosition
2023-06-21 08:49:24:AudioMotor():check---False AudioMotor_Home()
2023-06-21 08:49:39:PowerOutTestrun timeout
2023-06-21 08:49:40:IOboard COM50 WriteDO :6 成功
2023-06-21 08:49:40:IOboard COM50 WriteDO :7 成功
2023-06-21 08:49:43:PowerOutTestrun timeout
2023-06-21 08:49:44:IOboard COM50 WriteDO :7 成功
2023-06-21 08:49:44:IOboard COM50 WriteDO :6 成功
2023-06-21 08:49:47:PowerOutTestrun timeout
2023-06-21 08:49:47:IOboard COM50 WriteDO :6 成功
2023-06-21 08:49:47:IOboard COM50 WriteDO :7 成功
2023-06-21 08:49:49:停止灰卡电机
2023-06-21 08:49:49:停止门电机
2023-06-21 08:49:49:停止耳机电机
2023-06-21 08:49:49:停止IPD电机
2023-06-21 08:49:50:停止灰卡电机
2023-06-21 08:49:50:停止门电机
2023-06-21 08:49:50:停止耳机电机
2023-06-21 08:49:50:停止IPD电机
2023-06-21 08:49:51:停止灰卡电机
2023-06-21 08:49:51:停止门电机
2023-06-21 08:49:51:停止耳机电机
2023-06-21 08:49:51:停止IPD电机
2023-06-21 08:49:52:停止灰卡电机
2023-06-21 08:49:52:停止门电机
2023-06-21 08:49:52:停止耳机电机
2023-06-21 08:49:52:停止IPD电机
2023-06-21 08:49:53:停止灰卡电机
2023-06-21 08:49:53:停止门电机
2023-06-21 08:49:53:停止耳机电机
2023-06-21 08:49:53:停止IPD电机
2023-06-21 08:49:54:停止灰卡电机
2023-06-21 08:49:54:停止门电机
2023-06-21 08:49:54:停止耳机电机
2023-06-21 08:49:54:停止IPD电机
2023-06-21 08:49:55:停止灰卡电机
2023-06-21 08:49:55:停止门电机
2023-06-21 08:49:55:停止耳机电机
2023-06-21 08:49:55:停止IPD电机
2023-06-21 08:49:55:停止灰卡电机
2023-06-21 08:49:56:停止门电机
2023-06-21 08:49:56:停止耳机电机
2023-06-21 08:49:56:停止IPD电机
2023-06-21 08:49:56:停止灰卡电机
2023-06-21 08:49:57:停止门电机
2023-06-21 08:49:57:停止耳机电机
2023-06-21 08:49:57:停止IPD电机
2023-06-21 08:49:57:停止灰卡电机
2023-06-21 08:49:57:停止门电机
2023-06-21 08:49:57:停止耳机电机
2023-06-21 08:49:58:停止IPD电机
2023-06-21 08:49:58:停止灰卡电机
2023-06-21 08:49:58:停止门电机
2023-06-21 08:49:58:停止耳机电机
2023-06-21 08:49:58:停止IPD电机
2023-06-21 08:49:59:停止灰卡电机
2023-06-21 08:49:59:停止门电机
2023-06-21 08:49:59:停止耳机电机
2023-06-21 08:49:59:停止IPD电机
2023-06-21 08:50:00:停止灰卡电机
2023-06-21 08:50:00:停止门电机
2023-06-21 08:50:00:停止耳机电机
2023-06-21 08:50:00:停止IPD电机

+ 203
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/Logs/20230627.txt View File

@@ -0,0 +1,203 @@
2023-06-27 10:49:08:COM49 DeviceDisable():Generic failure
2023-06-27 10:49:08:COM49 DeviceEnable():Generic failure
2023-06-27 10:49:08:rgb data send:get RGB value

2023-06-27 10:49:08:rgb data rev:get RGB value

2023-06-27 10:49:08:r=0, g=0,b=0,COM=COM49
2023-06-27 10:49:08:COM52 DeviceDisable():Generic failure
2023-06-27 10:49:08:COM52 DeviceEnable():Generic failure
2023-06-27 10:49:08:rgb data send:get RGB value

2023-06-27 10:49:09:rgb data rev:get RGB value

2023-06-27 10:49:09:r=0, g=0,b=0,COM=COM52
2023-06-27 10:49:09:COM19 DeviceDisable():Generic failure
2023-06-27 10:49:09:COM19 DeviceEnable():Generic failure
2023-06-27 10:49:09:rgb data send:get RGB value

2023-06-27 10:49:09:rgb data rev:get RGB value

2023-06-27 10:49:09:r=0, g=0,b=0,COM=COM19
2023-06-27 10:49:09:COM54 DeviceDisable():Generic failure
2023-06-27 10:49:09:COM54 DeviceEnable():Generic failure
2023-06-27 10:49:09:rgb data send:get RGB value

2023-06-27 10:49:09:rgb data rev:get RGB value

2023-06-27 10:49:09:r=1, g=1,b=1,COM=COM54
2023-06-27 10:49:10:COM49 DeviceDisable():Generic failure
2023-06-27 10:49:10:COM49 DeviceEnable():Generic failure
2023-06-27 10:49:10:COM52 DeviceDisable():Generic failure
2023-06-27 10:49:10:COM52 DeviceEnable():Generic failure
2023-06-27 10:49:11:COM19 DeviceDisable():Generic failure
2023-06-27 10:49:11:COM19 DeviceEnable():Generic failure
2023-06-27 10:49:49:PowerOutTestrun timeout
2023-06-27 10:49:49:IOboard COM50 WriteDO :7 成功
2023-06-27 10:49:49:IOboard COM50 WriteDO :6 成功
2023-06-27 10:51:32:停止灰卡电机
2023-06-27 10:51:32:停止门电机
2023-06-27 10:51:32:停止耳机电机
2023-06-27 10:51:32:停止IPD电机
2023-06-27 10:51:33:停止灰卡电机
2023-06-27 10:51:33:停止门电机
2023-06-27 10:51:33:停止耳机电机
2023-06-27 10:51:33:停止IPD电机
2023-06-27 10:51:34:IOboard COM50 WriteDO :3 成功
2023-06-27 10:51:40:IOboard COM47 WriteDO :13 成功
2023-06-27 10:51:41:IOboard COM47 WriteDO :13 成功
2023-06-27 10:51:43:IOboard COM47 WriteDO :12 成功
2023-06-27 10:51:44:IOboard COM47 WriteDO :12 成功
2023-06-27 10:51:47:IOboard COM50 WriteDO :1 成功
2023-06-27 10:53:20:IOboard COM50 WriteDO :1 成功
2023-06-27 10:53:23:IOboard COM50 WriteDO :1 成功
2023-06-27 10:53:25:IOboard COM50 WriteDO :1 成功
2023-06-27 11:01:54:Reset Start
2023-06-27 11:01:54:IOboard COM47 WriteDO :10 成功
2023-06-27 11:01:54:IOboard COM47 WriteDO :11 成功
2023-06-27 11:01:55:IOboard COM47 WriteDO :12 成功
2023-06-27 11:01:55:IOboard COM47 WriteDO :13 成功
2023-06-27 11:01:55:IOboard COM50 WriteDO :1 成功
2023-06-27 11:01:55:IOboard COM50 WriteDO :3 成功
2023-06-27 11:01:55:IOboard COM50 WriteDO :5 成功
2023-06-27 11:01:56:IOboard COM50 WriteDO :10 成功
2023-06-27 11:01:56:IOboard COM50 WriteDO :8 成功
2023-06-27 11:01:56:IOboard COM50 WriteDO :9 成功
2023-06-27 11:01:57:PowerOutTestrun timeout
2023-06-27 11:01:57:IOboard COM50 WriteDO :6 成功
2023-06-27 11:01:57:IOboard COM50 WriteDO :7 成功
2023-06-27 11:01:57:IOboard COM50 WriteDO :2 成功
2023-06-27 11:01:57:Reset 灰卡!
2023-06-27 11:01:57:Reset 耳机!
2023-06-27 11:01:57:Reset 开门!
2023-06-27 11:01:57:AudioMotor(): SetMoonsPosition
2023-06-27 11:01:58:AudioMotor():check---True AudioMotor_Home()
2023-06-27 11:01:59:AudioMotor(): result:True
2023-06-27 11:02:00:IOboard COM50 WriteDO :2 成功
2023-06-27 11:02:03:IOboard COM50 WriteDO :2 成功
2023-06-27 11:02:06:IOboard COM50 WriteDO :11 成功
2023-06-27 11:02:18:停止灰卡电机
2023-06-27 11:02:18:停止门电机
2023-06-27 11:02:18:停止耳机电机
2023-06-27 11:02:18:停止IPD电机
2023-06-27 11:02:34:停止灰卡电机
2023-06-27 11:02:34:停止门电机
2023-06-27 11:02:34:停止耳机电机
2023-06-27 11:02:34:停止IPD电机
2023-06-27 11:02:35:停止灰卡电机
2023-06-27 11:02:35:停止门电机
2023-06-27 11:02:35:停止耳机电机
2023-06-27 11:02:35:停止IPD电机
2023-06-27 11:02:36:停止灰卡电机
2023-06-27 11:02:36:停止门电机
2023-06-27 11:02:36:停止耳机电机
2023-06-27 11:02:36:停止IPD电机
2023-06-27 11:02:40:PowerOutTestrun timeout
2023-06-27 11:02:41:IOboard COM50 WriteDO :7 成功
2023-06-27 11:02:41:IOboard COM50 WriteDO :6 成功
2023-06-27 11:02:44:IOboard COM50 WriteDO :3 成功
2023-06-27 11:02:46:IOboard COM50 WriteDO :1 成功
2023-06-27 11:02:50:停止灰卡电机
2023-06-27 11:02:51:停止门电机
2023-06-27 11:02:51:停止耳机电机
2023-06-27 11:02:51:停止IPD电机
2023-06-27 11:03:22:Reset Start
2023-06-27 11:03:22:IOboard COM47 WriteDO :10 成功
2023-06-27 11:03:23:IOboard COM47 WriteDO :11 成功
2023-06-27 11:03:23:IOboard COM47 WriteDO :12 成功
2023-06-27 11:03:23:IOboard COM47 WriteDO :13 成功
2023-06-27 11:03:24:IOboard COM50 WriteDO :1 成功
2023-06-27 11:03:24:IOboard COM50 WriteDO :3 成功
2023-06-27 11:03:24:IOboard COM50 WriteDO :5 成功
2023-06-27 11:03:24:IOboard COM50 WriteDO :10 成功
2023-06-27 11:03:24:IOboard COM50 WriteDO :8 成功
2023-06-27 11:03:24:IOboard COM50 WriteDO :9 成功
2023-06-27 11:03:25:PowerOutTestrun timeout
2023-06-27 11:03:26:IOboard COM50 WriteDO :6 成功
2023-06-27 11:03:26:IOboard COM50 WriteDO :7 成功
2023-06-27 11:03:26:IOboard COM50 WriteDO :2 成功
2023-06-27 11:03:26:Reset 灰卡!
2023-06-27 11:03:26:Reset 耳机!
2023-06-27 11:03:26:Reset 开门!
2023-06-27 11:03:26:AudioMotor(): SetMoonsPosition
2023-06-27 11:03:26:AudioMotor():check---True AudioMotor_Home()
2023-06-27 11:03:28:AudioMotor(): result:True
2023-06-27 11:03:29:IOboard COM50 WriteDO :2 成功
2023-06-27 11:03:29:停止灰卡电机
2023-06-27 11:03:29:停止门电机
2023-06-27 11:03:29:停止耳机电机
2023-06-27 11:03:29:停止IPD电机
2023-06-27 11:03:32:IOboard COM50 WriteDO :2 成功
2023-06-27 11:03:35:IOboard COM50 WriteDO :11 成功
2023-06-27 11:03:39:COM49 DeviceDisable():Generic failure
2023-06-27 11:03:39:COM49 DeviceEnable():Generic failure
2023-06-27 11:03:39:rgb data send:get RGB value

2023-06-27 11:03:40:rgb data rev:get RGB value

2023-06-27 11:03:40:r=4, g=5,b=4,COM=COM49
2023-06-27 11:03:42:停止灰卡电机
2023-06-27 11:03:42:停止门电机
2023-06-27 11:03:42:停止耳机电机
2023-06-27 11:03:42:停止IPD电机
2023-06-27 11:03:43:停止灰卡电机
2023-06-27 11:03:43:停止门电机
2023-06-27 11:03:43:停止耳机电机
2023-06-27 11:03:43:停止IPD电机
2023-06-27 11:03:44:停止灰卡电机
2023-06-27 11:03:44:停止门电机
2023-06-27 11:03:44:停止耳机电机
2023-06-27 11:03:44:停止IPD电机
2023-06-27 11:03:45:COM52 DeviceDisable():Generic failure
2023-06-27 11:03:45:COM52 DeviceEnable():Generic failure
2023-06-27 11:03:45:rgb data send:get RGB value

2023-06-27 11:03:45:rgb data rev:get RGB value

2023-06-27 11:03:45:r=3, g=5,b=4,COM=COM52
2023-06-27 11:03:46:COM54 DeviceDisable():Generic failure
2023-06-27 11:03:46:COM54 DeviceEnable():Generic failure
2023-06-27 11:03:47:rgb data send:get RGB value

2023-06-27 11:03:47:rgb data rev:get RGB value

2023-06-27 11:03:47:r=0, g=1,b=1,COM=COM54
2023-06-27 11:03:48:COM19 DeviceDisable():Generic failure
2023-06-27 11:03:48:COM19 DeviceEnable():Generic failure
2023-06-27 11:03:48:rgb data send:get RGB value

2023-06-27 11:03:48:rgb data rev:get RGB value

2023-06-27 11:03:48:r=0, g=0,b=0,COM=COM19
2023-06-27 16:44:24:COM49 DeviceDisable():Generic failure
2023-06-27 16:44:24:COM49 DeviceEnable():Generic failure
2023-06-27 16:44:24:rgb port open Exception:Access to the port 'COM49' is denied.
2023-06-27 16:44:24:rgb port open Exception:Access to the port 'COM49' is denied.
2023-06-27 16:44:25:COM52 DeviceDisable():Generic failure
2023-06-27 16:44:25:COM52 DeviceEnable():Generic failure
2023-06-27 16:44:25:rgb port open Exception:Access to the port 'COM52' is denied.
2023-06-27 16:44:25:rgb port open Exception:Access to the port 'COM52' is denied.
2023-06-27 16:44:25:COM19 DeviceDisable():Generic failure
2023-06-27 16:44:25:COM19 DeviceEnable():Generic failure
2023-06-27 16:44:25:rgb port open Exception:Access to the port 'COM19' is denied.
2023-06-27 16:44:25:rgb port open Exception:Access to the port 'COM19' is denied.
2023-06-27 16:44:25:COM54 DeviceDisable():Generic failure
2023-06-27 16:44:25:COM54 DeviceEnable():Generic failure
2023-06-27 16:44:25:rgb port open Exception:Access to the port 'COM54' is denied.
2023-06-27 16:44:25:rgb port open Exception:Access to the port 'COM54' is denied.
2023-06-27 16:44:25:Serials port did not open!
2023-06-27 16:44:25:Serials port did not open!
2023-06-27 16:44:25:m_IoBoard 端口:COM47打开失败
2023-06-27 16:44:26:qt init fail#############
2023-06-27 16:44:31:IOboard COM47 WriteDO IO :10 Exception :The port is closed.
2023-06-27 16:44:31:IOboard COM47 WriteDO IO :10 Exception :The port is closed.
2023-06-27 16:44:31:IOboard COM47 WriteDO IO :10 Exception :The port is closed.
2023-06-27 16:44:31:IOboard COM47 WriteDO IO :10 Exception :The port is closed.
2023-06-27 16:44:31:IOboard COM47 WriteDO IO :10 Exception :The port is closed.
2023-06-27 16:44:31:IOboard COM47 WriteDO IO :10 Exception :The port is closed.
2023-06-27 16:44:31:IOboard COM47 WriteDO IO :10 Exception :The port is closed.
2023-06-27 16:44:31:IOboard COM47 WriteDO IO :10 Exception :The port is closed.
2023-06-27 16:44:31:IOboard COM47 WriteDO IO :10 Exception :The port is closed.
2023-06-27 16:44:31:IOboard COM47 WriteDO IO :10 Exception :The port is closed.
2023-06-27 16:44:31:IOboard COM47 WriteDO IO :10 Exception :The port is closed.
2023-06-27 16:44:31:IOboard COM47 WriteDO IO :10 Exception :The port is closed.

+ 39
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/Logs/20230628.txt View File

@@ -0,0 +1,39 @@
2023-06-28 18:39:34:COM49 DeviceDisable():Generic failure
2023-06-28 18:39:34:COM49 DeviceEnable():Generic failure
2023-06-28 18:39:34:rgb data send:get RGB value

2023-06-28 18:39:34:rgb data rev:get RGB value

2023-06-28 18:39:34:r=11, g=13,b=12,COM=COM49
2023-06-28 18:39:35:COM52 DeviceDisable():Generic failure
2023-06-28 18:39:35:COM52 DeviceEnable():Generic failure
2023-06-28 18:39:35:rgb data send:get RGB value

2023-06-28 18:39:35:rgb data rev:get RGB value

2023-06-28 18:39:35:r=7, g=10,b=8,COM=COM52
2023-06-28 18:39:36:COM19 DeviceDisable():Generic failure
2023-06-28 18:39:36:COM19 DeviceEnable():Generic failure
2023-06-28 18:39:36:rgb data send:get RGB value

2023-06-28 18:39:36:rgb data rev:get RGB value

2023-06-28 18:39:36:r=0, g=0,b=0,COM=COM19
2023-06-28 18:39:37:COM54 DeviceDisable():Generic failure
2023-06-28 18:39:37:COM54 DeviceEnable():Generic failure
2023-06-28 18:39:37:rgb data send:get RGB value

2023-06-28 18:39:37:rgb data rev:get RGB value

2023-06-28 18:39:37:r=1, g=1,b=1,COM=COM54
2023-06-28 18:39:38:COM49 DeviceDisable():Generic failure
2023-06-28 18:39:38:COM49 DeviceEnable():Generic failure
2023-06-28 18:39:39:COM52 DeviceDisable():Generic failure
2023-06-28 18:39:39:COM52 DeviceEnable():Generic failure
2023-06-28 18:39:40:COM19 DeviceDisable():Generic failure
2023-06-28 18:39:40:COM19 DeviceEnable():Generic failure
2023-06-28 18:40:16:IOboard COM50 WriteDO :11 成功
2023-06-28 18:40:20:WaitStopTCP slave=2 Timeout
2023-06-28 18:40:21:WaitStopTCP slave=2 Timeout
2023-06-28 18:40:21:slave=2 stop
2023-06-28 18:40:21:door motor move workpostion result:True

+ 2252
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/Logs/20230630.txt
File diff suppressed because it is too large
View File


+ 654
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/Logs/20230701.txt View File

@@ -0,0 +1,654 @@
2023-07-01 14:12:05:COM49 DeviceDisable():Generic failure
2023-07-01 14:12:05:COM49 DeviceEnable():Generic failure
2023-07-01 14:12:05:rgb data send:get RGB value

2023-07-01 14:12:05:rgb data rev:get RGB value

2023-07-01 14:12:05:r=0, g=0,b=0,COM=COM49
2023-07-01 14:12:06:COM52 DeviceDisable():Generic failure
2023-07-01 14:12:06:COM52 DeviceEnable():Generic failure
2023-07-01 14:12:06:rgb data send:get RGB value

2023-07-01 14:12:06:rgb data rev:get RGB value

2023-07-01 14:12:06:r=0, g=0,b=0,COM=COM52
2023-07-01 14:12:06:COM19 DeviceDisable():Generic failure
2023-07-01 14:12:06:COM19 DeviceEnable():Generic failure
2023-07-01 14:12:06:rgb data send:get RGB value

2023-07-01 14:12:06:rgb data rev:get RGB value

2023-07-01 14:12:06:r=0, g=0,b=0,COM=COM19
2023-07-01 14:12:07:COM54 DeviceDisable():Generic failure
2023-07-01 14:12:07:COM54 DeviceEnable():Generic failure
2023-07-01 14:12:07:rgb data send:get RGB value

2023-07-01 14:12:07:rgb data rev:get RGB value

2023-07-01 14:12:07:r=1, g=2,b=2,COM=COM54
2023-07-01 14:12:07:COM49 DeviceDisable():Generic failure
2023-07-01 14:12:07:COM49 DeviceEnable():Generic failure
2023-07-01 14:12:08:COM52 DeviceDisable():Generic failure
2023-07-01 14:12:08:COM52 DeviceEnable():Generic failure
2023-07-01 14:12:08:COM19 DeviceDisable():Generic failure
2023-07-01 14:12:08:COM19 DeviceEnable():Generic failure
2023-07-01 14:12:12:PowerOutTestrun timeout
2023-07-01 14:12:12:IOboard COM50 WriteDO :7 成功
2023-07-01 14:12:13:IOboard COM50 WriteDO :6 成功
2023-07-01 14:12:22:IOboard COM50 WriteDO :3 成功
2023-07-01 14:12:39:IOboard COM47 WriteDO :10 成功
2023-07-01 14:12:44:COM19 DeviceDisable():Generic failure
2023-07-01 14:12:44:COM19 DeviceEnable():Generic failure
2023-07-01 14:12:44:rgb data send:get RGB value

2023-07-01 14:12:45:rgb data rev:get RGB value

2023-07-01 14:12:45:r=213, g=16,b=24,COM=COM19
2023-07-01 14:12:51:COM54 DeviceDisable():Generic failure
2023-07-01 14:12:51:COM54 DeviceEnable():Generic failure
2023-07-01 14:12:51:rgb data send:get RGB value

2023-07-01 14:12:52:rgb data rev:get RGB value

2023-07-01 14:12:52:r=1, g=2,b=2,COM=COM54
2023-07-01 14:12:53:COM19 DeviceDisable():Generic failure
2023-07-01 14:12:53:COM19 DeviceEnable():Generic failure
2023-07-01 14:12:53:rgb data send:get RGB value

2023-07-01 14:12:54:rgb data rev:get RGB value

2023-07-01 14:12:54:r=211, g=15,b=24,COM=COM19
2023-07-01 14:15:53:停止灰卡电机
2023-07-01 14:15:53:停止门电机
2023-07-01 14:15:53:停止耳机电机
2023-07-01 14:15:53:停止IPD电机
2023-07-01 14:15:53:停止灰卡电机
2023-07-01 14:15:54:停止门电机
2023-07-01 14:15:54:停止耳机电机
2023-07-01 14:15:54:停止IPD电机
2023-07-01 14:15:54:停止灰卡电机
2023-07-01 14:15:54:停止门电机
2023-07-01 14:15:55:停止耳机电机
2023-07-01 14:15:55:停止IPD电机
2023-07-01 14:15:55:停止灰卡电机
2023-07-01 14:15:55:停止门电机
2023-07-01 14:15:55:停止耳机电机
2023-07-01 14:15:55:停止IPD电机
2023-07-01 14:15:56:停止灰卡电机
2023-07-01 14:15:56:停止门电机
2023-07-01 14:15:56:停止耳机电机
2023-07-01 14:15:56:停止IPD电机
2023-07-01 14:16:14:停止灰卡电机
2023-07-01 14:16:14:停止门电机
2023-07-01 14:16:14:停止耳机电机
2023-07-01 14:16:14:停止IPD电机
2023-07-01 14:16:15:停止灰卡电机
2023-07-01 14:16:15:停止门电机
2023-07-01 14:16:15:停止耳机电机
2023-07-01 14:16:15:停止IPD电机
2023-07-01 14:16:16:停止灰卡电机
2023-07-01 14:16:16:停止门电机
2023-07-01 14:16:16:停止耳机电机
2023-07-01 14:16:16:停止IPD电机
2023-07-01 14:16:17:停止灰卡电机
2023-07-01 14:16:17:停止门电机
2023-07-01 14:16:17:停止耳机电机
2023-07-01 14:16:17:停止IPD电机
2023-07-01 14:16:18:停止灰卡电机
2023-07-01 14:16:18:停止门电机
2023-07-01 14:16:18:停止耳机电机
2023-07-01 14:16:18:停止IPD电机
2023-07-01 14:16:46:COM19 DeviceDisable():Generic failure
2023-07-01 14:16:46:COM19 DeviceEnable():Generic failure
2023-07-01 14:16:46:rgb data send:get RGB value

2023-07-01 14:16:47:rgb data rev:get RGB value

2023-07-01 14:16:47:r=208, g=17,b=25,COM=COM19
2023-07-01 14:16:53:COM19 DeviceDisable():Generic failure
2023-07-01 14:16:53:COM19 DeviceEnable():Generic failure
2023-07-01 14:16:53:rgb data send:get RGB value

2023-07-01 14:16:53:rgb data rev:get RGB value

2023-07-01 14:16:53:r=210, g=17,b=25,COM=COM19
2023-07-01 14:17:01:COM19 DeviceDisable():Generic failure
2023-07-01 14:17:01:COM19 DeviceEnable():Generic failure
2023-07-01 14:17:01:rgb data send:get RGB value

2023-07-01 14:17:02:rgb data rev:get RGB value

2023-07-01 14:17:02:r=204, g=16,b=25,COM=COM19
2023-07-01 14:17:09:COM19 DeviceDisable():Generic failure
2023-07-01 14:17:09:COM19 DeviceEnable():Generic failure
2023-07-01 14:17:09:rgb data send:get RGB value

2023-07-01 14:17:10:rgb data rev:get RGB value

2023-07-01 14:17:10:r=203, g=16,b=24,COM=COM19
2023-07-01 14:18:59:COM19 DeviceDisable():Generic failure
2023-07-01 14:18:59:COM19 DeviceEnable():Generic failure
2023-07-01 14:18:59:rgb data send:get RGB value

2023-07-01 14:18:59:rgb data rev:get RGB value

2023-07-01 14:18:59:r=203, g=16,b=24,COM=COM19
2023-07-01 14:19:07:COM19 DeviceDisable():Generic failure
2023-07-01 14:19:07:COM19 DeviceEnable():Generic failure
2023-07-01 14:19:07:rgb data send:get RGB value

2023-07-01 14:19:07:rgb data rev:get RGB value

2023-07-01 14:19:07:r=19, g=158,b=64,COM=COM19
2023-07-01 14:19:09:COM19 DeviceDisable():Generic failure
2023-07-01 14:19:09:COM19 DeviceEnable():Generic failure
2023-07-01 14:19:09:rgb data send:get RGB value

2023-07-01 14:19:09:rgb data rev:get RGB value

2023-07-01 14:19:09:r=4, g=59,b=157,COM=COM19
2023-07-01 14:19:22:COM19 DeviceDisable():Generic failure
2023-07-01 14:19:22:COM19 DeviceEnable():Generic failure
2023-07-01 14:19:22:rgb data send:get RGB value

2023-07-01 14:19:22:rgb data rev:get RGB value

2023-07-01 14:19:22:r=198, g=16,b=24,COM=COM19
2023-07-01 14:19:30:COM19 DeviceDisable():Generic failure
2023-07-01 14:19:30:COM19 DeviceEnable():Generic failure
2023-07-01 14:19:30:rgb data send:get RGB value

2023-07-01 14:19:30:rgb data rev:get RGB value

2023-07-01 14:19:30:r=19, g=155,b=63,COM=COM19
2023-07-01 14:19:52:COM19 DeviceDisable():Generic failure
2023-07-01 14:19:52:COM19 DeviceEnable():Generic failure
2023-07-01 14:19:52:rgb data send:get RGB value

2023-07-01 14:19:52:rgb data rev:get RGB value

2023-07-01 14:19:52:r=4, g=58,b=153,COM=COM19
2023-07-01 14:19:54:COM19 DeviceDisable():Generic failure
2023-07-01 14:19:54:COM19 DeviceEnable():Generic failure
2023-07-01 14:19:54:rgb data send:get RGB value

2023-07-01 14:19:55:rgb data rev:get RGB value

2023-07-01 14:19:55:r=197, g=16,b=24,COM=COM19
2023-07-01 14:20:14:COM19 DeviceDisable():Generic failure
2023-07-01 14:20:14:COM19 DeviceEnable():Generic failure
2023-07-01 14:20:14:rgb data send:get RGB value

2023-07-01 14:20:14:rgb data rev:get RGB value

2023-07-01 14:20:14:r=198, g=16,b=24,COM=COM19
2023-07-01 14:20:32:COM19 DeviceDisable():Generic failure
2023-07-01 14:20:32:COM19 DeviceEnable():Generic failure
2023-07-01 14:20:32:rgb data send:get RGB value

2023-07-01 14:20:32:rgb data rev:get RGB value

2023-07-01 14:20:32:r=198, g=16,b=24,COM=COM19
2023-07-01 14:30:38:COM49 DeviceDisable():Generic failure
2023-07-01 14:30:38:COM49 DeviceEnable():Generic failure
2023-07-01 14:30:38:rgb data send:get RGB value

2023-07-01 14:30:39:rgb data rev:get RGB value

2023-07-01 14:30:39:r=0, g=0,b=0,COM=COM49
2023-07-01 14:30:39:COM52 DeviceDisable():Generic failure
2023-07-01 14:30:39:COM52 DeviceEnable():Generic failure
2023-07-01 14:30:39:rgb data send:get RGB value

2023-07-01 14:30:39:rgb data rev:get RGB value

2023-07-01 14:30:39:r=0, g=0,b=0,COM=COM52
2023-07-01 14:30:39:COM19 DeviceDisable():Generic failure
2023-07-01 14:30:39:COM19 DeviceEnable():Generic failure
2023-07-01 14:30:39:rgb data send:get RGB value

2023-07-01 14:30:40:rgb data rev:get RGB value

2023-07-01 14:30:40:r=0, g=0,b=0,COM=COM19
2023-07-01 14:30:40:COM54 DeviceDisable():Generic failure
2023-07-01 14:30:40:COM54 DeviceEnable():Generic failure
2023-07-01 14:30:40:rgb data send:get RGB value

2023-07-01 14:30:40:rgb data rev:get RGB value

2023-07-01 14:30:40:r=2, g=2,b=2,COM=COM54
2023-07-01 14:30:41:COM49 DeviceDisable():Generic failure
2023-07-01 14:30:41:COM49 DeviceEnable():Generic failure
2023-07-01 14:30:41:COM52 DeviceDisable():Generic failure
2023-07-01 14:30:41:COM52 DeviceEnable():Generic failure
2023-07-01 14:30:41:COM19 DeviceDisable():Generic failure
2023-07-01 14:30:41:COM19 DeviceEnable():Generic failure
2023-07-01 14:30:45:PowerOutTestrun timeout
2023-07-01 14:30:45:IOboard COM50 WriteDO :7 成功
2023-07-01 14:30:45:IOboard COM50 WriteDO :6 成功
2023-07-01 14:30:47:IOboard COM50 WriteDO :3 成功
2023-07-01 14:30:51:IOboard COM47 WriteDO :10 成功
2023-07-01 14:30:56:COM19 DeviceDisable():Generic failure
2023-07-01 14:30:56:COM19 DeviceEnable():Generic failure
2023-07-01 14:30:56:rgb data send:get RGB value

2023-07-01 14:30:57:rgb data rev:get RGB value

2023-07-01 14:30:57:r=208, g=15,b=24,COM=COM19
2023-07-01 14:30:59:COM19 DeviceDisable():Generic failure
2023-07-01 14:30:59:COM19 DeviceEnable():Generic failure
2023-07-01 14:30:59:rgb data send:get RGB value

2023-07-01 14:30:59:rgb data rev:get RGB value

2023-07-01 14:30:59:r=207, g=15,b=24,COM=COM19
2023-07-01 14:31:28:停止灰卡电机
2023-07-01 14:31:28:停止门电机
2023-07-01 14:31:28:停止耳机电机
2023-07-01 14:31:28:停止IPD电机
2023-07-01 14:31:29:停止灰卡电机
2023-07-01 14:31:29:停止门电机
2023-07-01 14:31:29:停止耳机电机
2023-07-01 14:31:29:停止IPD电机
2023-07-01 14:31:30:停止灰卡电机
2023-07-01 14:31:30:停止门电机
2023-07-01 14:31:30:停止耳机电机
2023-07-01 14:31:30:停止IPD电机
2023-07-01 14:31:31:停止灰卡电机
2023-07-01 14:31:31:停止门电机
2023-07-01 14:31:31:停止耳机电机
2023-07-01 14:31:31:停止IPD电机
2023-07-01 14:31:32:停止灰卡电机
2023-07-01 14:31:32:停止门电机
2023-07-01 14:31:32:停止耳机电机
2023-07-01 14:31:32:停止IPD电机
2023-07-01 14:31:32:停止灰卡电机
2023-07-01 14:31:33:停止门电机
2023-07-01 14:31:33:停止耳机电机
2023-07-01 14:31:33:停止IPD电机
2023-07-01 14:31:33:停止灰卡电机
2023-07-01 14:31:33:停止门电机
2023-07-01 14:31:33:停止耳机电机
2023-07-01 14:31:33:停止IPD电机
2023-07-01 14:31:34:停止灰卡电机
2023-07-01 14:31:34:停止门电机
2023-07-01 14:31:34:停止耳机电机
2023-07-01 14:31:34:停止IPD电机
2023-07-01 14:31:35:停止灰卡电机
2023-07-01 14:31:35:停止门电机
2023-07-01 14:31:35:停止耳机电机
2023-07-01 14:31:35:停止IPD电机
2023-07-01 14:31:36:停止灰卡电机
2023-07-01 14:31:36:停止门电机
2023-07-01 14:31:36:停止耳机电机
2023-07-01 14:31:36:停止IPD电机
2023-07-01 14:31:37:停止灰卡电机
2023-07-01 14:31:37:停止门电机
2023-07-01 14:31:37:停止耳机电机
2023-07-01 14:31:37:停止IPD电机
2023-07-01 14:31:38:停止灰卡电机
2023-07-01 14:31:38:停止门电机
2023-07-01 14:31:38:停止耳机电机
2023-07-01 14:31:38:停止IPD电机
2023-07-01 14:31:39:停止灰卡电机
2023-07-01 14:31:39:停止门电机
2023-07-01 14:31:39:停止耳机电机
2023-07-01 14:31:39:停止IPD电机
2023-07-01 14:31:39:停止灰卡电机
2023-07-01 14:31:40:停止门电机
2023-07-01 14:31:40:停止耳机电机
2023-07-01 14:31:40:停止IPD电机
2023-07-01 14:31:40:停止灰卡电机
2023-07-01 14:31:41:停止门电机
2023-07-01 14:31:41:停止耳机电机
2023-07-01 14:31:41:停止IPD电机
2023-07-01 14:31:41:停止灰卡电机
2023-07-01 14:31:41:停止门电机
2023-07-01 14:31:41:停止耳机电机
2023-07-01 14:31:41:停止IPD电机
2023-07-01 14:31:42:停止灰卡电机
2023-07-01 14:31:42:停止门电机
2023-07-01 14:31:42:停止耳机电机
2023-07-01 14:31:42:停止IPD电机
2023-07-01 14:31:43:停止灰卡电机
2023-07-01 14:31:43:停止门电机
2023-07-01 14:31:43:停止耳机电机
2023-07-01 14:31:43:停止IPD电机
2023-07-01 14:31:44:停止灰卡电机
2023-07-01 14:31:44:停止门电机
2023-07-01 14:31:44:停止耳机电机
2023-07-01 14:31:44:停止IPD电机
2023-07-01 14:31:45:停止灰卡电机
2023-07-01 14:31:45:停止门电机
2023-07-01 14:31:45:停止耳机电机
2023-07-01 14:31:45:停止IPD电机
2023-07-01 14:31:46:停止灰卡电机
2023-07-01 14:31:46:停止门电机
2023-07-01 14:31:46:停止耳机电机
2023-07-01 14:31:46:停止IPD电机
2023-07-01 14:31:47:停止灰卡电机
2023-07-01 14:31:47:停止门电机
2023-07-01 14:31:47:停止耳机电机
2023-07-01 14:31:47:停止IPD电机
2023-07-01 14:31:47:停止灰卡电机
2023-07-01 14:31:48:停止门电机
2023-07-01 14:31:48:停止耳机电机
2023-07-01 14:31:48:停止IPD电机
2023-07-01 14:31:48:停止灰卡电机
2023-07-01 14:31:48:停止门电机
2023-07-01 14:31:49:停止耳机电机
2023-07-01 14:31:49:停止IPD电机
2023-07-01 14:31:49:停止灰卡电机
2023-07-01 14:31:49:停止门电机
2023-07-01 14:31:49:停止耳机电机
2023-07-01 14:31:49:停止IPD电机
2023-07-01 14:31:50:停止灰卡电机
2023-07-01 14:31:50:停止门电机
2023-07-01 14:31:50:停止耳机电机
2023-07-01 14:31:50:停止IPD电机
2023-07-01 14:31:51:停止灰卡电机
2023-07-01 14:31:51:停止门电机
2023-07-01 14:31:51:停止耳机电机
2023-07-01 14:31:51:停止IPD电机
2023-07-01 14:31:52:停止灰卡电机
2023-07-01 14:31:52:停止门电机
2023-07-01 14:31:52:停止耳机电机
2023-07-01 14:31:52:停止IPD电机
2023-07-01 14:31:53:停止灰卡电机
2023-07-01 14:31:53:停止门电机
2023-07-01 14:31:53:停止耳机电机
2023-07-01 14:31:53:停止IPD电机
2023-07-01 14:31:54:停止灰卡电机
2023-07-01 14:31:54:停止门电机
2023-07-01 14:31:54:停止耳机电机
2023-07-01 14:31:54:停止IPD电机
2023-07-01 14:31:55:停止灰卡电机
2023-07-01 14:31:55:停止门电机
2023-07-01 14:31:55:停止耳机电机
2023-07-01 14:31:55:停止IPD电机
2023-07-01 14:31:56:停止灰卡电机
2023-07-01 14:31:56:停止门电机
2023-07-01 14:31:56:停止耳机电机
2023-07-01 14:31:56:停止IPD电机
2023-07-01 14:31:56:停止灰卡电机
2023-07-01 14:31:56:停止门电机
2023-07-01 14:31:57:停止耳机电机
2023-07-01 14:31:57:停止IPD电机
2023-07-01 14:31:57:停止灰卡电机
2023-07-01 14:31:57:停止门电机
2023-07-01 14:31:57:停止耳机电机
2023-07-01 14:31:57:停止IPD电机
2023-07-01 14:31:58:停止灰卡电机
2023-07-01 14:31:58:停止门电机
2023-07-01 14:31:58:停止耳机电机
2023-07-01 14:31:58:停止IPD电机
2023-07-01 14:31:59:停止灰卡电机
2023-07-01 14:31:59:停止门电机
2023-07-01 14:31:59:停止耳机电机
2023-07-01 14:31:59:停止IPD电机
2023-07-01 14:32:00:停止灰卡电机
2023-07-01 14:32:00:停止门电机
2023-07-01 14:32:00:停止耳机电机
2023-07-01 14:32:00:停止IPD电机
2023-07-01 14:32:01:停止灰卡电机
2023-07-01 14:32:01:停止门电机
2023-07-01 14:32:01:停止耳机电机
2023-07-01 14:32:01:停止IPD电机
2023-07-01 14:32:02:停止灰卡电机
2023-07-01 14:32:02:停止门电机
2023-07-01 14:32:02:停止耳机电机
2023-07-01 14:32:02:停止IPD电机
2023-07-01 14:32:03:停止灰卡电机
2023-07-01 14:32:03:停止门电机
2023-07-01 14:32:03:停止耳机电机
2023-07-01 14:32:03:停止IPD电机
2023-07-01 14:32:03:停止灰卡电机
2023-07-01 14:32:04:停止门电机
2023-07-01 14:32:04:停止耳机电机
2023-07-01 14:32:04:停止IPD电机
2023-07-01 14:32:04:停止灰卡电机
2023-07-01 14:32:04:停止门电机
2023-07-01 14:32:04:停止耳机电机
2023-07-01 14:32:05:停止IPD电机
2023-07-01 14:32:05:停止灰卡电机
2023-07-01 14:32:05:停止门电机
2023-07-01 14:32:05:停止耳机电机
2023-07-01 14:32:05:停止IPD电机
2023-07-01 14:32:06:停止灰卡电机
2023-07-01 14:32:06:停止门电机
2023-07-01 14:32:06:停止耳机电机
2023-07-01 14:32:06:停止IPD电机
2023-07-01 14:32:07:停止灰卡电机
2023-07-01 14:32:07:停止门电机
2023-07-01 14:32:07:停止耳机电机
2023-07-01 14:32:07:停止IPD电机
2023-07-01 14:32:08:停止灰卡电机
2023-07-01 14:32:08:停止门电机
2023-07-01 14:32:08:停止耳机电机
2023-07-01 14:32:08:停止IPD电机
2023-07-01 14:32:09:停止灰卡电机
2023-07-01 14:32:09:停止门电机
2023-07-01 14:32:09:停止耳机电机
2023-07-01 14:32:09:停止IPD电机
2023-07-01 14:32:10:停止灰卡电机
2023-07-01 14:32:10:停止门电机
2023-07-01 14:32:10:停止耳机电机
2023-07-01 14:32:10:停止IPD电机
2023-07-01 14:32:11:停止灰卡电机
2023-07-01 14:32:11:停止门电机
2023-07-01 14:32:11:停止耳机电机
2023-07-01 14:32:11:停止IPD电机
2023-07-01 14:32:11:停止灰卡电机
2023-07-01 14:32:12:停止门电机
2023-07-01 14:32:12:停止耳机电机
2023-07-01 14:32:12:停止IPD电机
2023-07-01 14:32:12:停止灰卡电机
2023-07-01 14:32:12:停止门电机
2023-07-01 14:32:13:停止耳机电机
2023-07-01 14:32:13:停止IPD电机
2023-07-01 14:32:13:停止灰卡电机
2023-07-01 14:32:13:停止门电机
2023-07-01 14:32:13:停止耳机电机
2023-07-01 14:32:13:停止IPD电机
2023-07-01 14:32:14:停止灰卡电机
2023-07-01 14:32:14:停止门电机
2023-07-01 14:32:14:停止耳机电机
2023-07-01 14:32:14:停止IPD电机
2023-07-01 14:32:15:停止灰卡电机
2023-07-01 14:32:15:停止门电机
2023-07-01 14:32:15:停止耳机电机
2023-07-01 14:32:15:停止IPD电机
2023-07-01 14:32:16:停止灰卡电机
2023-07-01 14:32:16:停止门电机
2023-07-01 14:32:16:停止耳机电机
2023-07-01 14:32:16:停止IPD电机
2023-07-01 14:32:17:停止灰卡电机
2023-07-01 14:32:17:停止门电机
2023-07-01 14:32:17:停止耳机电机
2023-07-01 14:32:17:停止IPD电机
2023-07-01 14:32:18:停止灰卡电机
2023-07-01 14:32:18:停止门电机
2023-07-01 14:32:18:停止耳机电机
2023-07-01 14:32:18:停止IPD电机
2023-07-01 14:32:19:停止灰卡电机
2023-07-01 14:32:19:停止门电机
2023-07-01 14:32:19:停止耳机电机
2023-07-01 14:32:19:停止IPD电机
2023-07-01 14:32:19:停止灰卡电机
2023-07-01 14:32:20:停止门电机
2023-07-01 14:32:20:停止耳机电机
2023-07-01 14:32:20:停止IPD电机
2023-07-01 14:32:20:停止灰卡电机
2023-07-01 14:32:20:停止门电机
2023-07-01 14:32:21:停止耳机电机
2023-07-01 14:32:21:停止IPD电机
2023-07-01 14:32:21:停止灰卡电机
2023-07-01 14:32:21:停止门电机
2023-07-01 14:32:21:停止耳机电机
2023-07-01 14:32:21:停止IPD电机
2023-07-01 14:32:22:停止灰卡电机
2023-07-01 14:32:22:停止门电机
2023-07-01 14:32:22:停止耳机电机
2023-07-01 14:32:22:停止IPD电机
2023-07-01 14:32:23:停止灰卡电机
2023-07-01 14:32:23:停止门电机
2023-07-01 14:32:23:停止耳机电机
2023-07-01 14:32:23:停止IPD电机
2023-07-01 14:32:24:停止灰卡电机
2023-07-01 14:32:24:停止门电机
2023-07-01 14:32:24:停止耳机电机
2023-07-01 14:32:24:停止IPD电机
2023-07-01 14:32:25:停止灰卡电机
2023-07-01 14:32:25:停止门电机
2023-07-01 14:32:25:停止耳机电机
2023-07-01 14:32:25:停止IPD电机
2023-07-01 14:32:26:停止灰卡电机
2023-07-01 14:32:26:停止门电机
2023-07-01 14:32:26:停止耳机电机
2023-07-01 14:32:26:停止IPD电机
2023-07-01 14:32:27:停止灰卡电机
2023-07-01 14:32:27:停止门电机
2023-07-01 14:32:27:停止耳机电机
2023-07-01 14:32:27:停止IPD电机
2023-07-01 14:32:27:停止灰卡电机
2023-07-01 14:32:28:停止门电机
2023-07-01 14:32:28:停止耳机电机
2023-07-01 14:32:28:停止IPD电机
2023-07-01 14:32:28:停止灰卡电机
2023-07-01 14:32:28:停止门电机
2023-07-01 14:32:28:停止耳机电机
2023-07-01 14:32:28:停止IPD电机
2023-07-01 14:32:29:停止灰卡电机
2023-07-01 14:32:29:停止门电机
2023-07-01 14:32:29:停止耳机电机
2023-07-01 14:32:29:停止IPD电机
2023-07-01 14:32:30:停止灰卡电机
2023-07-01 14:32:30:停止门电机
2023-07-01 14:32:30:停止耳机电机
2023-07-01 14:32:30:停止IPD电机
2023-07-01 14:32:31:停止灰卡电机
2023-07-01 14:32:31:停止门电机
2023-07-01 14:32:31:停止耳机电机
2023-07-01 14:32:31:停止IPD电机
2023-07-01 14:32:32:停止灰卡电机
2023-07-01 14:32:32:停止门电机
2023-07-01 14:32:32:停止耳机电机
2023-07-01 14:32:32:停止IPD电机
2023-07-01 14:32:33:停止灰卡电机
2023-07-01 14:32:33:停止门电机
2023-07-01 14:32:33:停止耳机电机
2023-07-01 14:32:33:停止IPD电机
2023-07-01 14:32:34:停止灰卡电机
2023-07-01 14:32:34:停止门电机
2023-07-01 14:32:34:停止耳机电机
2023-07-01 14:32:34:停止IPD电机
2023-07-01 14:32:35:停止灰卡电机
2023-07-01 14:32:35:停止门电机
2023-07-01 14:32:35:停止耳机电机
2023-07-01 14:32:35:停止IPD电机
2023-07-01 14:32:35:停止灰卡电机
2023-07-01 14:32:36:停止门电机
2023-07-01 14:32:36:停止耳机电机
2023-07-01 14:32:36:停止IPD电机
2023-07-01 14:32:36:停止灰卡电机
2023-07-01 14:32:36:停止门电机
2023-07-01 14:32:36:停止耳机电机
2023-07-01 14:32:37:停止IPD电机
2023-07-01 14:32:37:停止灰卡电机
2023-07-01 14:32:37:停止门电机
2023-07-01 14:32:37:停止耳机电机
2023-07-01 14:32:37:停止IPD电机
2023-07-01 14:32:38:停止灰卡电机
2023-07-01 14:32:38:停止门电机
2023-07-01 14:32:38:停止耳机电机
2023-07-01 14:32:38:停止IPD电机
2023-07-01 14:32:39:停止灰卡电机
2023-07-01 14:32:39:停止门电机
2023-07-01 14:32:39:停止耳机电机
2023-07-01 14:32:39:停止IPD电机
2023-07-01 14:32:40:停止灰卡电机
2023-07-01 14:32:40:停止门电机
2023-07-01 14:32:40:停止耳机电机
2023-07-01 14:32:40:停止IPD电机
2023-07-01 14:32:41:停止灰卡电机
2023-07-01 14:32:41:停止门电机
2023-07-01 14:32:41:停止耳机电机
2023-07-01 14:32:41:停止IPD电机
2023-07-01 14:32:42:停止灰卡电机
2023-07-01 14:32:42:停止门电机
2023-07-01 14:32:42:停止耳机电机
2023-07-01 14:32:42:停止IPD电机
2023-07-01 14:32:42:停止灰卡电机
2023-07-01 14:32:43:停止门电机
2023-07-01 14:32:43:停止耳机电机
2023-07-01 14:32:43:停止IPD电机
2023-07-01 14:35:00:COM19 DeviceDisable():Generic failure
2023-07-01 14:35:00:COM19 DeviceEnable():Generic failure
2023-07-01 14:35:00:rgb data send:get RGB value

2023-07-01 14:35:01:rgb data rev:get RGB value

2023-07-01 14:35:01:r=202, g=15,b=23,COM=COM19
2023-07-01 14:35:41:COM19 DeviceDisable():Generic failure
2023-07-01 14:35:41:COM19 DeviceEnable():Generic failure
2023-07-01 14:35:41:rgb data send:get RGB value

2023-07-01 14:35:41:rgb data rev:get RGB value

2023-07-01 14:35:41:r=192, g=16,b=23,COM=COM19
2023-07-01 14:35:58:COM19 DeviceDisable():Generic failure
2023-07-01 14:35:58:COM19 DeviceEnable():Generic failure
2023-07-01 14:35:58:rgb data send:get RGB value

2023-07-01 14:35:58:rgb data rev:get RGB value

2023-07-01 14:35:58:r=193, g=16,b=23,COM=COM19
2023-07-01 14:36:13:COM19 DeviceDisable():Generic failure
2023-07-01 14:36:13:COM19 DeviceEnable():Generic failure
2023-07-01 14:36:13:rgb data send:get RGB value

2023-07-01 14:36:13:rgb data rev:get RGB value

2023-07-01 14:36:13:r=194, g=16,b=23,COM=COM19
2023-07-01 14:36:22:COM19 DeviceDisable():Generic failure
2023-07-01 14:36:22:COM19 DeviceEnable():Generic failure
2023-07-01 14:36:22:rgb data send:get RGB value

2023-07-01 14:36:22:rgb data rev:get RGB value

2023-07-01 14:36:22:r=196, g=16,b=24,COM=COM19
2023-07-01 14:36:28:COM19 DeviceDisable():Generic failure
2023-07-01 14:36:28:COM19 DeviceEnable():Generic failure
2023-07-01 14:36:28:rgb data send:get RGB value

2023-07-01 14:36:28:rgb data rev:get RGB value

2023-07-01 14:36:28:r=197, g=16,b=24,COM=COM19
2023-07-01 14:36:36:COM19 DeviceDisable():Generic failure
2023-07-01 14:36:36:COM19 DeviceEnable():Generic failure
2023-07-01 14:36:36:rgb data send:get RGB value

2023-07-01 14:36:36:rgb data rev:get RGB value

2023-07-01 14:36:36:r=206, g=16,b=25,COM=COM19
2023-07-01 14:36:42:COM19 DeviceDisable():Generic failure
2023-07-01 14:36:42:COM19 DeviceEnable():Generic failure
2023-07-01 14:36:42:rgb data send:get RGB value

2023-07-01 14:36:42:rgb data rev:get RGB value

2023-07-01 14:36:42:r=197, g=16,b=24,COM=COM19
2023-07-01 14:36:59:COM19 DeviceDisable():Generic failure
2023-07-01 14:36:59:COM19 DeviceEnable():Generic failure
2023-07-01 14:36:59:rgb data send:get RGB value

2023-07-01 14:36:59:rgb data rev:get RGB value

2023-07-01 14:36:59:r=196, g=16,b=24,COM=COM19
2023-07-01 14:37:20:COM19 DeviceDisable():Generic failure
2023-07-01 14:37:20:COM19 DeviceEnable():Generic failure
2023-07-01 14:37:20:rgb data send:get RGB value

2023-07-01 14:37:20:rgb data rev:get RGB value

2023-07-01 14:37:20:r=196, g=16,b=24,COM=COM19

+ 283
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/Logs/20230703.txt View File

@@ -0,0 +1,283 @@
2023-07-03 08:43:43:COM49 DeviceDisable():Generic failure
2023-07-03 08:43:43:COM49 DeviceEnable():Generic failure
2023-07-03 08:43:43:rgb data send:get RGB value

2023-07-03 08:43:44:rgb data rev:get RGB value

2023-07-03 08:43:44:r=29, g=31,b=28,COM=COM49
2023-07-03 08:43:44:COM52 DeviceDisable():Generic failure
2023-07-03 08:43:44:COM52 DeviceEnable():Generic failure
2023-07-03 08:43:44:rgb data send:get RGB value

2023-07-03 08:43:44:rgb data rev:get RGB value

2023-07-03 08:43:44:r=7, g=23,b=8,COM=COM52
2023-07-03 08:43:44:COM19 DeviceDisable():Generic failure
2023-07-03 08:43:44:COM19 DeviceEnable():Generic failure
2023-07-03 08:43:44:rgb data send:get RGB value

2023-07-03 08:43:45:rgb data rev:get RGB value

2023-07-03 08:43:45:r=0, g=0,b=0,COM=COM19
2023-07-03 08:43:45:COM54 DeviceDisable():Generic failure
2023-07-03 08:43:45:COM54 DeviceEnable():Generic failure
2023-07-03 08:43:50:rgb data send:get RGB value

2023-07-03 08:43:59:COM54 DeviceDisable():Generic failure
2023-07-03 08:43:59:COM54 DeviceEnable():Generic failure
2023-07-03 08:43:59:COM54 DeviceDisable():Generic failure
2023-07-03 08:43:59:COM54 DeviceEnable():Generic failure
2023-07-03 08:44:04:ReadLine ex ==System.TimeoutException: The operation has timed out.
at System.IO.Ports.SerialStream.Read(Byte[] array, Int32 offset, Int32 count, Int32 timeout)
at System.IO.Ports.SerialStream.Read(Byte[] array, Int32 offset, Int32 count)
at System.IO.Ports.SerialPort.InternalRead(Char[] buffer, Int32 offset, Int32 count, Int32 timeout, Boolean countMultiByteCharsAsOne)
at System.IO.Ports.SerialPort.ReadTo(String value)
at System.IO.Ports.SerialPort.ReadLine()
at QTInterface.TCS.ReadRGB(Int32 timeout) in d:\SRC\EurekaQT\QTInterface\TCS.cs:line 116
2023-07-03 08:44:04:rgb data send:get RGB value

2023-07-03 08:44:14:COM54 DeviceDisable():Generic failure
2023-07-03 08:44:14:COM54 DeviceEnable():Generic failure
2023-07-03 08:44:14:COM54 DeviceDisable():Generic failure
2023-07-03 08:44:14:COM54 DeviceEnable():Generic failure
2023-07-03 08:44:16:COM49 DeviceDisable():Generic failure
2023-07-03 08:44:16:COM49 DeviceEnable():Generic failure
2023-07-03 08:44:16:rgb port open Exception:Access to the port 'COM49' is denied.
2023-07-03 08:44:16:rgb port open Exception:Access to the port 'COM49' is denied.
2023-07-03 08:44:16:COM52 DeviceDisable():Generic failure
2023-07-03 08:44:16:COM52 DeviceEnable():Generic failure
2023-07-03 08:44:16:rgb port open Exception:Access to the port 'COM52' is denied.
2023-07-03 08:44:16:rgb port open Exception:Access to the port 'COM52' is denied.
2023-07-03 08:44:16:COM19 DeviceDisable():Generic failure
2023-07-03 08:44:16:COM19 DeviceEnable():Generic failure
2023-07-03 08:44:16:rgb port open Exception:Access to the port 'COM19' is denied.
2023-07-03 08:44:16:rgb port open Exception:Access to the port 'COM19' is denied.
2023-07-03 08:44:16:COM54 DeviceDisable():Generic failure
2023-07-03 08:44:16:COM54 DeviceEnable():Generic failure
2023-07-03 08:44:16:rgb port open Exception:Access to the port 'COM54' is denied.
2023-07-03 08:44:16:rgb port open Exception:Access to the port 'COM54' is denied.
2023-07-03 08:44:17:COM49 DeviceDisable():Generic failure
2023-07-03 08:44:17:COM49 DeviceEnable():Generic failure
2023-07-03 08:44:17:rgb port open Exception:Access to the port 'COM49' is denied.
2023-07-03 08:44:17:rgb port open Exception:Access to the port 'COM49' is denied.
2023-07-03 08:44:17:left_display_tcs 端口:COM49打开失败
2023-07-03 08:44:17:COM52 DeviceDisable():Generic failure
2023-07-03 08:44:17:COM52 DeviceEnable():Generic failure
2023-07-03 08:44:17:rgb port open Exception:Access to the port 'COM52' is denied.
2023-07-03 08:44:17:rgb port open Exception:Access to the port 'COM52' is denied.
2023-07-03 08:44:17:right_display_tcs 端口:COM52打开失败
2023-07-03 08:44:17:COM19 DeviceDisable():Generic failure
2023-07-03 08:44:17:COM19 DeviceEnable():Generic failure
2023-07-03 08:44:17:rgb port open Exception:Access to the port 'COM19' is denied.
2023-07-03 08:44:17:rgb port open Exception:Access to the port 'COM19' is denied.
2023-07-03 08:44:17:power_led_tcs 端口:COM19打开失败
2023-07-03 08:44:19:ReadLine ex ==System.TimeoutException: The operation has timed out.
at System.IO.Ports.SerialStream.Read(Byte[] array, Int32 offset, Int32 count, Int32 timeout)
at System.IO.Ports.SerialStream.Read(Byte[] array, Int32 offset, Int32 count)
at System.IO.Ports.SerialPort.InternalRead(Char[] buffer, Int32 offset, Int32 count, Int32 timeout, Boolean countMultiByteCharsAsOne)
at System.IO.Ports.SerialPort.ReadTo(String value)
at System.IO.Ports.SerialPort.ReadLine()
at QTInterface.TCS.ReadRGB(Int32 timeout) in d:\SRC\EurekaQT\QTInterface\TCS.cs:line 116
2023-07-03 08:44:19:rgb data send:get RGB value

2023-07-03 08:44:25:PowerOutTestrun timeout
2023-07-03 08:44:25:IOboard COM50 WriteDO :7 成功
2023-07-03 08:44:26:IOboard COM50 WriteDO :6 成功
2023-07-03 08:44:28:COM54 DeviceDisable():Generic failure
2023-07-03 08:44:28:COM54 DeviceEnable():Generic failure
2023-07-03 08:44:28:COM54 DeviceDisable():Generic failure
2023-07-03 08:44:28:COM54 DeviceEnable():Generic failure
2023-07-03 08:44:28:停止灰卡电机
2023-07-03 08:44:29:停止门电机
2023-07-03 08:44:29:停止耳机电机
2023-07-03 08:44:29:停止IPD电机
2023-07-03 08:44:29:停止灰卡电机
2023-07-03 08:44:29:停止门电机
2023-07-03 08:44:29:停止耳机电机
2023-07-03 08:44:29:停止IPD电机
2023-07-03 08:44:33:ReadLine ex ==System.TimeoutException: The operation has timed out.
at System.IO.Ports.SerialStream.Read(Byte[] array, Int32 offset, Int32 count, Int32 timeout)
at System.IO.Ports.SerialStream.Read(Byte[] array, Int32 offset, Int32 count)
at System.IO.Ports.SerialPort.InternalRead(Char[] buffer, Int32 offset, Int32 count, Int32 timeout, Boolean countMultiByteCharsAsOne)
at System.IO.Ports.SerialPort.ReadTo(String value)
at System.IO.Ports.SerialPort.ReadLine()
at QTInterface.TCS.ReadRGB(Int32 timeout) in d:\SRC\EurekaQT\QTInterface\TCS.cs:line 116
2023-07-03 08:44:33:ReadRGB timeout
2023-07-03 08:44:33:Serials port did not open!
2023-07-03 08:44:33:Serials port did not open!
2023-07-03 08:44:33:m_IoBoard 端口:COM47打开失败
2023-07-03 08:44:35:qt init fail#############
2023-07-03 08:44:38:IOboard COM50 WriteDO :3 成功
2023-07-03 08:44:52:IOboard COM47 WriteDO :10 成功
2023-07-03 08:45:00:IOboard COM50 WriteDO :1 成功
2023-07-03 08:46:53:IOboard COM47 WriteDO :13 成功
2023-07-03 08:46:56:IOboard COM47 WriteDO :13 成功
2023-07-03 08:46:58:IOboard COM47 WriteDO :12 成功
2023-07-03 08:47:01:IOboard COM47 WriteDO :12 成功
2023-07-03 08:47:02:IOboard COM47 WriteDO :12 成功
2023-07-03 08:49:03:停止灰卡电机
2023-07-03 08:49:04:停止门电机
2023-07-03 08:49:04:停止耳机电机
2023-07-03 08:49:04:停止IPD电机
2023-07-03 08:49:04:停止灰卡电机
2023-07-03 08:49:04:停止门电机
2023-07-03 08:49:04:停止耳机电机
2023-07-03 08:49:05:停止IPD电机
2023-07-03 08:49:42:停止灰卡电机
2023-07-03 08:49:42:停止门电机
2023-07-03 08:49:42:停止耳机电机
2023-07-03 08:49:42:停止IPD电机
2023-07-03 08:49:43:停止灰卡电机
2023-07-03 08:49:43:停止门电机
2023-07-03 08:49:43:停止耳机电机
2023-07-03 08:49:43:停止IPD电机
2023-07-03 08:49:45:停止灰卡电机
2023-07-03 08:49:45:停止门电机
2023-07-03 08:49:45:停止耳机电机
2023-07-03 08:49:45:停止IPD电机
2023-07-03 08:49:46:停止灰卡电机
2023-07-03 08:49:46:停止门电机
2023-07-03 08:49:46:停止耳机电机
2023-07-03 08:49:46:停止IPD电机
2023-07-03 08:50:10:IOboard COM47 WriteDO :11 成功
2023-07-03 08:50:12:IOboard COM47 WriteDO :11 成功
2023-07-03 08:50:17:Reset Start
2023-07-03 08:50:17:IOboard COM47 WriteDO :10 成功
2023-07-03 08:50:17:IOboard COM47 WriteDO :11 成功
2023-07-03 08:50:18:IOboard COM47 WriteDO :12 成功
2023-07-03 08:50:18:IOboard COM47 WriteDO :13 成功
2023-07-03 08:50:18:IOboard COM50 WriteDO :1 成功
2023-07-03 08:50:19:IOboard COM50 WriteDO :3 成功
2023-07-03 08:50:19:IOboard COM50 WriteDO :5 成功
2023-07-03 08:50:19:IOboard COM50 WriteDO :10 成功
2023-07-03 08:50:19:IOboard COM50 WriteDO :8 成功
2023-07-03 08:50:20:IOboard COM50 WriteDO :9 成功
2023-07-03 08:50:21:PowerOutTestrun timeout
2023-07-03 08:50:21:IOboard COM50 WriteDO :6 成功
2023-07-03 08:50:21:IOboard COM50 WriteDO :7 成功
2023-07-03 08:50:21:IOboard COM50 WriteDO :2 成功
2023-07-03 08:50:21:Reset 灰卡!
2023-07-03 08:50:21:Reset 耳机!
2023-07-03 08:50:21:Reset 开门!
2023-07-03 08:50:21:AudioMotor(): SetMoonsPosition
2023-07-03 08:50:21:AudioMotor():check---True AudioMotor_Home()
2023-07-03 08:50:24:IOboard COM50 WriteDO :2 成功
2023-07-03 08:50:25:AudioMotor(): result:True
2023-07-03 08:50:27:IOboard COM50 WriteDO :2 成功
2023-07-03 08:50:28:停止灰卡电机
2023-07-03 08:50:29:停止门电机
2023-07-03 08:50:29:停止耳机电机
2023-07-03 08:50:29:停止IPD电机
2023-07-03 08:50:29:停止灰卡电机
2023-07-03 08:50:29:停止门电机
2023-07-03 08:50:29:停止耳机电机
2023-07-03 08:50:29:停止IPD电机
2023-07-03 08:50:30:停止灰卡电机
2023-07-03 08:50:30:IOboard COM50 WriteDO :11 成功
2023-07-03 08:50:30:停止门电机
2023-07-03 08:50:30:停止耳机电机
2023-07-03 08:50:30:停止IPD电机
2023-07-03 09:41:42:COM49 DeviceDisable():Generic failure
2023-07-03 09:41:42:COM49 DeviceEnable():Generic failure
2023-07-03 09:41:42:rgb data send:get RGB value

2023-07-03 09:41:43:rgb data rev:get RGB value

2023-07-03 09:41:43:r=13, g=17,b=15,COM=COM49
2023-07-03 09:41:43:COM52 DeviceDisable():Generic failure
2023-07-03 09:41:43:COM52 DeviceEnable():Generic failure
2023-07-03 09:41:43:rgb data send:get RGB value

2023-07-03 09:41:43:rgb data rev:get RGB value

2023-07-03 09:41:43:r=12, g=18,b=15,COM=COM52
2023-07-03 09:41:43:COM19 DeviceDisable():Generic failure
2023-07-03 09:41:43:COM19 DeviceEnable():Generic failure
2023-07-03 09:41:43:rgb data send:get RGB value

2023-07-03 09:41:44:rgb data rev:get RGB value

2023-07-03 09:41:44:r=0, g=0,b=0,COM=COM19
2023-07-03 09:41:44:COM54 DeviceDisable():Generic failure
2023-07-03 09:41:44:COM54 DeviceEnable():Generic failure
2023-07-03 09:41:44:rgb port open Exception:The port 'COM54' does not exist.
2023-07-03 09:41:44:rgb port open Exception:The port 'COM54' does not exist.
2023-07-03 09:41:44:COM49 DeviceDisable():Generic failure
2023-07-03 09:41:44:COM49 DeviceEnable():Generic failure
2023-07-03 09:41:45:COM52 DeviceDisable():Generic failure
2023-07-03 09:41:45:COM52 DeviceEnable():Generic failure
2023-07-03 09:41:45:COM19 DeviceDisable():Generic failure
2023-07-03 09:41:45:COM19 DeviceEnable():Generic failure
2023-07-03 09:41:47:Reset Start
2023-07-03 09:41:48:IOboard COM47 WriteDO :10 成功
2023-07-03 09:41:48:IOboard COM47 WriteDO :11 成功
2023-07-03 09:41:49:IOboard COM47 WriteDO :12 成功
2023-07-03 09:41:49:IOboard COM47 WriteDO :13 成功
2023-07-03 09:41:49:IOboard COM50 WriteDO :1 成功
2023-07-03 09:41:49:IOboard COM50 WriteDO :3 成功
2023-07-03 09:41:49:IOboard COM50 WriteDO :5 成功
2023-07-03 09:41:50:IOboard COM50 WriteDO :10 成功
2023-07-03 09:41:50:IOboard COM50 WriteDO :8 成功
2023-07-03 09:41:50:IOboard COM50 WriteDO :9 成功
2023-07-03 09:41:51:PowerOutTestrun timeout
2023-07-03 09:41:51:IOboard COM50 WriteDO :6 成功
2023-07-03 09:41:51:IOboard COM50 WriteDO :7 成功
2023-07-03 09:41:51:IOboard COM50 WriteDO :2 成功
2023-07-03 09:41:51:Reset 灰卡!
2023-07-03 09:41:51:Reset 耳机!
2023-07-03 09:41:51:Reset 开门!
2023-07-03 09:41:52:AudioMotor(): SetMoonsPosition
2023-07-03 09:41:52:AudioMotor():check---True AudioMotor_Home()
2023-07-03 09:41:53:AudioMotor(): result:True
2023-07-03 09:41:54:IOboard COM50 WriteDO :2 成功
2023-07-03 09:41:57:IOboard COM50 WriteDO :2 成功
2023-07-03 09:42:00:IOboard COM50 WriteDO :11 成功
2023-07-03 09:42:06:COM49 DeviceDisable():Generic failure
2023-07-03 09:42:06:COM49 DeviceEnable():Generic failure
2023-07-03 09:42:06:rgb data send:get RGB value

2023-07-03 09:42:06:rgb data rev:get RGB value

2023-07-03 09:42:06:r=6, g=7,b=6,COM=COM49
2023-07-03 09:42:07:COM52 DeviceDisable():Generic failure
2023-07-03 09:42:07:COM52 DeviceEnable():Generic failure
2023-07-03 09:42:07:rgb data send:get RGB value

2023-07-03 09:42:07:rgb data rev:get RGB value

2023-07-03 09:42:07:r=7, g=10,b=8,COM=COM52
2023-07-03 09:42:08:COM54 DeviceDisable():Generic failure
2023-07-03 09:42:08:COM54 DeviceEnable():Generic failure
2023-07-03 09:42:08:rgb port open Exception:The port 'COM54' does not exist.
2023-07-03 09:42:08:rgb port open Exception:The port 'COM54' does not exist.
2023-07-03 09:42:08:COM54 DeviceDisable():Generic failure
2023-07-03 09:42:09:COM54 DeviceEnable():Generic failure
2023-07-03 09:42:09:rgb port open Exception:The port 'COM54' does not exist.
2023-07-03 09:42:09:rgb port open Exception:The port 'COM54' does not exist.
2023-07-03 09:42:09:COM19 DeviceDisable():Generic failure
2023-07-03 09:42:09:COM19 DeviceEnable():Generic failure
2023-07-03 09:42:09:rgb data send:get RGB value

2023-07-03 09:42:10:rgb data rev:get RGB value

2023-07-03 09:42:10:r=0, g=0,b=0,COM=COM19
2023-07-03 09:42:11:COM54 DeviceDisable():Generic failure
2023-07-03 09:42:11:COM54 DeviceEnable():Generic failure
2023-07-03 09:42:11:rgb port open Exception:The port 'COM54' does not exist.
2023-07-03 09:42:11:rgb port open Exception:The port 'COM54' does not exist.
2023-07-03 09:42:11:COM54 DeviceDisable():Generic failure
2023-07-03 09:42:11:COM54 DeviceEnable():Generic failure
2023-07-03 09:42:11:rgb port open Exception:The port 'COM54' does not exist.
2023-07-03 09:42:11:rgb port open Exception:The port 'COM54' does not exist.
2023-07-03 09:42:38:停止灰卡电机
2023-07-03 09:42:38:停止门电机
2023-07-03 09:42:38:停止耳机电机
2023-07-03 09:42:38:停止IPD电机
2023-07-03 09:42:39:停止灰卡电机
2023-07-03 09:42:39:停止门电机
2023-07-03 09:42:39:停止耳机电机
2023-07-03 09:42:39:停止IPD电机
2023-07-03 09:42:39:停止灰卡电机
2023-07-03 09:42:40:停止门电机
2023-07-03 09:42:40:停止耳机电机
2023-07-03 09:42:40:停止IPD电机

+ 34
- 0
EurekaQT_V2.0.1.6/EurekaQT_V2.0.1.6/EurekaQT/EurekaQT/bin/Debug/Logs/20230704.txt View File

@@ -0,0 +1,34 @@
2023-07-04 09:23:31:COM49 DeviceDisable():Generic failure
2023-07-04 09:23:31:COM49 DeviceEnable():Generic failure
2023-07-04 09:23:31:rgb data send:get RGB value

2023-07-04 09:23:31:rgb data rev:get RGB value

2023-07-04 09:23:31:r=0, g=0,b=0,COM=COM49
2023-07-04 09:23:31:COM52 DeviceDisable():Generic failure
2023-07-04 09:23:31:COM52 DeviceEnable():Generic failure
2023-07-04 09:23:31:rgb data send:get RGB value

2023-07-04 09:23:32:rgb data rev:get RGB value

2023-07-04 09:23:32:r=0, g=0,b=0,COM=COM52
2023-07-04 09:23:32:COM19 DeviceDisable():Generic failure
2023-07-04 09:23:32:COM19 DeviceEnable():Generic failure
2023-07-04 09:23:32:rgb data send:get RGB value

2023-07-04 09:23:33:rgb data rev:get RGB value

2023-07-04 09:23:33:r=0, g=1,b=0,COM=COM19
2023-07-04 09:23:33:COM54 DeviceDisable():Generic failure
2023-07-04 09:23:33:COM54 DeviceEnable():Generic failure
2023-07-04 09:23:33:rgb data send:get RGB value

2023-07-04 09:23:34:rgb data rev:get RGB value

2023-07-04 09:23:34:r=1, g=2,b=2,COM=COM54
2023-07-04 09:23:35:COM49 DeviceDisable():Generic failure
2023-07-04 09:23:35:COM49 DeviceEnable():Generic failure
2023-07-04 09:23:36:COM52 DeviceDisable():Generic failure
2023-07-04 09:23:36:COM52 DeviceEnable():Generic failure
2023-07-04 09:23:36:COM19 DeviceDisable():Generic failure
2023-07-04 09:23:36:COM19 DeviceEnable():Generic failure

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save