refactor(opc): 移除信号1相关功能并更新配置
移除前端信号1配置项、后端信号1处理逻辑及相关API 更新OPC配置节点信息及启动脚本conda初始化
This commit is contained in:
11
backend/.env
Normal file
11
backend/.env
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user