缺少单位

dep
杨威 5 months ago
parent 25ea21363f
commit 4c771d5e9d

@ -1990,10 +1990,10 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl
ControlsHelper.SetMCLabelMpa(LabelE.mainPress_V2_ActualValue, (float)Math.Round(PlcReadTemp.mainPress_V2_ActualValue_Set, 2)); ControlsHelper.SetMCLabelMpa(LabelE.mainPress_V2_ActualValue, (float)Math.Round(PlcReadTemp.mainPress_V2_ActualValue_Set, 2));
ControlsHelper.SetMCLabelMpa(LabelE.mainPress_V3_ActualValue, (float)Math.Round(PlcReadTemp.mainPress_V3_ActualValue_Set, 2)); ControlsHelper.SetMCLabelMpa(LabelE.mainPress_V3_ActualValue, (float)Math.Round(PlcReadTemp.mainPress_V3_ActualValue_Set, 2));
ControlsHelper.SetMCLabel(LabelE.mainPress_V4_ActualValue, (float)Math.Round(PlcReadTemp.mainPress_V4_ActualValue_Set, 2)); ControlsHelper.SetMCLabelMpa(LabelE.mainPress_V4_ActualValue, (float)Math.Round(PlcReadTemp.mainPress_V4_ActualValue_Set, 2));
ControlsHelper.SetMCLabel(LabelE.mainPress_V5_ActualValue, (float)Math.Round(PlcReadTemp.mainPress_V5_ActualValue_Set, 2)); ControlsHelper.SetMCLabelMpa(LabelE.mainPress_V5_ActualValue, (float)Math.Round(PlcReadTemp.mainPress_V5_ActualValue_Set, 2));
ControlsHelper.SetMCLabelMpa(LabelE.purgeV1_PV, (float)Math.Round(PlcReadTemp.purgeV1_PV_Set, 2)); ControlsHelper.SetMCLabelMpa(LabelE.purgeV1_PV, (float)Math.Round(PlcReadTemp.purgeV1_PV_Set, 2));
ControlsHelper.SetMCLabelMpa(LabelE.purgeV2_PV, (float)Math.Round(PlcReadTemp.purgeV2_PV_Set, 2)); ControlsHelper.SetMCLabelMpa(LabelE.purgeV2_PV, (float)Math.Round(PlcReadTemp.purgeV2_PV_Set, 2));
ControlsHelper.SetMCLabelMpa(LabelE.purgeV3_PV, (float)Math.Round(PlcReadTemp.purgeV3_PV_Set, 2)); ControlsHelper.SetMCLabelMpa(LabelE.purgeV3_PV, (float)Math.Round(PlcReadTemp.purgeV3_PV_Set, 2));

@ -492,7 +492,7 @@ namespace Mesnac.Action.ChemicalWeighing.Qu
if (main.enable) if (main.enable)
{ {
HslEnable.LanternBackground = System.Drawing.Color.Green; HslEnable.LanternBackground = System.Drawing.Color.Green;
BtnEnable.MCValue = "禁止使能"; BtnEnable.MCValue = "关闭使能";
} }
else else
{ {

@ -5234,7 +5234,7 @@
<Property name="MCEnabled">True</Property> <Property name="MCEnabled">True</Property>
<Property name="Text">0</Property> <Property name="Text">0</Property>
<Property name="ForeColor">ButtonHighlight</Property> <Property name="ForeColor">ButtonHighlight</Property>
<Property name="Location">398, 265</Property> <Property name="Location">397, 265</Property>
<Property name="Name">mainPress_V4_ActualValue</Property> <Property name="Name">mainPress_V4_ActualValue</Property>
<Property name="Size">11, 12</Property> <Property name="Size">11, 12</Property>
</Object> </Object>

Loading…
Cancel
Save