diff --git a/Common/.vs/config/applicationhost.config b/Common/.vs/config/applicationhost.config index 40cde372..1b9332b4 100644 --- a/Common/.vs/config/applicationhost.config +++ b/Common/.vs/config/applicationhost.config @@ -155,7 +155,7 @@ - + diff --git a/Common/Docu/SoftwareDesign/Lastenheft Prüfstandsoftware - RIVER.docx b/Common/Docu/SoftwareDesign/Lastenheft Prüfstandsoftware - RIVER.docx index 6272e7b9..4bc970d8 100644 Binary files a/Common/Docu/SoftwareDesign/Lastenheft Prüfstandsoftware - RIVER.docx and b/Common/Docu/SoftwareDesign/Lastenheft Prüfstandsoftware - RIVER.docx differ diff --git a/Common/Ui/GenesisToolBox/FrmFwUpdate.cs b/Common/Ui/GenesisToolBox/FrmFwUpdate.cs index 061e69e1..df329445 100644 --- a/Common/Ui/GenesisToolBox/FrmFwUpdate.cs +++ b/Common/Ui/GenesisToolBox/FrmFwUpdate.cs @@ -1910,6 +1910,7 @@ namespace Xylem.Common.Ui.GenesisToolBox } _currentGenesis.SetLcdText(true, new Byte[] { 0x00, 0x00, 0x00, 0x00 }); + _currentGenesis.WriteRegister(Register.Genesisflow.StoreConfiguration, 1); _currentGenesis.Logout(); lblOverall.Visible = false; }