refactor(opc): 移除信号1相关功能并更新配置

移除前端信号1配置项、后端信号1处理逻辑及相关API
更新OPC配置节点信息及启动脚本conda初始化
This commit is contained in:
2026-04-30 13:12:32 +08:00
parent 3ef502d737
commit 1e41834e46
7 changed files with 59 additions and 32 deletions

11
backend/.env Normal file
View File

@@ -0,0 +1,11 @@
# Oracle Database
ORACLE_DSN=localhost:1521/orcl
ORACLE_USER=pltm
ORACLE_PASSWORD=pltm123
# OPC-UA Server
OPC_URL=opc.tcp://127.0.0.1:49320
OPC_COUNTER_NODE=ns=2;s=通道 1.PLCFur.LineMeasure-1.SystemCounter
OPC_POLL_INTERVAL=2