|
|
|
|
@ -208,7 +208,12 @@ public class PlcEventTask { |
|
|
|
|
String devpName = property.getDevpName(); |
|
|
|
|
String address = property.getAddress(); |
|
|
|
|
businPlcException = new BusinPlcException(); |
|
|
|
|
if (pointType.equals("99")) { |
|
|
|
|
if (pointType.equals("oneBoverlength")||pointType.equals("oneAoverlength") |
|
|
|
|
||pointType.equals("oneLwide")||pointType.equals("oneRwide") |
|
|
|
|
||pointType.equals("oneHigh")||pointType.equals("ontExit") |
|
|
|
|
||pointType.equals("twoBoverlength")||pointType.equals("twoAoverlength") |
|
|
|
|
||pointType.equals("twoLwide")||pointType.equals("twoRwide") |
|
|
|
|
||pointType.equals("twoHigh")) { |
|
|
|
|
if (pointMap.containsKey(address) && Boolean.valueOf((pointMap.get(address).toString()))) { |
|
|
|
|
businPlcException.setPlcPoint(address); |
|
|
|
|
businPlcException.setExecMsg(devpName); |
|
|
|
|
|