From 2b29f2810099d2beeb01c7d15d1ae64ce88d17a2 Mon Sep 17 00:00:00 2001 From: lss <Lss@HanInfo> Date: 星期二, 24 六月 2025 17:39:01 +0800 Subject: [PATCH] 入库算法优化 --- HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/HH.WCS.JiaTong.csproj | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/HH.WCS.JiaTong.csproj b/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/HH.WCS.JiaTong.csproj index 2be8c09..7a69da6 100644 --- a/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/HH.WCS.JiaTong.csproj +++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/HH.WCS.JiaTong.csproj @@ -62,6 +62,9 @@ <Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL"> <HintPath>..\packages\NLog.5.1.1\lib\net45\NLog.dll</HintPath> </Reference> + <Reference Include="NModbus, Version=3.0.81.0, Culture=neutral, processorArchitecture=MSIL"> + <HintPath>packages\NModbus.3.0.81\lib\net46\NModbus.dll</HintPath> + </Reference> <Reference Include="Opc.UaFx.Client, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0220af0d33d50236, processorArchitecture=MSIL"> <HintPath>..\packages\Opc.UaFx.Client.2.42.0\lib\net46\Opc.UaFx.Client.dll</HintPath> </Reference> @@ -71,8 +74,8 @@ <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL"> <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath> </Reference> - <Reference Include="S7.Net, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d5812d469e84c693, processorArchitecture=MSIL"> - <HintPath>..\packages\S7netplus.0.1.9\lib\net45\S7.Net.dll</HintPath> + <Reference Include="S7.Net, Version=0.20.0.0, Culture=neutral, PublicKeyToken=d5812d469e84c693, processorArchitecture=MSIL"> + <HintPath>packages\S7netplus.0.20.0\lib\net462\S7.Net.dll</HintPath> </Reference> <Reference Include="SqlSugar, Version=5.1.3.46, Culture=neutral, processorArchitecture=MSIL"> <HintPath>..\packages\SqlSugar.5.1.3.47\lib\SqlSugar.dll</HintPath> @@ -192,6 +195,7 @@ <Compile Include="models\BaseModel.cs" /> <Compile Include="models\Area.cs" /> <Compile Include="models\CntrItemDetail.cs" /> + <Compile Include="models\TASK_LIMIT.cs" /> <Compile Include="models\HangChaAGV.cs" /> <Compile Include="models\ErrorInfo.cs" /> <Compile Include="models\LocationExt.cs" /> -- Gitblit v1.9.1