Explorar o código

webscada判断设备离线

yandaniu hai 1 mes
pai
achega
e5fe9dbe39

BIN=BIN
.vs/Ropin.Inspection.Api/FileContentIndex/9fc23ae7-573c-4725-809d-e636f431f4cd.vsidx → .vs/Ropin.Inspection.Api/FileContentIndex/066c0612-abb7-4f83-8667-58bf8390bdb2.vsidx


BIN=BIN
.vs/Ropin.Inspection.Api/FileContentIndex/5fb298d7-c6b8-46cd-941d-129f8ebeb158.vsidx → .vs/Ropin.Inspection.Api/FileContentIndex/0a067682-074f-4aa1-ad5e-abf10d3bc0a5.vsidx


BIN=BIN
.vs/Ropin.Inspection.Api/FileContentIndex/a5d4d974-2dd6-4ddf-b97f-e65c80497549.vsidx → .vs/Ropin.Inspection.Api/FileContentIndex/3e54bd04-a148-48c0-a789-9030b6c34934.vsidx


BIN=BIN
.vs/Ropin.Inspection.Api/FileContentIndex/f5510f66-4011-4b75-a403-5a903c5decfc.vsidx → .vs/Ropin.Inspection.Api/FileContentIndex/4c72ab78-1fc5-408a-8cf9-7931c5c24bdc.vsidx


BIN=BIN
.vs/Ropin.Inspection.Api/FileContentIndex/a41e5523-130b-4d91-b01f-2dcf6e00e5d7.vsidx → .vs/Ropin.Inspection.Api/FileContentIndex/51bcea3e-5ee1-4522-a8e7-3e70c3b2967a.vsidx


BIN=BIN
.vs/Ropin.Inspection.Api/FileContentIndex/b0629657-add6-4457-85e6-99f3ae3eda8a.vsidx → .vs/Ropin.Inspection.Api/FileContentIndex/af7b00a5-999e-40d4-b276-762d2766305c.vsidx


BIN=BIN
.vs/Ropin.Inspection.Api/FileContentIndex/e5c6bee6-ddce-40ec-b5ca-90482f407aaf.vsidx → .vs/Ropin.Inspection.Api/FileContentIndex/f8eb3d48-4569-44de-9d56-9e89e694efa8.vsidx


+ 50 - 1
Ropin.Environmentally.WebScada/appsettings.Development.json

@@ -1,10 +1,59 @@
 {
-  "DetailedErrors": true,
   "Logging": {
     "LogLevel": {
       "Default": "Information",
       "Microsoft": "Warning",
       "Microsoft.Hosting.Lifetime": "Information"
     }
+  },
+  "AllowedHosts": "*",
+  "ConnectionSetting": {
+    //"MySqlConnection": "server=120.26.5.167;user id=root;password=Ropin1234%$#@;port=8605;persistsecurityinfo=True;database=SH_HB_Test;sslMode=None",
+    //"RedisConnection": "60.204.212.71:6380,defaultDatabase=2,password=1234566,connectTimeout=15000,syncTimeout=5000",
+
+    //"MySqlConnection": "server=60.204.212.71;user id=root;password=Ropin@EPE5744;port=5744;persistsecurityinfo=True;database=SH_HB_Owner_20250224;sslMode=None",
+    //"RedisConnection": "60.204.212.71,defaultDatabase=1,password=1234566,connectTimeout=15000,syncTimeout=5000",
+
+    "MySqlConnection": "server=60.204.212.71;user id=root;password=Ropin@EPE5744;port=5744;persistsecurityinfo=True;database=SH_HB_Owner_20250321;sslMode=None",
+    "RedisConnection": "60.204.212.71,defaultDatabase=1,password=1234566,connectTimeout=15000,syncTimeout=5000,abortConnect=false"
+
+  },
+  "WX": {
+    "Token": "qwertyuiop",
+    "AppId": "wx40250567e9c14ae6",
+    "Secret": "8c1117595f359f4ebc60650ed27e835a",
+    "Code2Session": "https://api.weixin.qq.com/sns/jscode2session?appid={0}&secret={1}&js_code={2}&grant_type=authorization_code"
+  },
+  "JWT": {
+    "Issuer": "yandaniu",
+    "Audience": "TestAudience",
+    "IssuerSigningKey": "yandaniu1234567890",
+    "AccessTokenExpiresMinutes": "60",
+    "ValidAudience": "yandaniu",
+    "RefreshTokenAudience": "RefreshTokenAudience",
+    "RefreshTokenExpiresMinutes": "10080" //60*24*7
+  },
+  "Middleware": {
+    "QuartzNetJob": {
+      "Enabled": true
+    },
+    "Consul": {
+      "Enabled": false
+    }
+  },
+  "APIUrl": {
+    "PublicPushMessageAPI": "http://60.204.212.71:93/api/Account/PublicPushMessage"
+  },
+  "IniInflux": {
+    "infuxUrl": "http://60.204.212.71:8085/",
+    "infuxUser": "admin",
+    "infuxPwd": "123456"
+  },
+  "RabbitMQ": {
+    "HostName": "60.204.212.71", //IP地址
+    "Port": 5673, //端口号
+    "UserName": "admin", //用户账号
+    "VirtualHost": "/",
+    "Password": "ropin@epe" //用户密码
   }
 }

