|
|
@ -86,7 +86,7 @@ public class CraftsStepService { |
|
|
|
Double temperature = params.getDouble("temperature"); |
|
|
|
log.info("工艺{},预热", HeatModuleCode.heat_module_04); |
|
|
|
//todo |
|
|
|
heatModuleService.heatRodOpen(HeatModuleCode.heat_module_04, temperature / 4); |
|
|
|
heatModuleService.heatRodOpen(HeatModuleCode.heat_module_04, temperature); |
|
|
|
deviceStateService.getDeviceState().getHeatModuleByCode(HeatModuleCode.heat_module_04).setTargetTemperature(temperature);//设置加热温度 |
|
|
|
deviceStateService.getDeviceState().getHeatModuleByCode(HeatModuleCode.heat_module_04).setHeatingType(HeatingType.heating);//加热中 |
|
|
|
webSocketService.pushCraftsDebug(CraftsDebugGenerator.generateJson(HeatModuleCode.heat_module_04.toString(), "退火区加热中", temperature)); |
|
|
|