|
|
@ -53,7 +53,7 @@ public class SxThirdPartyPlcCollectCellTaktStepService implements ISxThirdPartyP
|
|
|
|
SxWorkCellTaktCollectRecord workCellTaktCollectRecord = new SxWorkCellTaktCollectRecord();
|
|
|
|
SxWorkCellTaktCollectRecord workCellTaktCollectRecord = new SxWorkCellTaktCollectRecord();
|
|
|
|
workCellTaktCollectRecord.setWorkCenterCode(workCenterCode);
|
|
|
|
workCellTaktCollectRecord.setWorkCenterCode(workCenterCode);
|
|
|
|
workCellTaktCollectRecord.setWorkCellCode(workCellCode);
|
|
|
|
workCellTaktCollectRecord.setWorkCellCode(workCellCode);
|
|
|
|
workCellTaktCollectRecord.setWorkTakt(targetValue);
|
|
|
|
workCellTaktCollectRecord.setWorkTakt(String.valueOf(MathOperation.div(new Double(targetValue), new Double(10))));
|
|
|
|
workCellTaktCollectRecord.setOrganizeCode(organizeCode);
|
|
|
|
workCellTaktCollectRecord.setOrganizeCode(organizeCode);
|
|
|
|
workCellTaktCollectRecord.setSystemSyncStatus(MesPcnExtEnumUtil.IF_SYNC_STATUS.NO_SYNC.getValue());
|
|
|
|
workCellTaktCollectRecord.setSystemSyncStatus(MesPcnExtEnumUtil.IF_SYNC_STATUS.NO_SYNC.getValue());
|
|
|
|
ConvertBean.serviceModelInitialize(workCellTaktCollectRecord, MesPcnExtConstWords.JOB);
|
|
|
|
ConvertBean.serviceModelInitialize(workCellTaktCollectRecord, MesPcnExtConstWords.JOB);
|
|
|
|