Changeset 14775 for trunk/FACT++/scripts


Ignore:
Timestamp:
01/14/13 06:48:28 (12 years ago)
Author:
neise
Message:
added SET_FILE_FORMAT 2 hack into RATESCAN section
File:
1 edited

Legend:

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

    r14774 r14775  
    647647        dim.wait("RATE_SCAN", "Connected", 2700000);
    648648
     649        // this line is actually some kind of hack.
     650        // after the Ratescan, no data is written to disk. I don't know why, but it happens all the time
     651        // So I decided to put this line here as a kind of patchwork....
     652        dim.send("FAD_CONTROL/SET_FILE_FORMAT", 2);
     653       
    649654        console.out("Ratescan done.");
    650655        run = -1;
Note: See TracChangeset for help on using the changeset viewer.