diff --git a/python_scripts/LFRControlPlugin_reload_timegen.py b/python_scripts/LFRControlPlugin_reload_timegen.py --- a/python_scripts/LFRControlPlugin_reload_timegen.py +++ b/python_scripts/LFRControlPlugin_reload_timegen.py @@ -1,7 +1,7 @@ # LOAD FSW USING LINK 1 SpwPlugin0.StarDundeeSelectLinkNumber( 2 ) -dsu3plugin0.openFile("/opt/DEV_PLE/timegen-qt/bin/timegen") +dsu3plugin0.openFile("/opt/LFR/TIMEGEN/0.0.0.1/timegen") dsu3plugin0.loadFile() dsu3plugin0.run() diff --git a/python_scripts/LFRControlPlugin_startAll.py b/python_scripts/LFRControlPlugin_startAll.py --- a/python_scripts/LFRControlPlugin_startAll.py +++ b/python_scripts/LFRControlPlugin_startAll.py @@ -25,7 +25,7 @@ LFRControlPlugin0.TMEchoBridgeOpenPort() # LOAD TIMEGEN USING LINK 2 SpwPlugin0.StarDundeeSelectLinkNumber( 2 ) -dsu3plugin0.openFile("/opt/DEV_PLE/timegen-qt/bin/timegen") +dsu3plugin0.openFile("/opt/LFR/TIMEGEN/0.0.0.1/timegen") dsu3plugin0.loadFile() dsu3plugin0.run() diff --git a/src/processing/fsw_processing.c b/src/processing/fsw_processing.c --- a/src/processing/fsw_processing.c +++ b/src/processing/fsw_processing.c @@ -376,6 +376,8 @@ void BP_init_header( bp_packet *packet, // AUXILIARY DATA HEADER packet->sid = sid; packet->biaStatusInfo = 0x00; + packet->sy_lfr_common_parameters_spare = 0x00; + packet->sy_lfr_common_parameters = 0x00; packet->acquisitionTime[0] = 0x00; packet->acquisitionTime[1] = 0x00; packet->acquisitionTime[2] = 0x00; @@ -408,6 +410,8 @@ void BP_init_header_with_spare( bp_packe // AUXILIARY DATA HEADER packet->sid = sid; packet->biaStatusInfo = 0x00; + packet->sy_lfr_common_parameters_spare = 0x00; + packet->sy_lfr_common_parameters = 0x00; packet->time[0] = 0x00; packet->time[0] = 0x00; packet->time[0] = 0x00;