+ 50 - 1
Ropin.Environmentally.WebScada/appsettings.Production.json

@@ -1,10 +1,59 @@
 {
-  "DetailedErrors": true,
   "Logging": {
     "LogLevel": {
       "Default": "Information",
       "Microsoft": "Warning",
       "Microsoft.Hosting.Lifetime": "Information"
     }
+  },
+  "AllowedHosts": "*",
+  "ConnectionSetting": {
+    //"MySqlConnection": "server=120.26.5.167;user id=root;password=Ropin1234%$#@;port=8605;persistsecurityinfo=True;database=SH_HB_Test;sslMode=None",
+    //"RedisConnection": "60.204.212.71:6380,defaultDatabase=2,password=1234566,connectTimeout=15000,syncTimeout=5000",
+
+    //"MySqlConnection": "server=60.204.212.71;user id=root;password=Ropin@EPE5744;port=5744;persistsecurityinfo=True;database=SH_HB_Owner_20250224;sslMode=None",
+    //"RedisConnection": "60.204.212.71,defaultDatabase=1,password=1234566,connectTimeout=15000,syncTimeout=5000",
+
+    "MySqlConnection": "server=60.204.212.71;user id=root;password=Ropin@EPE5744;port=5744;persistsecurityinfo=True;database=SH_HB_Owner_20250321;sslMode=None",
+    "RedisConnection": "60.204.212.71,defaultDatabase=1,password=1234566,connectTimeout=15000,syncTimeout=5000,abortConnect=false"
+
+  },
+  "WX": {
+    "Token": "qwertyuiop",
+    "AppId": "wx40250567e9c14ae6",
+    "Secret": "8c1117595f359f4ebc60650ed27e835a",
+    "Code2Session": "https://api.weixin.qq.com/sns/jscode2session?appid={0}&secret={1}&js_code={2}&grant_type=authorization_code"
+  },
+  "JWT": {
+    "Issuer": "yandaniu",
+    "Audience": "TestAudience",
+    "IssuerSigningKey": "yandaniu1234567890",
+    "AccessTokenExpiresMinutes": "60",
+    "ValidAudience": "yandaniu",
+    "RefreshTokenAudience": "RefreshTokenAudience",
+    "RefreshTokenExpiresMinutes": "10080" //60*24*7
+  },
+  "Middleware": {
+    "QuartzNetJob": {
+      "Enabled": true
+    },
+    "Consul": {
+      "Enabled": false
+    }
+  },
+  "APIUrl": {
+    "PublicPushMessageAPI": "http://60.204.212.71:93/api/Account/PublicPushMessage"
+  },
+  "IniInflux": {
+    "infuxUrl": "http://60.204.212.71:8085/",
+    "infuxUser": "admin",
+    "infuxPwd": "123456"
+  },
+  "RabbitMQ": {
+    "HostName": "60.204.212.71", //IP地址
+    "Port": 5673, //端口号
+    "UserName": "admin", //用户账号
+    "VirtualHost": "/",
+    "Password": "ropin@epe" //用户密码
   }
 }

+ 50 - 1
Ropin.Environmentally.WebScada/appsettings.Staging.json

