|
|
@ -87,7 +87,7 @@ public class WarnServiceImpl implements WarnService { |
|
|
try { |
|
|
try { |
|
|
|
|
|
|
|
|
pointValue = exaUtils.getNowData(EXA_IP, warnDO.getPointId()); |
|
|
pointValue = exaUtils.getNowData(EXA_IP, warnDO.getPointId()); |
|
|
outpointValue = exaUtils.getNowData(EXA_IP, warnDO.getPointId()); |
|
|
outpointValue = exaUtils.getNowData(EXA_IP, warnDO.getOutputPoint()); |
|
|
|
|
|
|
|
|
} catch (Exception e) { |
|
|
} catch (Exception e) { |
|
|
throw exception(EXA_REAL_FAILED, "EXA实时值读取失败: " + e.getMessage()); |
|
|
throw exception(EXA_REAL_FAILED, "EXA实时值读取失败: " + e.getMessage()); |
|
|
|