feat: 초기 프로젝트 구조 추가
This commit is contained in:
27
config.json
Normal file
27
config.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user