feat: 초기 프로젝트 구조 추가

This commit is contained in:
Kim Min Jae
2026-06-10 16:18:41 +09:00
parent 5d985560c5
commit a48a4b5fe5
100 changed files with 10530 additions and 0 deletions

27
config.json Normal file
View File

@@ -0,0 +1,27 @@
{
"cognex": {
"ip": "169.254.0.1",
"port": 23
},
"basler": {
"exposure": 10000,
"gain": 20
},
"conveyor": {
"distance_cm": 100.0,
"speed_cms": 30.0
},
"db": {
"server": "Wizis.iptime.org,20220",
"database": "MES_ANT",
"username": "AIUser",
"password": "AIUser"
},
"plc": {
"ip": "192.168.3.39",
"port": 5010
},
"ai": {
"model_path": "ai/models/best.pt"
}
}