|
|
@ -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());
|
|
|
|