2025-06-07 10:45:09 +08:00
|
|
|
{
|
|
|
|
|
"app": {
|
|
|
|
|
"name": "腾智微丝产线包装系统",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"features": {
|
|
|
|
|
"enable_serial_ports": false,
|
2025-06-13 15:57:26 +08:00
|
|
|
"enable_keyboard_listener": false,
|
2025-06-07 14:10:32 +08:00
|
|
|
"enable_camera": false
|
2025-06-16 13:21:17 +08:00
|
|
|
},
|
2025-06-17 14:12:34 +08:00
|
|
|
"base_url": "http://localhost:8084",
|
|
|
|
|
"mode": "standalone"
|
2025-06-07 10:45:09 +08:00
|
|
|
},
|
2025-06-16 17:17:55 +08:00
|
|
|
"apis": {
|
|
|
|
|
"get_tray_info": "/apjt/xcsc/tpda/getByTp_note/"
|
|
|
|
|
},
|
2025-06-07 10:45:09 +08:00
|
|
|
"database": {
|
2025-06-13 17:14:03 +08:00
|
|
|
"default": "sqlite",
|
|
|
|
|
"sources": {
|
|
|
|
|
"sqlite": {
|
|
|
|
|
"path": "db/jtDB.db",
|
|
|
|
|
"description": "默认SQLite数据库"
|
|
|
|
|
},
|
|
|
|
|
"postgresql": {
|
|
|
|
|
"host": "localhost",
|
|
|
|
|
"port": "5432",
|
|
|
|
|
"user": "postgres",
|
|
|
|
|
"password": "",
|
|
|
|
|
"name": "jtDB",
|
|
|
|
|
"description": "PostgreSQL数据库"
|
|
|
|
|
},
|
|
|
|
|
"mysql": {
|
|
|
|
|
"host": "localhost",
|
|
|
|
|
"port": "3306",
|
|
|
|
|
"user": "root",
|
|
|
|
|
"password": "",
|
|
|
|
|
"name": "jtDB",
|
|
|
|
|
"description": "MySQL数据库"
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-06-07 14:10:32 +08:00
|
|
|
},
|
|
|
|
|
"camera": {
|
|
|
|
|
"enabled": false,
|
|
|
|
|
"default_exposure": 20000,
|
|
|
|
|
"default_gain": 10,
|
|
|
|
|
"default_framerate": 30
|
2025-06-10 16:13:22 +08:00
|
|
|
},
|
|
|
|
|
"modbus": {
|
|
|
|
|
"host": "localhost",
|
|
|
|
|
"port": "5020"
|
2025-06-12 17:29:35 +08:00
|
|
|
},
|
2025-06-17 14:12:34 +08:00
|
|
|
"serial": {
|
|
|
|
|
"keyboard": {
|
|
|
|
|
"trigger_key": "Key.page_up"
|
|
|
|
|
},
|
|
|
|
|
"mdz": {
|
2025-06-12 17:29:35 +08:00
|
|
|
"bit": 10,
|
|
|
|
|
"code": "mdz",
|
|
|
|
|
"data_bits": 8,
|
|
|
|
|
"parity": "N",
|
|
|
|
|
"port": "9600",
|
|
|
|
|
"query_cmd": "01 03 00 01 00 07 55 C8",
|
|
|
|
|
"query_interval": 5,
|
|
|
|
|
"ser": "COM5",
|
|
|
|
|
"stop_bits": 1,
|
|
|
|
|
"timeout": 1
|
2025-06-17 14:12:34 +08:00
|
|
|
},
|
|
|
|
|
"cz": {
|
2025-06-12 17:29:35 +08:00
|
|
|
"bit": 10,
|
|
|
|
|
"code": "cz",
|
|
|
|
|
"data_bits": 8,
|
|
|
|
|
"parity": "N",
|
|
|
|
|
"port": "9600",
|
|
|
|
|
"ser": "COM2",
|
|
|
|
|
"stable_threshold": 10,
|
|
|
|
|
"stop_bits": 1,
|
|
|
|
|
"timeout": 1
|
|
|
|
|
}
|
2025-06-07 10:45:09 +08:00
|
|
|
}
|
|
|
|
|
}
|