forked from I3-YF/i3plus-mes-pcn-yfai
jx pcn 采集生产数据
parent
75b02b2c0e
commit
5faef47bd6
10
modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/busi/collect/SxThirdPartyPlcCollectCellTaktMonitorHandler.java → modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/busi/collect/SxThirdPartyPlcCollectMonitorCellTaktHandler.java
10
modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/busi/collect/SxThirdPartyPlcCollectCellTaktMonitorHandler.java → modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/busi/collect/SxThirdPartyPlcCollectMonitorCellTaktHandler.java
@ -0,0 +1,32 @@
|
||||
package cn.estsh.i3plus.ext.mes.pcn.apiservice.serviceimpl.busi.collect;
|
||||
|
||||
/**
|
||||
* 第三方PLC数据采集-监控处理器-生产数据
|
||||
*/
|
||||
public class SxThirdPartyPlcCollectMonitorProductDataHandler extends SxThirdPartyPlcCollectMonitorHandler {
|
||||
|
||||
private volatile String plcCode2Flag;
|
||||
|
||||
private volatile String plcCode2Data;
|
||||
|
||||
public SxThirdPartyPlcCollectMonitorProductDataHandler(String org, String key) {
|
||||
super(org, key);
|
||||
initStepResult();
|
||||
}
|
||||
|
||||
private void initStepResult() {
|
||||
}
|
||||
|
||||
@Override
|
||||
public SxThirdPartyPlcCollectMonitorProductDataHandler doRetry(Object obj) {
|
||||
return doRetry(obj);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void execMonitor() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
10
modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/busi/step/jx/JxSnProcessingCollectDataStepService.java → modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/busi/step/jx/JxSnProcessingCollectProductDataStepService.java
10
modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/busi/step/jx/JxSnProcessingCollectDataStepService.java → modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/busi/step/jx/JxSnProcessingCollectProductDataStepService.java
Loading…
Reference in New Issue