...
Key name | Source | Write freq. [Hz] | Data size [byte] | Throughput | Fomat | Notes |
---|---|---|---|---|---|---|
DAFNESTATELAB_JDAT | !CHAOS EU:DAFNE/ELAB/DAFNE_STATE | ~1-10Hz | ~250 | ~0 | The key content is a Json document with the following format. { "e_life" : 0.0, "p_life" : 0.0, "e":0.0, "p":0.0, "lumi":0.0, "p_nbunch" : 0, "e_nbunch" : 0, "dafne_status" : 3, "rf": 386667000.0, "btf_status" : 0 } | e_life: average electron life p_life: averate positron life e: average e- current in the ring p: average e+ current in the ring lumi: luminosity in barn dafne_status: inferred dafne status DAFNE Status Coding rf: Radio Freq (Hz) btf_status:0 btf staus |
DAFNE Status coding
State | Value | Description |
---|---|---|
STBY | 0 -1 | Stdby |
E- INJECT | 1 | injecting electrons |
E+ INJECT | 2 | injecting positrons |
E- STORED | 3 | only electrons in dafne |
E+ STORED | 4 | only positrons in dafne |
FILLED | 5 | beam not colliding |
COLLIDING | 6 | beam colliding (lumi>0) |
TIMING RUN E- | 9 | Timing is running and Mode E- |
TIMING RUN E+ | 10 | Timing is running and Mode E+ |
BTF Status coding
State | Value | Description |
---|---|---|
OFF | 0 | DHSTB001 <100 && DHPTB101 < 100 |
CONFIGURED | 1 | DHSTB001 >100 |
ON | 2 | DHSTB001 >100 && DHPTB101 > 100 |
Total throughput
kbyte/s | Mbit/s |
---|---|
~0 | ~0 |
...