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.

89 lines
2.2 KiB
JSON

1 year ago
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"AppConfig": {
"logPath": "D:\\net6.0-windows\\log",
1 year ago
"SqlConfig": [
1 year ago
{
"configId": "mes",
2 months ago
"dbType": 0,
//"connStr": "server=192.168.1.120;uid=sa;pwd=123456;database=ATJ_581_DB"
2 months ago
//"connStr": "server=119.45.202.115;uid=sa;pwd=haiwei@123;database=ATJ_581_DB"
//"connStr": "server=119.45.202.115;uid=root;pwd=haiwei@123;database=db_iems",
"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"
1 year ago
},
{
1 year ago
"configId": "Local",
"dbType": 2,
"connStr": "Data Source=F:\\Mesnac\\2023部门项目\\奥特佳-滁州3期\\源码\\HightWay_Middle_Ware\\SlnMesnac.WPF\\bin\\Debug\\net6.0-windows\\data\\HData.db3"
1 year ago
}
],
"PlcConfig": [
{
"configId": 1,
"plcType": "MelsecBinaryPlc",
//"plcIp": "127.0.0.1",
"plcIp": "192.168.1.33",
1 year ago
"plcPort": 6001,
"plcKey": "plc",
1 year ago
"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
}
],
"redisConfig": "175.27.215.92:6379,password=redis@2023",
"ComPort": "COM1",
2 months ago
"StationCode": "200"
},
"ProductConfig": {
"OKCount": "0",
"NGCount": "0"
},
"ChangeTypeConfig": {
2 months ago
"ProductType": "E34FU",
"KTProductType": "E34F",
"OpenFlag": "1"
1 year ago
}
}