Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -rcaa8c39a7f29badacdcc7a85ecc65d86d48c5978 -r610d25848e5127416f412bcdb5629bbaa1a92c75 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision caa8c39a7f29badacdcc7a85ecc65d86d48c5978) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 610d25848e5127416f412bcdb5629bbaa1a92c75) @@ -264,6 +264,9 @@ { pendingStartDGRequest = FALSE; signalSyncToHD(); + // Request the DG institutional values from HD in case DG was not restarted so DG did not request + // the institutional values at POST. Request again here for safety. + sendDGInstitutionalValuesRequestToHD(); requestNewOperationMode( DG_MODE_GENE ); } else if ( TRUE == pendingStartDGFlushRequest )