From 5a9e2e97e78a05209a57a75a75678d67c32c58d5 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期六, 21 十月 2023 11:25:20 +0800
Subject: [PATCH] debug over
---
conf/apsClient.json | 29 ++++++++++++++++-------------
1 files changed, 16 insertions(+), 13 deletions(-)
diff --git a/conf/apsClient.json b/conf/apsClient.json
index 207a4c1..975c370 100644
--- a/conf/apsClient.json
+++ b/conf/apsClient.json
@@ -2,8 +2,8 @@
"system": {
"env": "develop",
"port": 8003,
- "deviceId": "DeviceID 1",
- "netSetShellPath": "/data/network",
+ "deviceId": "qwwt",
+ "netSetShellPath": "/data/network/",
"netUpShellName": "up.sh",
"netDownShellName": "down.sh"
},
@@ -20,23 +20,26 @@
"connMaxIdleTimeSecond": 3600
},
"Services":{
- "apsServer": "http://192.168.20.119:9081"
+ "apsServer": "http://192.168.20.119:9081",
+ "serial": "http://192.168.20.126:9987"
},
"nsqConf": {
"NodeId": "wangpengfei",
"nsqdAddr": "121.31.232.83:4150",
"nsqlookupdAddr":""
},
- "PLCAddresses":[
- {
- "fieldName": "绀轰緥瀛楁1",
- "address": "0x0001"
- },
- {
- "fieldName": "绀轰緥瀛楁2",
- "address": "0x0002"
- }
- ]
+ "plc": {
+ "finishNumberTimeInterval": 100,
+ "totalNumberTimeInterval": 1000,
+ "modbusIntType": "DINT",
+ "slaveId": 0,
+ "package": "goborrow",
+ "standbyTime": 300
+ },
+ "prompt": {
+ "safeProduce": "璇风‘璁ゅ畨鍏ㄧ敓浜э紒",
+ "plcNotConnected": "鏃犳硶鍔犺浇鐢熶骇鏁版嵁锛岃纭缁堢璁惧鏄惁姝e父杩愯锛�"
+ }
}
--
Gitblit v1.8.0