From a15d996584733d60d0adddcd791f029d608c4fae Mon Sep 17 00:00:00 2001 From: wanshenmean <cathay_xy@163.com> Date: 星期日, 03 十一月 2024 09:57:56 +0800 Subject: [PATCH] 2222 --- .gitignore | 94 ++++ Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs | 291 ++++++++----- Code Management/WCS/WIDESEAWCS_Client/src/extension/quartzJob/deviceInfo.js | 45 + Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/RequestTaskDto.cs | 22 - Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MOM/CellState/CellStateService.cs | 7 Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs | 15 Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs | 65 ++ Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/ProcessParameters/Dt_EquipmentProcess.cs | 16 Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Basic/RequestTaskDto.cs | 28 - Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs | 2 Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/StackerCraneJob/CommonStackerCraneJob.cs | 7 Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResultTrayCellsStatus.cs | 55 ++ Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeRunDto.cs | 130 ++++++ /dev/null | 114 ----- Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/CommonConveyorLineJob.cs | 175 +++++++- Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Integration/ProcessApplyController.cs | 4 Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Location/LocationInfoService.cs | 4 Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStorageTaskService/Task/IDt_TaskService.cs | 7 Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/MOM/ResponeRunDto.cs | 133 ++++++ Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MOM/ProcessApply/ProcessApplyService.cs | 5 Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Integration/CellStateController.cs | 2 Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/Dt_EquipmentProcess.cs | 16 22 files changed, 887 insertions(+), 350 deletions(-) diff --git a/.gitignore b/.gitignore index f253c11..5a7fc15 100644 --- a/.gitignore +++ b/.gitignore @@ -868,3 +868,97 @@ /Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/obj/project.assets.json /Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/obj/project.nuget.cache /Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/obj/WIDESEA_StoragIntegrationServices.csproj.nuget.dgspec.json +/Code Management/WCS/WIDESEAWCS_Server/.vs/ProjectEvaluation/wideseawcs_server.metadata.v9.bin +/Code Management/WCS/WIDESEAWCS_Server/.vs/ProjectEvaluation/wideseawcs_server.projects.v9.bin +/Code Management/WCS/WIDESEAWCS_Server/.vs/ProjectEvaluation/wideseawcs_server.strings.v9.bin +/Code Management/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/DesignTimeBuild/.dtbcache.v2 +/Code Management/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/v17/.futdcache.v2 +/Code Management/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/v17/.suo +/Code Management/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/v17/DocumentLayout.backup.json +/Code Management/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/v17/DocumentLayout.json +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.AssemblyInfo.cs +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.AssemblyInfoInputs.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.csproj.AssemblyReference.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/obj/Debug/net6.0/WIDESEAWCS_BasicInfoService.AssemblyInfo.cs +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/obj/Debug/net6.0/WIDESEAWCS_BasicInfoService.AssemblyInfoInputs.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/obj/Debug/net6.0/WIDESEAWCS_BasicInfoService.csproj.AssemblyReference.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/obj/Debug/net6.0/WIDESEAWCS_Common.AssemblyInfo.cs +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/obj/Debug/net6.0/WIDESEAWCS_Common.AssemblyInfoInputs.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Communicator/obj/Debug/net6.0/WIDESEAWCS_Communicator.AssemblyInfo.cs +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Communicator/obj/Debug/net6.0/WIDESEAWCS_Communicator.AssemblyInfoInputs.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/obj/Debug/net6.0/WIDESEAWCS_Core.AssemblyInfo.cs +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/obj/Debug/net6.0/WIDESEAWCS_Core.AssemblyInfoInputs.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/obj/Debug/net6.0/WIDESEAWCS_DTO.AssemblyInfo.cs +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/obj/Debug/net6.0/WIDESEAWCS_DTO.AssemblyInfoInputs.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/obj/Debug/net6.0/WIDESEAWCS_DTO.csproj.AssemblyReference.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/obj/Debug/net6.0/WIDESEAWCS_DTO.csproj.CoreCompileInputs.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.AssemblyInfo.cs +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.AssemblyInfoInputs.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.csproj.AssemblyReference.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoService.AssemblyInfo.cs +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoService.AssemblyInfoInputs.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoService.csproj.AssemblyReference.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/obj/Debug/net6.0/WIDESEAWCS_ISystemRepository.AssemblyInfo.cs +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/obj/Debug/net6.0/WIDESEAWCS_ISystemRepository.AssemblyInfoInputs.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/obj/Debug/net6.0/WIDESEAWCS_ISystemRepository.csproj.AssemblyReference.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/obj/Debug/net6.0/WIDESEAWCS_ISystemServices.AssemblyInfo.cs +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/obj/Debug/net6.0/WIDESEAWCS_ISystemServices.AssemblyInfoInputs.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/obj/Debug/net6.0/WIDESEAWCS_ISystemServices.csproj.AssemblyReference.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.AssemblyInfo.cs +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.AssemblyInfoInputs.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.csproj.AssemblyReference.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoService.AssemblyInfo.cs +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoService.AssemblyInfoInputs.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoService.csproj.AssemblyReference.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/obj/Debug/net6.0/WIDESEAWCS_Model.AssemblyInfo.cs +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/obj/Debug/net6.0/WIDESEAWCS_Model.AssemblyInfoInputs.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessParameters/obj/Debug/net6.0/WIDESEAWCS_IProcessRepository.AssemblyInfo.cs +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessParameters/obj/Debug/net6.0/WIDESEAWCS_IProcessRepository.AssemblyInfoInputs.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessParameters/obj/Debug/net6.0/WIDESEAWCS_IProcessRepository.csproj.AssemblyReference.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessRepository/obj/Debug/net6.0/WIDESEAWCS_ProcessRepository.AssemblyInfo.cs +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessRepository/obj/Debug/net6.0/WIDESEAWCS_ProcessRepository.AssemblyInfoInputs.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessRepository/obj/Debug/net6.0/WIDESEAWCS_ProcessRepository.csproj.AssemblyReference.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/obj/Debug/net6.0/WIDESEAWCS_QuartzJob.AssemblyInfo.cs +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/obj/Debug/net6.0/WIDESEAWCS_QuartzJob.AssemblyInfoInputs.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/Log_PLCReadWrite/杈撻�佺嚎/Logs_20241101093806.txt +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/Log_PLCReadWrite/闄堝寲1鍙峰爢鍨涙満/Logs_20241030164506.txt +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/Log_PLCReadWrite/闄堝寲杈撻�佺嚎/Logs_20241102145422.txt +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_Server.exe +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/apphost.exe +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/WIDESEAWCS_Server.AssemblyInfo.cs +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/WIDESEAWCS_Server.AssemblyInfoInputs.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/WIDESEAWCS_Server.csproj.AssemblyReference.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/obj/Debug/net6.0/WIDESEAWCS_SystemRepository.AssemblyInfo.cs +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/obj/Debug/net6.0/WIDESEAWCS_SystemRepository.AssemblyInfoInputs.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/obj/Debug/net6.0/WIDESEAWCS_SystemRepository.csproj.AssemblyReference.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/obj/Debug/net6.0/WIDESEAWCS_SystemServices.AssemblyInfo.cs +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/obj/Debug/net6.0/WIDESEAWCS_SystemServices.AssemblyInfoInputs.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/obj/Debug/net6.0/WIDESEAWCS_SystemServices.csproj.AssemblyReference.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.AssemblyInfo.cs +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.AssemblyInfoInputs.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.csproj.AssemblyReference.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/WIDESEAWCS_TaskInfoService.AssemblyInfo.cs +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/WIDESEAWCS_TaskInfoService.AssemblyInfoInputs.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/WIDESEAWCS_TaskInfoService.assets.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/WIDESEAWCS_TaskInfoService.csproj.AssemblyReference.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/WIDESEAWCS_TaskInfoService.GeneratedMSBuildEditorConfig.editorconfig +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/Debug/net6.0/WIDESEAWCS_Tasks.AssemblyInfo.cs +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/Debug/net6.0/WIDESEAWCS_Tasks.AssemblyInfoInputs.cache +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/Debug/net6.0/WIDESEAWCS_Tasks.csproj.AssemblyReference.cache +/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/obj/Debug/net6.0/WIDESEA_IStoragIntegrationServices.AssemblyInfo.cs +/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/obj/Debug/net6.0/WIDESEA_IStoragIntegrationServices.AssemblyInfoInputs.cache +/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/obj/Debug/net6.0/WIDESEA_IStoragIntegrationServices.csproj.AssemblyReference.cache +/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/obj/Debug/net6.0/WIDESEA_IStoragIntegrationServices.csproj.CoreCompileInputs.cache +/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/obj/Debug/net6.0/WIDESEA_IStoragIntegrationServices.AssemblyInfo.cs +/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/obj/Debug/net6.0/WIDESEA_IStoragIntegrationServices.AssemblyInfoInputs.cache +/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/obj/Debug/net6.0/WIDESEA_IStoragIntegrationServices.csproj.AssemblyReference.cache +/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/obj/Debug/net6.0/WIDESEA_IStoragIntegrationServices.csproj.CoreCompileInputs.cache +/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/bin/Debug/net6.0/WIDESEA_StoragIntegrationServices.deps.json +/Code Management/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/fileList.bin +/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/obj/Debug/net6.0/WIDESEA_StoragIntegrationServices.AssemblyInfo.cs +/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/obj/Debug/net6.0/WIDESEA_StoragIntegrationServices.AssemblyInfoInputs.cache +/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/obj/Debug/net6.0/WIDESEA_StoragIntegrationServices.csproj.AssemblyReference.cache +/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/obj/Debug/net6.0/WIDESEA_StoragIntegrationServices.csproj.CoreCompileInputs.cache +/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/obj/Debug/net6.0/WIDESEA_StoragIntegrationServices.csproj.FileListAbsolute.txt +/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/bin/Debug/net6.0/WIDESEA_WMSServer.xml +/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/obj/Debug/net6.0/WIDESEA_WMSServer.xml diff --git a/Code Management/WCS/WIDESEAWCS_Client/src/extension/quartzJob/deviceInfo.js b/Code Management/WCS/WIDESEAWCS_Client/src/extension/quartzJob/deviceInfo.js index ca16186..e700d90 100644 --- a/Code Management/WCS/WIDESEAWCS_Client/src/extension/quartzJob/deviceInfo.js +++ b/Code Management/WCS/WIDESEAWCS_Client/src/extension/quartzJob/deviceInfo.js @@ -1,29 +1,39 @@ - -import gridBody from './extend/importDevicePro.vue' +import gridBody from "./extend/importDevicePro.vue"; let extension = { components: { //鏌ヨ鐣岄潰鎵╁睍缁勪欢 - gridHeader: '', + gridHeader: "", gridBody: gridBody, - gridFooter: '', + gridFooter: "", //鏂板缓銆佺紪杈戝脊鍑烘鎵╁睍缁勪欢 - modelHeader: '', - modelBody: '', - modelFooter: '' + modelHeader: "", + modelBody: "", + modelFooter: "", }, - tableAction: '', //鎸囧畾鏌愬紶琛ㄧ殑鏉冮檺(杩欓噷濉啓琛ㄥ悕,榛樿涓嶇敤濉啓) + tableAction: "", //鎸囧畾鏌愬紶琛ㄧ殑鏉冮檺(杩欓噷濉啓琛ㄥ悕,榛樿涓嶇敤濉啓) buttons: { view: [], box: [], detail: [] }, //鎵╁睍鐨勬寜閽� methods: { //涓嬮潰杩欎簺鏂规硶鍙互淇濈暀涔熷彲浠ュ垹闄� onInit() { // console.log(this.detailOptions.buttons); // console.log(this.$refs.detail) - var detailImport = this.detailOptions.buttons.find(item=>item.value == 'import'); - if(detailImport){ + var detailImport = this.detailOptions.buttons.find( + (item) => item.value == "import" + ); + if (detailImport) { detailImport.onClick = function () { this.$refs.gridBody.open(); - } + }; } + this.buttons.unshift({ + //涔熷彲浠ョ敤push鎴栬�卻plice鏂规硶鏉ヤ慨鏀筨uttons鏁扮粍 + name: "寮�鍚湇鍔�", //鎸夐挳鍚嶇О + icon: "el-icon-document", //鎸夐挳鍥炬爣vue2鐗堟湰瑙乮view鏂囨。icon锛寁ue3鐗堟湰瑙乪lement ui鏂囨。icon(娉ㄦ剰涓嶆槸element puls鏂囨。) + type: "primary", //鎸夐挳鏍峰紡vue2鐗堟湰瑙乮view鏂囨。button锛寁ue3鐗堟湰瑙乪lement ui鏂囨。button + onClick: function () { + this.$Message.success("鐐瑰嚮浜嗘寜閽�"); + }, + }); }, onInited() { //妗嗘灦鍒濆鍖栭厤缃悗 @@ -64,15 +74,14 @@ //console.log(this.$refs) this.$nextTick(() => { if (this.$refs.upload_excel) { - alert('鐐瑰嚮浜嗕笂浼犳寜閽�') + alert("鐐瑰嚮浜嗕笂浼犳寜閽�"); this.$refs.upload_excel.upload = function () { - console.log('鐐瑰嚮浜嗕笂浼犳寜閽�') - } + console.log("鐐瑰嚮浜嗕笂浼犳寜閽�"); + }; } // alert(1) - }) - - } - } + }); + }, + }, }; export default extension; diff --git a/Code Management/WCS/WIDESEAWCS_Server/.vs/ProjectEvaluation/wideseawcs_server.metadata.v9.bin b/Code Management/WCS/WIDESEAWCS_Server/.vs/ProjectEvaluation/wideseawcs_server.metadata.v9.bin deleted file mode 100644 index 0712fdf..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/.vs/ProjectEvaluation/wideseawcs_server.metadata.v9.bin +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/.vs/ProjectEvaluation/wideseawcs_server.projects.v9.bin b/Code Management/WCS/WIDESEAWCS_Server/.vs/ProjectEvaluation/wideseawcs_server.projects.v9.bin deleted file mode 100644 index 44fd5ca..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/.vs/ProjectEvaluation/wideseawcs_server.projects.v9.bin +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/.vs/ProjectEvaluation/wideseawcs_server.strings.v9.bin b/Code Management/WCS/WIDESEAWCS_Server/.vs/ProjectEvaluation/wideseawcs_server.strings.v9.bin deleted file mode 100644 index 81b72f2..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/.vs/ProjectEvaluation/wideseawcs_server.strings.v9.bin +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/DesignTimeBuild/.dtbcache.v2 b/Code Management/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/DesignTimeBuild/.dtbcache.v2 deleted file mode 100644 index 90a63d5..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/DesignTimeBuild/.dtbcache.v2 +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/v17/.futdcache.v2 b/Code Management/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/v17/.futdcache.v2 deleted file mode 100644 index fd7f056..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/v17/.futdcache.v2 +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/v17/.suo b/Code Management/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/v17/.suo deleted file mode 100644 index 5678f1f..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/v17/.suo +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/v17/DocumentLayout.backup.json b/Code Management/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/v17/DocumentLayout.backup.json deleted file mode 100644 index 78d8a96..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/v17/DocumentLayout.backup.json +++ /dev/null @@ -1,187 +0,0 @@ -{ - "Version": 1, - "WorkspaceRootPath": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\", - "Documents": [ - { - "AbsoluteMoniker": "D:0:0:{294E4915-0241-4C8C-BA99-7588B945863A}|WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj|d:\\git\\baibuliku\\code management\\wcs\\wideseawcs_server\\wideseawcs_tasks\\conveyorlinejob\\commonconveyorlinejob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{294E4915-0241-4C8C-BA99-7588B945863A}|WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj|solutionrelative:wideseawcs_tasks\\conveyorlinejob\\commonconveyorlinejob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{83F18A31-5983-4587-A0B2-414BF70E50B5}|WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj|d:\\git\\baibuliku\\code management\\wcs\\wideseawcs_server\\wideseawcs_taskinfoservice\\taskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{83F18A31-5983-4587-A0B2-414BF70E50B5}|WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj|solutionrelative:wideseawcs_taskinfoservice\\taskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|d:\\git\\baibuliku\\code management\\wcs\\wideseawcs_server\\wideseawcs_common\\taskenum\\tasktypeenum.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|solutionrelative:wideseawcs_common\\taskenum\\tasktypeenum.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{294E4915-0241-4C8C-BA99-7588B945863A}|WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj|d:\\git\\baibuliku\\code management\\wcs\\wideseawcs_server\\wideseawcs_tasks\\stackercranejob\\commonstackercranejob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{294E4915-0241-4C8C-BA99-7588B945863A}|WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj|solutionrelative:wideseawcs_tasks\\stackercranejob\\commonstackercranejob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{6236BFFF-173D-44A8-9FC3-7C001EA30347}|WIDESEAWCS_QuartzJob\\WIDESEAWCS_QuartzJob.csproj|d:\\git\\baibuliku\\code management\\wcs\\wideseawcs_server\\wideseawcs_quartzjob\\service\\routerservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{6236BFFF-173D-44A8-9FC3-7C001EA30347}|WIDESEAWCS_QuartzJob\\WIDESEAWCS_QuartzJob.csproj|solutionrelative:wideseawcs_quartzjob\\service\\routerservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{6236BFFF-173D-44A8-9FC3-7C001EA30347}|WIDESEAWCS_QuartzJob\\WIDESEAWCS_QuartzJob.csproj|d:\\git\\baibuliku\\code management\\wcs\\wideseawcs_server\\wideseawcs_quartzjob\\conveyorline\\commonconveyorline.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{6236BFFF-173D-44A8-9FC3-7C001EA30347}|WIDESEAWCS_QuartzJob\\WIDESEAWCS_QuartzJob.csproj|solutionrelative:wideseawcs_quartzjob\\conveyorline\\commonconveyorline.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{6236BFFF-173D-44A8-9FC3-7C001EA30347}|WIDESEAWCS_QuartzJob\\WIDESEAWCS_QuartzJob.csproj|d:\\git\\baibuliku\\code management\\wcs\\wideseawcs_server\\wideseawcs_quartzjob\\conveyorline\\enum\\conveyorlinestatus.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{6236BFFF-173D-44A8-9FC3-7C001EA30347}|WIDESEAWCS_QuartzJob\\WIDESEAWCS_QuartzJob.csproj|solutionrelative:wideseawcs_quartzjob\\conveyorline\\enum\\conveyorlinestatus.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{7279A2AE-8D1F-4E66-A73A-01AF7927A336}|WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj|d:\\git\\baibuliku\\code management\\wcs\\wideseawcs_server\\wideseawcs_itaskinfoservice\\itaskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{7279A2AE-8D1F-4E66-A73A-01AF7927A336}|WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj|solutionrelative:wideseawcs_itaskinfoservice\\itaskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{6236BFFF-173D-44A8-9FC3-7C001EA30347}|WIDESEAWCS_QuartzJob\\WIDESEAWCS_QuartzJob.csproj|d:\\git\\baibuliku\\code management\\wcs\\wideseawcs_server\\wideseawcs_quartzjob\\service\\irouterservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{6236BFFF-173D-44A8-9FC3-7C001EA30347}|WIDESEAWCS_QuartzJob\\WIDESEAWCS_QuartzJob.csproj|solutionrelative:wideseawcs_quartzjob\\service\\irouterservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{294E4915-0241-4C8C-BA99-7588B945863A}|WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj|d:\\git\\baibuliku\\code management\\wcs\\wideseawcs_server\\wideseawcs_tasks\\stackercranejob\\stackercranetaskcommand.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{294E4915-0241-4C8C-BA99-7588B945863A}|WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj|solutionrelative:wideseawcs_tasks\\stackercranejob\\stackercranetaskcommand.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - } - ], - "DocumentGroupContainers": [ - { - "Orientation": 0, - "VerticalTabListWidth": 256, - "DocumentGroups": [ - { - "DockedWidth": 200, - "SelectedChildIndex": 7, - "Children": [ - { - "$type": "Document", - "DocumentIndex": 2, - "Title": "TaskTypeEnum.cs", - "DocumentMoniker": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskTypeEnum.cs", - "RelativeDocumentMoniker": "WIDESEAWCS_Common\\TaskEnum\\TaskTypeEnum.cs", - "ToolTip": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskTypeEnum.cs", - "RelativeToolTip": "WIDESEAWCS_Common\\TaskEnum\\TaskTypeEnum.cs", - "ViewState": "AgIAADcAAAAAAAAAAAAAwCcAAAASAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-11-01T05:33:24.932Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 5, - "Title": "CommonConveyorLine.cs", - "DocumentMoniker": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_QuartzJob\\ConveyorLine\\CommonConveyorLine.cs", - "RelativeDocumentMoniker": "WIDESEAWCS_QuartzJob\\ConveyorLine\\CommonConveyorLine.cs", - "ToolTip": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_QuartzJob\\ConveyorLine\\CommonConveyorLine.cs", - "RelativeToolTip": "WIDESEAWCS_QuartzJob\\ConveyorLine\\CommonConveyorLine.cs", - "ViewState": "AgIAABEBAAAAAAAAAAAlwBsBAAAMAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-11-01T02:28:54.016Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 7, - "Title": "ITaskService.cs", - "DocumentMoniker": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\ITaskService.cs", - "RelativeDocumentMoniker": "WIDESEAWCS_ITaskInfoService\\ITaskService.cs", - "ToolTip": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\ITaskService.cs", - "RelativeToolTip": "WIDESEAWCS_ITaskInfoService\\ITaskService.cs", - "ViewState": "AgIAACsAAAAAAAAAAAD4v0EAAAAbAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-10-31T07:58:55.051Z" - }, - { - "$type": "Document", - "DocumentIndex": 8, - "Title": "IRouterService.cs", - "DocumentMoniker": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_QuartzJob\\Service\\IRouterService.cs", - "RelativeDocumentMoniker": "WIDESEAWCS_QuartzJob\\Service\\IRouterService.cs", - "ToolTip": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_QuartzJob\\Service\\IRouterService.cs", - "RelativeToolTip": "WIDESEAWCS_QuartzJob\\Service\\IRouterService.cs", - "ViewState": "AgIAAAwAAAAAAAAAAAAlwBsAAAAVAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-10-31T06:24:49.423Z" - }, - { - "$type": "Document", - "DocumentIndex": 4, - "Title": "RouterService.cs", - "DocumentMoniker": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_QuartzJob\\Service\\RouterService.cs", - "RelativeDocumentMoniker": "WIDESEAWCS_QuartzJob\\Service\\RouterService.cs", - "ToolTip": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_QuartzJob\\Service\\RouterService.cs", - "RelativeToolTip": "WIDESEAWCS_QuartzJob\\Service\\RouterService.cs", - "ViewState": "AgIAAB0AAAAAAAAAAAAowCMAAAAMAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-10-31T06:19:33.24Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 9, - "Title": "StackerCraneTaskCommand.cs", - "DocumentMoniker": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\StackerCraneJob\\StackerCraneTaskCommand.cs", - "RelativeDocumentMoniker": "WIDESEAWCS_Tasks\\StackerCraneJob\\StackerCraneTaskCommand.cs", - "ToolTip": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\StackerCraneJob\\StackerCraneTaskCommand.cs", - "RelativeToolTip": "WIDESEAWCS_Tasks\\StackerCraneJob\\StackerCraneTaskCommand.cs", - "ViewState": "AgIAAEEAAAAAAAAAAAAcwFoAAAAQAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-10-31T05:55:29.876Z" - }, - { - "$type": "Document", - "DocumentIndex": 1, - "Title": "TaskService.cs", - "DocumentMoniker": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\TaskService.cs", - "RelativeDocumentMoniker": "WIDESEAWCS_TaskInfoService\\TaskService.cs", - "ToolTip": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\TaskService.cs", - "RelativeToolTip": "WIDESEAWCS_TaskInfoService\\TaskService.cs", - "ViewState": "AgIAACsAAAAAAAAAAAAjwIAAAAAiAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-10-31T02:44:41.332Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 0, - "Title": "CommonConveyorLineJob.cs", - "DocumentMoniker": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\ConveyorLineJob\\CommonConveyorLineJob.cs", - "RelativeDocumentMoniker": "WIDESEAWCS_Tasks\\ConveyorLineJob\\CommonConveyorLineJob.cs", - "ToolTip": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\ConveyorLineJob\\CommonConveyorLineJob.cs*", - "RelativeToolTip": "WIDESEAWCS_Tasks\\ConveyorLineJob\\CommonConveyorLineJob.cs*", - "ViewState": "AgIAAHAAAAAAAAAAAAApwIAAAAAXAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-10-30T07:44:29.236Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 3, - "Title": "CommonStackerCraneJob.cs", - "DocumentMoniker": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\StackerCraneJob\\CommonStackerCraneJob.cs", - "RelativeDocumentMoniker": "WIDESEAWCS_Tasks\\StackerCraneJob\\CommonStackerCraneJob.cs", - "ToolTip": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\StackerCraneJob\\CommonStackerCraneJob.cs", - "RelativeToolTip": "WIDESEAWCS_Tasks\\StackerCraneJob\\CommonStackerCraneJob.cs", - "ViewState": "AgIAAOIAAAAAAAAAAAAnwPAAAAAQAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-10-30T01:29:16.66Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 6, - "Title": "ConveyorLineStatus.cs", - "DocumentMoniker": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_QuartzJob\\ConveyorLine\\Enum\\ConveyorLineStatus.cs", - "RelativeDocumentMoniker": "WIDESEAWCS_QuartzJob\\ConveyorLine\\Enum\\ConveyorLineStatus.cs", - "ToolTip": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_QuartzJob\\ConveyorLine\\Enum\\ConveyorLineStatus.cs", - "RelativeToolTip": "WIDESEAWCS_QuartzJob\\ConveyorLine\\Enum\\ConveyorLineStatus.cs", - "ViewState": "AgIAAAkAAAAAAAAAAAAAAAkAAAAQAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-11-01T02:30:52.461Z", - "EditorCaption": "" - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/Code Management/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/v17/DocumentLayout.json b/Code Management/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/v17/DocumentLayout.json deleted file mode 100644 index f9643e5..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/v17/DocumentLayout.json +++ /dev/null @@ -1,170 +0,0 @@ -{ - "Version": 1, - "WorkspaceRootPath": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\", - "Documents": [ - { - "AbsoluteMoniker": "D:0:0:{294E4915-0241-4C8C-BA99-7588B945863A}|WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj|d:\\git\\baibuliku\\code management\\wcs\\wideseawcs_server\\wideseawcs_tasks\\conveyorlinejob\\commonconveyorlinejob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{294E4915-0241-4C8C-BA99-7588B945863A}|WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj|solutionrelative:wideseawcs_tasks\\conveyorlinejob\\commonconveyorlinejob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{83F18A31-5983-4587-A0B2-414BF70E50B5}|WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj|d:\\git\\baibuliku\\code management\\wcs\\wideseawcs_server\\wideseawcs_taskinfoservice\\taskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{83F18A31-5983-4587-A0B2-414BF70E50B5}|WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj|solutionrelative:wideseawcs_taskinfoservice\\taskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|d:\\git\\baibuliku\\code management\\wcs\\wideseawcs_server\\wideseawcs_common\\taskenum\\tasktypeenum.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|solutionrelative:wideseawcs_common\\taskenum\\tasktypeenum.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{294E4915-0241-4C8C-BA99-7588B945863A}|WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj|d:\\git\\baibuliku\\code management\\wcs\\wideseawcs_server\\wideseawcs_tasks\\stackercranejob\\commonstackercranejob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{294E4915-0241-4C8C-BA99-7588B945863A}|WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj|solutionrelative:wideseawcs_tasks\\stackercranejob\\commonstackercranejob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{6236BFFF-173D-44A8-9FC3-7C001EA30347}|WIDESEAWCS_QuartzJob\\WIDESEAWCS_QuartzJob.csproj|d:\\git\\baibuliku\\code management\\wcs\\wideseawcs_server\\wideseawcs_quartzjob\\service\\routerservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{6236BFFF-173D-44A8-9FC3-7C001EA30347}|WIDESEAWCS_QuartzJob\\WIDESEAWCS_QuartzJob.csproj|solutionrelative:wideseawcs_quartzjob\\service\\routerservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{6236BFFF-173D-44A8-9FC3-7C001EA30347}|WIDESEAWCS_QuartzJob\\WIDESEAWCS_QuartzJob.csproj|d:\\git\\baibuliku\\code management\\wcs\\wideseawcs_server\\wideseawcs_quartzjob\\conveyorline\\enum\\conveyorlinestatus.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{6236BFFF-173D-44A8-9FC3-7C001EA30347}|WIDESEAWCS_QuartzJob\\WIDESEAWCS_QuartzJob.csproj|solutionrelative:wideseawcs_quartzjob\\conveyorline\\enum\\conveyorlinestatus.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{7279A2AE-8D1F-4E66-A73A-01AF7927A336}|WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj|d:\\git\\baibuliku\\code management\\wcs\\wideseawcs_server\\wideseawcs_itaskinfoservice\\itaskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{7279A2AE-8D1F-4E66-A73A-01AF7927A336}|WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj|solutionrelative:wideseawcs_itaskinfoservice\\itaskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{6236BFFF-173D-44A8-9FC3-7C001EA30347}|WIDESEAWCS_QuartzJob\\WIDESEAWCS_QuartzJob.csproj|d:\\git\\baibuliku\\code management\\wcs\\wideseawcs_server\\wideseawcs_quartzjob\\service\\irouterservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{6236BFFF-173D-44A8-9FC3-7C001EA30347}|WIDESEAWCS_QuartzJob\\WIDESEAWCS_QuartzJob.csproj|solutionrelative:wideseawcs_quartzjob\\service\\irouterservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{294E4915-0241-4C8C-BA99-7588B945863A}|WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj|d:\\git\\baibuliku\\code management\\wcs\\wideseawcs_server\\wideseawcs_tasks\\stackercranejob\\stackercranetaskcommand.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{294E4915-0241-4C8C-BA99-7588B945863A}|WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj|solutionrelative:wideseawcs_tasks\\stackercranejob\\stackercranetaskcommand.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - } - ], - "DocumentGroupContainers": [ - { - "Orientation": 0, - "VerticalTabListWidth": 256, - "DocumentGroups": [ - { - "DockedWidth": 200, - "SelectedChildIndex": 6, - "Children": [ - { - "$type": "Document", - "DocumentIndex": 2, - "Title": "TaskTypeEnum.cs", - "DocumentMoniker": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskTypeEnum.cs", - "RelativeDocumentMoniker": "WIDESEAWCS_Common\\TaskEnum\\TaskTypeEnum.cs", - "ToolTip": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskTypeEnum.cs", - "RelativeToolTip": "WIDESEAWCS_Common\\TaskEnum\\TaskTypeEnum.cs", - "ViewState": "AgIAAEYAAAAAAAAAAAAAwFwAAAAFAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-11-01T05:33:24.932Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 6, - "Title": "ITaskService.cs", - "DocumentMoniker": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\ITaskService.cs", - "RelativeDocumentMoniker": "WIDESEAWCS_ITaskInfoService\\ITaskService.cs", - "ToolTip": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\ITaskService.cs", - "RelativeToolTip": "WIDESEAWCS_ITaskInfoService\\ITaskService.cs", - "ViewState": "AgIAACsAAAAAAAAAAAD4v0EAAAAbAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-10-31T07:58:55.051Z" - }, - { - "$type": "Document", - "DocumentIndex": 7, - "Title": "IRouterService.cs", - "DocumentMoniker": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_QuartzJob\\Service\\IRouterService.cs", - "RelativeDocumentMoniker": "WIDESEAWCS_QuartzJob\\Service\\IRouterService.cs", - "ToolTip": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_QuartzJob\\Service\\IRouterService.cs", - "RelativeToolTip": "WIDESEAWCS_QuartzJob\\Service\\IRouterService.cs", - "ViewState": "AgIAAAwAAAAAAAAAAAAlwBsAAAAVAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-10-31T06:24:49.423Z" - }, - { - "$type": "Document", - "DocumentIndex": 4, - "Title": "RouterService.cs", - "DocumentMoniker": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_QuartzJob\\Service\\RouterService.cs", - "RelativeDocumentMoniker": "WIDESEAWCS_QuartzJob\\Service\\RouterService.cs", - "ToolTip": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_QuartzJob\\Service\\RouterService.cs", - "RelativeToolTip": "WIDESEAWCS_QuartzJob\\Service\\RouterService.cs", - "ViewState": "AgIAAB0AAAAAAAAAAAAowCMAAAAMAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-10-31T06:19:33.24Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 8, - "Title": "StackerCraneTaskCommand.cs", - "DocumentMoniker": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\StackerCraneJob\\StackerCraneTaskCommand.cs", - "RelativeDocumentMoniker": "WIDESEAWCS_Tasks\\StackerCraneJob\\StackerCraneTaskCommand.cs", - "ToolTip": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\StackerCraneJob\\StackerCraneTaskCommand.cs", - "RelativeToolTip": "WIDESEAWCS_Tasks\\StackerCraneJob\\StackerCraneTaskCommand.cs", - "ViewState": "AgIAAEEAAAAAAAAAAAAcwFoAAAAQAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-10-31T05:55:29.876Z" - }, - { - "$type": "Document", - "DocumentIndex": 1, - "Title": "TaskService.cs", - "DocumentMoniker": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\TaskService.cs", - "RelativeDocumentMoniker": "WIDESEAWCS_TaskInfoService\\TaskService.cs", - "ToolTip": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\TaskService.cs", - "RelativeToolTip": "WIDESEAWCS_TaskInfoService\\TaskService.cs", - "ViewState": "AgIAAHwAAAAAAAAAAAAlwKgAAAA8AAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-10-31T02:44:41.332Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 0, - "Title": "CommonConveyorLineJob.cs", - "DocumentMoniker": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\ConveyorLineJob\\CommonConveyorLineJob.cs", - "RelativeDocumentMoniker": "WIDESEAWCS_Tasks\\ConveyorLineJob\\CommonConveyorLineJob.cs", - "ToolTip": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\ConveyorLineJob\\CommonConveyorLineJob.cs", - "RelativeToolTip": "WIDESEAWCS_Tasks\\ConveyorLineJob\\CommonConveyorLineJob.cs", - "ViewState": "AgIAAGoAAAAAAAAAAAAgwIAAAAAXAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-10-30T07:44:29.236Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 3, - "Title": "CommonStackerCraneJob.cs", - "DocumentMoniker": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\StackerCraneJob\\CommonStackerCraneJob.cs", - "RelativeDocumentMoniker": "WIDESEAWCS_Tasks\\StackerCraneJob\\CommonStackerCraneJob.cs", - "ToolTip": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\StackerCraneJob\\CommonStackerCraneJob.cs", - "RelativeToolTip": "WIDESEAWCS_Tasks\\StackerCraneJob\\CommonStackerCraneJob.cs", - "ViewState": "AgIAADcAAAAAAAAAAAAnwEIAAAAtAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-10-30T01:29:16.66Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 5, - "Title": "ConveyorLineStatus.cs", - "DocumentMoniker": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_QuartzJob\\ConveyorLine\\Enum\\ConveyorLineStatus.cs", - "RelativeDocumentMoniker": "WIDESEAWCS_QuartzJob\\ConveyorLine\\Enum\\ConveyorLineStatus.cs", - "ToolTip": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_QuartzJob\\ConveyorLine\\Enum\\ConveyorLineStatus.cs", - "RelativeToolTip": "WIDESEAWCS_QuartzJob\\ConveyorLine\\Enum\\ConveyorLineStatus.cs", - "ViewState": "AgIAAAkAAAAAAAAAAAAAAAkAAAAQAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-11-01T02:30:52.461Z", - "EditorCaption": "" - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.AssemblyInfo.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.AssemblyInfo.cs deleted file mode 100644 index 7879d08..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// 姝や唬鐮佺敱宸ュ叿鐢熸垚銆� -// 杩愯鏃剁増鏈�:4.0.30319.42000 -// -// 瀵规鏂囦欢鐨勬洿鏀瑰彲鑳戒細瀵艰嚧涓嶆纭殑琛屼负锛屽苟涓斿鏋� -// 閲嶆柊鐢熸垚浠g爜锛岃繖浜涙洿鏀瑰皢浼氫涪澶便�� -// </auto-generated> -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_BasicInfoRepository")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d0bd841aa5414250973586473c5aa7cd9757143f")] -[assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_BasicInfoRepository")] -[assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_BasicInfoRepository")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// 鐢� MSBuild WriteCodeFragment 绫荤敓鎴愩�� - diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.AssemblyInfoInputs.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.AssemblyInfoInputs.cache deleted file mode 100644 index 6ce32bd..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -73a7c8672ca4ce4a3f53841355cf601b3f02f939ea0703bc3753369517935b03 diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.csproj.AssemblyReference.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.csproj.AssemblyReference.cache deleted file mode 100644 index 6baf382..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.csproj.AssemblyReference.cache +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/obj/Debug/net6.0/WIDESEAWCS_BasicInfoService.AssemblyInfo.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/obj/Debug/net6.0/WIDESEAWCS_BasicInfoService.AssemblyInfo.cs deleted file mode 100644 index ceb1e19..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/obj/Debug/net6.0/WIDESEAWCS_BasicInfoService.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// 姝や唬鐮佺敱宸ュ叿鐢熸垚銆� -// 杩愯鏃剁増鏈�:4.0.30319.42000 -// -// 瀵规鏂囦欢鐨勬洿鏀瑰彲鑳戒細瀵艰嚧涓嶆纭殑琛屼负锛屽苟涓斿鏋� -// 閲嶆柊鐢熸垚浠g爜锛岃繖浜涙洿鏀瑰皢浼氫涪澶便�� -// </auto-generated> -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_BasicInfoService")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d0bd841aa5414250973586473c5aa7cd9757143f")] -[assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_BasicInfoService")] -[assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_BasicInfoService")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// 鐢� MSBuild WriteCodeFragment 绫荤敓鎴愩�� - diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/obj/Debug/net6.0/WIDESEAWCS_BasicInfoService.AssemblyInfoInputs.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/obj/Debug/net6.0/WIDESEAWCS_BasicInfoService.AssemblyInfoInputs.cache deleted file mode 100644 index 5d43b94..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/obj/Debug/net6.0/WIDESEAWCS_BasicInfoService.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -748ef78e6659e7b8635d4ad637e4a51bee378976b0da63d9cfbf082769616037 diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/obj/Debug/net6.0/WIDESEAWCS_BasicInfoService.csproj.AssemblyReference.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/obj/Debug/net6.0/WIDESEAWCS_BasicInfoService.csproj.AssemblyReference.cache deleted file mode 100644 index cb1f388..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/obj/Debug/net6.0/WIDESEAWCS_BasicInfoService.csproj.AssemblyReference.cache +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/obj/Debug/net6.0/WIDESEAWCS_Common.AssemblyInfo.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/obj/Debug/net6.0/WIDESEAWCS_Common.AssemblyInfo.cs deleted file mode 100644 index 9e1a5b1..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/obj/Debug/net6.0/WIDESEAWCS_Common.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// 姝や唬鐮佺敱宸ュ叿鐢熸垚銆� -// 杩愯鏃剁増鏈�:4.0.30319.42000 -// -// 瀵规鏂囦欢鐨勬洿鏀瑰彲鑳戒細瀵艰嚧涓嶆纭殑琛屼负锛屽苟涓斿鏋� -// 閲嶆柊鐢熸垚浠g爜锛岃繖浜涙洿鏀瑰皢浼氫涪澶便�� -// </auto-generated> -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_Common")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d0bd841aa5414250973586473c5aa7cd9757143f")] -[assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_Common")] -[assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_Common")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// 鐢� MSBuild WriteCodeFragment 绫荤敓鎴愩�� - diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/obj/Debug/net6.0/WIDESEAWCS_Common.AssemblyInfoInputs.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/obj/Debug/net6.0/WIDESEAWCS_Common.AssemblyInfoInputs.cache deleted file mode 100644 index 5540e53..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/obj/Debug/net6.0/WIDESEAWCS_Common.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -07e48eca652ee44b2cb785f5dc60951b72a78e5df213e6c4b8467d1f4fc872d0 diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Communicator/obj/Debug/net6.0/WIDESEAWCS_Communicator.AssemblyInfo.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Communicator/obj/Debug/net6.0/WIDESEAWCS_Communicator.AssemblyInfo.cs deleted file mode 100644 index 980fc04..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Communicator/obj/Debug/net6.0/WIDESEAWCS_Communicator.AssemblyInfo.cs +++ /dev/null @@ -1,24 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// 姝や唬鐮佺敱宸ュ叿鐢熸垚銆� -// 杩愯鏃剁増鏈�:4.0.30319.42000 -// -// 瀵规鏂囦欢鐨勬洿鏀瑰彲鑳戒細瀵艰嚧涓嶆纭殑琛屼负锛屽苟涓斿鏋� -// 閲嶆柊鐢熸垚浠g爜锛岃繖浜涙洿鏀瑰皢浼氫涪澶便�� -// </auto-generated> -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_Communicator")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyDescriptionAttribute("宸ヤ笟璁惧閫氳")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d0bd841aa5414250973586473c5aa7cd9757143f")] -[assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_Communicator")] -[assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_Communicator")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// 鐢� MSBuild WriteCodeFragment 绫荤敓鎴愩�� - diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Communicator/obj/Debug/net6.0/WIDESEAWCS_Communicator.AssemblyInfoInputs.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Communicator/obj/Debug/net6.0/WIDESEAWCS_Communicator.AssemblyInfoInputs.cache deleted file mode 100644 index cbad8d8..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Communicator/obj/Debug/net6.0/WIDESEAWCS_Communicator.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -4096f64b51ddc19443c585372af4719962947ac52d1e54d470c32be17c851852 diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/obj/Debug/net6.0/WIDESEAWCS_Core.AssemblyInfo.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/obj/Debug/net6.0/WIDESEAWCS_Core.AssemblyInfo.cs deleted file mode 100644 index 34a72ab..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/obj/Debug/net6.0/WIDESEAWCS_Core.AssemblyInfo.cs +++ /dev/null @@ -1,24 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// 姝や唬鐮佺敱宸ュ叿鐢熸垚銆� -// 杩愯鏃剁増鏈�:4.0.30319.42000 -// -// 瀵规鏂囦欢鐨勬洿鏀瑰彲鑳戒細瀵艰嚧涓嶆纭殑琛屼负锛屽苟涓斿鏋� -// 閲嶆柊鐢熸垚浠g爜锛岃繖浜涙洿鏀瑰皢浼氫涪澶便�� -// </auto-generated> -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_Core")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyDescriptionAttribute("娣诲姞鍗曠偣鐧诲綍锛沑r\n淇鍗曡〃鏁版嵁淇敼-淇敼浜轰慨鏀规椂闂撮棶棰�")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.4.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.4+d0bd841aa5414250973586473c5aa7cd9757143f")] -[assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_Core")] -[assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_Core")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.4.0")] - -// 鐢� MSBuild WriteCodeFragment 绫荤敓鎴愩�� - diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/obj/Debug/net6.0/WIDESEAWCS_Core.AssemblyInfoInputs.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/obj/Debug/net6.0/WIDESEAWCS_Core.AssemblyInfoInputs.cache deleted file mode 100644 index 43f69db..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/obj/Debug/net6.0/WIDESEAWCS_Core.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -99a4c0797eb43a00c1c10b3a1ff6a45d9cfa3476aacd1bbd8bf171631eb63c5e diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/MOM/ResponeRunDto.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/MOM/ResponeRunDto.cs new file mode 100644 index 0000000..7858058 --- /dev/null +++ b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/MOM/ResponeRunDto.cs @@ -0,0 +1,133 @@ +锘縩amespace WIDESEAWCS_DTO.MOM; + +/// <summary> +/// 鍙傛暟淇℃伅妯″瀷 +/// </summary> +public class ParameterInfoDto +{ + /// <summary> + /// 鍙傛暟缂栫爜 + /// </summary> + public string ParameterCode { get; set; } + + /// <summary> + /// 鍙傛暟绫诲瀷 + /// </summary> + public string ParameterType { get; set; } + + /// <summary> + /// 鎺ㄨ崘鍊� + /// </summary> + public string TargetValue { get; set; } + + /// <summary> + /// 鍗曚綅 + /// </summary> + public string UOMCode { get; set; } + + /// <summary> + /// 鎺у埗涓婇檺鍊� + /// </summary> + public string UpperControlLimit { get; set; } + + /// <summary> + /// 鎺у埗涓嬮檺鍊� + /// </summary> + public string LowerControlLimit { get; set; } + + /// <summary> + /// 瑙勬牸涓婇檺鍊� + /// </summary> + public string UpperSpecificationsLimit { get; set; } + + /// <summary> + /// 瑙勬牸涓嬮檺鍊� + /// </summary> + public string LowerSpecificationsLimit { get; set; } + + /// <summary> + /// 鍙傛暟鎻忚堪 + /// </summary> + public string Description { get; set; } + + /// <summary> + /// 宸ヨ壓璺嚎涓婂綋鍓嶈澶囧弬鏁颁俊鎭槸鍚﹀彲鐢�(TRUE 鍙敤 /FALSE 涓嶅彲鐢�) + /// </summary> + public string EquipmentAvailabilityFlag { get; set; } +} + +/// <summary> +/// 鍝嶅簲妯″瀷 +/// </summary> +public class ResponeRunDto +{ + /// <summary> + /// 浼氳瘽ID + /// </summary> + public string SessionId { get; set; } + + /// <summary> + /// 杩斿洖鏃堕棿 + /// </summary> + public string ResponseTime { get; set; } + + /// <summary> + /// 璁惧缂栧彿 + /// </summary> + public string EquipmentCode { get; set; } + + /// <summary> + /// 鎶ユ枃鎺ユ敹缁撴灉 + /// </summary> + public bool ResultFlag { get; set; } + + /// <summary> + /// 杩斿洖鐘舵�佺爜True锛氭墽琛屾垚鍔燂紱False锛氭墽琛屽け璐� + /// </summary> + public bool Success { get; set; } + + /// <summary> + /// 娑堟伅绫诲瀷 + /// </summary> + public string MessageCode { get; set; } + + /// <summary> + /// 娑堟伅 + /// </summary> + public string MOMMessage { get; set; } + + /// <summary> + /// 宸ュ崟缂栧彿 + /// </summary> + public string WipOrderNo { get; set; } + + /// <summary> + /// 浜у搧鍚嶇О + /// </summary> + public string ProductDesc { get; set; } + + /// <summary> + /// 棣栦欢鏁伴噺 + /// </summary> + public string FirstArticleNum { get; set; } + + /// <summary> + /// 璋冩満鏁伴噺 + /// </summary> + public string DebugNum { get; set; } + + /// <summary> + /// 鍙傛暟鐗堟湰淇℃伅 + /// </summary> + public string ParamVersion { get; set; } + + /// <summary> + /// 鏄惁闇�瑕佽鍙栧弬鏁� + /// </summary> + public bool ParamRefreshFlag { get; set; } + + /// <summary> + /// 鍙傛暟淇℃伅鏁扮粍 + /// </summary> + public List<ParameterInfoDto> ParameterInfo { get; set; } = new List<ParameterInfoDto>(); +} \ No newline at end of file diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/RequestTaskDto.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/RequestTaskDto.cs index 0711900..80735df 100644 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/RequestTaskDto.cs +++ b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/RequestTaskDto.cs @@ -14,28 +14,8 @@ public string Position { get; set; } /// <summary> - /// 鍖哄煙缂栫爜 - /// </summary> - public string AreaCode { get; set; } - - /// <summary> /// 鎵樼洏鍙� /// </summary> public string PalletCode { get; set; } - - /// <summary> - /// 鐢宠绫诲瀷(1鍏ュ簱锛�2鍑哄簱) - /// </summary> - public int Type { get; set; } - - /// <summary> - /// 鍏崇郴鐨勫尯鍩� - /// </summary> - public string Area { get; set; } - - /// <summary> - /// 鍏崇郴鐨勬柟鍚� - /// </summary> - public string Direction { get; set; } } -} +} \ No newline at end of file diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/obj/Debug/net6.0/WIDESEAWCS_DTO.AssemblyInfo.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/obj/Debug/net6.0/WIDESEAWCS_DTO.AssemblyInfo.cs deleted file mode 100644 index b11a065..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/obj/Debug/net6.0/WIDESEAWCS_DTO.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// 姝や唬鐮佺敱宸ュ叿鐢熸垚銆� -// 杩愯鏃剁増鏈�:4.0.30319.42000 -// -// 瀵规鏂囦欢鐨勬洿鏀瑰彲鑳戒細瀵艰嚧涓嶆纭殑琛屼负锛屽苟涓斿鏋� -// 閲嶆柊鐢熸垚浠g爜锛岃繖浜涙洿鏀瑰皢浼氫涪澶便�� -// </auto-generated> -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_DTO")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d0bd841aa5414250973586473c5aa7cd9757143f")] -[assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_DTO")] -[assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_DTO")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// 鐢� MSBuild WriteCodeFragment 绫荤敓鎴愩�� - diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/obj/Debug/net6.0/WIDESEAWCS_DTO.AssemblyInfoInputs.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/obj/Debug/net6.0/WIDESEAWCS_DTO.AssemblyInfoInputs.cache deleted file mode 100644 index 1bd617e..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/obj/Debug/net6.0/WIDESEAWCS_DTO.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -a6473f14685ed2821a8ad361ed2446edb4baf471741997513e6ebf97488196de diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/obj/Debug/net6.0/WIDESEAWCS_DTO.csproj.AssemblyReference.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/obj/Debug/net6.0/WIDESEAWCS_DTO.csproj.AssemblyReference.cache deleted file mode 100644 index 6897dbe..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/obj/Debug/net6.0/WIDESEAWCS_DTO.csproj.AssemblyReference.cache +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/obj/Debug/net6.0/WIDESEAWCS_DTO.csproj.CoreCompileInputs.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/obj/Debug/net6.0/WIDESEAWCS_DTO.csproj.CoreCompileInputs.cache deleted file mode 100644 index c52e5f5..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/obj/Debug/net6.0/WIDESEAWCS_DTO.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -6199d0765dbe031f974facea4d051c41c4f6aac83a2f9decb038fc0d0ccee2a8 diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.AssemblyInfo.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.AssemblyInfo.cs deleted file mode 100644 index e3a7535..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// 姝や唬鐮佺敱宸ュ叿鐢熸垚銆� -// 杩愯鏃剁増鏈�:4.0.30319.42000 -// -// 瀵规鏂囦欢鐨勬洿鏀瑰彲鑳戒細瀵艰嚧涓嶆纭殑琛屼负锛屽苟涓斿鏋� -// 閲嶆柊鐢熸垚浠g爜锛岃繖浜涙洿鏀瑰皢浼氫涪澶便�� -// </auto-generated> -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_IBasicInfoRepository")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d0bd841aa5414250973586473c5aa7cd9757143f")] -[assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_IBasicInfoRepository")] -[assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_IBasicInfoRepository")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// 鐢� MSBuild WriteCodeFragment 绫荤敓鎴愩�� - diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.AssemblyInfoInputs.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.AssemblyInfoInputs.cache deleted file mode 100644 index e16b2eb..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -36867b75d1cbb51e7de5761c990316640b97dc4f90b52270f1bb788449d6ff54 diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.csproj.AssemblyReference.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.csproj.AssemblyReference.cache deleted file mode 100644 index 11a9f17..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.csproj.AssemblyReference.cache +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoService.AssemblyInfo.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoService.AssemblyInfo.cs deleted file mode 100644 index 0d902a3..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoService.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// 姝や唬鐮佺敱宸ュ叿鐢熸垚銆� -// 杩愯鏃剁増鏈�:4.0.30319.42000 -// -// 瀵规鏂囦欢鐨勬洿鏀瑰彲鑳戒細瀵艰嚧涓嶆纭殑琛屼负锛屽苟涓斿鏋� -// 閲嶆柊鐢熸垚浠g爜锛岃繖浜涙洿鏀瑰皢浼氫涪澶便�� -// </auto-generated> -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_IBasicInfoService")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d0bd841aa5414250973586473c5aa7cd9757143f")] -[assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_IBasicInfoService")] -[assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_IBasicInfoService")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// 鐢� MSBuild WriteCodeFragment 绫荤敓鎴愩�� - diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoService.AssemblyInfoInputs.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoService.AssemblyInfoInputs.cache deleted file mode 100644 index aeca6a6..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoService.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -3de6aa68beffd1ea6e36a9b8303d241a7b0c5ee113370eaa10be5e8531940693 diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoService.csproj.AssemblyReference.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoService.csproj.AssemblyReference.cache deleted file mode 100644 index 875aa30..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoService.csproj.AssemblyReference.cache +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/obj/Debug/net6.0/WIDESEAWCS_ISystemRepository.AssemblyInfo.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/obj/Debug/net6.0/WIDESEAWCS_ISystemRepository.AssemblyInfo.cs deleted file mode 100644 index bf22b63..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/obj/Debug/net6.0/WIDESEAWCS_ISystemRepository.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// 姝や唬鐮佺敱宸ュ叿鐢熸垚銆� -// 杩愯鏃剁増鏈�:4.0.30319.42000 -// -// 瀵规鏂囦欢鐨勬洿鏀瑰彲鑳戒細瀵艰嚧涓嶆纭殑琛屼负锛屽苟涓斿鏋� -// 閲嶆柊鐢熸垚浠g爜锛岃繖浜涙洿鏀瑰皢浼氫涪澶便�� -// </auto-generated> -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_ISystemRepository")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d0bd841aa5414250973586473c5aa7cd9757143f")] -[assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_ISystemRepository")] -[assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_ISystemRepository")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// 鐢� MSBuild WriteCodeFragment 绫荤敓鎴愩�� - diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/obj/Debug/net6.0/WIDESEAWCS_ISystemRepository.AssemblyInfoInputs.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/obj/Debug/net6.0/WIDESEAWCS_ISystemRepository.AssemblyInfoInputs.cache deleted file mode 100644 index cdd8257..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/obj/Debug/net6.0/WIDESEAWCS_ISystemRepository.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -33925b103b3f0539c524ba12d19673a06b32f5481a37a288dbd32179dc55537e diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/obj/Debug/net6.0/WIDESEAWCS_ISystemRepository.csproj.AssemblyReference.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/obj/Debug/net6.0/WIDESEAWCS_ISystemRepository.csproj.AssemblyReference.cache deleted file mode 100644 index 11a9f17..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/obj/Debug/net6.0/WIDESEAWCS_ISystemRepository.csproj.AssemblyReference.cache +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/obj/Debug/net6.0/WIDESEAWCS_ISystemServices.AssemblyInfo.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/obj/Debug/net6.0/WIDESEAWCS_ISystemServices.AssemblyInfo.cs deleted file mode 100644 index a5d9093..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/obj/Debug/net6.0/WIDESEAWCS_ISystemServices.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// 姝や唬鐮佺敱宸ュ叿鐢熸垚銆� -// 杩愯鏃剁増鏈�:4.0.30319.42000 -// -// 瀵规鏂囦欢鐨勬洿鏀瑰彲鑳戒細瀵艰嚧涓嶆纭殑琛屼负锛屽苟涓斿鏋� -// 閲嶆柊鐢熸垚浠g爜锛岃繖浜涙洿鏀瑰皢浼氫涪澶便�� -// </auto-generated> -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_ISystemServices")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d0bd841aa5414250973586473c5aa7cd9757143f")] -[assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_ISystemServices")] -[assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_ISystemServices")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// 鐢� MSBuild WriteCodeFragment 绫荤敓鎴愩�� - diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/obj/Debug/net6.0/WIDESEAWCS_ISystemServices.AssemblyInfoInputs.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/obj/Debug/net6.0/WIDESEAWCS_ISystemServices.AssemblyInfoInputs.cache deleted file mode 100644 index e7fc5df..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/obj/Debug/net6.0/WIDESEAWCS_ISystemServices.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -fa73eda5b49b50a43b87fc0f00a15a87c43c9673a8722550f48c459b62f60cb0 diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/obj/Debug/net6.0/WIDESEAWCS_ISystemServices.csproj.AssemblyReference.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/obj/Debug/net6.0/WIDESEAWCS_ISystemServices.csproj.AssemblyReference.cache deleted file mode 100644 index 86a6dca..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/obj/Debug/net6.0/WIDESEAWCS_ISystemServices.csproj.AssemblyReference.cache +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.AssemblyInfo.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.AssemblyInfo.cs deleted file mode 100644 index e364d4d..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// 姝や唬鐮佺敱宸ュ叿鐢熸垚銆� -// 杩愯鏃剁増鏈�:4.0.30319.42000 -// -// 瀵规鏂囦欢鐨勬洿鏀瑰彲鑳戒細瀵艰嚧涓嶆纭殑琛屼负锛屽苟涓斿鏋� -// 閲嶆柊鐢熸垚浠g爜锛岃繖浜涙洿鏀瑰皢浼氫涪澶便�� -// </auto-generated> -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_ITaskInfoRepository")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d0bd841aa5414250973586473c5aa7cd9757143f")] -[assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_ITaskInfoRepository")] -[assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_ITaskInfoRepository")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// 鐢� MSBuild WriteCodeFragment 绫荤敓鎴愩�� - diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.AssemblyInfoInputs.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.AssemblyInfoInputs.cache deleted file mode 100644 index 7319e69..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -5dec74e239cb9eb00c705db9f4c8feb56e5132af613a985f9adcd8bfd449d0a8 diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.csproj.AssemblyReference.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.csproj.AssemblyReference.cache deleted file mode 100644 index 11a9f17..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.csproj.AssemblyReference.cache +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoService.AssemblyInfo.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoService.AssemblyInfo.cs deleted file mode 100644 index f14908b..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoService.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// 姝や唬鐮佺敱宸ュ叿鐢熸垚銆� -// 杩愯鏃剁増鏈�:4.0.30319.42000 -// -// 瀵规鏂囦欢鐨勬洿鏀瑰彲鑳戒細瀵艰嚧涓嶆纭殑琛屼负锛屽苟涓斿鏋� -// 閲嶆柊鐢熸垚浠g爜锛岃繖浜涙洿鏀瑰皢浼氫涪澶便�� -// </auto-generated> -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_ITaskInfoService")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d0bd841aa5414250973586473c5aa7cd9757143f")] -[assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_ITaskInfoService")] -[assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_ITaskInfoService")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// 鐢� MSBuild WriteCodeFragment 绫荤敓鎴愩�� - diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoService.AssemblyInfoInputs.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoService.AssemblyInfoInputs.cache deleted file mode 100644 index fd77aec..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoService.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -de1bda7e67c69dfd6aa8eb86c39597cffc9b5d71d2e2487894e0221004f698a6 diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoService.csproj.AssemblyReference.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoService.csproj.AssemblyReference.cache deleted file mode 100644 index 2870a37..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoService.csproj.AssemblyReference.cache +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/ProcessParameters/Dt_EquipmentProcess.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/ProcessParameters/Dt_EquipmentProcess.cs index eea6103..5a38046 100644 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/ProcessParameters/Dt_EquipmentProcess.cs +++ b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/ProcessParameters/Dt_EquipmentProcess.cs @@ -33,6 +33,22 @@ public string EquipmentType { get; set; } /// <summary> + /// 宸ュ崟缂栧彿 + /// </summary> + [ImporterHeader(Name = "宸ュ崟缂栧彿")] + [ExporterHeader(DisplayName = "宸ュ崟缂栧彿")] + [SugarColumn(IsNullable = false, Length = 100, ColumnDescription = "宸ュ崟缂栧彿")] + public string WipOrderNo { get; set; } + + /// <summary> + /// 宸ヨ壓鍨嬪彿 + /// </summary> + [ImporterHeader(Name = "宸ヨ壓鍨嬪彿")] + [ExporterHeader(DisplayName = "宸ヨ壓鍨嬪彿")] + [SugarColumn(IsNullable = false, Length = 100, ColumnDescription = "宸ヨ壓鍨嬪彿")] + public string ProductDesc { get; set; } + + /// <summary> /// 宸ヨ壓鍙傛暟鍊� /// </summary> [ImporterHeader(Name = "宸ヨ壓鍙傛暟鍊�")] diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/obj/Debug/net6.0/WIDESEAWCS_Model.AssemblyInfo.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/obj/Debug/net6.0/WIDESEAWCS_Model.AssemblyInfo.cs deleted file mode 100644 index 8fef636..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/obj/Debug/net6.0/WIDESEAWCS_Model.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// 姝や唬鐮佺敱宸ュ叿鐢熸垚銆� -// 杩愯鏃剁増鏈�:4.0.30319.42000 -// -// 瀵规鏂囦欢鐨勬洿鏀瑰彲鑳戒細瀵艰嚧涓嶆纭殑琛屼负锛屽苟涓斿鏋� -// 閲嶆柊鐢熸垚浠g爜锛岃繖浜涙洿鏀瑰皢浼氫涪澶便�� -// </auto-generated> -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_Model")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d0bd841aa5414250973586473c5aa7cd9757143f")] -[assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_Model")] -[assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_Model")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// 鐢� MSBuild WriteCodeFragment 绫荤敓鎴愩�� - diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/obj/Debug/net6.0/WIDESEAWCS_Model.AssemblyInfoInputs.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/obj/Debug/net6.0/WIDESEAWCS_Model.AssemblyInfoInputs.cache deleted file mode 100644 index e404bf0..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/obj/Debug/net6.0/WIDESEAWCS_Model.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -65398639d9038af56f3aa7900f59fbfbeb69c92864799c1bd6d577cd4dd7c675 diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessParameters/obj/Debug/net6.0/WIDESEAWCS_IProcessRepository.AssemblyInfo.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessParameters/obj/Debug/net6.0/WIDESEAWCS_IProcessRepository.AssemblyInfo.cs deleted file mode 100644 index f1c25ca..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessParameters/obj/Debug/net6.0/WIDESEAWCS_IProcessRepository.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// 姝や唬鐮佺敱宸ュ叿鐢熸垚銆� -// 杩愯鏃剁増鏈�:4.0.30319.42000 -// -// 瀵规鏂囦欢鐨勬洿鏀瑰彲鑳戒細瀵艰嚧涓嶆纭殑琛屼负锛屽苟涓斿鏋� -// 閲嶆柊鐢熸垚浠g爜锛岃繖浜涙洿鏀瑰皢浼氫涪澶便�� -// </auto-generated> -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_IProcessRepository")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d0bd841aa5414250973586473c5aa7cd9757143f")] -[assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_IProcessRepository")] -[assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_IProcessRepository")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// 鐢� MSBuild WriteCodeFragment 绫荤敓鎴愩�� - diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessParameters/obj/Debug/net6.0/WIDESEAWCS_IProcessRepository.AssemblyInfoInputs.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessParameters/obj/Debug/net6.0/WIDESEAWCS_IProcessRepository.AssemblyInfoInputs.cache deleted file mode 100644 index 91252d7..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessParameters/obj/Debug/net6.0/WIDESEAWCS_IProcessRepository.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -b9cfda486cd9c6c8c6b8027ce185db295aa6940da901f70d1632c69ba7ac36e0 diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessParameters/obj/Debug/net6.0/WIDESEAWCS_IProcessRepository.csproj.AssemblyReference.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessParameters/obj/Debug/net6.0/WIDESEAWCS_IProcessRepository.csproj.AssemblyReference.cache deleted file mode 100644 index 11a9f17..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessParameters/obj/Debug/net6.0/WIDESEAWCS_IProcessRepository.csproj.AssemblyReference.cache +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessRepository/obj/Debug/net6.0/WIDESEAWCS_ProcessRepository.AssemblyInfo.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessRepository/obj/Debug/net6.0/WIDESEAWCS_ProcessRepository.AssemblyInfo.cs deleted file mode 100644 index e493594..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessRepository/obj/Debug/net6.0/WIDESEAWCS_ProcessRepository.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// 姝や唬鐮佺敱宸ュ叿鐢熸垚銆� -// 杩愯鏃剁増鏈�:4.0.30319.42000 -// -// 瀵规鏂囦欢鐨勬洿鏀瑰彲鑳戒細瀵艰嚧涓嶆纭殑琛屼负锛屽苟涓斿鏋� -// 閲嶆柊鐢熸垚浠g爜锛岃繖浜涙洿鏀瑰皢浼氫涪澶便�� -// </auto-generated> -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_ProcessRepository")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d0bd841aa5414250973586473c5aa7cd9757143f")] -[assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_ProcessRepository")] -[assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_ProcessRepository")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// 鐢� MSBuild WriteCodeFragment 绫荤敓鎴愩�� - diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessRepository/obj/Debug/net6.0/WIDESEAWCS_ProcessRepository.AssemblyInfoInputs.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessRepository/obj/Debug/net6.0/WIDESEAWCS_ProcessRepository.AssemblyInfoInputs.cache deleted file mode 100644 index 99d4a59..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessRepository/obj/Debug/net6.0/WIDESEAWCS_ProcessRepository.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -473e3a7a1266333e693dd9a270a9d70b6024ad77bd4733e42f1dffb1d28c95b3 diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessRepository/obj/Debug/net6.0/WIDESEAWCS_ProcessRepository.csproj.AssemblyReference.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessRepository/obj/Debug/net6.0/WIDESEAWCS_ProcessRepository.csproj.AssemblyReference.cache deleted file mode 100644 index cdb9abb..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessRepository/obj/Debug/net6.0/WIDESEAWCS_ProcessRepository.csproj.AssemblyReference.cache +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/obj/Debug/net6.0/WIDESEAWCS_QuartzJob.AssemblyInfo.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/obj/Debug/net6.0/WIDESEAWCS_QuartzJob.AssemblyInfo.cs deleted file mode 100644 index 31f243e..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/obj/Debug/net6.0/WIDESEAWCS_QuartzJob.AssemblyInfo.cs +++ /dev/null @@ -1,24 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// 姝や唬鐮佺敱宸ュ叿鐢熸垚銆� -// 杩愯鏃剁増鏈�:4.0.30319.42000 -// -// 瀵规鏂囦欢鐨勬洿鏀瑰彲鑳戒細瀵艰嚧涓嶆纭殑琛屼负锛屽苟涓斿鏋� -// 閲嶆柊鐢熸垚浠g爜锛岃繖浜涙洿鏀瑰皢浼氫涪澶便�� -// </auto-generated> -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_QuartzJob")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyDescriptionAttribute("鏂板鍫嗗灈鏈哄皝瑁�")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("2.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.0.0+d0bd841aa5414250973586473c5aa7cd9757143f")] -[assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_QuartzJob")] -[assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_QuartzJob")] -[assembly: System.Reflection.AssemblyVersionAttribute("2.0.0.0")] - -// 鐢� MSBuild WriteCodeFragment 绫荤敓鎴愩�� - diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/obj/Debug/net6.0/WIDESEAWCS_QuartzJob.AssemblyInfoInputs.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/obj/Debug/net6.0/WIDESEAWCS_QuartzJob.AssemblyInfoInputs.cache deleted file mode 100644 index c21f5a6..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/obj/Debug/net6.0/WIDESEAWCS_QuartzJob.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -142a7dbc7e9fdc297179ef03d1e5faf8ee78a00a9297858ee400fad6a066b676 diff --git "a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/Log_PLCReadWrite/\350\276\223\351\200\201\347\272\277/Logs_20241101093806.txt" "b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/Log_PLCReadWrite/\350\276\223\351\200\201\347\272\277/Logs_20241101093806.txt" deleted file mode 100644 index 3695e0d..0000000 --- "a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/Log_PLCReadWrite/\350\276\223\351\200\201\347\272\277/Logs_20241101093806.txt" +++ /dev/null @@ -1,1810 +0,0 @@ -锘�[鑷村懡] 2024-11-01 09:46:14.376 Thread:[050] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.200.7銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.200.7銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:48:52.872 Thread:[032] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.0.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.0.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:50:12.057 Thread:[034] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.150.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.150.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:51:42.623 Thread:[018] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怚nt16銆戯紝鍦板潃锛氥�怐B900.550.0銆戯紝閿欒淇℃伅锛氥�怌annot access a disposed object. -Object name: 'System.Net.Sockets.Socket'.銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怚nt16銆戯紝鍦板潃锛氥�怐B900.550.0銆戯紝閿欒淇℃伅锛氥�怌annot access a disposed object. -Object name: 'System.Net.Sockets.Socket'.銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 10:20:37.525 Thread:[004] 杈撻�佺嚎 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.1銆戯紝Port锛氥��102銆� -[淇℃伅] 2024-11-01 10:21:18.908 Thread:[021] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.0.5銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.0.5銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� - -[鑷村懡] 2024-11-01 10:21:53.340 Thread:[024] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.200.3銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.200.3銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 10:24:54.473 Thread:[004] 杈撻�佺嚎 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.1銆戯紝Port锛氥��102銆� -[淇℃伅] 2024-11-01 10:31:53.187 Thread:[006] 杈撻�佺嚎 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.1銆戯紝Port锛氥��102銆� -[淇℃伅] 2024-11-01 10:35:06.505 Thread:[013] 杈撻�佺嚎 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.1銆戯紝Port锛氥��102銆� -[鑷村懡] 2024-11-01 10:35:09.501 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:35:09.693 Thread:[020] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:35:09.827 Thread:[025] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:35:09.947 Thread:[024] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:35:13.632 Thread:[025] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:35:17.617 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 10:38:14.483 Thread:[009] 杈撻�佺嚎 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.1銆戯紝Port锛氥��102銆� -[鑷村懡] 2024-11-01 10:38:16.577 Thread:[015] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:16.658 Thread:[015] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:16.710 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:17.633 Thread:[017] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:18.621 Thread:[023] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:19.621 Thread:[023] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:20.628 Thread:[021] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:21.622 Thread:[021] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:22.645 Thread:[021] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:23.631 Thread:[021] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:24.621 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:25.630 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:26.631 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:28.262 Thread:[023] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:28.672 Thread:[023] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:29.647 Thread:[023] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:30.679 Thread:[023] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:31.630 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:32.620 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:33.621 Thread:[021] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:34.625 Thread:[021] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:35.645 Thread:[021] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:36.642 Thread:[021] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:37.858 Thread:[021] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:38.660 Thread:[021] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:39.676 Thread:[009] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:40.642 Thread:[020] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:41.643 Thread:[023] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:42.624 Thread:[023] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:43.668 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:44.661 Thread:[023] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:45.679 Thread:[023] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:38:46.670 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 10:39:48.895 Thread:[004] 杈撻�佺嚎 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.1銆戯紝Port锛氥��102銆� -[鑷村懡] 2024-11-01 10:39:52.825 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:39:52.922 Thread:[023] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:39:53.029 Thread:[023] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:39:53.133 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:39:53.243 Thread:[017] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:39:54.077 Thread:[021] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:39:55.086 Thread:[021] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:39:56.070 Thread:[020] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:39:57.064 Thread:[020] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:39:58.100 Thread:[020] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:39:59.107 Thread:[020] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:40:00.088 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:40:01.104 Thread:[004] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:40:02.086 Thread:[019] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:40:03.113 Thread:[023] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:40:04.068 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:40:05.076 Thread:[016] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:40:10.565 Thread:[004] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:40:23.060 Thread:[019] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:40:34.641 Thread:[019] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:40:36.069 Thread:[019] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:40:36.895 Thread:[023] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:40:37.591 Thread:[024] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:40:38.095 Thread:[016] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:04.583 Thread:[025] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:05.062 Thread:[031] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:06.075 Thread:[032] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:07.070 Thread:[027] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:08.067 Thread:[027] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:09.068 Thread:[027] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:10.065 Thread:[027] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:11.073 Thread:[027] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:12.113 Thread:[027] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:13.085 Thread:[016] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:14.073 Thread:[025] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:15.072 Thread:[031] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:16.064 Thread:[016] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:17.080 Thread:[031] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:18.063 Thread:[032] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:19.086 Thread:[030] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:20.133 Thread:[031] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:21.069 Thread:[030] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:22.072 Thread:[030] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:23.093 Thread:[032] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 10:42:45.406 Thread:[016] 杈撻�佺嚎 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.1銆戯紝Port锛氥��102銆� -[鑷村懡] 2024-11-01 10:42:48.989 Thread:[020] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:49.097 Thread:[016] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:49.202 Thread:[024] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:49.314 Thread:[013] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:49.631 Thread:[024] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:50.625 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:51.633 Thread:[024] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:52.629 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:53.658 Thread:[020] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:54.621 Thread:[023] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:42:55.625 Thread:[024] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:01.172 Thread:[021] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怚nt16銆戯紝鍦板潃锛氥�怐B900.550.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怚nt16銆戯紝鍦板潃锛氥�怐B900.550.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:01.208 Thread:[023] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:02.621 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:03.647 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:04.635 Thread:[024] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:05.620 Thread:[024] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:06.625 Thread:[018] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:07.613 Thread:[018] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:08.604 Thread:[020] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:09.609 Thread:[020] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:10.627 Thread:[020] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:11.599 Thread:[020] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:12.605 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:13.616 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:14.622 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:15.603 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:16.624 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:17.618 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:18.610 Thread:[024] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:19.634 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:20.637 Thread:[023] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:21.617 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:22.621 Thread:[024] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:23.683 Thread:[024] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:24.615 Thread:[022] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 10:43:31.867 Thread:[023] 杈撻�佺嚎 : 銆愯緭閫佺嚎銆慞LC璇诲彇寮傚父锛屽湴鍧�锛氥�怐B900.4402.0銆戯紝閿欒淇℃伅锛氥�怚ndex and count must refer to a location within the buffer. (Parameter 'bytes')銆� : 閿欒淇℃伅锛欼ndex and count must refer to a location within the buffer. (Parameter 'bytes') -閿欒婧愶細System.Private.CoreLib -閿欒鍫嗘爤锛� at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) - at WIDESEAWCS_QuartzJob.DeviceBase.DeviceCommand.ParseSource(Byte[] Content) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_QuartzJob\DeviceBase\DeviceCommand.cs:line 147 - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address, T obj) - at HslCommunication.Core.Net.ReadWriteNetHelper.ReadCustomer[T](IReadWriteNet readWriteNet, String address) - at HslCommunication.Core.Net.NetworkDeviceBase.ReadCustomer[T](String address) - at WIDESEAWCS_Communicator.SiemensS7.ReadCustomer[T](String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 588 -閿欒绫诲瀷锛歋ystem.ArgumentOutOfRangeException -閿欒鏂规硶锛歏oid ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 10:44:36.094 Thread:[007] 杈撻�佺嚎 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.1銆戯紝Port锛氥��102銆� -[淇℃伅] 2024-11-01 10:46:32.554 Thread:[004] 杈撻�佺嚎 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.1銆戯紝Port锛氥��102銆� -[淇℃伅] 2024-11-01 10:55:16.563 Thread:[014] 杈撻�佺嚎 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.1銆戯紝Port锛氥��102銆� -[鑷村懡] 2024-11-01 11:13:22.893 Thread:[018] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.0.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.0.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 11:14:42.129 Thread:[030] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.150.3銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.150.3銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 11:19:03.310 Thread:[013] 杈撻�佺嚎 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.1銆戯紝Port锛氥��102銆� -[淇℃伅] 2024-11-01 11:20:35.582 Thread:[030] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.250.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1060,"TaskNum":102342,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怐B901.250.0銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1060,"TaskNum":102342,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1060,"TaskNum":102342,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1060,"TaskNum":102342,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1060,"TaskNum":102342,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1060,"TaskNum":102342,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1060,"TaskNum":102342,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1060,"TaskNum":102342,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1060,"TaskNum":102342,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1060,"TaskNum":102342,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1060,"TaskNum":102342,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1060,"TaskNum":102342,"ReadCount":38}銆� - -[淇℃伅] 2024-11-01 11:20:37.548 Thread:[030] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.250.1銆戯紝鍐欏叆鐨勬暟鎹細銆怲rue銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怲rue銆戯紝璇诲彇鐨勬暟鎹細銆怲rue銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.1銆戯紝鍐欏叆鐨勬暟鎹細銆怲rue銆戯紝璇诲彇鐨勬暟鎹細銆怲rue銆� - -[淇℃伅] 2024-11-01 11:20:45.110 Thread:[022] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.250.1銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.1銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� - -[鑷村懡] 2024-11-01 11:23:56.677 Thread:[008] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.300.7銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.300.7銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 11:25:15.974 Thread:[017] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.250.5銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.250.5銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 11:27:54.332 Thread:[048] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.200.7銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.200.7銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 11:29:13.629 Thread:[047] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.300.5銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.300.5銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 11:31:52.081 Thread:[048] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.250.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.250.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 11:33:11.227 Thread:[046] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.200.5銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.200.5銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 11:37:08.841 Thread:[056] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.250.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.250.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 11:38:28.084 Thread:[059] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.150.3銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.150.3銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 11:39:47.323 Thread:[061] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.200.7銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.200.7銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[閿欒] 2024-11-01 13:12:12.911 Thread:[015] 杈撻�佺嚎 : PLC杩炴帴澶辫触锛孖P锛氥��192.168.0.1銆戯紝Port锛氥��102銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.1:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -[鑷村懡] 2024-11-01 13:12:23.006 Thread:[019] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怚nt16銆戯紝鍦板潃锛氥�怐B900.550.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.1:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怚nt16銆戯紝鍦板潃锛氥�怐B900.550.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.1:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 13:13:32.139 Thread:[019] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怚nt16銆戯紝鍦板潃锛氥�怐B900.550.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怚nt16銆戯紝鍦板潃锛氥�怐B900.550.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 13:14:51.275 Thread:[019] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怚nt16銆戯紝鍦板潃锛氥�怐B900.550.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怚nt16銆戯紝鍦板潃锛氥�怐B900.550.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 13:16:10.522 Thread:[015] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.200.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.200.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 13:17:09.240 Thread:[016] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.300.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":131648,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怐B901.300.0銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":131648,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":131648,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":131648,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":131648,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":131648,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":131648,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":131648,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":131648,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":131648,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":131648,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":131648,"ReadCount":38}銆� - -[淇℃伅] 2024-11-01 13:17:09.262 Thread:[016] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.300.1銆戯紝鍐欏叆鐨勬暟鎹細銆怲rue銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怲rue銆戯紝璇诲彇鐨勬暟鎹細銆怲rue銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.1銆戯紝鍐欏叆鐨勬暟鎹細銆怲rue銆戯紝璇诲彇鐨勬暟鎹細銆怲rue銆� - -[淇℃伅] 2024-11-01 13:17:10.241 Thread:[023] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.300.1銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.1銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� - -[鑷村懡] 2024-11-01 13:17:29.704 Thread:[018] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.200.5銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.200.5銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 13:21:27.394 Thread:[026] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.0.3銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.0.3銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 13:22:46.614 Thread:[024] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.250.7銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.250.7銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 13:24:05.831 Thread:[004] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.200.5銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.200.5銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 13:27:36.636 Thread:[033] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.0.5銆戯紝鍐欏叆鐨勬暟鎹細銆怲rue銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怲rue銆戯紝璇诲彇鐨勬暟鎹細銆怲rue銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.0.5銆戯紝鍐欏叆鐨勬暟鎹細銆怲rue銆戯紝璇诲彇鐨勬暟鎹細銆怲rue銆� - -[鑷村懡] 2024-11-01 13:28:03.493 Thread:[027] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.250.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.250.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 13:28:14.426 Thread:[018] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.0.5銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.0.5銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� - -[淇℃伅] 2024-11-01 13:32:35.920 Thread:[015] 杈撻�佺嚎 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.1銆戯紝Port锛氥��102銆� -[鑷村懡] 2024-11-01 13:33:20.379 Thread:[023] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.250.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.250.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 13:34:39.597 Thread:[030] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.150.3銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.150.3銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 13:35:58.785 Thread:[029] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.200.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.200.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 13:38:37.234 Thread:[025] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.0.5銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.0.5銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 13:42:00.473 Thread:[014] 杈撻�佺嚎 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.1銆戯紝Port锛氥��102銆� -[淇℃伅] 2024-11-01 13:42:14.482 Thread:[021] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.250.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101133135","TargetAddress":1092,"TaskNum":133135,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怐B901.250.0銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101133135","TargetAddress":1092,"TaskNum":133135,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101133135","TargetAddress":1092,"TaskNum":133135,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101133135","TargetAddress":1092,"TaskNum":133135,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101133135","TargetAddress":1092,"TaskNum":133135,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101133135","TargetAddress":1092,"TaskNum":133135,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101133135","TargetAddress":1092,"TaskNum":133135,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101133135","TargetAddress":1092,"TaskNum":133135,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101133135","TargetAddress":1092,"TaskNum":133135,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101133135","TargetAddress":1092,"TaskNum":133135,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101133135","TargetAddress":1092,"TaskNum":133135,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101133135","TargetAddress":1092,"TaskNum":133135,"ReadCount":38}銆� - -[淇℃伅] 2024-11-01 13:42:15.498 Thread:[021] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.250.1銆戯紝鍐欏叆鐨勬暟鎹細銆怲rue銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怲rue銆戯紝璇诲彇鐨勬暟鎹細銆怲rue銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.1銆戯紝鍐欏叆鐨勬暟鎹細銆怲rue銆戯紝璇诲彇鐨勬暟鎹細銆怲rue銆� - -[淇℃伅] 2024-11-01 13:42:19.115 Thread:[014] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.250.1銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.1銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� - -[鑷村懡] 2024-11-01 13:42:35.009 Thread:[027] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.0.7銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.0.7銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 13:46:32.956 Thread:[018] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怚nt16銆戯紝鍦板潃锛氥�怐B900.550.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怚nt16銆戯紝鍦板潃锛氥�怐B900.550.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 13:46:55.079 Thread:[027] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.300.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":134654,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怐B901.300.0銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":134654,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":134654,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":134654,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":134654,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":134654,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":134654,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":134654,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":134654,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":134654,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":134654,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":134654,"ReadCount":38}銆� - -[淇℃伅] 2024-11-01 13:46:55.104 Thread:[027] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.300.1銆戯紝鍐欏叆鐨勬暟鎹細銆怲rue銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怲rue銆戯紝璇诲彇鐨勬暟鎹細銆怲rue銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.1銆戯紝鍐欏叆鐨勬暟鎹細銆怲rue銆戯紝璇诲彇鐨勬暟鎹細銆怲rue銆� - -[淇℃伅] 2024-11-01 13:46:56.699 Thread:[027] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.300.1銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.1銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� - -[鑷村懡] 2024-11-01 13:49:11.021 Thread:[045] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.150.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.150.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 13:50:30.222 Thread:[048] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.200.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.200.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 13:54:09.072 Thread:[014] 杈撻�佺嚎 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.1銆戯紝Port锛氥��102銆� -[鑷村懡] 2024-11-01 13:57:06.352 Thread:[024] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.300.3銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.300.3銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 13:58:25.543 Thread:[027] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.0.5銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.0.5銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 13:59:44.752 Thread:[026] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.200.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.200.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 14:00:17.438 Thread:[030] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.0.5銆戯紝鍐欏叆鐨勬暟鎹細銆怲rue銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怲rue銆戯紝璇诲彇鐨勬暟鎹細銆怲rue銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.0.5銆戯紝鍐欏叆鐨勬暟鎹細銆怲rue銆戯紝璇诲彇鐨勬暟鎹細銆怲rue銆� - -[淇℃伅] 2024-11-01 14:00:55.552 Thread:[018] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.0.5銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.0.5銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� - -[鑷村懡] 2024-11-01 14:01:04.025 Thread:[020] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怚nt16銆戯紝鍦板潃锛氥�怐B900.550.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怚nt16銆戯紝鍦板潃锛氥�怐B900.550.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 14:03:03.858 Thread:[013] 杈撻�佺嚎 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.1銆戯紝Port锛氥��102銆� -[鑷村懡] 2024-11-01 14:03:42.628 Thread:[013] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.250.5銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.250.5銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 14:08:31.744 Thread:[031] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.250.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101140226","TargetAddress":1092,"TaskNum":140226,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怐B901.250.0銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101140226","TargetAddress":1092,"TaskNum":140226,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101140226","TargetAddress":1092,"TaskNum":140226,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101140226","TargetAddress":1092,"TaskNum":140226,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101140226","TargetAddress":1092,"TaskNum":140226,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101140226","TargetAddress":1092,"TaskNum":140226,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101140226","TargetAddress":1092,"TaskNum":140226,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101140226","TargetAddress":1092,"TaskNum":140226,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101140226","TargetAddress":1092,"TaskNum":140226,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101140226","TargetAddress":1092,"TaskNum":140226,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101140226","TargetAddress":1092,"TaskNum":140226,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101140226","TargetAddress":1092,"TaskNum":140226,"ReadCount":38}銆� - -[淇℃伅] 2024-11-01 14:08:34.167 Thread:[031] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.250.1銆戯紝鍐欏叆鐨勬暟鎹細銆怲rue銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怲rue銆戯紝璇诲彇鐨勬暟鎹細銆怲rue銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.1銆戯紝鍐欏叆鐨勬暟鎹細銆怲rue銆戯紝璇诲彇鐨勬暟鎹細銆怲rue銆� - -[淇℃伅] 2024-11-01 14:08:39.279 Thread:[031] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.250.1銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.1銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� - -[淇℃伅] 2024-11-01 14:13:14.119 Thread:[024] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.300.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":141309,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怐B901.300.0銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":141309,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":141309,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":141309,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":141309,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":141309,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":141309,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":141309,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":141309,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":141309,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":141309,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":141309,"ReadCount":38}銆� - -[淇℃伅] 2024-11-01 14:13:14.208 Thread:[024] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.300.1銆戯紝鍐欏叆鐨勬暟鎹細銆怲rue銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怲rue銆戯紝璇诲彇鐨勬暟鎹細銆怲rue銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.1銆戯紝鍐欏叆鐨勬暟鎹細銆怲rue銆戯紝璇诲彇鐨勬暟鎹細銆怲rue銆� - -[淇℃伅] 2024-11-01 14:13:16.201 Thread:[024] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.300.1銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.1銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� - -[鑷村懡] 2024-11-01 14:14:16.241 Thread:[037] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.300.5銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.300.5銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 14:14:35.774 Thread:[033] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.0.5銆戯紝鍐欏叆鐨勬暟鎹細銆怲rue銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怲rue銆戯紝璇诲彇鐨勬暟鎹細銆怲rue銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.0.5銆戯紝鍐欏叆鐨勬暟鎹細銆怲rue銆戯紝璇诲彇鐨勬暟鎹細銆怲rue銆� - -[鑷村懡] 2024-11-01 14:15:35.397 Thread:[035] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.300.3銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.300.3銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 14:16:54.631 Thread:[028] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.250.7銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.250.7銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 14:17:00.489 Thread:[029] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.0.5銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.0.5銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� - -[鑷村懡] 2024-11-01 14:18:13.895 Thread:[026] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.150.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.150.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 14:20:52.267 Thread:[029] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.300.7銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.300.7銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 14:23:30.709 Thread:[026] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.150.3銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.150.3銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 14:26:22.574 Thread:[004] 杈撻�佺嚎 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.1銆戯紝Port锛氥��102銆� -[鑷村懡] 2024-11-01 14:27:28.513 Thread:[004] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.150.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.150.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 14:27:34.019 Thread:[027] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.250.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101142535","TargetAddress":1092,"TaskNum":142535,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怐B901.250.0銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101142535","TargetAddress":1092,"TaskNum":142535,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101142535","TargetAddress":1092,"TaskNum":142535,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101142535","TargetAddress":1092,"TaskNum":142535,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101142535","TargetAddress":1092,"TaskNum":142535,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101142535","TargetAddress":1092,"TaskNum":142535,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101142535","TargetAddress":1092,"TaskNum":142535,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101142535","TargetAddress":1092,"TaskNum":142535,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101142535","TargetAddress":1092,"TaskNum":142535,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101142535","TargetAddress":1092,"TaskNum":142535,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101142535","TargetAddress":1092,"TaskNum":142535,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"20241101142535","TargetAddress":1092,"TaskNum":142535,"ReadCount":38}銆� - -[淇℃伅] 2024-11-01 14:27:34.091 Thread:[027] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.250.1銆戯紝鍐欏叆鐨勬暟鎹細銆怲rue銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怲rue銆戯紝璇诲彇鐨勬暟鎹細銆怲rue銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.1銆戯紝鍐欏叆鐨勬暟鎹細銆怲rue銆戯紝璇诲彇鐨勬暟鎹細銆怲rue銆� - -[淇℃伅] 2024-11-01 14:27:36.003 Thread:[025] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.250.1銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.250.1銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� - -[鑷村懡] 2024-11-01 14:30:06.886 Thread:[024] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.0.5銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.0.5銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 14:31:26.172 Thread:[024] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.250.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.250.1銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 14:34:04.509 Thread:[022] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.200.5銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.200.5銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 14:35:23.778 Thread:[016] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怚nt16銆戯紝鍦板潃锛氥�怐B900.550.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怚nt16銆戯紝鍦板潃锛氥�怐B900.550.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 14:36:42.914 Thread:[024] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋oolean銆戯紝鍦板潃锛氥�怐B901.150.7銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋oolean銆戯紝鍦板潃锛氥�怐B901.150.7銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 14:39:21.345 Thread:[016] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怚nt16銆戯紝鍦板潃锛氥�怐B900.550.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怚nt16銆戯紝鍦板潃锛氥�怐B900.550.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 14:41:19.326 Thread:[032] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.300.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":144119,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怐B901.300.0銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":144119,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":144119,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":144119,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":144119,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":144119,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":144119,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":144119,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":144119,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":144119,"ReadCount":38}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":144119,"ReadCount":38}銆戯紝璇诲彇鐨勬暟鎹細銆恵"InteractiveSignal":256,"Barcode":"12345","TargetAddress":1011,"TaskNum":144119,"ReadCount":38}銆� - -[淇℃伅] 2024-11-01 14:41:19.391 Thread:[032] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.300.1銆戯紝鍐欏叆鐨勬暟鎹細銆怲rue銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怲rue銆戯紝璇诲彇鐨勬暟鎹細銆怲rue銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.1銆戯紝鍐欏叆鐨勬暟鎹細銆怲rue銆戯紝璇诲彇鐨勬暟鎹細銆怲rue銆� - -[淇℃伅] 2024-11-01 14:41:20.318 Thread:[020] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.300.1銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.300.1銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� - -[淇℃伅] 2024-11-01 14:42:45.306 Thread:[004] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.0.5銆戯紝鍐欏叆鐨勬暟鎹細銆怲rue銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怲rue銆戯紝璇诲彇鐨勬暟鎹細銆怲rue銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.0.5銆戯紝鍐欏叆鐨勬暟鎹細銆怲rue銆戯紝璇诲彇鐨勬暟鎹細銆怲rue銆� - -[淇℃伅] 2024-11-01 14:43:24.951 Thread:[026] 杈撻�佺嚎 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B901.0.5銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B901.0.5銆戯紝鍐欏叆鐨勬暟鎹細銆怓alse銆戯紝璇诲彇鐨勬暟鎹細銆怓alse銆� - -[鑷村懡] 2024-11-01 14:48:36.053 Thread:[016] 杈撻�佺嚎 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怚nt16銆戯紝鍦板潃锛氥�怐B900.550.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怚nt16銆戯紝鍦板潃锛氥�怐B900.550.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ diff --git "a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/Log_PLCReadWrite/\351\231\210\345\214\2261\345\217\267\345\240\206\345\236\233\346\234\272/Logs_20241030164506.txt" "b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/Log_PLCReadWrite/\351\231\210\345\214\2261\345\217\267\345\240\206\345\236\233\346\234\272/Logs_20241030164506.txt" deleted file mode 100644 index 80a300d..0000000 --- "a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/Log_PLCReadWrite/\351\231\210\345\214\2261\345\217\267\345\240\206\345\236\233\346\234\272/Logs_20241030164506.txt" +++ /dev/null @@ -1,2422 +0,0 @@ -锘�[閿欒] 2024-10-30 16:45:06.981 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴澶辫触锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -[閿欒] 2024-10-30 16:46:44.959 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴澶辫触锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -[鑷村懡] 2024-10-30 16:46:55.087 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:47:05.839 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:47:16.533 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:47:27.188 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:47:37.857 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:47:48.577 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:47:59.260 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:48:10.006 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:48:20.672 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:48:31.325 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:48:42.016 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:48:52.798 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:49:03.490 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:49:14.114 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:49:24.881 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:49:35.609 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:49:46.306 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:49:56.969 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:50:07.606 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:50:18.260 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:50:28.992 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:50:39.693 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:50:50.379 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:51:01.017 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:51:11.668 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:51:22.324 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:51:32.975 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:51:43.669 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:51:54.441 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:52:05.190 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:52:15.917 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:52:26.637 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:52:37.329 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:52:48.057 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:52:58.784 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:53:09.450 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:53:20.208 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:53:30.883 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:53:41.617 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:53:52.249 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:54:02.895 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:54:13.539 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:54:24.213 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:54:34.836 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:54:45.560 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:54:56.232 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:55:06.922 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:55:17.615 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:55:28.301 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:55:38.989 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:55:49.743 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:56:00.413 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:56:11.131 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:56:21.810 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:56:32.477 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:56:43.110 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:56:53.819 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:57:04.538 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:57:15.298 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:57:25.970 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:57:36.638 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:57:47.349 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:57:57.997 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:58:08.659 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:58:19.387 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:58:30.020 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:58:40.735 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:58:51.437 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:59:02.060 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:59:12.851 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:59:23.545 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:59:34.324 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:59:44.999 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 16:59:55.699 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:00:06.402 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:00:17.067 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:00:27.855 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:00:38.531 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:00:49.238 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:00:59.969 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:01:10.639 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:01:21.381 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:01:32.132 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:01:42.831 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:01:53.475 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:02:04.179 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:02:14.918 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:02:25.603 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:02:36.328 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:02:46.996 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:02:57.645 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:03:08.329 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:03:19.015 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:03:29.754 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:03:40.439 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:03:51.162 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:04:01.934 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:04:12.669 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:04:23.417 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:04:34.098 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:04:44.936 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:04:55.613 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:05:06.357 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:05:17.074 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:05:27.804 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:05:38.516 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:05:49.236 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:05:59.920 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:06:10.570 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:06:21.223 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:06:31.965 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:06:42.634 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:06:53.257 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:07:04.030 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:07:14.682 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:07:25.383 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:07:36.045 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:07:46.764 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:07:57.433 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:08:08.180 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:08:18.978 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:08:29.658 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:08:40.354 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:08:51.025 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:09:01.807 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:09:12.559 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:09:23.253 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:09:33.895 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:09:44.606 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:09:55.312 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:10:06.011 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:10:16.673 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:10:27.353 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:10:38.019 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:10:48.674 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:10:59.410 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:11:10.107 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:11:20.810 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:11:31.458 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:11:42.136 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:11:52.861 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:12:03.662 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:12:14.388 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:12:25.104 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:12:35.807 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:12:46.495 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:12:57.256 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:13:07.948 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:13:18.692 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:13:29.430 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:13:40.086 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:13:50.855 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:14:01.575 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:14:12.269 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:14:22.936 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:14:33.669 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:14:44.351 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:14:55.011 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:15:05.783 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:15:16.476 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:15:27.107 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:15:37.842 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:15:48.572 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:15:59.268 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:16:09.995 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:16:20.724 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:16:31.441 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:16:42.128 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:17:03.517 Thread:[031] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�愯繙绋嬩富鏈哄己杩叧闂簡涓�涓幇鏈夌殑杩炴帴銆傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�愯繙绋嬩富鏈哄己杩叧闂簡涓�涓幇鏈夌殑杩炴帴銆傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:17:13.544 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:17:23.586 Thread:[031] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:17:34.971 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:24:11.209 Thread:[050] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:26:49.583 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-30 17:28:08.702 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-10-31 13:43:54.691 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[淇℃伅] 2024-10-31 13:44:54.682 Thread:[021] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","ReadCount":48}銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怐B105.2.0銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","ReadCount":48}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","ReadCount":48}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","ReadCount":48}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","ReadCount":48}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","ReadCount":48}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","ReadCount":48}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","ReadCount":48}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","ReadCount":48}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","ReadCount":48}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","ReadCount":48}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","ReadCount":48}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","ReadCount":48}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","ReadCount":48}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","ReadCount":48}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","ReadCount":48}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","ReadCount":48}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","ReadCount":48}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","ReadCount":48}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","ReadCount":48}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","ReadCount":48}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","ReadCount":48}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","ReadCount":48}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","ReadCount":48}銆� - -[淇℃伅] 2024-10-31 13:57:29.310 Thread:[006] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[鑷村懡] 2024-10-31 13:57:36.651 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-10-31 13:58:26.137 Thread:[022] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怐B105.2.0銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":132351,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� - -[鑷村懡] 2024-10-31 13:58:55.682 Thread:[024] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-10-31 14:00:05.154 Thread:[006] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B105.6.0銆戯紝鍐欏叆鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥��0銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥��5銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.6.0銆戯紝鍐欏叆鐨勬暟鎹細銆�5銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� - -[鑷村懡] 2024-10-31 14:04:12.684 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-31 14:08:10.622 Thread:[029] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-10-31 14:12:46.202 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[閿欒] 2024-10-31 14:26:49.803 Thread:[009] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴澶辫触锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -[鑷村懡] 2024-10-31 14:27:00.048 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-31 14:27:10.650 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-31 14:27:21.375 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-31 14:27:32.162 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-31 14:27:42.817 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-31 14:27:53.467 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-31 14:28:04.165 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-31 14:28:14.747 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-31 14:28:25.307 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-31 14:28:35.902 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-31 14:28:46.511 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-31 14:28:57.097 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-31 14:29:07.672 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-31 14:29:18.431 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-31 14:29:29.054 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-10-31 14:41:23.868 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[鑷村懡] 2024-10-31 14:42:29.997 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-31 14:43:49.199 Thread:[022] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-31 14:46:28.086 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-31 14:47:46.935 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-31 14:51:44.741 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-10-31 14:54:23.016 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-10-31 17:51:22.265 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[淇℃伅] 2024-10-31 17:55:46.339 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[鑷村懡] 2024-10-31 17:57:54.684 Thread:[028] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-10-31 18:00:42.470 Thread:[004] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[鑷村懡] 2024-10-31 18:02:02.968 Thread:[013] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-10-31 18:06:20.154 Thread:[013] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[淇℃伅] 2024-10-31 18:07:24.916 Thread:[006] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[淇℃伅] 2024-10-31 18:09:27.572 Thread:[006] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[鑷村懡] 2024-10-31 18:11:08.634 Thread:[018] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[閿欒] 2024-10-31 22:01:15.287 Thread:[004] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴澶辫触锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -[鑷村懡] 2024-10-31 22:01:25.764 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[閿欒] 2024-10-31 22:04:47.547 Thread:[006] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴澶辫触锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -[閿欒] 2024-11-01 09:27:58.472 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴澶辫触锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -[閿欒] 2024-11-01 09:29:15.301 Thread:[008] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴澶辫触锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -[鑷村懡] 2024-11-01 09:29:46.268 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:30:11.411 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:31:13.035 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:31:25.323 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:31:37.502 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:31:50.273 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:32:01.337 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:32:12.051 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:32:22.729 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:32:33.334 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:33:05.046 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:33:15.686 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:33:46.683 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:33:57.291 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:34:07.894 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:34:18.481 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:34:29.168 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:34:39.838 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:34:50.555 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:35:01.256 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:35:12.014 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:35:22.748 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:35:33.455 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:35:44.177 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:35:54.829 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:36:05.594 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:36:16.340 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:36:26.993 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:36:37.759 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:36:50.639 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:37:25.573 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:37:40.302 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:37:50.996 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:38:01.695 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:38:12.347 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:38:23.047 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:38:33.732 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:38:44.426 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:38:55.102 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:39:05.808 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:39:16.513 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:39:27.111 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:39:37.713 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:39:48.432 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:39:59.089 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:40:09.753 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:40:20.350 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:40:30.974 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:40:41.697 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:40:52.427 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:41:03.125 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:41:13.742 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:41:24.459 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:41:35.166 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:41:45.832 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:41:56.606 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:42:07.238 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:42:17.971 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:42:28.634 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:42:39.356 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:42:50.012 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:43:00.634 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:43:11.293 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:43:21.939 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:43:32.613 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:43:43.241 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:43:53.920 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:44:04.561 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:44:15.147 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:44:25.851 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:44:36.506 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:44:47.198 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:44:57.886 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:45:08.506 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:45:19.130 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:45:29.807 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:45:40.489 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:45:51.152 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:46:01.839 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:46:12.485 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:46:23.108 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:46:33.800 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:46:44.478 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:46:55.147 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:47:05.803 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:47:16.415 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:47:27.008 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:47:37.599 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:47:48.288 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:47:58.932 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:48:20.609 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:48:38.050 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:48:48.702 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:48:59.334 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:49:09.989 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:49:20.581 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:49:31.191 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:49:41.896 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:49:52.603 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:50:03.289 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:50:13.951 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:50:24.547 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:50:35.172 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:50:45.869 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:50:56.549 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:51:07.230 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:51:17.902 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:51:28.621 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:51:42.625 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:51:53.282 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:52:03.947 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:52:14.572 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Connect 192.168.0.101:102 Exception -> 鍦ㄤ竴涓潪濂楁帴瀛椾笂灏濊瘯浜嗕竴涓搷浣溿�� 192.168.0.101:102銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:52:25.193 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:52:35.847 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:52:46.521 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:52:57.210 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:53:07.846 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:53:18.559 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:53:29.311 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:53:39.992 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:53:50.706 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:54:01.326 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:54:11.957 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:54:22.573 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 09:54:33.245 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 10:20:37.344 Thread:[004] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[淇℃伅] 2024-11-01 10:20:41.337 Thread:[023] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怐B105.2.0銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":93114,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� - -[淇℃伅] 2024-11-01 10:22:19.993 Thread:[025] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B105.6.0銆戯紝鍐欏叆鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥��5銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.6.0銆戯紝鍐欏叆鐨勬暟鎹細銆�5銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� - -[淇℃伅] 2024-11-01 10:24:54.233 Thread:[004] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[淇℃伅] 2024-11-01 10:31:53.033 Thread:[006] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[淇℃伅] 2024-11-01 10:35:06.414 Thread:[013] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[淇℃伅] 2024-11-01 10:38:14.363 Thread:[009] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[淇℃伅] 2024-11-01 10:39:48.780 Thread:[004] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[淇℃伅] 2024-11-01 10:42:45.243 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[鑷村懡] 2024-11-01 10:43:00.905 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 10:44:35.965 Thread:[007] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[淇℃伅] 2024-11-01 10:46:32.382 Thread:[004] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[鑷村懡] 2024-11-01 10:46:58.790 Thread:[021] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 10:55:16.451 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[鑷村懡] 2024-11-01 11:10:23.969 Thread:[013] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 杩滅▼涓绘満寮鸿揩鍏抽棴浜嗕竴涓幇鏈夌殑杩炴帴銆傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 杩滅▼涓绘満寮鸿揩鍏抽棴浜嗕竴涓幇鏈夌殑杩炴帴銆傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 11:11:33.548 Thread:[018] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怐B105.2.0銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":102342,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101102342","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� - -[鑷村懡] 2024-11-01 11:12:03.791 Thread:[030] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.22.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.22.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 11:15:48.366 Thread:[018] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B105.6.0銆戯紝鍐欏叆鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥��5銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.6.0銆戯紝鍐欏叆鐨勬暟鎹細銆�5銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� - -[淇℃伅] 2024-11-01 11:19:03.111 Thread:[013] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[鑷村懡] 2024-11-01 11:22:37.429 Thread:[037] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.22.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.22.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 11:23:56.904 Thread:[004] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 11:34:30.502 Thread:[004] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 11:37:09.060 Thread:[004] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 11:38:28.183 Thread:[004] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 11:39:47.489 Thread:[062] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[閿欒] 2024-11-01 13:12:02.827 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴澶辫触锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -[鑷村懡] 2024-11-01 13:12:13.051 Thread:[013] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 13:12:23.651 Thread:[013] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�愯繛鎺� 192.168.0.101:102 澶辫触锛岃秴鏃舵椂闂翠负 10000 ms銆� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 13:18:49.017 Thread:[028] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 13:22:46.723 Thread:[013] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 13:25:25.044 Thread:[032] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 13:27:37.192 Thread:[028] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怐B105.2.0銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":131648,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� - -[淇℃伅] 2024-11-01 13:29:16.198 Thread:[028] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B105.6.0銆戯紝鍐欏叆鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥��5銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.6.0銆戯紝鍐欏叆鐨勬暟鎹細銆�5銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� - -[鑷村懡] 2024-11-01 13:30:42.037 Thread:[051] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 13:32:35.738 Thread:[015] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[淇℃伅] 2024-11-01 13:32:43.765 Thread:[009] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怐B105.2.0銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":133135,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101133135","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� - -[淇℃伅] 2024-11-01 13:33:55.490 Thread:[009] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B105.6.0銆戯紝鍐欏叆鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥��0銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥��5銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.6.0銆戯紝鍐欏叆鐨勬暟鎹細銆�5銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� - -[鑷村懡] 2024-11-01 13:37:18.150 Thread:[027] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 13:42:00.383 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[鑷村懡] 2024-11-01 13:42:35.027 Thread:[004] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 13:46:32.957 Thread:[024] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 13:47:51.855 Thread:[004] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 13:53:08.641 Thread:[052] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.22.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.22.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 13:54:08.947 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[鑷村懡] 2024-11-01 13:55:47.136 Thread:[013] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 13:57:06.417 Thread:[013] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 14:00:18.332 Thread:[018] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怐B105.2.0銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":134654,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� - -[淇℃伅] 2024-11-01 14:01:57.762 Thread:[029] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B105.6.0銆戯紝鍐欏叆鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥��0銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥��5銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.6.0銆戯紝鍐欏叆鐨勬暟鎹細銆�5銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� - -[鑷村懡] 2024-11-01 14:02:23.222 Thread:[016] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 14:03:03.708 Thread:[013] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[淇℃伅] 2024-11-01 14:03:43.516 Thread:[018] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B105.6.0銆戯紝鍐欏叆鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥��0銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥��5銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.6.0銆戯紝鍐欏叆鐨勬暟鎹細銆�5銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� - -[淇℃伅] 2024-11-01 14:03:43.742 Thread:[013] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怐B105.2.0銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":140226,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":1,"StartLayer":1,"EndRow":1,"EndColumn":0,"EndLayer":1,"Barcode":"20241101140226","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� - -[鑷村懡] 2024-11-01 14:08:59.308 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 14:14:16.360 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 14:15:57.194 Thread:[035] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怐B105.2.0銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":141309,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� - -[淇℃伅] 2024-11-01 14:17:52.958 Thread:[034] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B105.6.0銆戯紝鍐欏叆鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥��0銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥��5銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.6.0銆戯紝鍐欏叆鐨勬暟鎹細銆�5銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� - -[鑷村懡] 2024-11-01 14:18:13.962 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 14:19:33.077 Thread:[026] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.22.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.22.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 14:26:22.396 Thread:[004] 闄堝寲1鍙峰爢鍨涙満 : PLC杩炴帴鎴愬姛锛孖P锛氥��192.168.0.101銆戯紝Port锛氥��102銆� -[淇℃伅] 2024-11-01 14:26:49.969 Thread:[004] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B105.6.0銆戯紝鍐欏叆鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥��0銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥��5銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.6.0銆戯紝鍐欏叆鐨勬暟鎹細銆�5銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� - -[鑷村懡] 2024-11-01 14:27:28.513 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 14:30:06.820 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 14:31:26.221 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 14:35:23.736 Thread:[018] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[鑷村懡] 2024-11-01 14:40:40.626 Thread:[018] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.3.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 14:42:47.930 Thread:[017] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥�怐B105.2.0銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.2.0銆戯紝鍐欏叆鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆戯紝璇诲彇鐨勬暟鎹細銆恵"TaskNum":144119,"WorkType":1,"TrayType":0,"StartRow":1,"StartColumn":0,"StartLayer":2,"EndRow":1,"EndColumn":1,"EndLayer":1,"Barcode":"12345","StartCommand":1,"FireCommand":0,"ReadCount":56}銆� - -[鑷村懡] 2024-11-01 14:43:19.269 Thread:[014] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.2.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ -[淇℃伅] 2024-11-01 14:44:26.946 Thread:[027] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁鍐欏叆锛屽湴鍧�锛氥�怐B105.6.0銆戯紝鍐欏叆鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栵紝鍦板潃锛氥��5銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� -鏁版嵁鍐欏叆鍚庤鍙栨牎楠屾垚鍔燂紝鍦板潃锛氥�怐B105.6.0銆戯紝鍐欏叆鐨勬暟鎹細銆�5銆戯紝璇诲彇鐨勬暟鎹細銆�5銆� - -[鑷村懡] 2024-11-01 14:47:16.752 Thread:[034] 闄堝寲1鍙峰爢鍨涙満 : 鏁版嵁璇诲彇澶辫触锛屾暟鎹被鍨嬶細銆怋yte銆戯紝鍦板潃锛氥�怐B106.22.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� : 閿欒淇℃伅锛氭暟鎹鍙栧け璐ワ紝鏁版嵁绫诲瀷锛氥�怋yte銆戯紝鍦板潃锛氥�怐B106.22.0銆戯紝閿欒淇℃伅锛氥�怱ocket Exception -> 鐢变簬杩炴帴鏂瑰湪涓�娈垫椂闂村悗娌℃湁姝g‘绛斿鎴栬繛鎺ョ殑涓绘満娌℃湁鍙嶅簲锛岃繛鎺ュ皾璇曞け璐ャ�傘�� -閿欒婧愶細WIDESEAWCS_Communicator -閿欒鍫嗘爤锛� at WIDESEAWCS_Communicator.SiemensS7.GetContent[T](OperateResult`1 operateResult, String address) in D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Communicator\Siemens\SiemensS7Communicator.cs:line 128 -閿欒绫诲瀷锛歐IDESEAWCS_Communicator.CommunicationException -閿欒鏂规硶锛歋ystem.Object GetContent[T](HslCommunication.OperateResult`1[T], System.String) -/=================================================[ Exception ]================================================/ diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_Server.exe b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_Server.exe deleted file mode 100644 index 8a09c6b..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_Server.exe +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/WIDESEAWCS_Server.AssemblyInfo.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/WIDESEAWCS_Server.AssemblyInfo.cs deleted file mode 100644 index f4c8efb..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/WIDESEAWCS_Server.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// 姝や唬鐮佺敱宸ュ叿鐢熸垚銆� -// 杩愯鏃剁増鏈�:4.0.30319.42000 -// -// 瀵规鏂囦欢鐨勬洿鏀瑰彲鑳戒細瀵艰嚧涓嶆纭殑琛屼负锛屽苟涓斿鏋� -// 閲嶆柊鐢熸垚浠g爜锛岃繖浜涙洿鏀瑰皢浼氫涪澶便�� -// </auto-generated> -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_Server")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d0bd841aa5414250973586473c5aa7cd9757143f")] -[assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_Server")] -[assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_Server")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// 鐢� MSBuild WriteCodeFragment 绫荤敓鎴愩�� - diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/WIDESEAWCS_Server.AssemblyInfoInputs.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/WIDESEAWCS_Server.AssemblyInfoInputs.cache deleted file mode 100644 index 5310ff2..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/WIDESEAWCS_Server.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -57a7c6160eeb736cd51c9cd494d3d37d3785c6a48237bccde47cde3165d724b2 diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/WIDESEAWCS_Server.csproj.AssemblyReference.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/WIDESEAWCS_Server.csproj.AssemblyReference.cache deleted file mode 100644 index a104a21..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/WIDESEAWCS_Server.csproj.AssemblyReference.cache +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/apphost.exe b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/apphost.exe deleted file mode 100644 index 8a09c6b..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/apphost.exe +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/obj/Debug/net6.0/WIDESEAWCS_SystemRepository.AssemblyInfo.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/obj/Debug/net6.0/WIDESEAWCS_SystemRepository.AssemblyInfo.cs deleted file mode 100644 index bcd292f..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/obj/Debug/net6.0/WIDESEAWCS_SystemRepository.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// 姝や唬鐮佺敱宸ュ叿鐢熸垚銆� -// 杩愯鏃剁増鏈�:4.0.30319.42000 -// -// 瀵规鏂囦欢鐨勬洿鏀瑰彲鑳戒細瀵艰嚧涓嶆纭殑琛屼负锛屽苟涓斿鏋� -// 閲嶆柊鐢熸垚浠g爜锛岃繖浜涙洿鏀瑰皢浼氫涪澶便�� -// </auto-generated> -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_SystemRepository")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d0bd841aa5414250973586473c5aa7cd9757143f")] -[assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_SystemRepository")] -[assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_SystemRepository")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// 鐢� MSBuild WriteCodeFragment 绫荤敓鎴愩�� - diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/obj/Debug/net6.0/WIDESEAWCS_SystemRepository.AssemblyInfoInputs.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/obj/Debug/net6.0/WIDESEAWCS_SystemRepository.AssemblyInfoInputs.cache deleted file mode 100644 index 78d668e..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/obj/Debug/net6.0/WIDESEAWCS_SystemRepository.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -a6b8956f8b0ad7daf7d15d4373c3e375c4d2aa43bdf554bf13b1fc6a90d47963 diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/obj/Debug/net6.0/WIDESEAWCS_SystemRepository.csproj.AssemblyReference.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/obj/Debug/net6.0/WIDESEAWCS_SystemRepository.csproj.AssemblyReference.cache deleted file mode 100644 index e581509..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/obj/Debug/net6.0/WIDESEAWCS_SystemRepository.csproj.AssemblyReference.cache +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/obj/Debug/net6.0/WIDESEAWCS_SystemServices.AssemblyInfo.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/obj/Debug/net6.0/WIDESEAWCS_SystemServices.AssemblyInfo.cs deleted file mode 100644 index 1fa3c60..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/obj/Debug/net6.0/WIDESEAWCS_SystemServices.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// 姝や唬鐮佺敱宸ュ叿鐢熸垚銆� -// 杩愯鏃剁増鏈�:4.0.30319.42000 -// -// 瀵规鏂囦欢鐨勬洿鏀瑰彲鑳戒細瀵艰嚧涓嶆纭殑琛屼负锛屽苟涓斿鏋� -// 閲嶆柊鐢熸垚浠g爜锛岃繖浜涙洿鏀瑰皢浼氫涪澶便�� -// </auto-generated> -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_SystemServices")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d0bd841aa5414250973586473c5aa7cd9757143f")] -[assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_SystemServices")] -[assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_SystemServices")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// 鐢� MSBuild WriteCodeFragment 绫荤敓鎴愩�� - diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/obj/Debug/net6.0/WIDESEAWCS_SystemServices.AssemblyInfoInputs.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/obj/Debug/net6.0/WIDESEAWCS_SystemServices.AssemblyInfoInputs.cache deleted file mode 100644 index b406611..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/obj/Debug/net6.0/WIDESEAWCS_SystemServices.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -85b5c92a830d7b3a9d178fcaea16d4096d09db8cb9cbbda24e316c455c93bf74 diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/obj/Debug/net6.0/WIDESEAWCS_SystemServices.csproj.AssemblyReference.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/obj/Debug/net6.0/WIDESEAWCS_SystemServices.csproj.AssemblyReference.cache deleted file mode 100644 index 215102d..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/obj/Debug/net6.0/WIDESEAWCS_SystemServices.csproj.AssemblyReference.cache +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.AssemblyInfo.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.AssemblyInfo.cs deleted file mode 100644 index 77ab43a..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// 姝や唬鐮佺敱宸ュ叿鐢熸垚銆� -// 杩愯鏃剁増鏈�:4.0.30319.42000 -// -// 瀵规鏂囦欢鐨勬洿鏀瑰彲鑳戒細瀵艰嚧涓嶆纭殑琛屼负锛屽苟涓斿鏋� -// 閲嶆柊鐢熸垚浠g爜锛岃繖浜涙洿鏀瑰皢浼氫涪澶便�� -// </auto-generated> -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_TaskInfoRepository")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d0bd841aa5414250973586473c5aa7cd9757143f")] -[assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_TaskInfoRepository")] -[assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_TaskInfoRepository")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// 鐢� MSBuild WriteCodeFragment 绫荤敓鎴愩�� - diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.AssemblyInfoInputs.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.AssemblyInfoInputs.cache deleted file mode 100644 index 3e00f1b..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -997b99bcc7cc49c65c40d7ba61e82a43bbfb90517c90bf3f377ec2a1f2a6d88d diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.csproj.AssemblyReference.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.csproj.AssemblyReference.cache deleted file mode 100644 index 8145e76..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.csproj.AssemblyReference.cache +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs index 1cdc30a..20a3264 100644 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs +++ b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs @@ -132,8 +132,8 @@ try { #region 鐪熷疄鏁版嵁 - - // 鍒涘缓璇锋眰瀵硅薄 + // TODO: 璋冪敤鎺ュ彛鑾峰彇涓嬩竴涓湴鍧� + //// 鍒涘缓璇锋眰瀵硅薄 //RequestTaskDto request = new RequestTaskDto() //{ // Position = sourceAddress, @@ -401,6 +401,34 @@ task.CurrentAddress = task.NextAddress; task.NextAddress = $"{random.Next(1, 1).ToString().PadLeft(3, '0')}-{random.Next(1, 1).ToString().PadLeft(3, '0')}-{random.Next(1, 1).ToString().PadLeft(3, '0')}"; task.TargetAddress = task.NextAddress; + + #region 鐪熷疄鏁版嵁 + // TODO: 璋冪敤鎺ュ彛鑾峰彇涓嬩竴涓湴鍧� + //// 鍒涘缓璇锋眰瀵硅薄 + //RequestTaskDto request = new RequestTaskDto() + //{ + // Position = task.NextAddress, + // PalletCode = task.PalletCode, + //}; + + //// 鍙戦�佽姹傚苟绛夊緟鍝嶅簲 + //var result = HttpHelper.PostAsync("http:127.0.0.1:8098/api/Task/RequestTaskAsync", request.ToJsonString()).Result; + + //// 鍙嶅簭鍒楀寲鍝嶅簲鍐呭 + //content = JsonConvert.DeserializeObject<WebResponseContent>(result); + + //// 妫�鏌ョ姸鎬佸苟杩斿洖 + //if (!content.Status) + // return content; + + //// 鍙嶅簭鍒楀寲浠诲姟鏁版嵁 + //WMSTaskDTO taskResult = JsonConvert.DeserializeObject<WMSTaskDTO>(content.Data.ToString()); + + //task.CurrentAddress = task.NextAddress; + //task.NextAddress = taskResult.TargetAddress; + //task.TargetAddress = task.NextAddress; + #endregion + } } else @@ -504,20 +532,25 @@ BaseDal.UpdateData(task); _taskExecuteDetailService.AddTaskExecuteDetail(task.TaskId, $"鍫嗗灈鏈哄叆搴撳畬鎴�"); - WMSTaskDTO taskDTO = new WMSTaskDTO() - { - TaskNum = Convert.ToInt32(DateTime.Now.ToString("HHmmss")), - Grade = 1, - PalletCode = task.PalletCode + "S", - RoadWay = "SC01", - SourceAddress = task.TargetAddress, - TargetAddress = "CLOutAreaA", - TaskState = (int)TaskOutStatusEnum.OutNew, - Id = 0, - TaskType = (int)TaskOutboundTypeEnum.Outbound - }; - content = ReceiveWMSTask(new List<WMSTaskDTO> { taskDTO }); + //var x = new { taskNum = taskNum }; + //var result = HttpHelper.GetAsync("http:127.0.0.1:8098/api/Task/CompleteTaskAsync", x.ToJsonString()).Result; + //content = JsonConvert.DeserializeObject<WebResponseContent>(result); + + //WMSTaskDTO taskDTO = new WMSTaskDTO() + //{ + // TaskNum = Convert.ToInt32(DateTime.Now.ToString("HHmmss")), + // Grade = 1, + // PalletCode = task.PalletCode + "S", + // RoadWay = "SC01", + // SourceAddress = task.TargetAddress, + // TargetAddress = "CLOutAreaA", + // TaskState = (int)TaskOutStatusEnum.OutNew, + // Id = 0, + // TaskType = (int)TaskOutboundTypeEnum.Outbound + //}; + + //content = ReceiveWMSTask(new List<WMSTaskDTO> { taskDTO }); } else if (task.TaskType.GetTaskTypeGroup() == TaskTypeGroup.RelocationGroup) { @@ -530,7 +563,7 @@ { throw new Exception($"浠诲姟绫诲瀷閿欒,鏈壘鍒拌浠诲姟绫诲瀷,浠诲姟鍙�:銆恵taskNum}銆�,浠诲姟绫诲瀷:銆恵task.TaskType}銆�"); } - content = WebResponseContent.Instance.OK(); + //content = WebResponseContent.Instance.OK(); } catch (Exception ex) { diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/WIDESEAWCS_TaskInfoService.AssemblyInfo.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/WIDESEAWCS_TaskInfoService.AssemblyInfo.cs deleted file mode 100644 index 8ee3e02..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/WIDESEAWCS_TaskInfoService.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// 姝や唬鐮佺敱宸ュ叿鐢熸垚銆� -// 杩愯鏃剁増鏈�:4.0.30319.42000 -// -// 瀵规鏂囦欢鐨勬洿鏀瑰彲鑳戒細瀵艰嚧涓嶆纭殑琛屼负锛屽苟涓斿鏋� -// 閲嶆柊鐢熸垚浠g爜锛岃繖浜涙洿鏀瑰皢浼氫涪澶便�� -// </auto-generated> -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_TaskInfoService")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d0bd841aa5414250973586473c5aa7cd9757143f")] -[assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_TaskInfoService")] -[assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_TaskInfoService")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// 鐢� MSBuild WriteCodeFragment 绫荤敓鎴愩�� - diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/WIDESEAWCS_TaskInfoService.AssemblyInfoInputs.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/WIDESEAWCS_TaskInfoService.AssemblyInfoInputs.cache deleted file mode 100644 index 9113f3c..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/WIDESEAWCS_TaskInfoService.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -1a19f3046407fb30d566962b7d35a02fa83366be4ad4c40acda1b6fdbd70bae8 diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/WIDESEAWCS_TaskInfoService.GeneratedMSBuildEditorConfig.editorconfig b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/WIDESEAWCS_TaskInfoService.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 7ce8310..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/WIDESEAWCS_TaskInfoService.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = WIDESEAWCS_TaskInfoService -build_property.ProjectDir = D:\Git\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/WIDESEAWCS_TaskInfoService.assets.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/WIDESEAWCS_TaskInfoService.assets.cache deleted file mode 100644 index ee0ee36..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/WIDESEAWCS_TaskInfoService.assets.cache +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/WIDESEAWCS_TaskInfoService.csproj.AssemblyReference.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/WIDESEAWCS_TaskInfoService.csproj.AssemblyReference.cache deleted file mode 100644 index b17cfb5..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/WIDESEAWCS_TaskInfoService.csproj.AssemblyReference.cache +++ /dev/null Binary files differ diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/CommonConveyorLineJob.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/CommonConveyorLineJob.cs index cab27ea..f2b2880 100644 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/CommonConveyorLineJob.cs +++ b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/CommonConveyorLineJob.cs @@ -19,7 +19,7 @@ using AutoMapper; using HslCommunication; -using OfficeOpenXml.FormulaParsing.Excel.Functions.Text; +using Newtonsoft.Json; using Quartz; using SqlSugar; using System.Reflection; @@ -43,6 +43,7 @@ { private readonly List<string> _deviceCodes1 = new List<string>() { "1063", "1061", "1060" }; private readonly List<string> _deviceCodes2 = new List<string>() { "1067", "1069", "1068" }; + private readonly string[] HCTrayCode = { "1012", "1013" }; private readonly ITaskService _taskService; private readonly ITaskRepository _taskRepository; private readonly ITaskExecuteDetailService _taskExecuteDetailService; @@ -127,6 +128,14 @@ // EmptyTrayReturn(conveyorLine, command, _deviceCodes2[_deviceCodes1.Count - 1], i); // } //} + foreach (var item in HCTrayCode) + { + ConveyorLineTaskCommand command = conveyorLine.ReadCustomer<ConveyorLineTaskCommand>(item); + if (command.InteractiveSignal != 2) + { + ChuanhuaOutbound(conveyorLine, command, HCTrayCode[0], 0); + } + } Task.WaitAll(tasks.ToArray()); } } @@ -136,7 +145,7 @@ } finally { - WriteDebug("CommonConveyorLineJob", "test"); + //WriteDebug("CommonConveyorLineJob", "test"); //Console.Out.WriteLine(DateTime.Now); } return Task.CompletedTask; @@ -152,39 +161,86 @@ public void RequestInbound(CommonConveyorLine conveyorLine, ConveyorLineTaskCommand command, string childDeviceCode, int ProtocalDetailValue) { var taskNew = _taskService.QueryCraneConveyorLineTask(command.Barcode.ObjToInt(), childDeviceCode); - var TaskTray = _taskService.QueryConveyorLineTask(conveyorLine.DeviceCode, childDeviceCode); - if (TaskTray != null && TaskTray.TaskType == (int)TaskOutboundTypeEnum.OutTray) + var Taskout = _taskService.QueryConveyorLineTask(conveyorLine.DeviceCode, childDeviceCode); + if (Taskout != null) { // 绌烘墭鐩樹换鍔� - if (TaskTray.TaskState == (int)TaskOutStatusEnum.SC_OutFinish) + if (Taskout.TaskType == (int)TaskOutboundTypeEnum.OutTray) { - ConveyorLineTaskCommand taskCommand = _mapper.Map<ConveyorLineTaskCommand>(TaskTray); - taskCommand.InteractiveSignal = command.InteractiveSignal; - if (command.Barcode == "") + if (Taskout.TaskState == (int)TaskOutStatusEnum.SC_OutFinish) { - taskCommand.TargetAddress = 1092; - } - conveyorLine.SendCommand(taskCommand, childDeviceCode); - - ConveyorLineSendFinish(conveyorLine, childDeviceCode, ProtocalDetailValue, true); - - _taskService.UpdateTaskStatusToNext(TaskTray); - } - else if(TaskTray.TaskState == (int)TaskOutStatusEnum.Line_OutExecuting) - { - if(command.Barcode == "") - { - ConveyorLineTaskCommand taskCommand = _mapper.Map<ConveyorLineTaskCommand>(TaskTray); + ConveyorLineTaskCommand taskCommand = _mapper.Map<ConveyorLineTaskCommand>(Taskout); taskCommand.InteractiveSignal = command.InteractiveSignal; - taskCommand.TargetAddress = 1092; + if (command.Barcode == "") + { + taskCommand.TargetAddress = 1092; + } conveyorLine.SendCommand(taskCommand, childDeviceCode); ConveyorLineSendFinish(conveyorLine, childDeviceCode, ProtocalDetailValue, true); - _taskService.UpdateTaskStatusToNext(TaskTray); + + _taskService.UpdateTaskStatusToNext(Taskout); + } + else if (Taskout.TaskState == (int)TaskOutStatusEnum.Line_OutExecuting) + { + if (command.Barcode == "") + { + ConveyorLineTaskCommand taskCommand = _mapper.Map<ConveyorLineTaskCommand>(Taskout); + taskCommand.InteractiveSignal = command.InteractiveSignal; + taskCommand.TargetAddress = 1092; + conveyorLine.SendCommand(taskCommand, childDeviceCode); + + ConveyorLineSendFinish(conveyorLine, childDeviceCode, ProtocalDetailValue, true); + _taskService.UpdateTaskStatusToNext(Taskout); + } + } + } + else if (Taskout.TaskType == (int)TaskOutboundTypeEnum.Outbound) + { + if (Taskout.TaskState == (int)TaskOutStatusEnum.SC_OutExecuting) + { + ConveyorLineTaskCommand taskCommand = _mapper.Map<ConveyorLineTaskCommand>(Taskout); + taskCommand.InteractiveSignal = command.InteractiveSignal; + if (command.Barcode == "") + { + //todo 娌℃湁鏄庣‘寮傚父鍙o紝閫佸埌鐩爣宸烽亾鐨凬G鍙� + //taskCommand.TargetAddress = 1092; + } + conveyorLine.SendCommand(taskCommand, childDeviceCode); + + ConveyorLineSendFinish(conveyorLine, childDeviceCode, ProtocalDetailValue, true); + + _taskService.UpdateTaskStatusToNext(Taskout); + } + else if (Taskout.TaskState == (int)TaskOutStatusEnum.Line_OutExecuting) + { + if (command.Barcode == "") + { + ConveyorLineTaskCommand taskCommand = _mapper.Map<ConveyorLineTaskCommand>(Taskout); + taskCommand.InteractiveSignal = command.InteractiveSignal; + // todo 閫佸埌鐩爣宸烽亾鐨凬G鍙� + taskCommand.TargetAddress = 1092; + conveyorLine.SendCommand(taskCommand, childDeviceCode); + + ConveyorLineSendFinish(conveyorLine, childDeviceCode, ProtocalDetailValue, true); + _taskService.UpdateTaskStatusToNext(Taskout); + } + else + { + // todo 璋冪敤WMS浠诲姟瀹屾垚鎺ュ彛 + var x = new { taskNum = Taskout.TaskNum }; + var result = HttpHelper.GetAsync("http:127.0.0.1:8098/api/Task/CompleteTaskAsync", x.ToJsonString()).Result; + WebResponseContent content = JsonConvert.DeserializeObject<WebResponseContent>(result); + if (content.Status) + { + ConveyorLineSendFinish(conveyorLine, childDeviceCode, ProtocalDetailValue, true); + _taskService.UpdateTaskStatusToNext(Taskout); + } + } } } } - if( taskNew == null) + if (taskNew == null) { if (_taskService.RequestWMSTask(command.Barcode, childDeviceCode).Status) { @@ -210,7 +266,7 @@ /// <param name="conveyorLine">杈撻�佺嚎瀹炰緥瀵硅薄</param> /// <param name="command">璇诲彇鐨勮姹備俊鎭�</param> /// <param name="childDeviceCode">瀛愯澶囩紪鍙�</param> - /// <param name="ProtocalDetailValue">绾夸綋褰撳墠bool璇诲彇鍋忕Щ鍦板潃</param> + /// <param name="index">璇诲彇鐨勭涓�涓綅缃�</param> public void EmptyTrayReturn(CommonConveyorLine conveyorLine, ConveyorLineTaskCommand command, string childDeviceCode, int index) { var tasks = _taskRepository.QueryData(x => (x.TaskState == (int)TaskOutStatusEnum.OutNew || x.TaskState == (int)TaskOutStatusEnum.Line_OutExecuting) && x.TaskType == (int)TaskOutboundTypeEnum.OutTray); @@ -228,10 +284,78 @@ Id = 0, TaskType = (int)TaskOutboundTypeEnum.OutTray }; + + #region 鐪熷疄鏁版嵁 + + // TODO: 璋冪敤鎺ュ彛鑾峰彇涓嬩竴涓湴鍧� + //RequestTaskDto request = new RequestTaskDto() + //{ + // Position = sourceAddress, + // PalletCode = palletCode, + //}; + + //// 鍙戦�佽姹傚苟绛夊緟鍝嶅簲 + //var result = HttpHelper.PostAsync("http:127.0.0.1:8098/api/Task/RequestTaskAsync", request.ToJsonString()).Result; + + //// 鍙嶅簭鍒楀寲鍝嶅簲鍐呭 + //WebResponseContent content = JsonConvert.DeserializeObject<WebResponseContent>(result); + + //// 妫�鏌ョ姸鎬佸苟杩斿洖 + ////if (!content.Status) + //// return content; + + //// 鍙嶅簭鍒楀寲浠诲姟鏁版嵁 + //WMSTaskDTO task = JsonConvert.DeserializeObject<WMSTaskDTO>(content.Data.ToString()); + + #endregion + var content = _taskService.ReceiveWMSTask(new List<WMSTaskDTO> { taskDTO }); if (content.Status) { Console.WriteLine("绌烘墭鐩樺懠鍙垚鍔�"); + } + } + } + + /// <summary> + /// 闄堝寲鍑哄簱 + /// </summary> + /// <param name="conveyorLine">杈撻�佺嚎瀹炰緥瀵硅薄</param> + /// <param name="command">璇诲彇鐨勮姹備俊鎭�</param> + /// <param name="childDeviceCode">瀛愯澶囩紪鍙�</param> + /// <param name="index">绾夸綋褰撳墠bool璇诲彇鍋忕Щ鍦板潃</param> + public void ChuanhuaOutbound(CommonConveyorLine conveyorLine, ConveyorLineTaskCommand command, string childDeviceCode, int index) + { + var tasks = _taskRepository.QueryData(x => (x.TaskState == (int)TaskOutStatusEnum.OutNew || x.TaskState == (int)TaskOutStatusEnum.Line_OutExecuting) && x.TaskType == (int)TaskOutboundTypeEnum.Outbound); + if (tasks.Count <= index) + { + WMSTaskDTO taskDTO = new WMSTaskDTO() + { + TaskNum = Convert.ToInt32(DateTime.Now.ToString("HHmmss")), + Grade = 1, + PalletCode = DateTime.Now.ToString("MMddHHmmss"), + RoadWay = "CHSC01", + SourceAddress = "001-001-001", + TargetAddress = childDeviceCode, + TaskState = (int)TaskOutStatusEnum.OutNew, + Id = 0, + TaskType = (int)TaskOutboundTypeEnum.Outbound, + }; + + var content = _taskService.ReceiveWMSTask(new List<WMSTaskDTO> { taskDTO }); + if (content.Status) + { + Console.WriteLine("鍑哄簱鍛煎彨鎴愬姛"); + } + } + else + { + Dt_Task task = tasks[index]; + if (task != null) + { + ConveyorLineTaskCommand taskCommand = _mapper.Map<ConveyorLineTaskCommand>(task); + taskCommand.InteractiveSignal = command.InteractiveSignal; + conveyorLine.SendCommand(taskCommand, childDeviceCode); } } } @@ -270,7 +394,6 @@ if (task != null && task.TaskState != (int)TaskInStatusEnum.Line_InFinish) { ConveyorLineSendFinish(conveyorLine, childDeviceCode, ProtocalDetailValue, true); - //conveyorLine.SetValue(ConveyorLineDBName.WriteInteractiveSignal, 0, childDeviceCode); WebResponseContent content = _taskService.UpdateTaskStatusToNext(task); diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/StackerCraneJob/CommonStackerCraneJob.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/StackerCraneJob/CommonStackerCraneJob.cs index 00950ad..a28ccda 100644 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/StackerCraneJob/CommonStackerCraneJob.cs +++ b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/StackerCraneJob/CommonStackerCraneJob.cs @@ -322,10 +322,13 @@ var process = _processRepository.QueryData(x => x.EquipmentName == commonStackerCrane.DeviceName).FirstOrDefault(); if (process == null) { + ResponeRunDto runDto = JsonConvert.DeserializeObject<ResponeRunDto>(respone); process = new Dt_EquipmentProcess() { - EquipmentName = commonStackerCrane.DeviceName, - EquipmentType = commonStackerCrane.DeviceCode.Substring(commonStackerCrane.DeviceCode.IndexOf("SC")), + EquipmentName = commonStackerCrane.DeviceCode, + EquipmentType = commonStackerCrane.DeviceName.Substring(commonStackerCrane.DeviceCode.IndexOf("鍫嗗灈鏈�")), + WipOrderNo = runDto.WipOrderNo, + ProductDesc = runDto.ProductDesc, ProcessValue = JsonConvert.SerializeObject(result) }; var isResult = await _processRepository.AddDataAsync(process) > 0; diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/Debug/net6.0/WIDESEAWCS_Tasks.AssemblyInfo.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/Debug/net6.0/WIDESEAWCS_Tasks.AssemblyInfo.cs deleted file mode 100644 index fa9a8f2..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/Debug/net6.0/WIDESEAWCS_Tasks.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// 姝や唬鐮佺敱宸ュ叿鐢熸垚銆� -// 杩愯鏃剁増鏈�:4.0.30319.42000 -// -// 瀵规鏂囦欢鐨勬洿鏀瑰彲鑳戒細瀵艰嚧涓嶆纭殑琛屼负锛屽苟涓斿鏋� -// 閲嶆柊鐢熸垚浠g爜锛岃繖浜涙洿鏀瑰皢浼氫涪澶便�� -// </auto-generated> -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_Tasks")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d0bd841aa5414250973586473c5aa7cd9757143f")] -[assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_Tasks")] -[assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_Tasks")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// 鐢� MSBuild WriteCodeFragment 绫荤敓鎴愩�� - diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/Debug/net6.0/WIDESEAWCS_Tasks.AssemblyInfoInputs.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/Debug/net6.0/WIDESEAWCS_Tasks.AssemblyInfoInputs.cache deleted file mode 100644 index 4b45ce6..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/Debug/net6.0/WIDESEAWCS_Tasks.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -b86b49d00eac1c5fe33a75bbf705886840b116c87a7afd26dd599718b26f0b91 diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/Debug/net6.0/WIDESEAWCS_Tasks.csproj.AssemblyReference.cache b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/Debug/net6.0/WIDESEAWCS_Tasks.csproj.AssemblyReference.cache deleted file mode 100644 index 15b0ad8..0000000 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/Debug/net6.0/WIDESEAWCS_Tasks.csproj.AssemblyReference.cache +++ /dev/null Binary files differ diff --git a/Code Management/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/fileList.bin b/Code Management/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/fileList.bin deleted file mode 100644 index 6dd6c6a..0000000 --- a/Code Management/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/fileList.bin +++ /dev/null Binary files differ diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs index c9b6d2f..45e2fd8 100644 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs @@ -76,7 +76,7 @@ #region 浠诲姟绫诲瀷 /// <summary> - /// 浠诲姟绫诲瀷 100 鍑哄簱;鐩樼偣鍑哄簱 101; 102 鍒嗘嫞鍑哄簱;103 璐ㄦ鍑哄簱;200 鍏ュ簱;鐩樼偣鍏ュ簱 201;鍒嗘嫞鍏ュ簱 202;璐ㄦ鍏ュ簱 203;绉诲簱 300;搴撳唴绉诲簱 301;搴撳绉诲簱 302 + /// 浠诲姟绫诲瀷 /// </summary> public enum TaskInboundTypeEnum diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Basic/RequestTaskDto.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Basic/RequestTaskDto.cs index 0bfa7e3..525996e 100644 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Basic/RequestTaskDto.cs +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Basic/RequestTaskDto.cs @@ -1,10 +1,4 @@ -锘縰sing System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace WIDESEA_DTO; +锘縩amespace WIDESEA_DTO; public class RequestTaskDto { @@ -14,27 +8,7 @@ public string Position { get; set; } /// <summary> - /// 鍖哄煙缂栫爜 - /// </summary> - public string AreaCode { get; set; } - - /// <summary> /// 鎵樼洏鍙� /// </summary> public string PalletCode { get; set; } - - /// <summary> - /// 鐢宠绫诲瀷(1鍏ュ簱锛�2鍑哄簱) - /// </summary> - public int Type { get; set; } - - /// <summary> - /// 鍏崇郴鐨勫尯鍩� - /// </summary> - public string Area { get; set; } - - /// <summary> - /// 鍏崇郴鐨勬柟鍚� - /// </summary> - public string Direction { get; set; } } \ No newline at end of file diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/Dt_EquipmentProcess.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/Dt_EquipmentProcess.cs index f43691d..294ab7d 100644 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/Dt_EquipmentProcess.cs +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/Dt_EquipmentProcess.cs @@ -36,6 +36,22 @@ public string EquipmentType { get; set; } /// <summary> + /// 宸ュ崟缂栧彿 + /// </summary> + [ImporterHeader(Name = "宸ュ崟缂栧彿")] + [ExporterHeader(DisplayName = "宸ュ崟缂栧彿")] + [SugarColumn(IsNullable = false, Length = 100, ColumnDescription = "宸ュ崟缂栧彿")] + public string WipOrderNo { get; set; } + + /// <summary> + /// 宸ヨ壓鍨嬪彿 + /// </summary> + [ImporterHeader(Name = "宸ヨ壓鍨嬪彿")] + [ExporterHeader(DisplayName = "宸ヨ壓鍨嬪彿")] + [SugarColumn(IsNullable = false, Length = 100, ColumnDescription = "宸ヨ壓鍨嬪彿")] + public string ProductDesc { get; set; } + + /// <summary> /// 宸ヨ壓鍙傛暟鍊� /// </summary> [ImporterHeader(Name = "宸ヨ壓鍙傛暟鍊�")] diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeRunDto.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeRunDto.cs new file mode 100644 index 0000000..66d2193 --- /dev/null +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeRunDto.cs @@ -0,0 +1,130 @@ +锘縩amespace WIDESEA_DTO.MOM; + +public class ParameterInfoDto +{ + /// <summary> + /// 鍙傛暟缂栫爜 + /// </summary> + public string ParameterCode { get; set; } + + /// <summary> + /// 鍙傛暟绫诲瀷 + /// </summary> + public string ParameterType { get; set; } + + /// <summary> + /// 鎺ㄨ崘鍊� + /// </summary> + public string TargetValue { get; set; } + + /// <summary> + /// 鍗曚綅 + /// </summary> + public string UOMCode { get; set; } + + /// <summary> + /// 鎺у埗涓婇檺鍊� + /// </summary> + public string UpperControlLimit { get; set; } + + /// <summary> + /// 鎺у埗涓嬮檺鍊� + /// </summary> + public string LowerControlLimit { get; set; } + + /// <summary> + /// 瑙勬牸涓婇檺鍊� + /// </summary> + public string UpperSpecificationsLimit { get; set; } + + /// <summary> + /// 瑙勬牸涓嬮檺鍊� + /// </summary> + public string LowerSpecificationsLimit { get; set; } + + /// <summary> + /// 鍙傛暟鎻忚堪 + /// </summary> + public string Description { get; set; } + + /// <summary> + /// 宸ヨ壓璺嚎涓婂綋鍓嶈澶囧弬鏁颁俊鎭槸鍚﹀彲鐢�(TRUE 鍙敤 /FALSE 涓嶅彲鐢�) + /// </summary> + public string EquipmentAvailabilityFlag { get; set; } +} + +/// <summary> +/// 鍝嶅簲妯″瀷 +/// </summary> +public class ResponeRunDto +{ + /// <summary> + /// 浼氳瘽ID + /// </summary> + public string SessionId { get; set; } + + /// <summary> + /// 杩斿洖鏃堕棿 + /// </summary> + public string ResponseTime { get; set; } + + /// <summary> + /// 璁惧缂栧彿 + /// </summary> + public string EquipmentCode { get; set; } + + /// <summary> + /// 鎶ユ枃鎺ユ敹缁撴灉 + /// </summary> + public bool ResultFlag { get; set; } + + /// <summary> + /// 杩斿洖鐘舵�佺爜True锛氭墽琛屾垚鍔燂紱False锛氭墽琛屽け璐� + /// </summary> + public bool Success { get; set; } + + /// <summary> + /// 娑堟伅绫诲瀷 + /// </summary> + public string MessageCode { get; set; } + + /// <summary> + /// 娑堟伅 + /// </summary> + public string MOMMessage { get; set; } + + /// <summary> + /// 宸ュ崟缂栧彿 + /// </summary> + public string WipOrderNo { get; set; } + + /// <summary> + /// 浜у搧鍚嶇О + /// </summary> + public string ProductDesc { get; set; } + + /// <summary> + /// 棣栦欢鏁伴噺 + /// </summary> + public string FirstArticleNum { get; set; } + + /// <summary> + /// 璋冩満鏁伴噺 + /// </summary> + public string DebugNum { get; set; } + + /// <summary> + /// 鍙傛暟鐗堟湰淇℃伅 + /// </summary> + public string ParamVersion { get; set; } + + /// <summary> + /// 鏄惁闇�瑕佽鍙栧弬鏁� + /// </summary> + public bool ParamRefreshFlag { get; set; } + + /// <summary> + /// 鍙傛暟淇℃伅鏁扮粍 + /// </summary> + public List<ParameterInfoDto> ParameterInfo { get; set; } = new List<ParameterInfoDto>(); +} \ No newline at end of file diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResultTrayCellsStatus.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResultTrayCellsStatus.cs index 29851d1..841ba73 100644 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResultTrayCellsStatus.cs +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResultTrayCellsStatus.cs @@ -2,15 +2,66 @@ { public class ResultTrayCellsStatus : BasicResult { + /// <summary> + /// 鎵樼洏缂栧彿 + /// </summary> public string TrayBarcode { get; set; } + + /// <summary> + /// 鐢佃姱鍒楄〃 + /// </summary> + public List<SerialNoDto> SerialNos { get; set; } = new List<SerialNoDto>(); + + /// <summary> + /// 缁戝畾浠g爜 + /// </summary> public string BindCode { get; set; } - public List<TrayCellsSerialNos> SerialNos { get; set; } + + /// <summary> + /// 鏂欐灞炴�у垪琛� + /// </summary> + public List<TrayBarcodePropertyDto> TrayBarcodePropertys { get; set; } = new List<TrayBarcodePropertyDto>(); } - public class TrayCellsSerialNos + /// <summary> + /// 鐢佃姱淇℃伅妯″瀷 + /// </summary> + public class SerialNoDto { + /// <summary> + /// 鐢佃姱鍙� + /// </summary> public string SerialNo { get; set; } + + /// <summary> + /// 閫氶亾鍙� + /// </summary> public int PositionNo { get; set; } + + /// <summary> + /// 鐢佃姱鐘舵�� + /// </summary> public int SerialNoStatus { get; set; } } + + /// <summary> + /// 鏂欐灞炴�фā鍨� + /// </summary> + public class TrayBarcodePropertyDto + { + /// <summary> + /// 鏂欐灞炴�� + /// </summary> + public string TrayBarcodeProperty { get; set; } + + /// <summary> + /// 宸ュ簭 + /// </summary> + public string ProcessCode { get; set; } + + /// <summary> + /// 閫傜敤鐗╂枡缂栫爜/宸ヨ壓鍨嬪彿 + /// </summary> + public string ProductType { get; set; } + } } \ No newline at end of file diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/obj/Debug/net6.0/WIDESEA_IStoragIntegrationServices.AssemblyInfo.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/obj/Debug/net6.0/WIDESEA_IStoragIntegrationServices.AssemblyInfo.cs deleted file mode 100644 index 42764a0..0000000 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/obj/Debug/net6.0/WIDESEA_IStoragIntegrationServices.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// 姝や唬鐮佺敱宸ュ叿鐢熸垚銆� -// 杩愯鏃剁増鏈�:4.0.30319.42000 -// -// 瀵规鏂囦欢鐨勬洿鏀瑰彲鑳戒細瀵艰嚧涓嶆纭殑琛屼负锛屽苟涓斿鏋� -// 閲嶆柊鐢熸垚浠g爜锛岃繖浜涙洿鏀瑰皢浼氫涪澶便�� -// </auto-generated> -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEA_IStoragIntegrationServices")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d0bd841aa5414250973586473c5aa7cd9757143f")] -[assembly: System.Reflection.AssemblyProductAttribute("WIDESEA_IStoragIntegrationServices")] -[assembly: System.Reflection.AssemblyTitleAttribute("WIDESEA_IStoragIntegrationServices")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// 鐢� MSBuild WriteCodeFragment 绫荤敓鎴愩�� - diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/obj/Debug/net6.0/WIDESEA_IStoragIntegrationServices.AssemblyInfoInputs.cache b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/obj/Debug/net6.0/WIDESEA_IStoragIntegrationServices.AssemblyInfoInputs.cache deleted file mode 100644 index a33c715..0000000 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/obj/Debug/net6.0/WIDESEA_IStoragIntegrationServices.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -fc2b2493fb66877b85f8a9435252f6628ebfeced96cfc7fcf657a94f97403398 diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/obj/Debug/net6.0/WIDESEA_IStoragIntegrationServices.csproj.AssemblyReference.cache b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/obj/Debug/net6.0/WIDESEA_IStoragIntegrationServices.csproj.AssemblyReference.cache deleted file mode 100644 index 492a52e..0000000 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/obj/Debug/net6.0/WIDESEA_IStoragIntegrationServices.csproj.AssemblyReference.cache +++ /dev/null Binary files differ diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/obj/Debug/net6.0/WIDESEA_IStoragIntegrationServices.csproj.CoreCompileInputs.cache b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/obj/Debug/net6.0/WIDESEA_IStoragIntegrationServices.csproj.CoreCompileInputs.cache deleted file mode 100644 index 6485fe2..0000000 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/obj/Debug/net6.0/WIDESEA_IStoragIntegrationServices.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -fb47dee6184689bcdbac8d58fed610962ace6d54e192248452ea816b263896cc diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStorageTaskService/Task/IDt_TaskService.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStorageTaskService/Task/IDt_TaskService.cs index c624bb2..7a0af69 100644 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStorageTaskService/Task/IDt_TaskService.cs +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStorageTaskService/Task/IDt_TaskService.cs @@ -132,4 +132,11 @@ /// <param name="type"></param> /// <returns></returns> Task<WebResponseContent> RequestTaskAsync(RequestTaskDto input); + + /// <summary> + /// 璇锋眰绌烘墭鐩樹换鍔� + /// </summary> + /// <param name="position"></param> + /// <returns></returns> + Task<WebResponseContent> RequestTrayTaskAsync(string position); } \ No newline at end of file diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MOM/CellState/CellStateService.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MOM/CellState/CellStateService.cs index f5b3c70..3601449 100644 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MOM/CellState/CellStateService.cs +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MOM/CellState/CellStateService.cs @@ -100,7 +100,7 @@ DtBoxingInfo boxingInfo = new DtBoxingInfo() { IsFull = true, - PalletCode = "", + PalletCode = result.TrayBarcode, }; var details = new List<DtBoxingInfoDetail>(); foreach (var item in result.SerialNos) @@ -108,9 +108,10 @@ DtBoxingInfoDetail detail = new DtBoxingInfoDetail() { SerialNumber = item.SerialNo, - OrderNo = result.BindCode, + OrderNo = item.PositionNo.ToString(), Status = item.SerialNoStatus, - BatchNo = item.PositionNo.ToString() + Remark = result.TrayBarcodePropertys.ToJsonString(), + MaterielCode = result.BindCode, }; details.Add(detail); } diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MOM/ProcessApply/ProcessApplyService.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MOM/ProcessApply/ProcessApplyService.cs index 29a9a81..1e1d970 100644 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MOM/ProcessApply/ProcessApplyService.cs +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MOM/ProcessApply/ProcessApplyService.cs @@ -33,10 +33,7 @@ if (x != null) { var ResultProcess = JsonConvert.DeserializeObject<ResultProcessApply>(x); - if (ResultProcess.Success) - { - //宸ヨ壓璺嚎鍌ㄥ瓨璧锋潵 - } + content.OK(data: ResultProcess); } LogFactory.GetLog("宸ヨ壓璺嚎鐢宠").Info(true, $"\r\r--------------------------------------"); LogFactory.GetLog("宸ヨ壓璺嚎鐢宠").Info(true, x); diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/bin/Debug/net6.0/WIDESEA_StoragIntegrationServices.deps.json b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/bin/Debug/net6.0/WIDESEA_StoragIntegrationServices.deps.json deleted file mode 100644 index 37316ab..0000000 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/bin/Debug/net6.0/WIDESEA_StoragIntegrationServices.deps.json +++ /dev/null @@ -1,3716 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "WIDESEA_StoragIntegrationServices/1.0.0": { - "dependencies": { - "LogLibrary": "1.0.0", - "WIDESEA_Common": "1.0.0", - "WIDESEA_IStoragIntegrationServices": "1.0.0" - }, - "runtime": { - "WIDESEA_StoragIntegrationServices.dll": {} - } - }, - "AngleSharp/1.1.2": { - "dependencies": { - "System.Text.Encoding.CodePages": "6.0.0" - }, - "runtime": { - "lib/net6.0/AngleSharp.dll": { - "assemblyVersion": "1.1.2.0", - "fileVersion": "1.1.2.0" - } - } - }, - "AngleSharp.Css/1.0.0-beta.139": { - "dependencies": { - "AngleSharp": "1.1.2" - }, - "runtime": { - "lib/net6.0/AngleSharp.Css.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "Autofac/8.0.0": { - "dependencies": { - "System.Diagnostics.DiagnosticSource": "7.0.2" - }, - "runtime": { - "lib/net6.0/Autofac.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.0.0" - } - } - }, - "Autofac.Extensions.DependencyInjection/9.0.0": { - "dependencies": { - "Autofac": "8.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" - }, - "runtime": { - "lib/net6.0/Autofac.Extensions.DependencyInjection.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - } - }, - "Autofac.Extras.DynamicProxy/7.1.0": { - "dependencies": { - "Autofac": "8.0.0", - "Castle.Core": "5.1.1" - }, - "runtime": { - "lib/net6.0/Autofac.Extras.DynamicProxy.dll": { - "assemblyVersion": "7.1.0.0", - "fileVersion": "7.1.0.0" - } - } - }, - "AutoMapper/13.0.1": { - "dependencies": { - "Microsoft.Extensions.Options": "6.0.0" - }, - "runtime": { - "lib/net6.0/AutoMapper.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.1.0" - } - } - }, - "BouncyCastle.Cryptography/2.4.0": { - "runtime": { - "lib/net6.0/BouncyCastle.Cryptography.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.4.0.33771" - } - } - }, - "Castle.Core/5.1.1": { - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - }, - "runtime": { - "lib/net6.0/Castle.Core.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.1.1.0" - } - } - }, - "DnsClient/1.8.0": { - "runtime": { - "lib/net6.0/DnsClient.dll": { - "assemblyVersion": "1.8.0.0", - "fileVersion": "1.8.0.0" - } - } - }, - "DynamicExpresso.Core/2.3.3": { - "dependencies": { - "Microsoft.CSharp": "4.7.0" - }, - "runtime": { - "lib/netstandard2.0/DynamicExpresso.Core.dll": { - "assemblyVersion": "2.3.3.0", - "fileVersion": "2.3.3.0" - } - } - }, - "Furion.Extras.ObjectMapper.Mapster/4.9.5.8": { - "dependencies": { - "Mapster": "7.4.0", - "Mapster.DependencyInjection": "1.0.1", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" - }, - "runtime": { - "lib/net6.0/Furion.Extras.ObjectMapper.Mapster.dll": { - "assemblyVersion": "4.9.5.8", - "fileVersion": "4.9.5.8" - } - } - }, - "log4net/2.0.17": { - "dependencies": { - "System.Configuration.ConfigurationManager": "7.0.0" - }, - "runtime": { - "lib/netstandard2.0/log4net.dll": { - "assemblyVersion": "2.0.17.0", - "fileVersion": "2.0.17.0" - } - } - }, - "Magicodes.IE.Core/2.7.5.1": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "6.0.1", - "Microsoft.Extensions.DependencyModel": "6.0.0", - "SixLabors.ImageSharp": "3.1.5", - "System.ComponentModel.Annotations": "4.7.0" - }, - "runtime": { - "lib/net6.0/Magicodes.IE.Core.dll": { - "assemblyVersion": "2.7.5.1", - "fileVersion": "2.7.5.1" - } - }, - "resources": { - "lib/net6.0/zh-Hans/Magicodes.IE.Core.resources.dll": { - "locale": "zh-Hans" - } - } - }, - "Magicodes.IE.EPPlus/2.7.5.1": { - "dependencies": { - "Microsoft.IO.RecyclableMemoryStream": "2.1.1", - "SixLabors.ImageSharp": "3.1.5", - "SkiaSharp": "2.88.8", - "System.Security.Cryptography.Pkcs": "8.0.0", - "System.Text.Encoding.CodePages": "6.0.0" - }, - "runtime": { - "lib/net6.0/Magicodes.IE.EPPlus.dll": { - "assemblyVersion": "2.7.5.1", - "fileVersion": "2.7.5.1" - } - } - }, - "Magicodes.IE.Excel/2.7.5.1": { - "dependencies": { - "DynamicExpresso.Core": "2.3.3", - "Magicodes.IE.Core": "2.7.5.1", - "Magicodes.IE.EPPlus": "2.7.5.1", - "SkiaSharp.NativeAssets.Linux.NoDependencies": "2.88.6", - "System.Linq.Dynamic.Core": "1.2.6" - }, - "runtime": { - "lib/net6.0/Magicodes.IE.Excel.dll": { - "assemblyVersion": "2.7.5.1", - "fileVersion": "2.7.5.1" - } - } - }, - "MailKit/4.7.1.1": { - "dependencies": { - "MimeKit": "4.7.1", - "System.Formats.Asn1": "8.0.1" - }, - "runtime": { - "lib/net6.0/MailKit.dll": { - "assemblyVersion": "4.7.0.0", - "fileVersion": "4.7.1.1" - } - } - }, - "Mapster/7.4.0": { - "dependencies": { - "Mapster.Core": "1.2.1" - }, - "runtime": { - "lib/net6.0/Mapster.dll": { - "assemblyVersion": "7.4.0.0", - "fileVersion": "7.4.0.0" - } - } - }, - "Mapster.Core/1.2.1": { - "runtime": { - "lib/net6.0/Mapster.Core.dll": { - "assemblyVersion": "1.2.1.0", - "fileVersion": "1.2.1.0" - } - } - }, - "Mapster.DependencyInjection/1.0.1": { - "dependencies": { - "Mapster": "7.4.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" - }, - "runtime": { - "lib/net6.0/Mapster.DependencyInjection.dll": { - "assemblyVersion": "1.0.1.0", - "fileVersion": "1.0.1.0" - } - } - }, - "Masuit.Tools.Abstractions/2024.5.6": { - "dependencies": { - "AngleSharp": "1.1.2", - "AngleSharp.Css": "1.0.0-beta.139", - "Castle.Core": "5.1.1", - "DnsClient": "1.8.0", - "Microsoft.CSharp": "4.7.0", - "Microsoft.Extensions.Configuration.Json": "8.0.0", - "Newtonsoft.Json": "13.0.3", - "SharpCompress": "0.37.2", - "SixLabors.ImageSharp.Drawing": "2.1.4", - "System.Collections.Immutable": "8.0.0", - "System.Diagnostics.PerformanceCounter": "7.0.0", - "System.Management": "8.0.0", - "System.Reflection.Emit.Lightweight": "4.7.0" - }, - "runtime": { - "lib/net6.0/Masuit.Tools.Abstractions.dll": { - "assemblyVersion": "2.5.9.0", - "fileVersion": "2.5.9.0" - } - } - }, - "Masuit.Tools.Core/2024.5.6": { - "dependencies": { - "Masuit.Tools.Abstractions": "2024.5.6", - "Microsoft.EntityFrameworkCore": "6.0.31" - }, - "runtime": { - "lib/net6.0/Masuit.Tools.Core.dll": { - "assemblyVersion": "2.5.9.0", - "fileVersion": "2.5.9.1" - } - } - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/6.0.29": { - "dependencies": { - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0" - }, - "runtime": { - "lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { - "assemblyVersion": "6.0.29.0", - "fileVersion": "6.0.2924.17108" - } - } - }, - "Microsoft.AspNetCore.JsonPatch/6.0.0-rc.1.21452.15": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net6.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.45215" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.0-rc.1.21452.15": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "6.0.0-rc.1.21452.15", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.45215" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Data.SqlClient/2.1.7": { - "dependencies": { - "Microsoft.Data.SqlClient.SNI.runtime": "2.1.1", - "Microsoft.Identity.Client": "4.21.1", - "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", - "Microsoft.Win32.Registry": "4.7.0", - "System.Configuration.ConfigurationManager": "7.0.0", - "System.Diagnostics.DiagnosticSource": "7.0.2", - "System.Runtime.Caching": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "System.Text.Encoding.CodePages": "6.0.0" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { - "assemblyVersion": "2.0.20168.4", - "fileVersion": "2.0.20168.4" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "2.0.20168.4", - "fileVersion": "2.0.20168.4" - }, - "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "2.0.20168.4", - "fileVersion": "2.0.20168.4" - } - } - }, - "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": { - "runtimeTargets": { - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm", - "assetType": "native", - "fileVersion": "2.1.1.0" - }, - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "2.1.1.0" - }, - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "2.1.1.0" - }, - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "2.1.1.0" - } - } - }, - "Microsoft.Data.Sqlite/8.0.1": { - "dependencies": { - "Microsoft.Data.Sqlite.Core": "8.0.1", - "SQLitePCLRaw.bundle_e_sqlite3": "2.1.6" - } - }, - "Microsoft.Data.Sqlite.Core/8.0.1": { - "dependencies": { - "SQLitePCLRaw.core": "2.1.6" - }, - "runtime": { - "lib/net6.0/Microsoft.Data.Sqlite.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.123.58002" - } - } - }, - "Microsoft.EntityFrameworkCore/6.0.31": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "6.0.31", - "Microsoft.EntityFrameworkCore.Analyzers": "6.0.31", - "Microsoft.Extensions.Caching.Memory": "6.0.1", - "Microsoft.Extensions.DependencyInjection": "6.0.1", - "Microsoft.Extensions.Logging": "6.0.0", - "System.Collections.Immutable": "8.0.0", - "System.Diagnostics.DiagnosticSource": "7.0.2" - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { - "assemblyVersion": "6.0.31.0", - "fileVersion": "6.0.3124.26901" - } - } - }, - "Microsoft.EntityFrameworkCore.Abstractions/6.0.31": { - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { - "assemblyVersion": "6.0.31.0", - "fileVersion": "6.0.3124.26901" - } - } - }, - "Microsoft.EntityFrameworkCore.Analyzers/6.0.31": {}, - "Microsoft.Extensions.ApiDescription.Server/6.0.5": {}, - "Microsoft.Extensions.Caching.Abstractions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0" - } - }, - "Microsoft.Extensions.Caching.Memory/6.0.1": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.222.6406" - } - } - }, - "Microsoft.Extensions.Configuration/8.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Configuration.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", - "Microsoft.Extensions.FileProviders.Physical": "8.0.0", - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "Microsoft.Extensions.Configuration.Json/8.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", - "System.Text.Json": "8.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "Microsoft.Extensions.DependencyInjection/6.0.1": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - } - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "Microsoft.Extensions.DependencyModel/6.0.0": { - "dependencies": { - "System.Buffers": "4.5.1", - "System.Memory": "4.5.4", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "8.0.0", - "System.Text.Json": "8.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "Microsoft.Extensions.FileProviders.Physical/8.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "8.0.0", - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "Microsoft.Extensions.Logging/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "6.0.1", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Diagnostics.DiagnosticSource": "7.0.2" - } - }, - "Microsoft.Extensions.Logging.Abstractions/6.0.0": {}, - "Microsoft.Extensions.Options/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.Primitives": "8.0.0" - } - }, - "Microsoft.Extensions.Primitives/8.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "Microsoft.Identity.Client/4.21.1": { - "runtime": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { - "assemblyVersion": "4.21.1.0", - "fileVersion": "4.21.1.0" - } - } - }, - "Microsoft.IdentityModel.Abstractions/6.35.0": { - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - } - }, - "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "6.35.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encodings.Web": "8.0.0", - "System.Text.Json": "8.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - } - }, - "Microsoft.IdentityModel.Logging/6.35.0": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.35.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - } - }, - "Microsoft.IdentityModel.Protocols/6.35.0": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "6.35.0", - "Microsoft.IdentityModel.Tokens": "6.35.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "6.35.0", - "System.IdentityModel.Tokens.Jwt": "6.35.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - } - }, - "Microsoft.IdentityModel.Tokens/6.35.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Microsoft.IdentityModel.Logging": "6.35.0", - "System.Security.Cryptography.Cng": "4.5.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - } - }, - "Microsoft.IO.RecyclableMemoryStream/2.1.1": { - "runtime": { - "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": { - "assemblyVersion": "2.1.0.0", - "fileVersion": "2.1.0.0" - } - } - }, - "Microsoft.NETCore.Platforms/1.1.1": {}, - "Microsoft.NETCore.Targets/1.1.3": {}, - "Microsoft.OpenApi/1.3.1": { - "runtime": { - "lib/netstandard2.0/Microsoft.OpenApi.dll": { - "assemblyVersion": "1.3.1.0", - "fileVersion": "1.3.1.0" - } - } - }, - "Microsoft.Win32.Primitives/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3", - "System.Runtime": "4.3.1" - } - }, - "Microsoft.Win32.Registry/4.7.0": { - "dependencies": { - "System.Security.AccessControl": "6.0.0", - "System.Security.Principal.Windows": "4.7.0" - } - }, - "Microsoft.Win32.SystemEvents/7.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "MimeKit/4.7.1": { - "dependencies": { - "BouncyCastle.Cryptography": "2.4.0", - "System.Formats.Asn1": "8.0.1", - "System.Security.Cryptography.Pkcs": "8.0.0" - }, - "runtime": { - "lib/net6.0/MimeKit.dll": { - "assemblyVersion": "4.7.0.0", - "fileVersion": "4.7.1.0" - } - } - }, - "MiniProfiler.AspNetCore/4.3.8": { - "dependencies": { - "MiniProfiler.Shared": "4.3.8" - }, - "runtime": { - "lib/net6.0/MiniProfiler.AspNetCore.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.3.8.8209" - } - } - }, - "MiniProfiler.AspNetCore.Mvc/4.3.8": { - "dependencies": { - "MiniProfiler.AspNetCore": "4.3.8" - }, - "runtime": { - "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.3.8.8209" - } - } - }, - "MiniProfiler.Shared/4.3.8": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Newtonsoft.Json": "13.0.3", - "System.ComponentModel.Primitives": "4.3.0", - "System.Data.Common": "4.3.0", - "System.Diagnostics.DiagnosticSource": "7.0.2", - "System.Diagnostics.StackTrace": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Threading.Tasks.Parallel": "4.3.0" - }, - "runtime": { - "lib/netstandard2.0/MiniProfiler.Shared.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.3.8.8209" - } - } - }, - "MySqlConnector/2.2.5": { - "runtime": { - "lib/net6.0/MySqlConnector.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.2.5.0" - } - } - }, - "NETStandard.Library/1.6.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.Win32.Primitives": "4.0.1", - "System.AppContext": "4.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.0.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.0.1", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.0.1", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.0.1", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Net.Sockets": "4.1.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.1", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.0.1", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XDocument": "4.0.11" - } - }, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - } - }, - "Npgsql/5.0.7": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net5.0/Npgsql.dll": { - "assemblyVersion": "5.0.7.0", - "fileVersion": "5.0.7.0" - } - } - }, - "OfficeOpenXml.Core.ExcelPackage/1.0.0": { - "dependencies": { - "NETStandard.Library": "1.6.0", - "System.IO.Packaging": "4.0.0", - "System.Xml.XPath": "4.0.1", - "System.Xml.XPath.XDocument": "4.0.1" - }, - "runtime": { - "lib/netstandard1.6/OfficeOpenXml.Core.ExcelPackage.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "Oracle.ManagedDataAccess.Core/3.21.100": { - "dependencies": { - "System.Diagnostics.PerformanceCounter": "7.0.0", - "System.DirectoryServices": "6.0.1", - "System.DirectoryServices.Protocols": "6.0.1" - }, - "runtime": { - "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": { - "assemblyVersion": "3.1.21.1", - "fileVersion": "3.1.21.1" - } - } - }, - "Oscar.Data.SqlClient/4.0.4": { - "dependencies": { - "System.Text.Encoding.CodePages": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Oscar.Data.SqlClient.dll": { - "assemblyVersion": "4.0.4.0", - "fileVersion": "4.0.4.0" - } - } - }, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3" - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3" - } - }, - "runtime.native.System.Net.Http/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3" - } - }, - "runtime.native.System.Security.Cryptography/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3" - } - }, - "Scrutor/3.3.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.DependencyModel": "6.0.0" - }, - "runtime": { - "lib/netcoreapp3.1/Scrutor.dll": { - "assemblyVersion": "3.0.2.0", - "fileVersion": "3.0.2.0" - } - } - }, - "SharpCompress/0.37.2": { - "dependencies": { - "ZstdSharp.Port": "0.8.0" - }, - "runtime": { - "lib/net6.0/SharpCompress.dll": { - "assemblyVersion": "0.37.2.0", - "fileVersion": "0.37.2.0" - } - } - }, - "SixLabors.Fonts/2.0.4": { - "runtime": { - "lib/net6.0/SixLabors.Fonts.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.4.0" - } - } - }, - "SixLabors.ImageSharp/3.1.5": { - "runtime": { - "lib/net6.0/SixLabors.ImageSharp.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.1.5.0" - } - } - }, - "SixLabors.ImageSharp.Drawing/2.1.4": { - "dependencies": { - "SixLabors.Fonts": "2.0.4", - "SixLabors.ImageSharp": "3.1.5" - }, - "runtime": { - "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.1.4.0" - } - } - }, - "SkiaSharp/2.88.8": { - "dependencies": { - "SkiaSharp.NativeAssets.Win32": "2.88.8", - "SkiaSharp.NativeAssets.macOS": "2.88.8" - }, - "runtime": { - "lib/net6.0/SkiaSharp.dll": { - "assemblyVersion": "2.88.0.0", - "fileVersion": "2.88.8.0" - } - } - }, - "SkiaSharp.NativeAssets.Linux.NoDependencies/2.88.6": { - "dependencies": { - "SkiaSharp": "2.88.8" - }, - "runtimeTargets": { - "runtimes/linux-arm/native/libSkiaSharp.so": { - "rid": "linux-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-arm64/native/libSkiaSharp.so": { - "rid": "linux-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-musl-x64/native/libSkiaSharp.so": { - "rid": "linux-musl-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-x64/native/libSkiaSharp.so": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "SkiaSharp.NativeAssets.macOS/2.88.8": { - "runtimeTargets": { - "runtimes/osx/native/libSkiaSharp.dylib": { - "rid": "osx", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "SkiaSharp.NativeAssets.Win32/2.88.8": { - "runtimeTargets": { - "runtimes/win-arm64/native/libSkiaSharp.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/libSkiaSharp.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/libSkiaSharp.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "SQLitePCLRaw.bundle_e_sqlite3/2.1.6": { - "dependencies": { - "SQLitePCLRaw.lib.e_sqlite3": "2.1.6", - "SQLitePCLRaw.provider.e_sqlite3": "2.1.6" - }, - "runtime": { - "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": { - "assemblyVersion": "2.1.6.2060", - "fileVersion": "2.1.6.2060" - } - } - }, - "SQLitePCLRaw.core/2.1.6": { - "dependencies": { - "System.Memory": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/SQLitePCLRaw.core.dll": { - "assemblyVersion": "2.1.6.2060", - "fileVersion": "2.1.6.2060" - } - } - }, - "SQLitePCLRaw.lib.e_sqlite3/2.1.6": { - "runtimeTargets": { - "runtimes/browser-wasm/nativeassets/net6.0/e_sqlite3.a": { - "rid": "browser-wasm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-arm/native/libe_sqlite3.so": { - "rid": "linux-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-arm64/native/libe_sqlite3.so": { - "rid": "linux-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-armel/native/libe_sqlite3.so": { - "rid": "linux-armel", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-mips64/native/libe_sqlite3.so": { - "rid": "linux-mips64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-musl-arm/native/libe_sqlite3.so": { - "rid": "linux-musl-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-musl-arm64/native/libe_sqlite3.so": { - "rid": "linux-musl-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-musl-x64/native/libe_sqlite3.so": { - "rid": "linux-musl-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-ppc64le/native/libe_sqlite3.so": { - "rid": "linux-ppc64le", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-s390x/native/libe_sqlite3.so": { - "rid": "linux-s390x", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-x64/native/libe_sqlite3.so": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-x86/native/libe_sqlite3.so": { - "rid": "linux-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib": { - "rid": "maccatalyst-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/maccatalyst-x64/native/libe_sqlite3.dylib": { - "rid": "maccatalyst-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx-arm64/native/libe_sqlite3.dylib": { - "rid": "osx-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx-x64/native/libe_sqlite3.dylib": { - "rid": "osx-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-arm/native/e_sqlite3.dll": { - "rid": "win-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-arm64/native/e_sqlite3.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/e_sqlite3.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/e_sqlite3.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "SQLitePCLRaw.provider.e_sqlite3/2.1.6": { - "dependencies": { - "SQLitePCLRaw.core": "2.1.6" - }, - "runtime": { - "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": { - "assemblyVersion": "2.1.6.2060", - "fileVersion": "2.1.6.2060" - } - } - }, - "SqlSugarCore/5.1.4.152": { - "dependencies": { - "Microsoft.Data.SqlClient": "2.1.7", - "Microsoft.Data.Sqlite": "8.0.1", - "MySqlConnector": "2.2.5", - "Newtonsoft.Json": "13.0.3", - "Npgsql": "5.0.7", - "Oracle.ManagedDataAccess.Core": "3.21.100", - "Oscar.Data.SqlClient": "4.0.4", - "SqlSugarCore.Dm": "1.3.0", - "SqlSugarCore.Kdbndp": "9.3.6.411", - "System.Data.Common": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.7.0" - }, - "runtime": { - "lib/netstandard2.1/SqlSugar.dll": { - "assemblyVersion": "5.1.4.152", - "fileVersion": "5.1.4.152" - } - } - }, - "SqlSugarCore.Dm/1.3.0": { - "dependencies": { - "System.Text.Encoding.CodePages": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/DmProvider.dll": { - "assemblyVersion": "1.1.0.0", - "fileVersion": "1.1.0.18485" - } - } - }, - "SqlSugarCore.Kdbndp/9.3.6.411": { - "runtime": { - "lib/netstandard2.1/Kdbndp.dll": { - "assemblyVersion": "9.3.6.411", - "fileVersion": "9.3.6.411" - } - } - }, - "Swashbuckle.AspNetCore/6.5.0": { - "dependencies": { - "Microsoft.Extensions.ApiDescription.Server": "6.0.5", - "Swashbuckle.AspNetCore.Swagger": "6.5.0", - "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", - "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" - } - }, - "Swashbuckle.AspNetCore.Filters/7.0.5": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "6.0.1", - "Microsoft.OpenApi": "1.3.1", - "Scrutor": "3.3.0", - "Swashbuckle.AspNetCore.Filters.Abstractions": "7.0.5", - "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0" - }, - "runtime": { - "lib/net5.0/Swashbuckle.AspNetCore.Filters.dll": { - "assemblyVersion": "7.0.5.0", - "fileVersion": "7.0.5.0" - } - } - }, - "Swashbuckle.AspNetCore.Filters.Abstractions/7.0.5": { - "runtime": { - "lib/net5.0/Swashbuckle.AspNetCore.Filters.Abstractions.dll": { - "assemblyVersion": "7.0.5.0", - "fileVersion": "7.0.5.0" - } - } - }, - "Swashbuckle.AspNetCore.Newtonsoft/6.5.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "6.0.0-rc.1.21452.15", - "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0" - }, - "runtime": { - "lib/net6.0/Swashbuckle.AspNetCore.Newtonsoft.dll": { - "assemblyVersion": "6.5.0.0", - "fileVersion": "6.5.0.0" - } - } - }, - "Swashbuckle.AspNetCore.Swagger/6.5.0": { - "dependencies": { - "Microsoft.OpenApi": "1.3.1" - }, - "runtime": { - "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { - "assemblyVersion": "6.5.0.0", - "fileVersion": "6.5.0.0" - } - } - }, - "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { - "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "6.5.0" - }, - "runtime": { - "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "assemblyVersion": "6.5.0.0", - "fileVersion": "6.5.0.0" - } - } - }, - "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { - "runtime": { - "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "assemblyVersion": "6.5.0.0", - "fileVersion": "6.5.0.0" - } - } - }, - "System.AppContext/4.1.0": { - "dependencies": { - "System.Runtime": "4.3.1" - } - }, - "System.Buffers/4.5.1": {}, - "System.CodeDom/8.0.0": { - "runtime": { - "lib/net6.0/System.CodeDom.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3", - "System.Runtime": "4.3.1" - } - }, - "System.Collections.Concurrent/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable/8.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Collections.Immutable.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.ComponentModel/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.1" - } - }, - "System.ComponentModel.Annotations/4.7.0": {}, - "System.ComponentModel.Primitives/4.3.0": { - "dependencies": { - "System.ComponentModel": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1" - } - }, - "System.Configuration.ConfigurationManager/7.0.0": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "7.0.0", - "System.Security.Permissions": "7.0.0" - }, - "runtime": { - "lib/net6.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "System.Console/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3", - "System.IO": "4.3.0", - "System.Runtime": "4.3.1", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.Common/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.1", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3", - "System.Runtime": "4.3.1" - } - }, - "System.Diagnostics.DiagnosticSource/7.0.2": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.423.11508" - } - } - }, - "System.Diagnostics.EventLog/6.0.0": {}, - "System.Diagnostics.PerformanceCounter/7.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "7.0.0" - }, - "runtime": { - "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "System.Diagnostics.StackTrace/4.3.0": { - "dependencies": { - "System.IO.FileSystem": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.4.1", - "System.Runtime": "4.3.1" - } - }, - "System.Diagnostics.Tools/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3", - "System.Runtime": "4.3.1" - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3", - "System.Runtime": "4.3.1" - } - }, - "System.DirectoryServices/6.0.1": { - "dependencies": { - "System.Security.AccessControl": "6.0.0", - "System.Security.Permissions": "7.0.0" - }, - "runtime": { - "lib/net6.0/System.DirectoryServices.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1423.7309" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.DirectoryServices.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1423.7309" - } - } - }, - "System.DirectoryServices.Protocols/6.0.1": { - "runtime": { - "lib/net6.0/System.DirectoryServices.Protocols.dll": { - "assemblyVersion": "6.0.0.1", - "fileVersion": "6.0.222.6406" - } - }, - "runtimeTargets": { - "runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.dll": { - "rid": "linux", - "assetType": "runtime", - "assemblyVersion": "6.0.0.1", - "fileVersion": "6.0.222.6406" - }, - "runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.dll": { - "rid": "osx", - "assetType": "runtime", - "assemblyVersion": "6.0.0.1", - "fileVersion": "6.0.222.6406" - }, - "runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.1", - "fileVersion": "6.0.222.6406" - } - } - }, - "System.Drawing.Common/7.0.0": { - "dependencies": { - "Microsoft.Win32.SystemEvents": "7.0.0" - }, - "runtime": { - "lib/net6.0/System.Drawing.Common.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Drawing.Common.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "System.Dynamic.Runtime/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Formats.Asn1/8.0.1": { - "runtime": { - "lib/net6.0/System.Formats.Asn1.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.724.31311" - } - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3", - "System.Runtime": "4.3.1" - } - }, - "System.Globalization.Calendars/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.1" - } - }, - "System.Globalization.Extensions/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IdentityModel.Tokens.Jwt/6.35.0": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", - "Microsoft.IdentityModel.Tokens": "6.35.0" - }, - "runtime": { - "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "6.35.0.0", - "fileVersion": "6.35.0.41201" - } - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3", - "System.Runtime": "4.3.1", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "System.Buffers": "4.5.1", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile/4.0.1": { - "dependencies": { - "System.Buffers": "4.5.1", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.1" - } - }, - "System.IO.Packaging/4.0.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Xml.ReaderWriter": "4.0.11" - }, - "runtime": { - "lib/netstandard1.3/System.IO.Packaging.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "1.0.24212.1" - } - } - }, - "System.Linq/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Dynamic.Core/1.2.6": { - "runtime": { - "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll": { - "assemblyVersion": "1.2.6.0", - "fileVersion": "1.2.6.0" - } - } - }, - "System.Linq.Expressions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Management/8.0.0": { - "dependencies": { - "System.CodeDom": "8.0.0" - }, - "runtime": { - "lib/net6.0/System.Management.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Management.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Memory/4.5.4": {}, - "System.Net.Http/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "7.0.2", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.0.1", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.0.11", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.OpenSsl": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.0.1", - "runtime.native.System.Security.Cryptography": "4.0.0" - } - }, - "System.Net.Primitives/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3", - "System.Runtime": "4.3.1", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.0.11", - "System.Runtime": "4.3.1", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Threading": "4.3.0" - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.1" - } - }, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.1" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.1" - } - }, - "System.Reflection.Emit.Lightweight/4.7.0": {}, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.1" - } - }, - "System.Reflection.Metadata/1.4.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Immutable": "8.0.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3", - "System.Runtime": "4.3.1" - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.1" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.1" - } - }, - "System.Runtime/4.3.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3" - } - }, - "System.Runtime.Caching/4.7.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "7.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Runtime.Caching.dll": { - "assemblyVersion": "4.0.1.0", - "fileVersion": "4.700.19.56404" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.1.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3", - "System.Runtime": "4.3.1" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3", - "System.Runtime": "4.3.1" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics/4.0.1": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1" - } - }, - "System.Security.AccessControl/6.0.0": {}, - "System.Security.Cryptography.Algorithms/4.2.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography": "4.0.0" - } - }, - "System.Security.Cryptography.Cng/4.5.0": {}, - "System.Security.Cryptography.Csp/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography": "4.0.0" - } - }, - "System.Security.Cryptography.OpenSsl/4.0.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography": "4.0.0" - } - }, - "System.Security.Cryptography.Pkcs/8.0.0": { - "dependencies": { - "System.Formats.Asn1": "8.0.1" - }, - "runtime": { - "lib/net6.0/System.Security.Cryptography.Pkcs.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Security.Cryptography.Primitives/4.0.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData/7.0.0": { - "runtime": { - "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "System.Security.Cryptography.X509Certificates/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.0.1", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Cng": "4.5.0", - "System.Security.Cryptography.Csp": "4.0.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.OpenSsl": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.0.1", - "runtime.native.System.Security.Cryptography": "4.0.0" - } - }, - "System.Security.Permissions/7.0.0": { - "dependencies": { - "System.Windows.Extensions": "7.0.0" - }, - "runtime": { - "lib/net6.0/System.Security.Permissions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "System.Security.Principal.Windows/4.7.0": {}, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3", - "System.Runtime": "4.3.1" - } - }, - "System.Text.Encoding.CodePages/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3", - "System.Runtime": "4.3.1", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web/8.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Text.Encodings.Web.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - }, - "runtimeTargets": { - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll": { - "rid": "browser", - "assetType": "runtime", - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Text.Json/8.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "8.0.0" - }, - "runtime": { - "lib/net6.0/System.Text.Json.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Text.RegularExpressions/4.3.1": { - "dependencies": { - "System.Runtime": "4.3.1" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.1", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3", - "System.Runtime": "4.3.1" - } - }, - "System.Threading.Tasks.Extensions/4.0.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.1", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks.Parallel/4.3.0": { - "dependencies": { - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Timer/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3", - "System.Runtime": "4.3.1" - } - }, - "System.Windows.Extensions/7.0.0": { - "dependencies": { - "System.Drawing.Common": "7.0.0" - }, - "runtime": { - "lib/net6.0/System.Windows.Extensions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "System.Xml.ReaderWriter/4.0.11": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.1", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.0.0" - } - }, - "System.Xml.XDocument/4.0.11": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.0.1", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.0.11" - } - }, - "System.Xml.XPath/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.0.11" - } - }, - "System.Xml.XPath.XDocument/4.0.1": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XDocument": "4.0.11", - "System.Xml.XPath": "4.0.1" - } - }, - "ZstdSharp.Port/0.8.0": { - "runtime": { - "lib/net6.0/ZstdSharp.dll": { - "assemblyVersion": "0.8.0.0", - "fileVersion": "0.8.0.0" - } - } - }, - "LogLibrary/1.0.0": { - "runtime": { - "LogLibrary.dll": { - "assemblyVersion": "1.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "WIDESEA_Common/1.0.0": { - "dependencies": { - "LogLibrary": "1.0.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "WIDESEA_Common.dll": { - "assemblyVersion": "1.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "WIDESEA_Core/1.0.1": { - "dependencies": { - "AutoMapper": "13.0.1", - "Autofac": "8.0.0", - "Autofac.Extensions.DependencyInjection": "9.0.0", - "Autofac.Extras.DynamicProxy": "7.1.0", - "Furion.Extras.ObjectMapper.Mapster": "4.9.5.8", - "Magicodes.IE.EPPlus": "2.7.5.1", - "Magicodes.IE.Excel": "2.7.5.1", - "MailKit": "4.7.1.1", - "Masuit.Tools.Core": "2024.5.6", - "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.29", - "Microsoft.Extensions.DependencyInjection": "6.0.1", - "MiniProfiler.AspNetCore.Mvc": "4.3.8", - "Newtonsoft.Json": "13.0.3", - "OfficeOpenXml.Core.ExcelPackage": "1.0.0", - "SkiaSharp": "2.88.8", - "SqlSugarCore": "5.1.4.152", - "Swashbuckle.AspNetCore": "6.5.0", - "Swashbuckle.AspNetCore.Filters": "7.0.5", - "Swashbuckle.AspNetCore.Newtonsoft": "6.5.0", - "System.Text.RegularExpressions": "4.3.1", - "log4net": "2.0.17" - }, - "runtime": { - "WIDESEA_Core.dll": { - "assemblyVersion": "1.0.1", - "fileVersion": "1.0.1.0" - } - } - }, - "WIDESEA_DTO/1.0.0": { - "dependencies": { - "WIDESEA_Model": "1.0.0" - }, - "runtime": { - "WIDESEA_DTO.dll": { - "assemblyVersion": "1.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "WIDESEA_IStoragIntegrationServices/1.0.0": { - "dependencies": { - "WIDESEA_DTO": "1.0.0" - }, - "runtime": { - "WIDESEA_IStoragIntegrationServices.dll": { - "assemblyVersion": "1.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "WIDESEA_Model/1.0.0": { - "dependencies": { - "System.Text.RegularExpressions": "4.3.1", - "WIDESEA_Common": "1.0.0", - "WIDESEA_Core": "1.0.1" - }, - "runtime": { - "WIDESEA_Model.dll": { - "assemblyVersion": "1.0.0", - "fileVersion": "1.0.0.0" - } - } - } - } - }, - "libraries": { - "WIDESEA_StoragIntegrationServices/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "AngleSharp/1.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aRFpAqixbuj1Vmqy2hsWPF0PJygo1SfjvmpBvVWZv6i+/u+C/L4wDdwFIzyCGUbjqr61NsZdPNPqDE8wlmG2qA==", - "path": "anglesharp/1.1.2", - "hashPath": "anglesharp.1.1.2.nupkg.sha512" - }, - "AngleSharp.Css/1.0.0-beta.139": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6WE6IsXtmTUe3h5dL7d0AM/WqlR3toulUcUnt9hQOZaJykjUxRE5WLAEwIjVzh1/n2vqKxjG+BCOx0ywmY0Xhg==", - "path": "anglesharp.css/1.0.0-beta.139", - "hashPath": "anglesharp.css.1.0.0-beta.139.nupkg.sha512" - }, - "Autofac/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qxVqJcl3fixxa5aZc9TmIuYTwooI9GCL5RzfUiTZtTlbAF3NcWz7bPeEyJEAyS/0qGhSyGnXeku2eiu/7L+3qw==", - "path": "autofac/8.0.0", - "hashPath": "autofac.8.0.0.nupkg.sha512" - }, - "Autofac.Extensions.DependencyInjection/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tf+//4MBola256qaaVQqQ6tx2R57S8A8BFekRWNpHkpSFzRBPkU+/fEDUSrCjqldK/B2zRoDbsMcQmYy3PYGWg==", - "path": "autofac.extensions.dependencyinjection/9.0.0", - "hashPath": "autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512" - }, - "Autofac.Extras.DynamicProxy/7.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Da6Szv7A1LK/cTdeoyqS45zb/BC5vep8+86f6C1oh2UhZaYtiijlNfLWamp3lxe0uUQ33kFe1dDCjsvfwJWzLg==", - "path": "autofac.extras.dynamicproxy/7.1.0", - "hashPath": "autofac.extras.dynamicproxy.7.1.0.nupkg.sha512" - }, - "AutoMapper/13.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/Fx1SbJ16qS7dU4i604Sle+U9VLX+WSNVJggk6MupKVkYvvBm4XqYaeFuf67diHefHKHs50uQIS2YEDFhPCakQ==", - "path": "automapper/13.0.1", - "hashPath": "automapper.13.0.1.nupkg.sha512" - }, - "BouncyCastle.Cryptography/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ==", - "path": "bouncycastle.cryptography/2.4.0", - "hashPath": "bouncycastle.cryptography.2.4.0.nupkg.sha512" - }, - "Castle.Core/5.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rpYtIczkzGpf+EkZgDr9CClTdemhsrwA/W5hMoPjLkRFnXzH44zDLoovXeKtmxb1ykXK9aJVODSpiJml8CTw2g==", - "path": "castle.core/5.1.1", - "hashPath": "castle.core.5.1.1.nupkg.sha512" - }, - "DnsClient/1.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RRwtaCXkXWsx0mmsReGDqCbRLtItfUbkRJlet1FpdciVhyMGKcPd57T1+8Jki9ojHlq9fntVhXQroOOgRak8DQ==", - "path": "dnsclient/1.8.0", - "hashPath": "dnsclient.1.8.0.nupkg.sha512" - }, - "DynamicExpresso.Core/2.3.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-p6GEP3BphaT9xa59VjpQeozkloXjcDmoL6aPXOInl5S5chWtB82H+GiirV3H1bP39ZeXX2e1UN0w7/pD1wCUlg==", - "path": "dynamicexpresso.core/2.3.3", - "hashPath": "dynamicexpresso.core.2.3.3.nupkg.sha512" - }, - "Furion.Extras.ObjectMapper.Mapster/4.9.5.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TzGkH83AfmUqZUcbeSYmfiPa+qeDd8e80hqmGgJuCuEJAnmWUKxwTQaRDp2LkQzUuZSQyI6iY1t3QpdbX2wHfQ==", - "path": "furion.extras.objectmapper.mapster/4.9.5.8", - "hashPath": "furion.extras.objectmapper.mapster.4.9.5.8.nupkg.sha512" - }, - "log4net/2.0.17": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qnnDf/ubJzwm2i1xH7nRMjEDoD+ctse7nZDqb+p7L1PvZc6ykpMoEesWr1/9hFqlsbII2v9e8yyQHJhoDQh7ZA==", - "path": "log4net/2.0.17", - "hashPath": "log4net.2.0.17.nupkg.sha512" - }, - "Magicodes.IE.Core/2.7.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QokgLic4DJrqj5oDKHR+86+ZW1HfbJ4l/hzWUYIe3tPjPLsjH+dD7KvVBMiuZtvWCxwiUURF7j3rL/8Cpk+FqA==", - "path": "magicodes.ie.core/2.7.5.1", - "hashPath": "magicodes.ie.core.2.7.5.1.nupkg.sha512" - }, - "Magicodes.IE.EPPlus/2.7.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9VSY9Gy+E9VyIn/iDsrAhrJx4Xea0gB7BdyEIHsYUYYLJKWE/QK2HYa6tTi8Torltu828wSwZTwYkl59+XJWew==", - "path": "magicodes.ie.epplus/2.7.5.1", - "hashPath": "magicodes.ie.epplus.2.7.5.1.nupkg.sha512" - }, - "Magicodes.IE.Excel/2.7.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vfbicVe78YHlQ6RxWo62P5IDyRoJIRJkLMmB6U09TjJ6JDr/kVO9AOJRA+hHnrzXI6C75UQ3JOesHRtz4tTRTg==", - "path": "magicodes.ie.excel/2.7.5.1", - "hashPath": "magicodes.ie.excel.2.7.5.1.nupkg.sha512" - }, - "MailKit/4.7.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y3okmIxu8g/ZcoJiE2i+dCeKgnNyddsXmcJslZnCPGVPP0aRyeVINHV1h97V+OVMdqjQI6O12J2p8Duwq5UEqQ==", - "path": "mailkit/4.7.1.1", - "hashPath": "mailkit.4.7.1.1.nupkg.sha512" - }, - "Mapster/7.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RYGoDqvS4WTKIq0HDyPBBVIj6N0mluOCXQ1Vk95JKseMHEsbCXSEGKSlP95oL+s42IXAXbqvHj7p0YaRBUcfqg==", - "path": "mapster/7.4.0", - "hashPath": "mapster.7.4.0.nupkg.sha512" - }, - "Mapster.Core/1.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-11lokmfliBEMMmjeqxFGNpqGXq6tN96zFqpBmfYeahr4Ybk63oDmeJmOflsATjobYkX248g5Y62oQ2NNnZaeww==", - "path": "mapster.core/1.2.1", - "hashPath": "mapster.core.1.2.1.nupkg.sha512" - }, - "Mapster.DependencyInjection/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LfjnRIwx6WAo3ssq8PFeaHFaUz00BfSG9BhWgXsiDa3H5lDhG0lpMGDF6w2ZnooS4eHYmAv4f77VxmzpvgorNg==", - "path": "mapster.dependencyinjection/1.0.1", - "hashPath": "mapster.dependencyinjection.1.0.1.nupkg.sha512" - }, - "Masuit.Tools.Abstractions/2024.5.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SRQR277JIiFXhXEw5CRaxBiSM3NfYzbg8mhg0ExMbnG6I+6GKWitsvjUJobAphQPazyn9rjRecNByx4gYhRxxQ==", - "path": "masuit.tools.abstractions/2024.5.6", - "hashPath": "masuit.tools.abstractions.2024.5.6.nupkg.sha512" - }, - "Masuit.Tools.Core/2024.5.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NyCKi1rsNRmSm9pfQ+G/5B7UjFDiHROKS7fM5vZSjPY/aX+i2+jYsxfANIceLLALMWZ2X1vkFtKkwD8fuWx9cw==", - "path": "masuit.tools.core/2024.5.6", - "hashPath": "masuit.tools.core.2024.5.6.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/6.0.29": { - "type": "package", - "serviceable": true, - "sha512": "sha512-daOVgz0G2YwPRWOxGKCqa8mNjzd+2PXTo05sq1lKTY14OaNDByOYPjNrgDip5qmyLawuhyRn9gmSIDqdW0rKBA==", - "path": "microsoft.aspnetcore.authentication.jwtbearer/6.0.29", - "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.6.0.29.nupkg.sha512" - }, - "Microsoft.AspNetCore.JsonPatch/6.0.0-rc.1.21452.15": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+27ce/d0w7jyEmCCMrzwFRg6PHZxQ37Fmnf+es1qQudbip2rryxPdM8TRoXT6wNtdlzqHnIyXTtLjSs0uIDhxA==", - "path": "microsoft.aspnetcore.jsonpatch/6.0.0-rc.1.21452.15", - "hashPath": "microsoft.aspnetcore.jsonpatch.6.0.0-rc.1.21452.15.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.0-rc.1.21452.15": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/dspuIknGgOdBygH3bmjsIH5neuuJ7DHILXrKVPAoCykPARAIUBckZlIW6RrYqmbGTZYT/YFCzr/xDR5f0YiAA==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/6.0.0-rc.1.21452.15", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.6.0.0-rc.1.21452.15.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Data.SqlClient/2.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dSdlcXPszeOjjDX9a0buMFgYqKrI5bTxdSgX3JyCa+OL80NUstJSxOJr0j9oOn8mpP5PgWeRC2bVf/Zf2Cjv+g==", - "path": "microsoft.data.sqlclient/2.1.7", - "hashPath": "microsoft.data.sqlclient.2.1.7.nupkg.sha512" - }, - "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JwGDWkyZgm7SATJmFLfT2G4teimvNbNtq3lsS9a5DzvhEZnQrZjZhevCU0vdx8MjheLHoG5vocuO03QtioFQxQ==", - "path": "microsoft.data.sqlclient.sni.runtime/2.1.1", - "hashPath": "microsoft.data.sqlclient.sni.runtime.2.1.1.nupkg.sha512" - }, - "Microsoft.Data.Sqlite/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+7uDWNYZmLrVq9eABAKwy1phGbpoFVohKCUoh/nGg9WiBwi856EkAJYFiQhTJWoXxzpInkLFj/6KACoSB7ODYg==", - "path": "microsoft.data.sqlite/8.0.1", - "hashPath": "microsoft.data.sqlite.8.0.1.nupkg.sha512" - }, - "Microsoft.Data.Sqlite.Core/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-s8C8xbwMb79EqzTaIhwiBrYtbv6ATnUW19pJed4fKVgN5K4VPQ7JUGqBLztknvD6EJIMKrfRnINGTjnZghrDGw==", - "path": "microsoft.data.sqlite.core/8.0.1", - "hashPath": "microsoft.data.sqlite.core.8.0.1.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore/6.0.31": { - "type": "package", - "serviceable": true, - "sha512": "sha512-E/6vnatnSzUhSPi/xI5PNZa6/6sb1XasGXojPgfGvdeWdOB8jPgRCXR6dZmqGI1W76WsqgDIgvByMNHrdrrCSg==", - "path": "microsoft.entityframeworkcore/6.0.31", - "hashPath": "microsoft.entityframeworkcore.6.0.31.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Abstractions/6.0.31": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8AdITHMZ7eTEAsND9lK3aJYjDRPnrzKYqRzTbPslTlkz3hf0xheMZKT+bZj6TCNoo6If06yBOtSwnuAdApkCtA==", - "path": "microsoft.entityframeworkcore.abstractions/6.0.31", - "hashPath": "microsoft.entityframeworkcore.abstractions.6.0.31.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Analyzers/6.0.31": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1v9d0P316ZrESIyijs724db34T9LDnA8ug8MwnvsIohd8y+xIXpkLsG9oDzH0MAitLGkTF9Jaas3EKx0lOyMJg==", - "path": "microsoft.entityframeworkcore.analyzers/6.0.31", - "hashPath": "microsoft.entityframeworkcore.analyzers.6.0.31.nupkg.sha512" - }, - "Microsoft.Extensions.ApiDescription.Server/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==", - "path": "microsoft.extensions.apidescription.server/6.0.5", - "hashPath": "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bcz5sSFJbganH0+YrfvIjJDIcKNW7TL07C4d1eTmXy/wOt52iz4LVogJb6pazs7W0+74j0YpXFErvp++Aq5Bsw==", - "path": "microsoft.extensions.caching.abstractions/6.0.0", - "hashPath": "microsoft.extensions.caching.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Memory/6.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-B4y+Cev05eMcjf1na0v9gza6GUtahXbtY1JCypIgx3B4Ea/KAgsWyXEmW4q6zMbmTMtKzmPVk09rvFJirvMwTg==", - "path": "microsoft.extensions.caching.memory/6.0.1", - "hashPath": "microsoft.extensions.caching.memory.6.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==", - "path": "microsoft.extensions.configuration/8.0.0", - "hashPath": "microsoft.extensions.configuration.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", - "path": "microsoft.extensions.configuration.abstractions/8.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-McP+Lz/EKwvtCv48z0YImw+L1gi1gy5rHhNaNIY2CrjloV+XY8gydT8DjMR6zWeL13AFK+DioVpppwAuO1Gi1w==", - "path": "microsoft.extensions.configuration.fileextensions/8.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-C2wqUoh9OmRL1akaCcKSTmRU8z0kckfImG7zLNI8uyi47Lp+zd5LWAD17waPQEqCz3ioWOCrFUo+JJuoeZLOBw==", - "path": "microsoft.extensions.configuration.json/8.0.0", - "hashPath": "microsoft.extensions.configuration.json.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/6.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vWXPg3HJQIpZkENn1KWq8SfbqVujVD7S7vIAyFXXqK5xkf1Vho+vG0bLBCHxU36lD1cLLtmGpfYf0B3MYFi9tQ==", - "path": "microsoft.extensions.dependencyinjection/6.0.1", - "hashPath": "microsoft.extensions.dependencyinjection.6.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TD5QHg98m3+QhgEV1YVoNMl5KtBw/4rjfxLHO0e/YV9bPUBDKntApP4xdrVtGgCeQZHVfC2EXIGsdpRNrr87Pg==", - "path": "microsoft.extensions.dependencymodel/6.0.0", - "hashPath": "microsoft.extensions.dependencymodel.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==", - "path": "microsoft.extensions.fileproviders.abstractions/8.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UboiXxpPUpwulHvIAVE36Knq0VSHaAmfrFkegLyBZeaADuKezJ/AIXYAW8F5GBlGk/VaibN2k/Zn1ca8YAfVdA==", - "path": "microsoft.extensions.fileproviders.physical/8.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OK+670i7esqlQrPjdIKRbsyMCe9g5kSLpRRQGSr4Q58AOYEe/hCnfLZprh7viNisSUUQZmMrbbuDaIrP+V1ebQ==", - "path": "microsoft.extensions.filesystemglobbing/8.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", - "path": "microsoft.extensions.logging/6.0.0", - "hashPath": "microsoft.extensions.logging.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==", - "path": "microsoft.extensions.logging.abstractions/6.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", - "path": "microsoft.extensions.options/6.0.0", - "hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", - "path": "microsoft.extensions.primitives/8.0.0", - "hashPath": "microsoft.extensions.primitives.8.0.0.nupkg.sha512" - }, - "Microsoft.Identity.Client/4.21.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vycgk7S/HAbHaUaK4Tid1fsWHsXdFRRP2KavAIOHCVV27zvuQfYAjXmMvctuuF4egydSumG58CwPZob3gWeYgQ==", - "path": "microsoft.identity.client/4.21.1", - "hashPath": "microsoft.identity.client.4.21.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Abstractions/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", - "path": "microsoft.identitymodel.abstractions/6.35.0", - "hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", - "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", - "hashPath": "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", - "path": "microsoft.identitymodel.logging/6.35.0", - "hashPath": "microsoft.identitymodel.logging.6.35.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", - "path": "microsoft.identitymodel.protocols/6.35.0", - "hashPath": "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", - "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", - "path": "microsoft.identitymodel.tokens/6.35.0", - "hashPath": "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512" - }, - "Microsoft.IO.RecyclableMemoryStream/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BTrXL3Ej17x+aze3xbso4xn16ajFaBU1YKQypzrirX4attETZnqCXLB+yRwo1hsZsP1U0O6mNCPuSdccTHCrBg==", - "path": "microsoft.io.recyclablememorystream/2.1.1", - "hashPath": "microsoft.io.recyclablememorystream.2.1.1.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/1.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TMBuzAHpTenGbGgk0SMTwyEkyijY/Eae4ZGsFNYJvAr/LDn1ku3Etp3FPxChmDp5HHF3kzJuoaa08N0xjqAJfQ==", - "path": "microsoft.netcore.platforms/1.1.1", - "hashPath": "microsoft.netcore.platforms.1.1.1.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ==", - "path": "microsoft.netcore.targets/1.1.3", - "hashPath": "microsoft.netcore.targets.1.1.3.nupkg.sha512" - }, - "Microsoft.OpenApi/1.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2X5CCFJCnx6v86fnpOg4TKlU1ba7MSf1yakeT7VI4846s7i6fOkERwStX94Rcq8wJsLyQYsUitd6vR38viePeA==", - "path": "microsoft.openapi/1.3.1", - "hashPath": "microsoft.openapi.1.3.1.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fQnBHO9DgcmkC9dYSJoBqo6sH1VJwJprUHh8F3hbcRlxiQiBUuTntdk8tUwV490OqC2kQUrinGwZyQHTieuXRA==", - "path": "microsoft.win32.primitives/4.0.1", - "hashPath": "microsoft.win32.primitives.4.0.1.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", - "path": "microsoft.win32.registry/4.7.0", - "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512" - }, - "Microsoft.Win32.SystemEvents/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2nXPrhdAyAzir0gLl8Yy8S5Mnm/uBSQQA7jEsILOS1MTyS7DbmV1NgViMtvV1sfCD1ebITpNwb1NIinKeJgUVQ==", - "path": "microsoft.win32.systemevents/7.0.0", - "hashPath": "microsoft.win32.systemevents.7.0.0.nupkg.sha512" - }, - "MimeKit/4.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Qoj4aVvhX14A1FNvaJ33hzOP4VZI2j+Mr38I9wSGcjMq4BYDtWLJG89aJ9nRW2cNfH6Czjwyp7+Mh++xv3AZvg==", - "path": "mimekit/4.7.1", - "hashPath": "mimekit.4.7.1.nupkg.sha512" - }, - "MiniProfiler.AspNetCore/4.3.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dohMvXpjKDPv/edl7gwKhq80JBqRLLRSwVJB9bo0UYqsgEox7BZyYS/4vBty+UsZ59pYYYhMUpUKHVWLLj/PBw==", - "path": "miniprofiler.aspnetcore/4.3.8", - "hashPath": "miniprofiler.aspnetcore.4.3.8.nupkg.sha512" - }, - "MiniProfiler.AspNetCore.Mvc/4.3.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aJ6Kkw2zMy36cKDWTjQYo/pJ6bhPBRA8z4NO8REe+xDhv8+fk58P526Bi52gnvsDp4jIVk5AQ8nQDgPUS/K+7A==", - "path": "miniprofiler.aspnetcore.mvc/4.3.8", - "hashPath": "miniprofiler.aspnetcore.mvc.4.3.8.nupkg.sha512" - }, - "MiniProfiler.Shared/4.3.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SfXNX90fmDm373YAla0z06plTCj6YbByQJOm6G8/9kE6Hf4UALJxySyiMB9O4KYeTc6Ha1EFQDs6jLhio+bBFA==", - "path": "miniprofiler.shared/4.3.8", - "hashPath": "miniprofiler.shared.4.3.8.nupkg.sha512" - }, - "MySqlConnector/2.2.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6sinY78RvryhHwpup3awdjYO7d5hhWahb5p/1VDODJhSxJggV/sBbYuKK5IQF9TuzXABiddqUbmRfM884tqA3Q==", - "path": "mysqlconnector/2.2.5", - "hashPath": "mysqlconnector.2.2.5.nupkg.sha512" - }, - "NETStandard.Library/1.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ypsCvIdCZ4IoYASJHt6tF2fMo7N30NLgV1EbmC+snO490OMl9FvVxmumw14rhReWU3j3g7BYudG6YCrchwHJlA==", - "path": "netstandard.library/1.6.0", - "hashPath": "netstandard.library.1.6.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "Npgsql/5.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-EQWwxb2lN9w78YG4f6Fxhw5lFEx4LuaNGasXzw86kTOJxiPsUORSh/BTencNZJO4uVqGZx3EO9Z8JXTAvRjgeg==", - "path": "npgsql/5.0.7", - "hashPath": "npgsql.5.0.7.nupkg.sha512" - }, - "OfficeOpenXml.Core.ExcelPackage/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LDhZ7K/zd7Zg3qndOacpdoYvyMbrnOm590g6fhS7NhR3zWkg90sz4NyOo1LGwq/9zianqjwV4gyJjtzLZ5JKww==", - "path": "officeopenxml.core.excelpackage/1.0.0", - "hashPath": "officeopenxml.core.excelpackage.1.0.0.nupkg.sha512" - }, - "Oracle.ManagedDataAccess.Core/3.21.100": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nsqyUE+v246WB0SOnR1u9lfZxYoNcdj1fRjTt7TOhCN0JurEc6+qu+mMe+dl1sySB2UpyWdfqHG1iSQJYaXEfA==", - "path": "oracle.manageddataaccess.core/3.21.100", - "hashPath": "oracle.manageddataaccess.core.3.21.100.nupkg.sha512" - }, - "Oscar.Data.SqlClient/4.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VJ3xVvRjxrPi/mMPT5EqYiMZor0MjFu83mw1qvUveBFWJSudGh9BOKZq7RkhqeNCcL1ud0uK0/TVkw+xTa4q4g==", - "path": "oscar.data.sqlclient/4.0.4", - "hashPath": "oscar.data.sqlclient.4.0.4.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "path": "runtime.native.system.io.compression/4.3.0", - "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Http/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Nh0UPZx2Vifh8r+J+H2jxifZUD3sBrmolgiFWJd2yiNrxO0xTa6bAw3YwRn1VOiSen/tUXMS31ttNItCZ6lKuA==", - "path": "runtime.native.system.net.http/4.0.1", - "hashPath": "runtime.native.system.net.http.4.0.1.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2CQK0jmO6Eu7ZeMgD+LOFbNJSXHFVQbCJJkEyEwowh1SCgYnrn9W9RykMfpeeVGw7h4IBvYikzpGUlmZTUafJw==", - "path": "runtime.native.system.security.cryptography/4.0.0", - "hashPath": "runtime.native.system.security.cryptography.4.0.0.nupkg.sha512" - }, - "Scrutor/3.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BwqCnFzp2/Z+pq17iztxlIkR/ZANyPRR4PdE57WL1w/JW4AM/2imoxBWTL3+G+YXA46ce4s9OUgwWqTXYrtI8A==", - "path": "scrutor/3.3.0", - "hashPath": "scrutor.3.3.0.nupkg.sha512" - }, - "SharpCompress/0.37.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cFBpTct57aubLQXkdqMmgP8GGTFRh7fnRWP53lgE/EYUpDZJ27SSvTkdjB4OYQRZ20SJFpzczUquKLbt/9xkhw==", - "path": "sharpcompress/0.37.2", - "hashPath": "sharpcompress.0.37.2.nupkg.sha512" - }, - "SixLabors.Fonts/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4+NKz8W36injp98lmmM07ncp08HAK8c6FZz8vLoKxRPfJeEVWpBHlLYEbQa5rcqKKYqxUv/RVCrb8XcPhfMKUQ==", - "path": "sixlabors.fonts/2.0.4", - "hashPath": "sixlabors.fonts.2.0.4.nupkg.sha512" - }, - "SixLabors.ImageSharp/3.1.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lNtlq7dSI/QEbYey+A0xn48z5w4XHSffF8222cC4F4YwTXfEImuiBavQcWjr49LThT/pRmtWJRcqA/PlL+eJ6g==", - "path": "sixlabors.imagesharp/3.1.5", - "hashPath": "sixlabors.imagesharp.3.1.5.nupkg.sha512" - }, - "SixLabors.ImageSharp.Drawing/2.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-p4VwtAABggDUhUS5zXldCZHVGfjJl76+SrBHY4biNQ8+890igFK6RL87qIv9GqvEjMcYOar1sPkf2iMQ6uq9/g==", - "path": "sixlabors.imagesharp.drawing/2.1.4", - "hashPath": "sixlabors.imagesharp.drawing.2.1.4.nupkg.sha512" - }, - "SkiaSharp/2.88.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bRkp3uKp5ZI8gXYQT57uKwil1uobb2p8c69n7v5evlB/2JNcMAXVcw9DZAP5Ig3WSvgzGm2YSn27UVeOi05NlA==", - "path": "skiasharp/2.88.8", - "hashPath": "skiasharp.2.88.8.nupkg.sha512" - }, - "SkiaSharp.NativeAssets.Linux.NoDependencies/2.88.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ecgMclPor+X1wi2dZSVDo1sV2Dm8gwEKNRtS+qiE9qfnQzGHbYWlbTBWalnZBaIl3BLC21b1QO8gMgabhSAh+g==", - "path": "skiasharp.nativeassets.linux.nodependencies/2.88.6", - "hashPath": "skiasharp.nativeassets.linux.nodependencies.2.88.6.nupkg.sha512" - }, - "SkiaSharp.NativeAssets.macOS/2.88.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6Kn5TSkKlfyS6azWHF3Jk2sW5C4jCE5uSshM/5AbfFrR+5n6qM5XEnz9h4VaVl7LTxBvHvMkuPb/3bpbq0vxTw==", - "path": "skiasharp.nativeassets.macos/2.88.8", - "hashPath": "skiasharp.nativeassets.macos.2.88.8.nupkg.sha512" - }, - "SkiaSharp.NativeAssets.Win32/2.88.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-O9QXoWEXA+6cweR4h3BOnwMz+pO9vL9mXdjLrpDd0w1QzCgWmLQBxa1VgySDITiH7nQndrDG1h6937zm9pLj1Q==", - "path": "skiasharp.nativeassets.win32/2.88.8", - "hashPath": "skiasharp.nativeassets.win32.2.88.8.nupkg.sha512" - }, - "SQLitePCLRaw.bundle_e_sqlite3/2.1.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BmAf6XWt4TqtowmiWe4/5rRot6GerAeklmOPfviOvwLoF5WwgxcJHAxZtySuyW9r9w+HLILnm8VfJFLCUJYW8A==", - "path": "sqlitepclraw.bundle_e_sqlite3/2.1.6", - "hashPath": "sqlitepclraw.bundle_e_sqlite3.2.1.6.nupkg.sha512" - }, - "SQLitePCLRaw.core/2.1.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wO6v9GeMx9CUngAet8hbO7xdm+M42p1XeJq47ogyRoYSvNSp0NGLI+MgC0bhrMk9C17MTVFlLiN6ylyExLCc5w==", - "path": "sqlitepclraw.core/2.1.6", - "hashPath": "sqlitepclraw.core.2.1.6.nupkg.sha512" - }, - "SQLitePCLRaw.lib.e_sqlite3/2.1.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2ObJJLkIUIxRpOUlZNGuD4rICpBnrBR5anjyfUFQep4hMOIeqW+XGQYzrNmHSVz5xSWZ3klSbh7sFR6UyDj68Q==", - "path": "sqlitepclraw.lib.e_sqlite3/2.1.6", - "hashPath": "sqlitepclraw.lib.e_sqlite3.2.1.6.nupkg.sha512" - }, - "SQLitePCLRaw.provider.e_sqlite3/2.1.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PQ2Oq3yepLY4P7ll145P3xtx2bX8xF4PzaKPRpw9jZlKvfe4LE/saAV82inND9usn1XRpmxXk7Lal3MTI+6CNg==", - "path": "sqlitepclraw.provider.e_sqlite3/2.1.6", - "hashPath": "sqlitepclraw.provider.e_sqlite3.2.1.6.nupkg.sha512" - }, - "SqlSugarCore/5.1.4.152": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/dflCCWvD9YFTQaEqAZcRJW4YpCMVvhVZxRhHKIPuwPVOY/sSelcr9KpsaTpRPwFq8DaKw1PcfN35S/O/fmwSA==", - "path": "sqlsugarcore/5.1.4.152", - "hashPath": "sqlsugarcore.5.1.4.152.nupkg.sha512" - }, - "SqlSugarCore.Dm/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JIKtvU8LySwSKBsqFijO4kWH24j8Ks3t03fFY1w6YMbFiJ6yuq7AI8iR4oSPiMhDtoYuj6yBz6u/gttrHBX1Sg==", - "path": "sqlsugarcore.dm/1.3.0", - "hashPath": "sqlsugarcore.dm.1.3.0.nupkg.sha512" - }, - "SqlSugarCore.Kdbndp/9.3.6.411": { - "type": "package", - "serviceable": true, - "sha512": "sha512-C/Zz/GEs9GjTcwikWaEj6bxqJ6J6ulhE3zMqQeQtj3tdw6gSu2G0dMx6uW7M7HWMM0TyGR76eJK8ctyeeaqzcQ==", - "path": "sqlsugarcore.kdbndp/9.3.6.411", - "hashPath": "sqlsugarcore.kdbndp.9.3.6.411.nupkg.sha512" - }, - "Swashbuckle.AspNetCore/6.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FK05XokgjgwlCI6wCT+D4/abtQkL1X1/B9Oas6uIwHFmYrIO9WUD5aLC9IzMs9GnHfUXOtXZ2S43gN1mhs5+aA==", - "path": "swashbuckle.aspnetcore/6.5.0", - "hashPath": "swashbuckle.aspnetcore.6.5.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Filters/7.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AVvG44LqDjB765pVldSbRPpH6iTIo6xmyoZE9aP8FcREMMUj7WB1cSMF+bWtUCkeEVwVTr8iGDxLfrCS03uIuQ==", - "path": "swashbuckle.aspnetcore.filters/7.0.5", - "hashPath": "swashbuckle.aspnetcore.filters.7.0.5.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Filters.Abstractions/7.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iY3FK5URcNqdESPFDWL0YAe7X2sxZJj7YM5gTCIHvtu4d/h9NurhBLII96+obQghbJ7i45TVlPeYo4jb9WmVGg==", - "path": "swashbuckle.aspnetcore.filters.abstractions/7.0.5", - "hashPath": "swashbuckle.aspnetcore.filters.abstractions.7.0.5.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Newtonsoft/6.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-o1dOWCENDG3ViE8aFR9GpVTq8smsNkCXs3eonVaD3DziJgxAfkcOa0/syHtFSfpluh3bmnJ8isQh3S/T3hpz2Q==", - "path": "swashbuckle.aspnetcore.newtonsoft/6.5.0", - "hashPath": "swashbuckle.aspnetcore.newtonsoft.6.5.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Swagger/6.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XWmCmqyFmoItXKFsQSwQbEAsjDKcxlNf1l+/Ki42hcb6LjKL8m5Db69OTvz5vLonMSRntYO1XLqz0OP+n3vKnA==", - "path": "swashbuckle.aspnetcore.swagger/6.5.0", - "hashPath": "swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y/qW8Qdg9OEs7V013tt+94OdPxbRdbhcEbw4NiwGvf4YBcfhL/y7qp/Mjv/cENsQ2L3NqJ2AOu94weBy/h4KvA==", - "path": "swashbuckle.aspnetcore.swaggergen/6.5.0", - "hashPath": "swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OvbvxX+wL8skxTBttcBsVxdh73Fag4xwqEU2edh4JMn7Ws/xJHnY/JB1e9RoCb6XpDxUF3hD9A0Z1lEUx40Pfw==", - "path": "swashbuckle.aspnetcore.swaggerui/6.5.0", - "hashPath": "swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512" - }, - "System.AppContext/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==", - "path": "system.appcontext/4.1.0", - "hashPath": "system.appcontext.4.1.0.nupkg.sha512" - }, - "System.Buffers/4.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", - "path": "system.buffers/4.5.1", - "hashPath": "system.buffers.4.5.1.nupkg.sha512" - }, - "System.CodeDom/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WTlRjL6KWIMr/pAaq3rYqh0TJlzpouaQ/W1eelssHgtlwHAH25jXTkUphTYx9HaIIf7XA6qs/0+YhtLEQRkJ+Q==", - "path": "system.codedom/8.0.0", - "hashPath": "system.codedom.8.0.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "path": "system.collections.concurrent/4.3.0", - "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" - }, - "System.Collections.Immutable/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg==", - "path": "system.collections.immutable/8.0.0", - "hashPath": "system.collections.immutable.8.0.0.nupkg.sha512" - }, - "System.ComponentModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==", - "path": "system.componentmodel/4.3.0", - "hashPath": "system.componentmodel.4.3.0.nupkg.sha512" - }, - "System.ComponentModel.Annotations/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0YFqjhp/mYkDGpU0Ye1GjE53HMp9UVfGN7seGpAMttAC0C40v5gw598jCgpbBLMmCo0E5YRLBv5Z2doypO49ZQ==", - "path": "system.componentmodel.annotations/4.7.0", - "hashPath": "system.componentmodel.annotations.4.7.0.nupkg.sha512" - }, - "System.ComponentModel.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==", - "path": "system.componentmodel.primitives/4.3.0", - "hashPath": "system.componentmodel.primitives.4.3.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WvRUdlL1lB0dTRZSs5XcQOd5q9MYNk90GkbmRmiCvRHThWiojkpGqWdmEDJdXyHbxG/BhE5hmVbMfRLXW9FJVA==", - "path": "system.configuration.configurationmanager/7.0.0", - "hashPath": "system.configuration.configurationmanager.7.0.0.nupkg.sha512" - }, - "System.Console/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qSKUSOIiYA/a0g5XXdxFcUFmv1hNICBD7QZ0QhGYVipPIhvpiydY8VZqr1thmCXvmn8aipMg64zuanB4eotK9A==", - "path": "system.console/4.0.0", - "hashPath": "system.console.4.0.0.nupkg.sha512" - }, - "System.Data.Common/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lm6E3T5u7BOuEH0u18JpbJHxBfOJPuCyl4Kg1RH10ktYLp5uEEE1xKrHW56/We4SnZpGAuCc9N0MJpSDhTHZGQ==", - "path": "system.data.common/4.3.0", - "hashPath": "system.data.common.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/7.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hYr3I9N9811e0Bjf2WNwAGGyTuAFbbTgX1RPLt/3Wbm68x3IGcX5Cl75CMmgT6WlNwLQ2tCCWfqYPpypjaf2xA==", - "path": "system.diagnostics.diagnosticsource/7.0.2", - "hashPath": "system.diagnostics.diagnosticsource.7.0.2.nupkg.sha512" - }, - "System.Diagnostics.EventLog/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==", - "path": "system.diagnostics.eventlog/6.0.0", - "hashPath": "system.diagnostics.eventlog.6.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-L+zIMEaXp1vA4wZk1KLMpk6tvU0xy94R0IfmhkmTWeC4KwShsmAfbg5I19LgjsCTYp6GVdXZ2aHluVWL0QqBdA==", - "path": "system.diagnostics.performancecounter/7.0.0", - "hashPath": "system.diagnostics.performancecounter.7.0.0.nupkg.sha512" - }, - "System.Diagnostics.StackTrace/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiHg0vgtd35/DM9jvtaC1eKRpWZxr0gcQd643ABG7GnvSlf5pOkY2uyd42mMOJoOmKvnpNj0F4tuoS1pacTwYw==", - "path": "system.diagnostics.stacktrace/4.3.0", - "hashPath": "system.diagnostics.stacktrace.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xBfJ8pnd4C17dWaC9FM6aShzbJcRNMChUMD42I6772KGGrqaFdumwhn9OdM68erj1ueNo3xdQ1EwiFjK5k8p0g==", - "path": "system.diagnostics.tools/4.0.1", - "hashPath": "system.diagnostics.tools.4.0.1.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.DirectoryServices/6.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-935IbO7h5FDGYxeO3cbx/CuvBBuk/VI8sENlfmXlh1pupNOB3LAGzdYdPY8CawGJFP7KNrHK5eUlsFoz3F6cuA==", - "path": "system.directoryservices/6.0.1", - "hashPath": "system.directoryservices.6.0.1.nupkg.sha512" - }, - "System.DirectoryServices.Protocols/6.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ndUZlEkAMc1XzM0xGN++SsJrNhRkIHaKI8+te325vrUgoLT1ufWNI6KB8FFrL7NpRMHPrdxP99aF3fHbAPxW0A==", - "path": "system.directoryservices.protocols/6.0.1", - "hashPath": "system.directoryservices.protocols.6.0.1.nupkg.sha512" - }, - "System.Drawing.Common/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KIX+oBU38pxkKPxvLcLfIkOV5Ien8ReN78wro7OF5/erwcmortzeFx+iBswlh2Vz6gVne0khocQudGwaO1Ey6A==", - "path": "system.drawing.common/7.0.0", - "hashPath": "system.drawing.common.7.0.0.nupkg.sha512" - }, - "System.Dynamic.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==", - "path": "system.dynamic.runtime/4.3.0", - "hashPath": "system.dynamic.runtime.4.3.0.nupkg.sha512" - }, - "System.Formats.Asn1/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XqKba7Mm/koKSjKMfW82olQdmfbI5yqeoLV/tidRp7fbh5rmHAQ5raDI/7SU0swTzv+jgqtUGkzmFxuUg0it1A==", - "path": "system.formats.asn1/8.0.1", - "hashPath": "system.formats.asn1.8.0.1.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Calendars/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-L1c6IqeQ88vuzC1P81JeHmHA8mxq8a18NUBNXnIY/BVb+TCyAaGIFbhpZt60h9FJNmisymoQkHEFSE9Vslja1Q==", - "path": "system.globalization.calendars/4.0.1", - "hashPath": "system.globalization.calendars.4.0.1.nupkg.sha512" - }, - "System.Globalization.Extensions/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KKo23iKeOaIg61SSXwjANN7QYDr/3op3OWGGzDzz7mypx0Za0fZSeG0l6cco8Ntp8YMYkIQcAqlk8yhm5/Uhcg==", - "path": "system.globalization.extensions/4.0.1", - "hashPath": "system.globalization.extensions.4.0.1.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/6.35.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==", - "path": "system.identitymodel.tokens.jwt/6.35.0", - "hashPath": "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "path": "system.io.compression/4.3.0", - "hashPath": "system.io.compression.4.3.0.nupkg.sha512" - }, - "System.IO.Compression.ZipFile/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hBQYJzfTbQURF10nLhd+az2NHxsU6MU7AB8RUf4IolBP5lOAm4Luho851xl+CqslmhI5ZH/el8BlngEk4lBkaQ==", - "path": "system.io.compression.zipfile/4.0.1", - "hashPath": "system.io.compression.zipfile.4.0.1.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.IO.Packaging/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-taPqPWcAj/h6e/c+zIWIVe1ddJtpV6acC6g9GpolxUcIwUaH6zc0ZbFS8kkVzBkuWv76pMalKeTzfmHtfT1pXA==", - "path": "system.io.packaging/4.0.0", - "hashPath": "system.io.packaging.4.0.0.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Dynamic.Core/1.2.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-npaX0wSt/Q/b54m5yfDR5t7H2L68jP/iFBHYX/sfoQfEip2x1e9wi7qoV6A0UjXIiIVAW1AfpUae++FJth9GNw==", - "path": "system.linq.dynamic.core/1.2.6", - "hashPath": "system.linq.dynamic.core.1.2.6.nupkg.sha512" - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "path": "system.linq.expressions/4.3.0", - "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" - }, - "System.Management/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jrK22i5LRzxZCfGb+tGmke2VH7oE0DvcDlJ1HAKYU8cPmD8XnpUT0bYn2Gy98GEhGjtfbR/sxKTVb+dE770pfA==", - "path": "system.management/8.0.0", - "hashPath": "system.management.8.0.0.nupkg.sha512" - }, - "System.Memory/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", - "path": "system.memory/4.5.4", - "hashPath": "system.memory.4.5.4.nupkg.sha512" - }, - "System.Net.Http/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ULq9g3SOPVuupt+Y3U+A37coXzdNisB1neFCSKzBwo182u0RDddKJF8I5+HfyXqK6OhJPgeoAwWXrbiUXuRDsg==", - "path": "system.net.http/4.1.0", - "hashPath": "system.net.http.4.1.0.nupkg.sha512" - }, - "System.Net.Primitives/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hVvfl4405DRjA2408luZekbPhplJK03j2Y2lSfMlny7GHXlkByw1iLnc9mgKW0GdQn73vvMcWrWewAhylXA4Nw==", - "path": "system.net.primitives/4.0.11", - "hashPath": "system.net.primitives.4.0.11.nupkg.sha512" - }, - "System.Net.Sockets/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xAz0N3dAV/aR/9g8r0Y5oEqU1JRsz29F5EGb/WVHmX3jVSLqi2/92M5hTad2aNWovruXrJpJtgZ9fccPMG9uSw==", - "path": "system.net.sockets/4.1.0", - "hashPath": "system.net.sockets.4.1.0.nupkg.sha512" - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "path": "system.objectmodel/4.3.0", - "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==", - "path": "system.reflection.emit.lightweight/4.7.0", - "hashPath": "system.reflection.emit.lightweight.4.7.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Metadata/1.4.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tc2ZyJgweHCLci5oQGuhQn9TD0Ii9DReXkHtZm3aAGp8xe40rpRjiTbMXOtZU+fr0BOQ46goE9+qIqRGjR9wGg==", - "path": "system.reflection.metadata/1.4.1", - "hashPath": "system.reflection.metadata.1.4.1.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-abhfv1dTK6NXOmu4bgHIONxHyEqFjW8HwXPmpY9gmll+ix9UNo4XDcmzJn6oLooftxNssVHdJC1pGT9jkSynQg==", - "path": "system.runtime/4.3.1", - "hashPath": "system.runtime.4.3.1.nupkg.sha512" - }, - "System.Runtime.Caching/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NdvNRjTPxYvIEhXQszT9L9vJhdQoX6AQ0AlhjTU+5NqFQVuacJTfhPVAvtGWNA2OJCqRiR/okBcZgMwI6MqcZg==", - "path": "system.runtime.caching/4.7.0", - "hashPath": "system.runtime.caching.4.7.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng==", - "path": "system.runtime.interopservices.runtimeinformation/4.0.0", - "hashPath": "system.runtime.interopservices.runtimeinformation.4.0.0.nupkg.sha512" - }, - "System.Runtime.Numerics/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+XbKFuzdmLP3d1o9pdHu2nxjNr2OEPqGzKeegPLCUMM71a0t50A/rOcIRmGs9wR7a8KuHX6hYs/7/TymIGLNqg==", - "path": "system.runtime.numerics/4.0.1", - "hashPath": "system.runtime.numerics.4.0.1.nupkg.sha512" - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", - "path": "system.runtime.serialization.primitives/4.3.0", - "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.AccessControl/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==", - "path": "system.security.accesscontrol/6.0.0", - "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.Algorithms/4.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8JQFxbLVdrtIOKMDN38Fn0GWnqYZw/oMlwOUG/qz1jqChvyZlnUmu+0s7wLx7JYua/nAXoESpHA3iw11QFWhXg==", - "path": "system.security.cryptography.algorithms/4.2.0", - "hashPath": "system.security.cryptography.algorithms.4.2.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==", - "path": "system.security.cryptography.cng/4.5.0", - "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512" - }, - "System.Security.Cryptography.Csp/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/i1Usuo4PgAqgbPNC0NjbO3jPW//BoBlTpcWFD1EHVbidH21y4c1ap5bbEMSGAXjAShhMH4abi/K8fILrnu4BQ==", - "path": "system.security.cryptography.csp/4.0.0", - "hashPath": "system.security.cryptography.csp.4.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.Encoding/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FbKgE5MbxSQMPcSVRgwM6bXN3GtyAh04NkV8E5zKCBE26X0vYW0UtTa2FIgkH33WVqBVxRgxljlVYumWtU+HcQ==", - "path": "system.security.cryptography.encoding/4.0.0", - "hashPath": "system.security.cryptography.encoding.4.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.OpenSsl/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HUG/zNUJwEiLkoURDixzkzZdB5yGA5pQhDP93ArOpDPQMteURIGERRNzzoJlmTreLBWr5lkFSjjMSk8ySEpQMw==", - "path": "system.security.cryptography.openssl/4.0.0", - "hashPath": "system.security.cryptography.openssl.4.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.Pkcs/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ULmp3xoOwNYjOYp4JZ2NK/6NdTgiN1GQXzVVN1njQ7LOZ0d0B9vyMnhyqbIi9Qw4JXj1JgCsitkTShboHRx7Eg==", - "path": "system.security.cryptography.pkcs/8.0.0", - "hashPath": "system.security.cryptography.pkcs.8.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.Primitives/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Wkd7QryWYjkQclX0bngpntW5HSlMzeJU24UaLJQ7YTfI8ydAVAaU2J+HXLLABOVJlKTVvAeL0Aj39VeTe7L+oA==", - "path": "system.security.cryptography.primitives/4.0.0", - "hashPath": "system.security.cryptography.primitives.4.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xSPiLNlHT6wAHtugASbKAJwV5GVqQK351crnILAucUioFqqieDN79evO1rku1ckt/GfjIn+b17UaSskoY03JuA==", - "path": "system.security.cryptography.protecteddata/7.0.0", - "hashPath": "system.security.cryptography.protecteddata.7.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.X509Certificates/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4HEfsQIKAhA1+ApNn729Gi09zh+lYWwyIuViihoMDWp1vQnEkL2ct7mAbhBlLYm+x/L4Rr/pyGge1lIY635e0w==", - "path": "system.security.cryptography.x509certificates/4.1.0", - "hashPath": "system.security.cryptography.x509certificates.4.1.0.nupkg.sha512" - }, - "System.Security.Permissions/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Vmp0iRmCEno9BWiskOW5pxJ3d9n+jUqKxvX4GhLwFhnQaySZmBN2FuC0N5gjFHgyFMUjC5sfIJ8KZfoJwkcMmA==", - "path": "system.security.permissions/7.0.0", - "hashPath": "system.security.permissions.7.0.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "path": "system.security.principal.windows/4.7.0", - "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==", - "path": "system.text.encoding.codepages/6.0.0", - "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.Encodings.Web/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==", - "path": "system.text.encodings.web/8.0.0", - "hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512" - }, - "System.Text.Json/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OdrZO2WjkiEG6ajEFRABTRCi/wuXQPxeV6g8xvUJqdxMvvuCCEk86zPla8UiIQJz3durtUEbNyY/3lIhS0yZvQ==", - "path": "system.text.json/8.0.0", - "hashPath": "system.text.json.8.0.0.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N0kNRrWe4+nXOWlpLT4LAY5brb8caNFlUuIRpraCVMDLYutKkol1aV079rQjLuSxKMJT2SpBQsYX9xbcTMmzwg==", - "path": "system.text.regularexpressions/4.3.1", - "hashPath": "system.text.regularexpressions.4.3.1.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pH4FZDsZQ/WmgJtN4LWYmRdJAEeVkyriSwrv2Teoe5FOU0Yxlb6II6GL8dBPOfRmutHGATduj3ooMt7dJ2+i+w==", - "path": "system.threading.tasks.extensions/4.0.0", - "hashPath": "system.threading.tasks.extensions.4.0.0.nupkg.sha512" - }, - "System.Threading.Tasks.Parallel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g==", - "path": "system.threading.tasks.parallel/4.3.0", - "hashPath": "system.threading.tasks.parallel.4.3.0.nupkg.sha512" - }, - "System.Threading.Timer/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-saGfUV8uqVW6LeURiqxcGhZ24PzuRNaUBtbhVeuUAvky1naH395A/1nY0P2bWvrw/BreRtIB/EzTDkGBpqCwEw==", - "path": "system.threading.timer/4.0.1", - "hashPath": "system.threading.timer.4.0.1.nupkg.sha512" - }, - "System.Windows.Extensions/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bR4qdCmssMMbo9Fatci49An5B1UaVJZHKNq70PRgzoLYIlitb8Tj7ns/Xt5Pz1CkERiTjcVBDU2y1AVrPBYkaw==", - "path": "system.windows.extensions/7.0.0", - "hashPath": "system.windows.extensions.7.0.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZIiLPsf67YZ9zgr31vzrFaYQqxRPX9cVHjtPSnmx4eN6lbS/yEyYNr2vs1doGDEscF0tjCZFsk9yUg1sC9e8tg==", - "path": "system.xml.readerwriter/4.0.11", - "hashPath": "system.xml.readerwriter.4.0.11.nupkg.sha512" - }, - "System.Xml.XDocument/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Mk2mKmPi0nWaoiYeotq1dgeNK1fqWh61+EK+w4Wu8SWuTYLzpUnschb59bJtGywaPq7SmTuPf44wrXRwbIrukg==", - "path": "system.xml.xdocument/4.0.11", - "hashPath": "system.xml.xdocument.4.0.11.nupkg.sha512" - }, - "System.Xml.XPath/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UWd1H+1IJ9Wlq5nognZ/XJdyj8qPE4XufBUkAW59ijsCPjZkZe0MUzKKJFBr+ZWBe5Wq1u1d5f2CYgE93uH7DA==", - "path": "system.xml.xpath/4.0.1", - "hashPath": "system.xml.xpath.4.0.1.nupkg.sha512" - }, - "System.Xml.XPath.XDocument/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FLhdYJx4331oGovQypQ8JIw2kEmNzCsjVOVYY/16kZTUoquZG85oVn7yUhBE2OZt1yGPSXAL0HTEfzjlbNpM7Q==", - "path": "system.xml.xpath.xdocument/4.0.1", - "hashPath": "system.xml.xpath.xdocument.4.0.1.nupkg.sha512" - }, - "ZstdSharp.Port/0.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z62eNBIu8E8YtbqlMy57tK3dV1+m2b9NhPeaYovB5exmLKvrGCqOhJTzrEUH5VyUWU6vwX3c1XHJGhW5HVs8dA==", - "path": "zstdsharp.port/0.8.0", - "hashPath": "zstdsharp.port.0.8.0.nupkg.sha512" - }, - "LogLibrary/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "WIDESEA_Common/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "WIDESEA_Core/1.0.1": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "WIDESEA_DTO/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "WIDESEA_IStoragIntegrationServices/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "WIDESEA_Model/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/obj/Debug/net6.0/WIDESEA_StoragIntegrationServices.AssemblyInfo.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/obj/Debug/net6.0/WIDESEA_StoragIntegrationServices.AssemblyInfo.cs deleted file mode 100644 index f0cf7ef..0000000 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/obj/Debug/net6.0/WIDESEA_StoragIntegrationServices.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// 姝や唬鐮佺敱宸ュ叿鐢熸垚銆� -// 杩愯鏃剁増鏈�:4.0.30319.42000 -// -// 瀵规鏂囦欢鐨勬洿鏀瑰彲鑳戒細瀵艰嚧涓嶆纭殑琛屼负锛屽苟涓斿鏋� -// 閲嶆柊鐢熸垚浠g爜锛岃繖浜涙洿鏀瑰皢浼氫涪澶便�� -// </auto-generated> -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEA_StoragIntegrationServices")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d0bd841aa5414250973586473c5aa7cd9757143f")] -[assembly: System.Reflection.AssemblyProductAttribute("WIDESEA_StoragIntegrationServices")] -[assembly: System.Reflection.AssemblyTitleAttribute("WIDESEA_StoragIntegrationServices")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// 鐢� MSBuild WriteCodeFragment 绫荤敓鎴愩�� - diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/obj/Debug/net6.0/WIDESEA_StoragIntegrationServices.AssemblyInfoInputs.cache b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/obj/Debug/net6.0/WIDESEA_StoragIntegrationServices.AssemblyInfoInputs.cache deleted file mode 100644 index 87c97da..0000000 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/obj/Debug/net6.0/WIDESEA_StoragIntegrationServices.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -05c1728587a6962abcbbb30bfcae9114147cc972d8d4c3d341dbd16778c6efea diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/obj/Debug/net6.0/WIDESEA_StoragIntegrationServices.csproj.AssemblyReference.cache b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/obj/Debug/net6.0/WIDESEA_StoragIntegrationServices.csproj.AssemblyReference.cache deleted file mode 100644 index 3a901dd..0000000 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/obj/Debug/net6.0/WIDESEA_StoragIntegrationServices.csproj.AssemblyReference.cache +++ /dev/null Binary files differ diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/obj/Debug/net6.0/WIDESEA_StoragIntegrationServices.csproj.CoreCompileInputs.cache b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/obj/Debug/net6.0/WIDESEA_StoragIntegrationServices.csproj.CoreCompileInputs.cache deleted file mode 100644 index 2925548..0000000 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/obj/Debug/net6.0/WIDESEA_StoragIntegrationServices.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -a50e90d078800aea935d656abe73765a6be4da2d26af02a95e585347396f1bca diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/obj/Debug/net6.0/WIDESEA_StoragIntegrationServices.csproj.FileListAbsolute.txt b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/obj/Debug/net6.0/WIDESEA_StoragIntegrationServices.csproj.FileListAbsolute.txt deleted file mode 100644 index 7520765..0000000 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/obj/Debug/net6.0/WIDESEA_StoragIntegrationServices.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,48 +0,0 @@ -D:\Git\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_StoragIntegrationServices.deps.json -D:\Git\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_StoragIntegrationServices.dll -D:\Git\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_StoragIntegrationServices.pdb -D:\Git\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\LogLibrary.dll -D:\Git\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_Common.dll -D:\Git\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_Core.dll -D:\Git\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_DTO.dll -D:\Git\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_IStoragIntegrationServices.dll -D:\Git\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_Model.dll -D:\Git\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_Common.pdb -D:\Git\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_IStoragIntegrationServices.pdb -D:\Git\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_Core.pdb -D:\Git\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_DTO.pdb -D:\Git\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_Model.pdb -D:\Git\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\obj\Debug\net6.0\WIDESEA_StoragIntegrationServices.csproj.AssemblyReference.cache -D:\Git\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\obj\Debug\net6.0\WIDESEA_StoragIntegrationServices.GeneratedMSBuildEditorConfig.editorconfig -D:\Git\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\obj\Debug\net6.0\WIDESEA_StoragIntegrationServices.AssemblyInfoInputs.cache -D:\Git\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\obj\Debug\net6.0\WIDESEA_StoragIntegrationServices.AssemblyInfo.cs -D:\Git\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\obj\Debug\net6.0\WIDESEA_StoragIntegrationServices.csproj.CoreCompileInputs.cache -D:\Git\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\obj\Debug\net6.0\WIDESEA_.80136DFB.Up2Date -D:\Git\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\obj\Debug\net6.0\WIDESEA_StoragIntegrationServices.dll -D:\Git\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\obj\Debug\net6.0\refint\WIDESEA_StoragIntegrationServices.dll -D:\Git\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\obj\Debug\net6.0\WIDESEA_StoragIntegrationServices.pdb -D:\Git\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\obj\Debug\net6.0\ref\WIDESEA_StoragIntegrationServices.dll -E:\Code\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_StoragIntegrationServices.deps.json -E:\Code\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_StoragIntegrationServices.dll -E:\Code\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_StoragIntegrationServices.pdb -E:\Code\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\LogLibrary.dll -E:\Code\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_Common.dll -E:\Code\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_Core.dll -E:\Code\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_DTO.dll -E:\Code\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_IStoragIntegrationServices.dll -E:\Code\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_Model.dll -E:\Code\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_Common.pdb -E:\Code\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_IStoragIntegrationServices.pdb -E:\Code\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_Core.pdb -E:\Code\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_DTO.pdb -E:\Code\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\bin\Debug\net6.0\WIDESEA_Model.pdb -E:\Code\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\obj\Debug\net6.0\WIDESEA_StoragIntegrationServices.csproj.AssemblyReference.cache -E:\Code\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\obj\Debug\net6.0\WIDESEA_StoragIntegrationServices.GeneratedMSBuildEditorConfig.editorconfig -E:\Code\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\obj\Debug\net6.0\WIDESEA_StoragIntegrationServices.AssemblyInfoInputs.cache -E:\Code\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\obj\Debug\net6.0\WIDESEA_StoragIntegrationServices.AssemblyInfo.cs -E:\Code\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\obj\Debug\net6.0\WIDESEA_StoragIntegrationServices.csproj.CoreCompileInputs.cache -E:\Code\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\obj\Debug\net6.0\WIDESEA_.80136DFB.Up2Date -E:\Code\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\obj\Debug\net6.0\WIDESEA_StoragIntegrationServices.dll -E:\Code\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\obj\Debug\net6.0\refint\WIDESEA_StoragIntegrationServices.dll -E:\Code\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\obj\Debug\net6.0\WIDESEA_StoragIntegrationServices.pdb -E:\Code\BaiBuLiKu\Code Management\WMS\WIDESEA_WMSServer\WIDESEA_StoragIntegrationServices\obj\Debug\net6.0\ref\WIDESEA_StoragIntegrationServices.dll diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Location/LocationInfoService.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Location/LocationInfoService.cs index b3eccf3..389c5f1 100644 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Location/LocationInfoService.cs +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Location/LocationInfoService.cs @@ -135,7 +135,7 @@ LocationType = locType, Remark = "", Depth = locType > 1 ? (((line - 1) % 4) + 1) == 2 || (((line - 1) % 4) + 1) == 3 ? 1 : 2 : 1, - RoadwayNo = locType > 1 ? $"SC{((line - 1) / 4) + 1}" : $"SC{((line - 1) / 2) + 1}", + RoadwayNo = locType > 1 ? $"CHSC{((line - 1) / 4) + 1}" : $"CHSC{((line - 1) / 2) + 1}", LocationStatus = LocationEnum.Free.ObjToInt(), AreaId = areaId, Creater = "systeam", @@ -245,7 +245,7 @@ SourceAddress = originalLocationID, TaskNum = taskNo, TargetAddress = emptyLocation.LocationCode, - TaskState = TaskInStatusEnum.RelocationNew.ObjToInt(), + //TaskState = TaskInStatusEnum.RelocationNew.ObjToInt(), TaskType = TaskTypeEnum.RelocationIn.ObjToInt(), }; diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs index e4f3339..bd89329 100644 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs @@ -1,10 +1,10 @@ 锘縰sing Mapster; -using System.Collections.Generic; using WIDESEA_DTO.MOM; using WIDESEA_DTO.WMS; using WIDESEA_IStoragIntegrationServices; -using WIDESEA_StoragIntegrationServices; -namespace WIDESEA_StorageOutTaskServices; +using WIDESEA_StorageBasicRepository; + +namespace WIDESEA_StorageOutTaskServices; public class Dt_TaskService : ServiceBase<Dt_Task, IDt_TaskRepository>, IDt_TaskService { @@ -25,6 +25,7 @@ private readonly IBoxingInfoRepository _boxingInfoRepository; private readonly ICellStateService _cellStateService; private readonly IProcessApplyService _processApplyService; + private readonly IDt_AreaInfoRepository _areaInfoRepository; public Dt_TaskService(IDt_TaskRepository BaseDal, IUnitOfWorkManage unitOfWorkManage, @@ -42,7 +43,8 @@ ILocationStatusChangeRecordRepository locationStatusChangeRecordRepository, IBoxingInfoRepository boxingInfoRepository, ICellStateService cellStateService, - IProcessApplyService processApplyService) : base(BaseDal) + IProcessApplyService processApplyService, + IDt_AreaInfoRepository areaInfoRepository) : base(BaseDal) { _unitOfWorkManage = unitOfWorkManage; _outOrderRepository = outOrderRepository; @@ -59,7 +61,8 @@ _locationStatusChangeRecordRepository = locationStatusChangeRecordRepository; _boxingInfoRepository = boxingInfoRepository; _cellStateService = cellStateService; - _processApplyService = processApplyService + _processApplyService = processApplyService; + _areaInfoRepository = areaInfoRepository; } #region 澶栭儴鎺ュ彛鏂规硶 @@ -195,7 +198,7 @@ // 淇敼璐т綅淇℃伅涓烘湁璐� var locationInf = await _locationRepository.QueryFirstAsync(x => x.LocationCode == task.TargetAddress); - locationInf.LocationStatus = (int)LocationEnum.Lock; + locationInf.LocationStatus = (int)LocationEnum.InStock; LogFactory.GetLog("浠诲姟瀹屾垚").InfoFormat(true, "鍏ュ簱浠诲姟瀹屾垚", $"璐т綅鍦板潃锛歿task.TargetAddress},淇敼鍚庤揣浣嶆暟鎹細{locationInf}"); @@ -241,7 +244,7 @@ if (stock == null) { LogFactory.GetLog("浠诲姟瀹屾垚").InfoFormat(true, "搴撳瓨涓嶅瓨鍦ㄥ瓨鍦紝鍒ゆ柇鏄惁鏄叆搴撲换鍔�", $"{task.TaskType}"); - if (task.TaskType == (int)TaskTypeEnum.Inbound) + if (task.TaskType == (int)TaskInboundTypeEnum.Inbound) { LogFactory.GetLog("浠诲姟瀹屾垚").InfoFormat(true, "鍏ュ簱浠诲姟", ""); return await CompleteInboundTaskAsync(task); @@ -254,7 +257,7 @@ } LogFactory.GetLog("浠诲姟瀹屾垚").InfoFormat(true, "楠岃瘉搴撳瓨鏄惁瀛樺湪", JsonConvert.SerializeObject(stock)); - if (task.TaskType == (int)TaskTypeEnum.Outbound) + if (task.TaskType == (int)TaskOutboundTypeEnum.Outbound) { LogFactory.GetLog("浠诲姟瀹屾垚").InfoFormat(true, "鍑哄簱浠诲姟", ""); if (task.TaskState == TaskOutStatusEnum.SC_OutExecuting.ObjToInt()) @@ -291,65 +294,156 @@ /// <returns>鍖呭惈浠诲姟淇℃伅鐨勫搷搴斿唴瀹�</returns> public async Task<WebResponseContent> RequestTaskAsync(RequestTaskDto input) { + // 鍒涘缓涓�涓猈ebResponseContent瀵硅薄 WebResponseContent content = new WebResponseContent(); try { - // 鏍规嵁鎵樼洏鑾峰彇搴撳瓨淇℃伅 - //var stockInfo = await _stockInfoRepository.QueryFirstAsync(x => x.PalletCode == input.PalletCode); + // 鍒涘缓涓�涓猅rayCellsStatusDto瀵硅薄锛屽苟璧嬪�� TrayCellsStatusDto trayCells = new TrayCellsStatusDto() { TrayBarcode = input.PalletCode }; - content = await _cellStateService.GetTrayCellStatusAsync(trayCells); - if (content.Status) - { - ResultTrayCellsStatus result = JsonConvert.DeserializeObject<ResultTrayCellsStatus>(content.Data.ToString()); - ProcessApplyDto process = new ProcessApplyDto() - { - WipOrderNo = result.BindCode, - SerialNos = result.SerialNos.Select(item => new SerialNos - { - SerialNo = item.SerialNo - }).ToList() - }; - content = await _processApplyService.GetProcessApplyAsync(process); - if (content.Status) - { - var X = SqlSugarHelper.Db.Queryable<Dt_EquipmentProcess>().Where(x => x.EquipmentType == "CH").ToList(); - } + // 璋冪敤GetTrayCellStatusAsync鏂规硶锛岃幏鍙栨暣鐩樼數鑺� + content = await GetTrayCellStatusAsync(trayCells); + // 濡傛灉鐘舵�佷负false锛屽垯杩斿洖content + if (!content.Status) return content; - } + // 璋冪敤GetProcessApplyAsync鏂规硶锛岃幏鍙栧伐鑹虹敵璇� + ProcessApplyDto process = await GetProcessApplyAsync(content); + // 濡傛灉process涓簄ull锛屽垯杩斿洖content + if (process == null) return content; - // 鑾峰彇浠撳簱鍖哄煙淇℃伅 - var areaInfo = await _wareAreaInfoRepository.QueryFirstAsync(x => x.WareAreaCode == input.AreaCode); + // 璋冪敤GetProcessResponseAsync鏂规硶锛岃幏鍙栧伐鑹哄搷搴� + var processResponse = await GetProcessResponseAsync(process, input.Position); - // 鏌ヨ鏄惁宸叉湁浠诲姟 + // 璋冪敤BaseDal.QueryFirstAsync鏂规硶锛屾煡璇换鍔� var task = await BaseDal.QueryFirstAsync(x => x.PalletCode == input.PalletCode); - - if (task != null) - { - // 鏇存柊鐜版湁浠诲姟 - content = await UpdateExistingTask(input, areaInfo.AreaID, task); - } - else - { - // 鍒涘缓鏂颁换鍔� - content = await CreateNewTask(input, areaInfo.AreaID); - } + // 濡傛灉task涓嶄负null锛屽垯璋冪敤UpdateExistingTask鏂规硶锛屾洿鏂颁换鍔★紱鍚﹀垯璋冪敤CreateNewTask鏂规硶锛屽垱寤烘柊浠诲姟 + content = task != null ? await UpdateExistingTask(input, task) : await CreateNewTask(processResponse, input); } catch (Exception err) { - // 閿欒澶勭悊 + // 濡傛灉鍙戠敓寮傚父锛屽垯璋冪敤content.Error鏂规硶锛岃褰曢敊璇俊鎭紝骞惰緭鍑洪敊璇俊鎭� content.Error(err.Message); Console.WriteLine(err.Message); } + // 杩斿洖content return content; } + // 鑾峰彇鎵樼洏鍗曞厓鏍肩姸鎬� + private async Task<WebResponseContent> GetTrayCellStatusAsync(TrayCellsStatusDto trayCells) + { + // 璋冪敤_cellStateService.GetTrayCellStatusAsync鏂规硶锛岃幏鍙栨墭鐩樺崟鍏冩牸鐘舵�� + return await _cellStateService.GetTrayCellStatusAsync(trayCells); + } + + // 鑾峰彇宸ヨ壓鐢宠 + private async Task<ProcessApplyDto> GetProcessApplyAsync(WebResponseContent content) + { + // 濡傛灉鐘舵�佷负false锛屽垯杩斿洖null + if (!content.Status) return null; + + // 灏哻ontent.Data杞崲涓篟esultTrayCellsStatus瀵硅薄 + var result = JsonConvert.DeserializeObject<ResultTrayCellsStatus>(content.Data.ToString()); + // 鍒涘缓涓�涓狿rocessApplyDto瀵硅薄锛屽苟璧嬪�� + return new ProcessApplyDto() + { + WipOrderNo = result.BindCode, + SerialNos = result.SerialNos.Select(item => new SerialNos + { + SerialNo = item.SerialNo + }).ToList() + }; + } + + // 鑾峰彇宸ヨ壓鍝嶅簲 + private async Task<List<Dt_EquipmentProcess>> GetProcessResponseAsync(ProcessApplyDto process, string position) + { + // 濡傛灉process涓簄ull锛屽垯杩斿洖null + if (process == null) return null; + + // 璋冪敤_processApplyService.GetProcessApplyAsync鏂规硶锛岃幏鍙栧伐鑹虹敵璇� + WebResponseContent content = await _processApplyService.GetProcessApplyAsync(process); + // 濡傛灉鐘舵�佷负false锛屽垯杩斿洖null + if (!content.Status) return null; + + // 灏哻ontent.Data杞崲涓篟esultProcessApply瀵硅薄 + var apply = JsonConvert.DeserializeObject<ResultProcessApply>(content.Data.ToString()); + // 鏍规嵁position鐨勫�硷紝杩斿洖涓嶅悓鐨凞t_EquipmentProcess鍒楄〃 + switch (position) + { + case "1088": + return SqlSugarHelper.Db.Queryable<Dt_EquipmentProcess>() + .Where(x => x.EquipmentType == "闄堝寲" && x.WipOrderNo == apply.WipOrderNo && x.ProductDesc == apply.ProductNo) + .ToList(); + + default: + return new List<Dt_EquipmentProcess>(); + } + } + #endregion 璇锋眰浠诲姟 + + #region 璇锋眰绌烘墭鐩� + + public async Task<WebResponseContent> RequestTrayTaskAsync(string position) + { + WebResponseContent content = new WebResponseContent(); + try + { + var area = _areaInfoRepository.QueryFirst(x => x.AreaCode == "CH"); + + var stockInfo = _stockInfoRepository.QueryData(x => x.Remark == area.AreaCode && x.StockInfoDetails.Any(z => z.MaterielCode == "绌烘墭鐩�")).OrderBy(x => x.CreateDate).FirstOrDefault(); + // 鍒涘缓鏂颁换鍔″疄渚� + var task = new Dt_Task + { + CurrentAddress = stockInfo.LocationCode, + Grade = 1, + Roadway = stockInfo.LocationInfo.RoadwayNo, + TargetAddress = position, + Dispatchertime = DateTime.Now, + MaterialNo = "", + NextAddress = position, + OrderNo = null, + PalletCode = stockInfo.PalletCode, + SourceAddress = stockInfo.LocationCode, + TaskState = (int)TaskOutStatusEnum.OutNew, + TaskType = (int)TaskOutboundTypeEnum.OutTray, + TaskNum = await BaseDal.GetTaskNo(), + Creater = "Systeam" + }; + + var taskId = await BaseDal.AddDataAsync(task); + bool isResult = taskId > 0; + if (isResult) + { + WMSTaskDTO taskDTO = new WMSTaskDTO() + { + TaskNum = task.TaskNum.Value, + Grade = 1, + PalletCode = DateTime.Now.ToString("MMddHHmmss"), + RoadWay = task.Roadway, + SourceAddress = stockInfo.LocationCode, + TargetAddress = task.Roadway, + TaskState = (int)TaskOutStatusEnum.OutNew, + Id = 0, + TaskType = (int)TaskOutboundTypeEnum.OutTray + }; + content.OK(data: taskDTO); + } + } + catch (Exception ex) + { + throw; + } + return content; + } + + #endregion 璇锋眰绌烘墭鐩� #endregion 澶栭儴鎺ュ彛鏂规硶 @@ -640,7 +734,7 @@ /// <param name="task">浠诲姟瀹炰緥</param> /// <param name="content">鍝嶅簲鍐呭</param> /// <returns></returns> - private async Task<WebResponseContent> UpdateExistingTask(RequestTaskDto input, int areaId, Dt_Task task) + private async Task<WebResponseContent> UpdateExistingTask(RequestTaskDto input, Dt_Task task) { // 鍒涘缓WebResponseContent瀵硅薄 WebResponseContent content = new WebResponseContent(); @@ -652,26 +746,26 @@ int beforeStatus = 0; // 鏍规嵁浠诲姟绫诲瀷鍒ゆ柇鏄嚭搴撲换鍔¤繕鏄叆搴撲换鍔� - if (input.Type == (int)TaskTypeEnum.Outbound) - { - // 澶勭悊鍑哄簱浠诲姟 - toAddress = await GetRoadWayAsync(areaId, task.Roadway, input.Direction, input.Area, input.Type); - taskState = (int)TaskOutStatusEnum.SC_OutFinish; - } - else - { - // 澶勭悊鍏ュ簱浠诲姟 - location = await GetLocationDistributeAsync(areaId, task.Roadway); - toAddress = location.LocationCode; - taskState = (int)TaskInStatusEnum.Line_InFinish; - beforeStatus = location.LocationStatus; + //if (input.Type == (int)TaskTypeEnum.Outbound) + //{ + // // 澶勭悊鍑哄簱浠诲姟 + // toAddress = await GetRoadWayAsync(areaId, task.Roadway, input.Direction, input.Area, input.Type); + // taskState = (int)TaskOutStatusEnum.SC_OutFinish; + //} + //else + //{ + // 澶勭悊鍏ュ簱浠诲姟 + location = await GetLocationDistributeAsync(task.Roadway); + toAddress = location.LocationCode; + taskState = (int)TaskInStatusEnum.Line_InFinish; + beforeStatus = location.LocationStatus; - // 鏇存柊璐т綅淇℃伅 - location.LocationStatus = (int)LocationEnum.Lock; - } + // 鏇存柊璐т綅淇℃伅 + location.LocationStatus = (int)LocationEnum.Lock; + //} // 鏇存柊浠诲姟淇℃伅 - task.SourceAddress = input.Position; + //task.SourceAddress = input.Position; task.CurrentAddress = input.Position; task.TargetAddress = toAddress; task.NextAddress = toAddress; @@ -686,23 +780,21 @@ // 灏濊瘯鏇存柊浠诲姟 bool isResult = await BaseDal.UpdateDataAsync(task); bool isTaskDetail = await _taskExecuteDetailRepository.AddDetailAsync(task, false, TaskDescription.GetTaskUpdateDescription(task.PalletCode, original, input.Position, TaskInStatusEnum.Line_InFinish.GetIntegralRuleTypeEnumDesc())); - if (input.Type != (int)TaskTypeEnum.Outbound) + + // 鍒涘缓LocationChangeRecordDto瀵硅薄 + LocationChangeRecordDto changeRecordDto = new LocationChangeRecordDto() { - // 鍒涘缓LocationChangeRecordDto瀵硅薄 - LocationChangeRecordDto changeRecordDto = new LocationChangeRecordDto() - { - // 璁剧疆鍙橀噺 - AfterStatus = location.LocationStatus, - BeforeStatus = beforeStatus, - TaskNum = task.TaskNum.Value, - LocationId = location.Id, - LocationCode = location.LocationCode, - ChangeType = (int)StatusChangeTypeEnum.AutomaticStorage, - }; - // 鏇存柊浣嶇疆鐘舵�� - isUpdateChange = _locationStatusChangeRecordRepository.AddStatusChangeRecord(changeRecordDto); - isUpdateLo = await _locationRepository.UpdateDataAsync(location); - } + // 璁剧疆鍙橀噺 + AfterStatus = location.LocationStatus, + BeforeStatus = beforeStatus, + TaskNum = task.TaskNum.Value, + LocationId = location.Id, + LocationCode = location.LocationCode, + ChangeType = (int)StatusChangeTypeEnum.AutomaticStorage, + }; + // 鏇存柊浣嶇疆鐘舵�� + isUpdateChange = _locationStatusChangeRecordRepository.AddStatusChangeRecord(changeRecordDto); + isUpdateLo = await _locationRepository.UpdateDataAsync(location); if (isResult && isUpdateLo && isTaskDetail) { @@ -726,11 +818,12 @@ /// <param name="areaId">鍖哄煙ID</param> /// <param name="content">鍝嶅簲鍐呭</param> /// <returns></returns> - private async Task<WebResponseContent> CreateNewTask(RequestTaskDto input, int areaId) + private async Task<WebResponseContent> CreateNewTask(List<Dt_EquipmentProcess> process, RequestTaskDto input) { WebResponseContent content = new WebResponseContent(); + List<string> strings = process.Select(x => x.EquipmentName).ToList(); // 鑾峰彇鐩爣鍦板潃 - string ToAddress = await GetRoadWayAsync(areaId, input.Position, input.Direction, input.Area, input.Type); + string ToAddress = await GetRoadWayAsync(strings); // 鍒涘缓鏂颁换鍔″疄渚� var task = new Dt_Task @@ -765,7 +858,7 @@ Grade = 1, PalletCode = DateTime.Now.ToString("MMddHHmmss"), RoadWay = task.Roadway, - SourceAddress = "001-001-001", + SourceAddress = input.Position, TargetAddress = task.Roadway, TaskState = (int)TaskInStatusEnum.InNew, Id = 0, @@ -787,13 +880,13 @@ /// <param name="areaId">鍖哄煙涓婚敭</param> /// <param name="roadWay">宸烽亾</param> /// <returns></returns> - public async Task<DtLocationInfo> GetLocationDistributeAsync(int areaId, string roadWay) + public async Task<DtLocationInfo> GetLocationDistributeAsync(string roadWay) { #region 鑾峰彇璐т綅 try { - var locations = await _locationRepository.QueryDataAsync(x => x.AreaId == areaId && x.LocationStatus == (int)LocationEnum.Free && x.RoadwayNo == roadWay); + var locations = await _locationRepository.QueryDataAsync(x => x.LocationStatus == (int)LocationEnum.Free && x.RoadwayNo == roadWay); if (locations == null) { return null; @@ -818,36 +911,16 @@ /// <param name="Direction">鏂瑰悜</param> /// <param name="area">鍏崇郴鍖哄煙</param> /// <returns></returns> - public async Task<string> GetRoadWayAsync(int areaId, string position, string Direction, string area, int type) + public async Task<string> GetRoadWayAsync(List<string> process) { - var point = new PointStackerRelation(); - if (type == (int)TaskTypeEnum.Inbound) - { - point = await _pointStackerRelationRepository.QueryFirstAsync(x => x.Direction == Direction && x.PointCode == position && x.Area == area); - if (point == null) { return null; } - var locationInfos = await _locationRepository.QueryDataAsync(x => x.AreaId == areaId && point.StackerCode.Contains(x.RoadwayNo)); - var groupWithMinCount = locationInfos.GroupBy(x => x.RoadwayNo).OrderBy(x => x.Count()).FirstOrDefault(); + var minGroup = _locationRepository.QueryData(x => process.Contains(x.RoadwayNo) && x.LocationStatus == (int)LocationEnum.Free) + .GroupBy(x => x.RoadwayNo) + .OrderBy(g => g.Count()) // 鏍规嵁姣忎釜缁勭殑鍏冪礌鏁伴噺鎺掑簭 + .First(); // 鍙栧嚭鏁伴噺鏈�灏戠殑缁� - if (groupWithMinCount != null) - return groupWithMinCount.Key; - else - return null; - } - else if (type == (int)TaskTypeEnum.Outbound) - { - point = await _pointStackerRelationRepository.QueryFirstAsync(x => x.Direction == Direction && position == x.StackerCode && x.Area == area); - if (point == null) { return null; } + string minRoadwayNo = minGroup.Key; // 鏁伴噺鏈�灏戠殑缁勭殑Key - string station = point.PointCodeList[0]; - - var rList = point.PointCodeList; - rList.Remove(station); - rList.Add(station); - - point.PointCodeList = rList; - return station; - } - else { return null; } + return minRoadwayNo; } #endregion 浠诲姟璇锋眰鏂规硶 diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Integration/CellStateController.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Integration/CellStateController.cs index 50aa339..4732d2a 100644 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Integration/CellStateController.cs +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Integration/CellStateController.cs @@ -22,7 +22,7 @@ // POST: api/CellState/GetTrayCellState [HttpPost("GetTrayCellState")] - public Task<dynamic> GetTrayCellStateAsync([FromBody] TrayCellsStatusDto input) + public Task<WebResponseContent> GetTrayCellStateAsync([FromBody] TrayCellsStatusDto input) { return _cellStateService.GetTrayCellStatusAsync(input); } diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Integration/ProcessApplyController.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Integration/ProcessApplyController.cs index c8787ee..543b12f 100644 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Integration/ProcessApplyController.cs +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Integration/ProcessApplyController.cs @@ -21,8 +21,8 @@ /// <returns></returns> // POST: api/ProcessApply/ProcessApply [HttpPost("ProcessApply")] - public async Task<dynamic> ProcessApplyAsync([FromBody] ProcessApplyDto input) + public async Task<WebResponseContent> ProcessApplyAsync([FromBody] ProcessApplyDto input) { - return await _processApplyService.ProcessApplyAsync(input); + return await _processApplyService.GetProcessApplyAsync(input); } } \ No newline at end of file diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs index 52abe4a..e8ceb08 100644 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs @@ -23,9 +23,9 @@ } /// <summary> - /// 鍑哄簱浠诲姟瀹屾垚 + /// 浠诲姟瀹屾垚 /// </summary> - /// <param name="saveModel">鍑哄簱鏁版嵁</param> + /// <param name="saveModel">浠诲姟鍙�</param> /// <returns>鎴愬姛鎴栧け璐�</returns> [HttpGet, Route("CompleteTaskAsync"), AllowAnonymous] public async Task<WebResponseContent> CompleteTaskAsync(int taskNum) @@ -54,4 +54,15 @@ { return await Service.RequestTaskAsync(input); } + + /// <summary> + /// 绌烘墭鐩樿姹� + /// </summary> + /// <param name="input">璇锋眰鏁版嵁</param> + /// <returns></returns> + [HttpPost, AllowAnonymous, Route("RequestTrayTaskAsync")] + public async Task<WebResponseContent> RequestTrayTaskAsync([FromBody] string position) + { + return await Service.RequestTrayTaskAsync(position); + } } \ No newline at end of file diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/bin/Debug/net6.0/WIDESEA_WMSServer.xml b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/bin/Debug/net6.0/WIDESEA_WMSServer.xml deleted file mode 100644 index 2411d18..0000000 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/bin/Debug/net6.0/WIDESEA_WMSServer.xml +++ /dev/null @@ -1,114 +0,0 @@ -<?xml version="1.0"?> -<doc> - <assembly> - <name>WIDESEA_WMSServer</name> - </assembly> - <members> - <member name="M:WIDESEA_WMSServer.Controllers.LocationInfoController.CreateLocation(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"> - <summary> - 鍒涘缓鍘熷璐т綅 - </summary> - <param name="x">琛�</param> - <param name="y">鍒�</param> - <param name="z">灞�</param> - <param name="locType">璐т綅绫诲瀷锛�1銆佸崟娣憋紝2銆佸弻娣憋級</param> - <param name="areaId">鍖哄煙涓婚敭</param> - <returns></returns> - </member> - <member name="M:WIDESEA_WMSServer.Controllers.AgingInOrOutController.GetOCVInputAsync(WIDESEA_DTO.AgingInputDto)"> - <summary> - 闈欑疆\闄堝寲鍏ュ簱锛堟暣鎵樼洏锛� - </summary> - <param name="input">鍏ュ簱鏁版嵁</param> - <returns></returns> - </member> - <member name="M:WIDESEA_WMSServer.Controllers.AgingInOrOutController.GetOCVOutputAsync(WIDESEA_DTO.AgingOutputDto)"> - <summary> - 闈欑疆\闄堝寲鍑哄簱锛堟暣鎵樼洏锛� - </summary> - <param name="input">鍑哄簱鏁版嵁</param> - <returns></returns> - </member> - <member name="M:WIDESEA_WMSServer.Controllers.ProcessApplyController.ProcessApplyAsync(WIDESEA_DTO.ProcessApplyDto)"> - <summary> - ProcessApplyAsync - </summary> - <param name="input"></param> - <returns></returns> - </member> - <member name="T:WIDESEA_WMSServer.Controllers.Dt_OutOrderController"> - <summary> - 绯荤粺璁㈠崟鎺ュ彛 - </summary> - </member> - <member name="M:WIDESEA_WMSServer.Controllers.Dt_OutOrderController.AddOutOrderProduction(WIDESEA_Core.SaveModel)"> - <summary> - 娣诲姞鐢熶骇鍑哄簱鍗� - </summary> - <param name="saveModel">鍑哄簱鏁版嵁</param> - <returns>鎴愬姛鎴栧け璐�</returns> - </member> - <member name="M:WIDESEA_WMSServer.Controllers.Dt_OutOrderController.AddOutOrderTransfer(WIDESEA_Core.SaveModel)"> - <summary> - 娣诲姞璋冩嫧鍑哄簱鍗� - </summary> - <param name="saveModel">鍑哄簱鏁版嵁</param> - <returns>鎴愬姛鎴栧け璐�</returns> - </member> - <member name="M:WIDESEA_WMSServer.Controllers.Dt_OutOrderController.GetOutboundStockAsync(System.String)"> - <summary> - 鏍规嵁鍑哄簱璁㈠崟鑾峰彇鍑哄簱搴撳瓨 - </summary> - <param name="orderNo">鍑哄簱鏁版嵁</param> - <returns>鎴愬姛鎴栧け璐�</returns> - </member> - <member name="M:WIDESEA_WMSServer.Controllers.Sys_RegistrationController.RegisterCompany(WIDESEA_DTO.System.RegistrationDTO)"> - <summary> - 娣诲姞鐢熶骇鍑哄簱鍗� - </summary> - <param name="saveModel">鍑哄簱鏁版嵁</param> - <returns>鎴愬姛鎴栧け璐�</returns> - </member> - <member name="T:WIDESEA_WMSServer.Controllers.TaskController"> - <summary> - 浠诲姟鎿嶄綔鎺ュ彛 - </summary> - </member> - <member name="M:WIDESEA_WMSServer.Controllers.TaskController.CompleteTaskAsync(System.Int32)"> - <summary> - 鍑哄簱浠诲姟瀹屾垚 - </summary> - <param name="saveModel">鍑哄簱鏁版嵁</param> - <returns>鎴愬姛鎴栧け璐�</returns> - </member> - <member name="M:WIDESEA_WMSServer.Controllers.TaskController.TransferCheckAsync(System.Int32)"> - <summary> - 妫�鏌ユ槸鍚﹂渶瑕佽繘琛岀Щ搴� - </summary> - <param name="taskNum">浠诲姟鍙�</param> - <returns>浠诲姟</returns> - </member> - <member name="M:WIDESEA_WMSServer.Controllers.TaskController.RequestTaskAsync(WIDESEA_DTO.RequestTaskDto)"> - <summary> - 浠诲姟璇锋眰 - </summary> - <param name="input">璇锋眰鏁版嵁</param> - <returns></returns> - </member> - <member name="T:WIDESEA_WMSServer.Filter.AutoMapperConfig"> - <summary> - 闈欐�佸叏灞� AutoMapper 閰嶇疆鏂囦欢 - </summary> - </member> - <member name="T:WIDESEA_WMSServer.Filter.AutoMapperSetup"> - <summary> - Automapper 鍚姩鏈嶅姟 - </summary> - </member> - <member name="M:WIDESEA_WMSServer.Filter.CustomProfile.#ctor"> - <summary> - 閰嶇疆鏋勯�犲嚱鏁帮紝鐢ㄦ潵鍒涘缓鍏崇郴鏄犲皠 - </summary> - </member> - </members> -</doc> diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/obj/Debug/net6.0/WIDESEA_WMSServer.xml b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/obj/Debug/net6.0/WIDESEA_WMSServer.xml deleted file mode 100644 index 2411d18..0000000 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/obj/Debug/net6.0/WIDESEA_WMSServer.xml +++ /dev/null @@ -1,114 +0,0 @@ -<?xml version="1.0"?> -<doc> - <assembly> - <name>WIDESEA_WMSServer</name> - </assembly> - <members> - <member name="M:WIDESEA_WMSServer.Controllers.LocationInfoController.CreateLocation(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"> - <summary> - 鍒涘缓鍘熷璐т綅 - </summary> - <param name="x">琛�</param> - <param name="y">鍒�</param> - <param name="z">灞�</param> - <param name="locType">璐т綅绫诲瀷锛�1銆佸崟娣憋紝2銆佸弻娣憋級</param> - <param name="areaId">鍖哄煙涓婚敭</param> - <returns></returns> - </member> - <member name="M:WIDESEA_WMSServer.Controllers.AgingInOrOutController.GetOCVInputAsync(WIDESEA_DTO.AgingInputDto)"> - <summary> - 闈欑疆\闄堝寲鍏ュ簱锛堟暣鎵樼洏锛� - </summary> - <param name="input">鍏ュ簱鏁版嵁</param> - <returns></returns> - </member> - <member name="M:WIDESEA_WMSServer.Controllers.AgingInOrOutController.GetOCVOutputAsync(WIDESEA_DTO.AgingOutputDto)"> - <summary> - 闈欑疆\闄堝寲鍑哄簱锛堟暣鎵樼洏锛� - </summary> - <param name="input">鍑哄簱鏁版嵁</param> - <returns></returns> - </member> - <member name="M:WIDESEA_WMSServer.Controllers.ProcessApplyController.ProcessApplyAsync(WIDESEA_DTO.ProcessApplyDto)"> - <summary> - ProcessApplyAsync - </summary> - <param name="input"></param> - <returns></returns> - </member> - <member name="T:WIDESEA_WMSServer.Controllers.Dt_OutOrderController"> - <summary> - 绯荤粺璁㈠崟鎺ュ彛 - </summary> - </member> - <member name="M:WIDESEA_WMSServer.Controllers.Dt_OutOrderController.AddOutOrderProduction(WIDESEA_Core.SaveModel)"> - <summary> - 娣诲姞鐢熶骇鍑哄簱鍗� - </summary> - <param name="saveModel">鍑哄簱鏁版嵁</param> - <returns>鎴愬姛鎴栧け璐�</returns> - </member> - <member name="M:WIDESEA_WMSServer.Controllers.Dt_OutOrderController.AddOutOrderTransfer(WIDESEA_Core.SaveModel)"> - <summary> - 娣诲姞璋冩嫧鍑哄簱鍗� - </summary> - <param name="saveModel">鍑哄簱鏁版嵁</param> - <returns>鎴愬姛鎴栧け璐�</returns> - </member> - <member name="M:WIDESEA_WMSServer.Controllers.Dt_OutOrderController.GetOutboundStockAsync(System.String)"> - <summary> - 鏍规嵁鍑哄簱璁㈠崟鑾峰彇鍑哄簱搴撳瓨 - </summary> - <param name="orderNo">鍑哄簱鏁版嵁</param> - <returns>鎴愬姛鎴栧け璐�</returns> - </member> - <member name="M:WIDESEA_WMSServer.Controllers.Sys_RegistrationController.RegisterCompany(WIDESEA_DTO.System.RegistrationDTO)"> - <summary> - 娣诲姞鐢熶骇鍑哄簱鍗� - </summary> - <param name="saveModel">鍑哄簱鏁版嵁</param> - <returns>鎴愬姛鎴栧け璐�</returns> - </member> - <member name="T:WIDESEA_WMSServer.Controllers.TaskController"> - <summary> - 浠诲姟鎿嶄綔鎺ュ彛 - </summary> - </member> - <member name="M:WIDESEA_WMSServer.Controllers.TaskController.CompleteTaskAsync(System.Int32)"> - <summary> - 鍑哄簱浠诲姟瀹屾垚 - </summary> - <param name="saveModel">鍑哄簱鏁版嵁</param> - <returns>鎴愬姛鎴栧け璐�</returns> - </member> - <member name="M:WIDESEA_WMSServer.Controllers.TaskController.TransferCheckAsync(System.Int32)"> - <summary> - 妫�鏌ユ槸鍚﹂渶瑕佽繘琛岀Щ搴� - </summary> - <param name="taskNum">浠诲姟鍙�</param> - <returns>浠诲姟</returns> - </member> - <member name="M:WIDESEA_WMSServer.Controllers.TaskController.RequestTaskAsync(WIDESEA_DTO.RequestTaskDto)"> - <summary> - 浠诲姟璇锋眰 - </summary> - <param name="input">璇锋眰鏁版嵁</param> - <returns></returns> - </member> - <member name="T:WIDESEA_WMSServer.Filter.AutoMapperConfig"> - <summary> - 闈欐�佸叏灞� AutoMapper 閰嶇疆鏂囦欢 - </summary> - </member> - <member name="T:WIDESEA_WMSServer.Filter.AutoMapperSetup"> - <summary> - Automapper 鍚姩鏈嶅姟 - </summary> - </member> - <member name="M:WIDESEA_WMSServer.Filter.CustomProfile.#ctor"> - <summary> - 閰嶇疆鏋勯�犲嚱鏁帮紝鐢ㄦ潵鍒涘缓鍏崇郴鏄犲皠 - </summary> - </member> - </members> -</doc> -- Gitblit v1.9.3