Tags

Tags give the ability to mark specific points in history as being important
  • 02.06.01

    New PATCH release 02.06.01
    
    Changes since 02.06.00:
    * fix: UserStatistics needs to know presamples
      because first samples of COMPRESSION.TD should not enter the statistics
    * fix: out of bounds in corner case
      access to beyound end of array CHARGE.TD could happen since
      len(BUNCH_PATTERN) is not integer multiple of len(CHARGE.TD).
      At FLASH this did not happen because we were lucky that fw PILEUP module
      did not provide the data point were this would happen.
    * improvement: create separate UserStatistics instances
      for the charge-dependent signals in order to be more
      reliable when toroid input is not available or out of sync.
      Useful in particular with test setup on xlab1.
    * improve: testability on XLAB1
  • 02.06.00

    15e67ad7 · update submodules ·
    New MINOR release 02.06.00
    
    Changes since 02.05.04:
    *     UserStatistics
  • 02.05.04

    a50f2f6f · inc patch version ·
    New PATCH release 02.05.04
    
    Changes since 02.05.03:
    * commit 638cb420adc7914e0425836bb0a8e53ab1363938
    |
    |     fix: bunch pattern input is signed
    |
    |     but must be reinterpreted as unsigned.
    |     Otherwise, turning on most significant bit (as done for FLASH/PolariX
    |     special bunches) results in timingWord=0 and the bunch is filtered out
  • 02.05.03

    New PATCH release 02.05.03
    
    Changes since 02.05.02:
    * commit 367e7824a3a719e65d7b8ea9e8e5d386507c4e27
    |
    |     option to turn off destination-dependent bunch filtering
    |
    |     Set to 0 as a workaround in FLASH to avoid problems with special bunches
    |     being filtered out
  • 02.05.02

    132e5132 · fix: use tagged map-file ·
    New PATCH release 02.05.02
    
    Changes since 02.05.01:
    * fix: use tagged map-file
    * remove dependency on ttf-scripts
      since I don't know whether theyre installed by default on crates
      (dependency on doocstools remains)
  • 02.05.01

    New PATCH release 02.05.01
    
    Changes since 02.05.00:
    * fix: remove boost/dll includes
  • 02.05.00

    New MINOR release 02.05.00
    
    Changes since 02.04.02:
    * unify internal handling of MCS properties SA<i>,ALL,DUD
    * switch to ApplicationCore/VersionInfoProvider
    * use BunchClassifier from genericservermodules
  • 02.04.02

    0f9767f5 · increase patch version ·
    New PATCH release 02.04.02
    
    Changes since 02.04.01:
    * call new config-generator scripts (3.0)
    * cmake: use imported targets
  • 02.04.01

    New PATCH release 02.04.01
    
    *   bugfix: fiter out FLASH destination none
  • 02.04.00

    New MINOR release 02.04.00
    
    * changes for bcm fw 2.0:
      take flattop timer info from bcm fw
    
    * migrate to ApplicationCore 3
  • 02.03.02

    New PATCH release 02.03.02
    
    Changes since 02.03.01:
    	fix type of SAMPLE_FREQ, should be float
  • 02.03.01

    New PATCH release 02.03.01
     support for FLASH
  • 02.03.00

    1174288a · update from config ·
    Release: 02.03.00
    New MINOR release 02.03.00
    -     new feature: charge normalized compression
    -     new feature: bunchLength calculated from normalized compression
    -     first bunch/dump feature
    -     add configuration option for TOROID at FLASH
    -     configration option upSamplingMethod
    -     add server version number
    -     improve data consistency handling; turning of macropulse matching no longer neccessary
    -     refactoring:
            separate channels for bcm channels
            remove bunchclassifier targets, directly compile in code
            unify filtering implementation for first SASE/FT/Dump for all modules
            introduce commonly used interface for timer
  • 02.02.00

    4026d128 · updates for fw 1.2.0 ·
    New MINOR release 02.02.00
    
    updates for fw 1.2.0
  • 02.01.02

    New PATCH release 02.01.02
      fix time offset used in BeamlineSorter
  • 02.01.01

    c260dd18 · increase patch level ·
    New PATCH release 02.01.01
    
      allow turing off Bunchpattern filtering of COMPRESSION.TD
  • 02.01.00

    New MINOR release 02.01.00
    
    - new property naming scheme
    - fix first bunch per SASE calculation
    - DAQ properties via ZMQ - PRE_SAMPLES, SAMPLE_FREQ are now process vars
    - include PRE_SAMPLES as a fixed setting, changes calculations in compression statistics a bit
    - flattop-filtered signal
    - disable bunch pattern log output unless  debug
  • 02.00.01

    e137211c · minor bugfix ·
    New PATCH release 02.00.01
    
    Changes since 02.00.00:
        - fix that trailing spaces coming from DOOCS readout lead to "file to found" error
        - make doocs commands independent of facility and device, but RPC_LIBNO
          dependent instead. This ensures less dependency on config package.
        - fix minor bug which could theoretically cause a crash
  • 02.00.00

    01a94bcb · fix gcc warning ·
    New MAJOR release 02.00.00
    
    Changes since 01.00.02:
     * bunch compression statistics evaluation
     * bunch sorting into beamlines according to timing system
  • 01.00.02

    New PATCH release 01.00.02
    
    Changes since 01.00.01:
    	rename executable bcm-server -> bcm_server