버전 업그레이드

This commit is contained in:
2026-06-18 13:38:27 +09:00
parent a48a4b5fe5
commit ba33a78fec
37 changed files with 3355 additions and 1165 deletions

View File

@@ -1,6 +1,6 @@
{
"cognex": {
"ip": "169.254.0.1",
"ip": "192.168.1.2",
"port": 23
},
"basler": {
@@ -12,7 +12,7 @@
"speed_cms": 30.0
},
"db": {
"server": "Wizis.iptime.org,20220",
"server": "tcp:Wizis.iptime.org,20220",
"database": "MES_ANT",
"username": "AIUser",
"password": "AIUser"
@@ -23,5 +23,25 @@
},
"ai": {
"model_path": "ai/models/best.pt"
},
"mes": {
"selected_article_ids": [
"C1A1100001",
"C1A1100002",
"C1A1100003",
"C1A1200001",
"C1A1200002",
"C1A1200003",
"C1A1200005",
"D1A1100008",
"D1A1100009",
"D1A1100010",
"D1A1100011",
"D1A1200006",
"D1A1200007",
"D1A1200008",
"D1A1200009",
"D1I1100019"
]
}
}