- (버그수정) OperationMode -> CommMode
parent
60d2bf6c2e
commit
b5285ab43a
|
@ -1533,7 +1533,7 @@ namespace INT63DC_6CH.Forms
|
||||||
if (weightLimit.ToString().Length != 0)
|
if (weightLimit.ToString().Length != 0)
|
||||||
this.ChildFormMainDisplay.UpdateDisplayPinchPointAlarm(weightLimit.ToString());
|
this.ChildFormMainDisplay.UpdateDisplayPinchPointAlarm(weightLimit.ToString());
|
||||||
|
|
||||||
if (this.SystemConfig.EthernetOperationMode == (int)DataStore.E_CommMode.f4_Modbus)
|
if (this.SystemConfig.EthernetMode == (int)DataStore.E_CommMode.f4_Modbus)
|
||||||
this.Update30000ModbusData(i);
|
this.Update30000ModbusData(i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1566,7 +1566,7 @@ namespace INT63DC_6CH.Forms
|
||||||
if (weightLimit.ToString().Length != 0)
|
if (weightLimit.ToString().Length != 0)
|
||||||
this.ChildFormMainDisplay.UpdateDisplayPinchPointAlarm(weightLimit.ToString());
|
this.ChildFormMainDisplay.UpdateDisplayPinchPointAlarm(weightLimit.ToString());
|
||||||
|
|
||||||
if (this.SystemConfig.EthernetOperationMode == (int)DataStore.E_CommMode.f4_Modbus)
|
if (this.SystemConfig.EthernetMode == (int)DataStore.E_CommMode.f4_Modbus)
|
||||||
this.Update30000ModbusData(this.CollectionWeightData.Count - i);
|
this.Update30000ModbusData(this.CollectionWeightData.Count - i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue