You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
1.7 KiB
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"AppConfig": {
"logPath": "E:\\c#\\Logo\\slnmesnac\\SlnMesnac.WPF\\bin\\Debug\\net6.0-windows",
"SqlConfig": [
{
"configId": "AUCMA_Local",
"dbType": 2,
"connStr": "SqlsugarSetup加载时写在程序中动态加载目录"
},
{
"configId": "AUCMA_MES",
"dbType": 3,
"connStr": "Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=10.100.70.11)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=NMES)));User ID=mesprd;Password=Mes2o23prd;"
}
],
"PlcConfig": [
{
"configId": 1,
"plcType": "SiemensPlc",
// "plcIp": "10.10.51.11",
"plcIp": "127.0.0.1",
"plcPort": 102,
"plcKey": "plc",
"isFlage": true
},
{
"configId": 2,
"plcType": "MelsecBinaryPlc",
"plcIp": "127.0.0.1",
"plcPort": 6000,
"plcKey": "cwss",
"isFlage": false
}
],
"RfidConfig": [
{
"configId": 1,
"equipIp": "127.0.0.1",
"equipPort": 6000,
"equipKey": "test1",
"isFlage": false
},
{
"configId": 2,
"equipIp": "127.0.0.1",
"equipPort": 6009,
"equipKey": "test2",
"isFlage": false
}
]
//"ScannerConfig": [
// {
// "Id": 1,
// "Ip": "10.10.92.142",
// "Name": "test1"
// },
// {
// "Id": 2,
// "Ip": "10.10.92.143",
// "Name": "test2"
// }
//]
}
}