|
@@ -601,12 +601,7 @@ namespace FurnaceRT.Equipments.PMs
|
|
|
SetBoatManualMotion(param);
|
|
|
return true;
|
|
|
});
|
|
|
- OP.Subscribe($"{Name}.SetCEXHEnable", (out string reason, int time, object[] param) =>
|
|
|
- {
|
|
|
- reason = string.Empty;
|
|
|
- SetCEXHEnable(param);
|
|
|
- return true;
|
|
|
- });
|
|
|
+
|
|
|
OP.Subscribe($"{Name}.SetF2ClnEnable", (out string reason, int time, object[] param) =>
|
|
|
{
|
|
|
reason = string.Empty;
|