master
commit
9f8c3344df
@ -0,0 +1,43 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<OutputType>Exe</OutputType>
|
||||||
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Remove="appsettings.json" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Content Include="appsettings.json">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="9.0.0" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\SlnMesnac.Business\SlnMesnac.Business.csproj" />
|
||||||
|
<ProjectReference Include="..\SlnMesnac.Common\SlnMesnac.Common.csproj" />
|
||||||
|
<ProjectReference Include="..\SlnMesnac.Config\SlnMesnac.Config.csproj" />
|
||||||
|
<ProjectReference Include="..\SlnMesnac.Extensions\SlnMesnac.Extensions.csproj" />
|
||||||
|
<ProjectReference Include="..\SlnMesnac.Generate\SlnMesnac.Generate.csproj" />
|
||||||
|
<ProjectReference Include="..\SlnMesnac.Ioc\SlnMesnac.Ioc.csproj" />
|
||||||
|
<ProjectReference Include="..\SlnMesnac.Model\SlnMesnac.Model.csproj" />
|
||||||
|
<ProjectReference Include="..\SlnMesnac.Mqtt\SlnMesnac.Mqtt.csproj" />
|
||||||
|
<ProjectReference Include="..\SlnMesnac.Plc\SlnMesnac.Plc.csproj" />
|
||||||
|
<ProjectReference Include="..\SlnMesnac.Quartz\SlnMesnac.Quartz.csproj" />
|
||||||
|
<ProjectReference Include="..\SlnMesnac.Redis\SlnMesnac.Redis.csproj" />
|
||||||
|
<ProjectReference Include="..\SlnMesnac.Repository\SlnMesnac.Repository.csproj" />
|
||||||
|
<ProjectReference Include="..\SlnMesnac.Rfid\SlnMesnac.Rfid.csproj" />
|
||||||
|
<ProjectReference Include="..\SlnMesnac.Serilog\SlnMesnac.Serilog.csproj" />
|
||||||
|
<ProjectReference Include="..\SlnMesnac.TouchSocket\SlnMesnac.TouchSocket.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
@ -0,0 +1,89 @@
|
|||||||
|
{
|
||||||
|
"Logging": {
|
||||||
|
"LogLevel": {
|
||||||
|
"Default": "Information",
|
||||||
|
"Microsoft": "Warning",
|
||||||
|
"Microsoft.Hosting.Lifetime": "Information"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"AllowedHosts": "*",
|
||||||
|
"AppConfig": {
|
||||||
|
"logPath": "F:\\Mesnac\\2023部门项目\\奥特佳-滁州3期\\源码\\HightWay_Middle_Ware\\SlnMesnac.WPF\\bin\\Debug\\net6.0-windows\\log",
|
||||||
|
"SqlConfig": [
|
||||||
|
{
|
||||||
|
"configId": "mes",
|
||||||
|
"dbType": 1,
|
||||||
|
"connStr": "server=192.168.1.120;uid=sa;pwd=123456;database=ATJ_581_DB"
|
||||||
|
},
|
||||||
|
//{
|
||||||
|
// "configId": "mcs",
|
||||||
|
// "dbType": 3,
|
||||||
|
// "connStr": "Data Source=175.27.215.92/helowin;User ID=aucma_scada;Password=aucma"
|
||||||
|
//},
|
||||||
|
{
|
||||||
|
"configId": "Local",
|
||||||
|
"dbType": 2,
|
||||||
|
"connStr": "Data Source=F:\\Mesnac\\2023部门项目\\奥特佳-滁州3期\\源码\\HightWay_Middle_Ware\\SlnMesnac.WPF\\bin\\Debug\\net6.0-windows\\data\\FData.db3"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"PlcConfig": [
|
||||||
|
{
|
||||||
|
"configId": 1,
|
||||||
|
"plcType": "MelsecBinaryPlc",
|
||||||
|
"plcIp": "127.0.0.1",
|
||||||
|
"plcPort": 6000,
|
||||||
|
"plcKey": "mcs",
|
||||||
|
"isFlage": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"configId": 2,
|
||||||
|
"plcType": "MelsecBinaryPlc",
|
||||||
|
"plcIp": "127.0.0.1",
|
||||||
|
"plcPort": 6001,
|
||||||
|
"plcKey": "cwss",
|
||||||
|
"isFlage": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"RfidConfig": [
|
||||||
|
{
|
||||||
|
"configId": 1,
|
||||||
|
"equipIp": "127.0.0.1",
|
||||||
|
"equipPort": 6003,
|
||||||
|
"equipKey": "test1",
|
||||||
|
"isFlage": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"configId": 2,
|
||||||
|
"equipIp": "127.0.0.1",
|
||||||
|
"equipPort": 6004,
|
||||||
|
"equipKey": "test2",
|
||||||
|
"isFlage": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"visionConfig": [
|
||||||
|
{
|
||||||
|
"VisionId": 1,
|
||||||
|
"VisionIp": "127.0.0.1",
|
||||||
|
"VisionPort": 7001,
|
||||||
|
"AGVID": "1",
|
||||||
|
"VisionState": "1",
|
||||||
|
"IsFlag": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"VisionId": 2,
|
||||||
|
"VisionIp": "127.0.0.1",
|
||||||
|
"VisionPort": 7002,
|
||||||
|
"AGVID": "2",
|
||||||
|
"VisionState": "1",
|
||||||
|
"IsFlag": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"AMRIP": "127.0.0.1",
|
||||||
|
|
||||||
|
|
||||||
|
"redisConfig": "175.27.215.92:6379,password=redis@2023",
|
||||||
|
"AGVIpConfig": "http://192.168.40.81:5102",
|
||||||
|
"TCPVisionConfig": "127.0.0.1:6000"
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue