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.
64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"AppConfig": {
|
|
"logPath": "F:\\Mesnac\\2025\\奥特佳项目\\奥特佳中继产线MES\\物料绑定\\ConsoleApp\\bin\\Debug\\net6.0-windows\\log",
|
|
"SqlConfig": [
|
|
{
|
|
"configId": "mes",
|
|
"dbType": 0,
|
|
//"connStr": "Data Source=119.45.202.115;Port=3306;Initial Catalog=db_iems;uid=root;pwd=haiwei@123;Charset=utf8mb4;SslMode=none;Connect Timeout=100"
|
|
"connStr": "Data Source=192.168.0.251;Port=3306;Initial Catalog=backup;uid=root;pwd=123456;Charset=utf8mb4;SslMode=none;Connect Timeout=100"
|
|
}
|
|
//{
|
|
// "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\\LSHData.db3"
|
|
//}
|
|
],
|
|
"PlcConfig": [
|
|
{
|
|
"configId": 1,
|
|
"plcType": "OmronNJPlc",
|
|
"plcIp": "192.168.0.120",
|
|
//"plcIp": "127.0.0.1",
|
|
"plcPort": 6000,
|
|
"plcKey": "plc",
|
|
"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
|
|
}
|
|
],
|
|
"redisConfig": "175.27.215.92:6379,password=redis@2023",
|
|
|
|
//"StationCode": "S130-1"
|
|
"StationCode": "A20"
|
|
}
|
|
}
|