@@ -1,10 +1,59 @@
 {
-  "DetailedErrors": true,
   "Logging": {
     "LogLevel": {
       "Default": "Information",
       "Microsoft": "Warning",
       "Microsoft.Hosting.Lifetime": "Information"
     }
+  },
+  "AllowedHosts": "*",
+  "ConnectionSetting": {
+    //"MySqlConnection": "server=120.26.5.167;user id=root;password=Ropin1234%$#@;port=8605;persistsecurityinfo=True;database=SH_HB_Test;sslMode=None",
+    //"RedisConnection": "60.204.212.71:6380,defaultDatabase=2,password=1234566,connectTimeout=15000,syncTimeout=5000",
+
+    //"MySqlConnection": "server=60.204.212.71;user id=root;password=Ropin@EPE5744;port=5744;persistsecurityinfo=True;database=SH_HB_Owner_20250224;sslMode=None",
+    //"RedisConnection": "60.204.212.71,defaultDatabase=1,password=1234566,connectTimeout=15000,syncTimeout=5000",
+
+    "MySqlConnection": "server=60.204.212.71;user id=root;password=Ropin@EPE5744;port=5744;persistsecurityinfo=True;database=SH_HB_Owner_20250321;sslMode=None",
+    "RedisConnection": "60.204.212.71,defaultDatabase=1,password=1234566,connectTimeout=15000,syncTimeout=5000,abortConnect=false"
+
+  },
+  "WX": {
+    "Token": "qwertyuiop",
+    "AppId": "wx40250567e9c14ae6",
+    "Secret": "8c1117595f359f4ebc60650ed27e835a",
+    "Code2Session": "https://api.weixin.qq.com/sns/jscode2session?appid={0}&secret={1}&js_code={2}&grant_type=authorization_code"
+  },
+  "JWT": {
+    "Issuer": "yandaniu",
+    "Audience": "TestAudience",
+    "IssuerSigningKey": "yandaniu1234567890",
+    "AccessTokenExpiresMinutes": "60",
+    "ValidAudience": "yandaniu",
+    "RefreshTokenAudience": "RefreshTokenAudience",
+    "RefreshTokenExpiresMinutes": "10080" //60*24*7
+  },
+  "Middleware": {
+    "QuartzNetJob": {
+      "Enabled": true
+    },
+    "Consul": {
+      "Enabled": false
+    }
+  },
+  "APIUrl": {
+    "PublicPushMessageAPI": "http://60.204.212.71:93/api/Account/PublicPushMessage"
+  },
+  "IniInflux": {
+    "infuxUrl": "http://60.204.212.71:8085/",
+    "infuxUser": "admin",
+    "infuxPwd": "123456"
+  },
+  "RabbitMQ": {
+    "HostName": "60.204.212.71", //IP地址
+    "Port": 5673, //端口号
+    "UserName": "admin", //用户账号
+    "VirtualHost": "/",
+    "Password": "ropin@epe" //用户密码
   }
 }

+ 2 - 51
Ropin.Environmentally.WebScada/appsettings.json

@@ -1,59 +1,10 @@
 {
+  "DetailedErrors": true,
   "Logging": {
     "LogLevel": {
       "Default": "Information",
       "Microsoft": "Warning",
       "Microsoft.Hosting.Lifetime": "Information"
     }
-  },
-  "AllowedHosts": "*",
-  "ConnectionSetting": {
-    //"MySqlConnection": "server=120.26.5.167;user id=root;password=Ropin1234%$#@;port=8605;persistsecurityinfo=True;database=SH_HB_Test;sslMode=None",
-    //"RedisConnection": "60.204.212.71:6380,defaultDatabase=2,password=1234566,connectTimeout=15000,syncTimeout=5000",
-
-    //"MySqlConnection": "server=60.204.212.71;user id=root;password=Ropin@EPE5744;port=5744;persistsecurityinfo=True;database=SH_HB_Owner_20250224;sslMode=None",
-    //"RedisConnection": "60.204.212.71,defaultDatabase=1,password=1234566,connectTimeout=15000,syncTimeout=5000",
-
-    "MySqlConnection": "server=60.204.212.71;user id=root;password=Ropin@EPE5744;port=5744;persistsecurityinfo=True;database=SH_HB_Owner_20250321;sslMode=None",
-    "RedisConnection": "60.204.212.71,defaultDatabase=1,password=1234566,connectTimeout=15000,syncTimeout=5000,abortConnect=false"
-
-  },
-  "WX": {
-    "Token": "qwertyuiop",
-    "AppId": "wx40250567e9c14ae6",
-    "Secret": "8c1117595f359f4ebc60650ed27e835a",
-    "Code2Session": "https://api.weixin.qq.com/sns/jscode2session?appid={0}&secret={1}&js_code={2}&grant_type=authorization_code"
-  },
-  "JWT": {
-    "Issuer": "yandaniu",
-    "Audience": "TestAudience",
-    "IssuerSigningKey": "yandaniu1234567890",
-    "AccessTokenExpiresMinutes": "60",
-    "ValidAudience": "yandaniu",
-    "RefreshTokenAudience": "RefreshTokenAudience",
-    "RefreshTokenExpiresMinutes": "10080" //60*24*7
-  },
-  "Middleware": {
-    "QuartzNetJob": {
-      "Enabled": true
-    },
-    "Consul": {
-      "Enabled": false
-    }
-  },
-  "APIUrl": {
-    "PublicPushMessageAPI": "http://60.204.212.71:93/api/Account/PublicPushMessage"
-  },
-  "IniInflux": {
-    "infuxUrl": "http://60.204.212.71:8085/",
-    "infuxUser": "admin",
-    "infuxPwd": "123456"
-  },
-  "RabbitMQ": {
-    "HostName": "60.204.212.71", //IP地址
-    "Port": 5673, //端口号
-    "UserName": "admin", //用户账号
-    "VirtualHost": "/",
-    "Password": "ropin@epe" //用户密码
   }
-}
+}

