Changeset 19573 for trunk/FACT++


Ignore:
Timestamp:
08/20/19 12:34:30 (5 years ago)
Author:
tbretz
Message:
An explicit reload sources is not needed anymore in GRB mode instead this is included in PREPARE_GRB which takes the role of STOP+RELOAD_SOURCES.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/Main.js

    r19531 r19573  
    832832    if (irq.toUpperCase()=="PREPARE")
    833833    {
    834         triggerReloadSources = true;
    835         dim.send("DRIVE_CONTROL/STOP");
     834        //triggerReloadSources = true;
     835        dim.send("DRIVE_CONTROL/PREPARE_GRB"); // STOP + RELOAD_SOURCES
    836836        irq = undefined;
    837837    }
Note: See TracChangeset for help on using the changeset viewer.