wang
2024-05-09 93e36c526fe445c14d5fb19f3653f8a8e55e3a6c
hangzhoumesParent/common/servicebase/src/main/java/com/mes/device/PlcParameterInfo.java
@@ -105,9 +105,10 @@
        if (addressLength < 2) {
            return null;
        }
        int wordindex = index;
        return stringdatas[0] + "." + wordindex;
      /*  if (addressLength == 2) {
        if (addressLength == 2) {
            int wordindex = index;
            return stringdatas[0] + "." + wordindex;
        }
@@ -115,13 +116,8 @@
            int wordindex = index;
            int newIndex = wordindex + 13;
            return stringdatas[0] + "." + wordindex + "-" + newIndex;
        }
        return null;
    }
    public int getPlcAddress() {
        return addressIndex;
        }*/
//        return null;
    }
    public String getAddress() {