27 lines
432 B
JSON
27 lines
432 B
JSON
{
|
|
"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"
|
|
}
|
|
} |