12 lines
231 B
Bash
12 lines
231 B
Bash
# 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
|
|
|
|
|