+ 26 - 0
Ropin.Environmentally.WebScada/bin/Debug/net5.0/logs/2025/202503/20250326.txt

@@ -3,4 +3,30 @@
  2025-03-26 16:38:11,549  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [271] - MESSAGE: Task2-异常:An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure()' to the 'UseMySql' call.
  2025-03-26 16:39:10,147  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [271] - MESSAGE: Task2-异常:An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure()' to the 'UseMySql' call.
  2025-03-26 16:39:24,647  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [271] - MESSAGE: Task2-异常:An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure()' to the 'UseMySql' call.
+ 2025-03-26 17:35:18,824  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [1056] - MESSAGE: 2log-设备点预警报警-【fanyibox_devspot338301733131261139】修改为false【设备ID=8793c6c8-d855-421e-9fa1-d25f914bb730;ala[id]=338301733131261139;strAlaColour=green;sendmsg=true;devspotColour=yellow】---
+ 2025-03-26 17:35:19,237  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [1056] - MESSAGE: 2log-设备点预警报警-【fanyibox_devspot338301733132309733】修改为false【设备ID=8793c6c8-d855-421e-9fa1-d25f914bb730;ala[id]=338301733132309733;strAlaColour=green;sendmsg=true;devspotColour=yellow】---
+ 2025-03-26 17:35:20,814  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [933] - MESSAGE: -设备点开关机开始-进入状态不相等【设备ID=8793c6c8-d855-421e-9fa1-d25f914bb730,ala[value]=0】
+ 2025-03-26 17:35:20,914  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [946] - MESSAGE: {"devStoreCode":"8793c6c8-d855-421e-9fa1-d25f914bb730","devRunSpot":"338301733132309739","time":"2025-03-26T17:35:20.9047268+08:00"};发送RabbitMQ消息
+ 2025-03-26 17:35:55,864  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [271] - MESSAGE: Task2-异常:Timeout performing EXISTS webSocket_devStore_487963bd-efde-4322-869f-50956493a119, inst: 1, queue: 28, qu: 0, qs: 18, qc: 10, wr: 0, wq: 0, in: 0, ar: 0, clientName: DESKTOP-6J9CVS9, serverEndpoint: 60.204.212.71:6379, keyHashSlot: 10247 (Please take a look at this article for some common client-side issues that can cause timeouts: http://stackexchange.github.io/StackExchange.Redis/Timeouts)
+ 2025-03-26 17:36:30,728  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [969] - MESSAGE: 1log-设备点预警报警-进入报警-Begin【设备ID=aa4ae3b2-d7cd-47f3-b134-598e99208ac8;ala[id]=338301733128115320;strAlaColour=yellow;sendmsg=true;devspotColour=red】---
+ 2025-03-26 17:36:30,932  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [1021] - MESSAGE: 1log-设备点预警报警-发送RabbitMQ消息-设备报警【设备ID=aa4ae3b2-d7cd-47f3-b134-598e99208ac8;ala[id]=338301733128115320;strAlaColour=yellow;sendmsg=true;devspotColour=red;msgData={"C_DevStoreCode":"aa4ae3b2-d7cd-47f3-b134-598e99208ac8","C_MsgTypeCode":"MSG_TYPE_017","Subject":"设备点预警","Msg":"南大喷漆房2VOCs的主机2初中段压差D2设备点预警  设备点值:998.083","DevNumber":"2021083006","DevName":"南大喷漆房2VOCs","UserName":"设备","UserMobile":null,"DevAddress":null,"DevOpsName":null,"CreateOn":"2025/3/26 17:36:30","GenerationType":1,"msgStatus":1,"FileList":null}】---
+ 2025-03-26 17:36:52,703  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [933] - MESSAGE: -设备点开关机开始-进入状态不相等【设备ID=d705ceb5-7473-4b19-91dd-d3eff223f05b,ala[value]=1】
+ 2025-03-26 17:37:42,415  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [969] - MESSAGE: 1log-设备点预警报警-进入报警-Begin【设备ID=f451172e-ee94-44dd-931a-9eff5cf477e6;ala[id]=338301733124969517;strAlaColour=yellow;sendmsg=;devspotColour=green】---
+ 2025-03-26 17:37:42,583  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [1021] - MESSAGE: 1log-设备点预警报警-发送RabbitMQ消息-设备报警【设备ID=f451172e-ee94-44dd-931a-9eff5cf477e6;ala[id]=338301733124969517;strAlaColour=yellow;sendmsg=;devspotColour=green;msgData={"C_DevStoreCode":"f451172e-ee94-44dd-931a-9eff5cf477e6","C_MsgTypeCode":"MSG_TYPE_017","Subject":"设备点预警","Msg":"南小喷漆房1VOCs设备的主机1初中段压差D2设备点预警  设备点值:964.084","DevNumber":"20240122","DevName":"南小喷漆房1VOCs设备","UserName":"设备","UserMobile":null,"DevAddress":null,"DevOpsName":null,"CreateOn":"2025/3/26 17:37:42","GenerationType":1,"msgStatus":1,"FileList":null}】---
+ 2025-03-26 17:38:18,244  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [933] - MESSAGE: -设备点开关机开始-进入状态不相等【设备ID=186a5ab2-4cea-4d3b-a2ac-b582bef6961a,ala[value]=0】
+ 2025-03-26 17:38:18,304  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [946] - MESSAGE: {"devStoreCode":"186a5ab2-4cea-4d3b-a2ac-b582bef6961a","devRunSpot":"338301733138601313","time":"2025-03-26T17:38:18.3045865+08:00"};发送RabbitMQ消息
+ 2025-03-26 17:40:54,530  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [933] - MESSAGE: -设备点开关机开始-进入状态不相等【设备ID=a0bdb8f8-d996-4183-bd41-48a926fb8ad6,ala[value]=0】
+ 2025-03-26 17:40:54,590  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [946] - MESSAGE: {"devStoreCode":"a0bdb8f8-d996-4183-bd41-48a926fb8ad6","devRunSpot":"306860186326276769","time":"2025-03-26T17:40:54.590818+08:00"};发送RabbitMQ消息
+ 2025-03-26 17:42:40,178  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [933] - MESSAGE: -设备点开关机开始-进入状态不相等【设备ID=ef50d2e6-eea7-4975-be2f-b474dac680eb,ala[value]=1】
+ 2025-03-26 17:43:27,393  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [933] - MESSAGE: -设备点开关机开始-进入状态不相等【设备ID=006653c7-13df-4344-909e-a5efaca20f60,ala[value]=0】
+ 2025-03-26 17:43:27,453  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [946] - MESSAGE: {"devStoreCode":"006653c7-13df-4344-909e-a5efaca20f60","devRunSpot":"306860051000203797","time":"2025-03-26T17:43:27.4537169+08:00"};发送RabbitMQ消息
+ 2025-03-26 17:47:05,652  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [969] - MESSAGE: 1log-设备点预警报警-进入报警-Begin【设备ID=aa4ae3b2-d7cd-47f3-b134-598e99208ac8;ala[id]=338301733128115320;strAlaColour=red;sendmsg=true;devspotColour=yellow】---
+ 2025-03-26 17:47:05,834  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [1021] - MESSAGE: 1log-设备点预警报警-发送RabbitMQ消息-设备报警【设备ID=aa4ae3b2-d7cd-47f3-b134-598e99208ac8;ala[id]=338301733128115320;strAlaColour=red;sendmsg=true;devspotColour=yellow;msgData={"C_DevStoreCode":"aa4ae3b2-d7cd-47f3-b134-598e99208ac8","C_MsgTypeCode":"MSG_TYPE_012","Subject":"设备点报警","Msg":"南大喷漆房2VOCs的主机2初中段压差D2设备点报警  设备点值:1014.721","DevNumber":"2021083006","DevName":"南大喷漆房2VOCs","UserName":"设备","UserMobile":null,"DevAddress":null,"DevOpsName":null,"CreateOn":"2025/3/26 17:47:05","GenerationType":1,"msgStatus":1,"FileList":null}】---
+ 2025-03-26 17:51:56,081  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [969] - MESSAGE: 1log-设备点预警报警-进入报警-Begin【设备ID=aa4ae3b2-d7cd-47f3-b134-598e99208ac8;ala[id]=338301733128115320;strAlaColour=yellow;sendmsg=true;devspotColour=red】---
+ 2025-03-26 17:51:56,194  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [1021] - MESSAGE: 1log-设备点预警报警-发送RabbitMQ消息-设备报警【设备ID=aa4ae3b2-d7cd-47f3-b134-598e99208ac8;ala[id]=338301733128115320;strAlaColour=yellow;sendmsg=true;devspotColour=red;msgData={"C_DevStoreCode":"aa4ae3b2-d7cd-47f3-b134-598e99208ac8","C_MsgTypeCode":"MSG_TYPE_017","Subject":"设备点预警","Msg":"南大喷漆房2VOCs的主机2初中段压差D2设备点预警  设备点值:991.03","DevNumber":"2021083006","DevName":"南大喷漆房2VOCs","UserName":"设备","UserMobile":null,"DevAddress":null,"DevOpsName":null,"CreateOn":"2025/3/26 17:51:56","GenerationType":1,"msgStatus":1,"FileList":null}】---
+ 2025-03-26 17:52:26,465  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [271] - MESSAGE: Task2-异常:Timeout performing GET fanyibox_devStore_006653c7-13df-4344-909e-a5efaca20f60, inst: 1, queue: 59, qu: 0, qs: 59, qc: 0, wr: 0, wq: 0, in: 65536, ar: 0, clientName: DESKTOP-6J9CVS9, serverEndpoint: 60.204.212.71:6379, keyHashSlot: 12721 (Please take a look at this article for some common client-side issues that can cause timeouts: http://stackexchange.github.io/StackExchange.Redis/Timeouts)
+ 2025-03-26 17:59:11,384  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [271] - MESSAGE: Task2-异常:Timeout performing GET fanyibox_devspot_295458422370866044, inst: 1, queue: 57, qu: 0, qs: 7, qc: 50, wr: 0, wq: 0, in: 0, ar: 0, clientName: DESKTOP-6J9CVS9, serverEndpoint: 60.204.212.71:6379, keyHashSlot: 4613 (Please take a look at this article for some common client-side issues that can cause timeouts: http://stackexchange.github.io/StackExchange.Redis/Timeouts)
+ 2025-03-26 18:05:10,290  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [271] - MESSAGE: Task2-异常:Timeout performing EXISTS webSocket_devStore_186a5ab2-4cea-4d3b-a2ac-b582bef6961a, inst: 1, queue: 58, qu: 0, qs: 34, qc: 24, wr: 0, wq: 0, in: 0, ar: 0, clientName: DESKTOP-6J9CVS9, serverEndpoint: 60.204.212.71:6379, keyHashSlot: 2534 (Please take a look at this article for some common client-side issues that can cause timeouts: http://stackexchange.github.io/StackExchange.Redis/Timeouts)
+ 2025-03-26 18:07:08,199  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [271] - MESSAGE: Task2-异常:Timeout performing GET fanyibox_devspot_cede49bd-4a5d-4d4e-80e8-0e74d4c98c10, inst: 2, queue: 59, qu: 0, qs: 10, qc: 49, wr: 0, wq: 0, in: 0, ar: 0, clientName: DESKTOP-6J9CVS9, serverEndpoint: 60.204.212.71:6379, keyHashSlot: 4673 (Please take a look at this article for some common client-side issues that can cause timeouts: http://stackexchange.github.io/StackExchange.Redis/Timeouts)
+ 2025-03-26 18:09:39,424  INFO Ropin.Environmentally.WebScada.Work.HostedService.MoveNext [271] - MESSAGE: Task2-异常:Timeout performing GET fanyibox_devStore_006653c7-13df-4344-909e-a5efaca20f60, inst: 1, queue: 58, qu: 0, qs: 58, qc: 0, wr: 0, wq: 0, in: 0, ar: 0, clientName: DESKTOP-6J9CVS9, serverEndpoint: 60.204.212.71:6379, keyHashSlot: 12721 (Please take a look at this article for some common client-side issues that can cause timeouts: http://stackexchange.github.io/StackExchange.Redis/Timeouts)