- (버그수정) OperationMode -> CommMode

main
CJY 2025-08-01 13:28:55 +09:00
parent 60d2bf6c2e
commit b5285ab43a
1 changed files with 2 additions and 2 deletions

View File

@ -1533,7 +1533,7 @@ namespace INT63DC_6CH.Forms
if (weightLimit.ToString().Length != 0)
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);
}
}
@ -1566,7 +1566,7 @@ namespace INT63DC_6CH.Forms
if (weightLimit.ToString().Length != 0)
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);
}
}