2025-06-07 10:45:09 +08:00
|
|
|
{
|
|
|
|
|
"app": {
|
|
|
|
|
"name": "腾智微丝产线包装系统",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"features": {
|
2025-06-30 09:58:16 +08:00
|
|
|
"enable_serial_ports": true,
|
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",
|
2025-06-26 18:26:22 +08:00
|
|
|
"mode": "standalone"
|
2025-06-07 10:45:09 +08:00
|
|
|
},
|
2025-06-16 17:17:55 +08:00
|
|
|
"apis": {
|
2025-06-18 15:48:13 +08:00
|
|
|
"get_tray_info": "/apjt/xcsc/tpda/getByTp_note/",
|
|
|
|
|
"get_gc_info": "/jsjt/xcsc/tprk/getBZGCInfoToWsbz.do",
|
|
|
|
|
"get_order_info": "/jsjt/xcsc/tprk/getXsddBzrkGridListToWsbz.do",
|
2025-06-19 08:40:16 +08:00
|
|
|
"add_order_info": "/jsjt/xcsc/tprk/bzrkAdd01.do",
|
2025-06-26 10:14:30 +08:00
|
|
|
"get_xpack": "/jsjt/xcsc/tprk/getXpackToWsbz.do"
|
2025-06-16 17:17:55 +08:00
|
|
|
},
|
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": {
|
2025-06-19 08:40:16 +08:00
|
|
|
"host": "221.229.106.186",
|
|
|
|
|
"port": "54321",
|
|
|
|
|
"user": "tzwalechat",
|
|
|
|
|
"password": "jsjt@2024",
|
|
|
|
|
"name": "tz_tzwalechat",
|
2025-06-13 17:14:03 +08:00
|
|
|
"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": {
|
2025-06-30 11:19:07 +08:00
|
|
|
"host": "192.168.2.88",
|
|
|
|
|
"port": "502"
|
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-30 09:58:16 +08:00
|
|
|
},
|
|
|
|
|
"scanner": {
|
|
|
|
|
"code": "scanner",
|
|
|
|
|
"data_bits": 8,
|
|
|
|
|
"parity": "N",
|
|
|
|
|
"port": "9600",
|
|
|
|
|
"ser": "COM3",
|
|
|
|
|
"stop_bits": 1,
|
|
|
|
|
"timeout": 1
|
2025-06-12 17:29:35 +08:00
|
|
|
}
|
2025-06-26 18:26:22 +08:00
|
|
|
},
|
|
|
|
|
"electricity": {
|
|
|
|
|
"auto_start": true
|
2025-06-07 10:45:09 +08:00
|
|
|
}
|
|
|
|
|
}
|