dep_yangw
杨威 10 months ago
parent ab14e98b72
commit 45bbf3f1be

@ -50,7 +50,12 @@ namespace ProductionSystem.Untils.Tool
//上位机将四通阀运行到模式1启动水泵1运行致设定转速反馈PLC=1或2可以/不可以测试) //上位机将四通阀运行到模式1启动水泵1运行致设定转速反馈PLC=1或2可以/不可以测试)
var ba = ModeTypeEnum.BZ1_DB; var ba = ModeTypeEnum.BZ1_DB;
if (string.IsNullOrEmpty(GetCode()))
{
return;
}
if (D1004) if (D1004)
{ {
var stpStep = productStepService.QueryLatestStep(ba.ToString(), EquipmentEnum.FKSTF1ZT_DB.ToString(), Program.ProductType, GetCode()); var stpStep = productStepService.QueryLatestStep(ba.ToString(), EquipmentEnum.FKSTF1ZT_DB.ToString(), Program.ProductType, GetCode());

Loading…
Cancel
Save