| | |
| | | array[11] = command.getDestinationPosXTwo(); |
| | | array[12] = command.getDestinationPosYTwo(); |
| | | array[13] = command.getDestinationPosZTwo(); |
| | | array[14] = command.getCommand(); |
| | | //array[14] = command.getCommand(); |
| | | array[14] = 1; |
| | | array[15] = command.getAckFinish(); |
| | | |
| | | // array[9] = command.getSourceStaNo(); |
| | |
| | | writeCount++; |
| | | continue; |
| | | } |
| | | OperateResultExOne<byte[]> resultRead = siemensNet.Read("DB100.0", (short) 24); |
| | | OperateResultExOne<byte[]> resultRead = siemensNet.Read("DB100.0", (short) 32); |
| | | if (resultRead.IsSuccess) { |
| | | CrnCommand one = new CrnCommand(); |
| | | one.setTaskNo(siemensNet.getByteTransform().TransInt16(resultRead.Content, 2)); |