From 5ded691db336e54e2d6cc5f3482b20b05b468d05 Mon Sep 17 00:00:00 2001 From: liuwf Date: Mon, 6 Nov 2023 11:31:34 +0800 Subject: [PATCH] =?UTF-8?q?add=20-=20=E6=9D=A1=E7=A0=81=E7=BB=91=E5=AE=9Ap?= =?UTF-8?q?lc=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Aucma.Core.CodeBinding/appsettings.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Aucma.Core.CodeBinding/appsettings.json b/Aucma.Core.CodeBinding/appsettings.json index 47890846..5dad934f 100644 --- a/Aucma.Core.CodeBinding/appsettings.json +++ b/Aucma.Core.CodeBinding/appsettings.json @@ -192,11 +192,14 @@ "ScannerGun": { //扫码枪 "Enabled": false }, - "Plc": { - "ConString": "127.0.0.1", - "Port": 6000, - "Enabled": true - } + "PLCServer": [ + { + "Id": 1, + "EquipName": "条码绑定Plc", + "IP": "127.0.0.1", + "Port": 6000 + } + ] }, "IpRateLimiting": { "EnableEndpointRateLimiting": false, //False: globally executed, true: executed for each