Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Key nameSource

Write freq. [Hz]

Data size [byte]

Throughput
[kbyte/s]

FomatNotes
GOD**001_STAOrbit_Proxy-2624-typeDef

LV cluster [flattened to str]

GOD**001_DYN

Orbit_Proxy10460.45typeDefLV cluster [flattened to str]
ORBP*DAT_BUFOrbit_Proxy10102420

2D [DBL]

2 rows of 64 DBL (row 0: hor, row 1: ver) [flattened to str]

ORBE*DAT_BUFOrbit_Proxy10102420

2D [DBL]

2 rows of 64 DBL (row 0: hor, row 1: ver) [flattened to str]

ORBP*AVG_BUFOrbit_Proxy10102420

2D [DBL]

2 rows of 64 DBL (row 0: hor, row 1: ver) [flattened to str]

ORBE*AVG_BUFOrbit_Proxy10102420

2D [DBL]

2 rows of 64 DBL (row 0: hor, row 1: ver) [flattened to str]

ORBP*VAR_BUFOrbit_Proxy10102420

2D [DBL]

2 rows of 64 DBL (row 0: hor, row 1: ver) [flattened to str]

ORBE*VAR_BUFOrbit_Proxy10102420

2D [DBL]

2 rows of 64 DBL (row 0: hor, row 1: ver) [flattened to str]

ORB-E-64-INFODEVIL704-~2500-

Json document

Static description of the orbit with name, ascissa and index of each element.

Expand
titleDetailed description
  • name: name of the BPM;
  • s (curvilinear abscissa), position along the ring [m];
  • i: index of the component containing the element "name" in the 64 DBL array containing all the orbit values. Should the index be equal -1, that element is just a placeholder and must be ignored (in this case name is "BPMDUMMY" and s is 0).
[
   {
      "name":"BPBEL101",
      "s":2.531,
      "i":0
   },
  {
    "name":"BPBEL102",
    "s":6.205,
    "i":1
  },

...

  {
    "name":"BPBEL209",
    “s":96.228,
    "i":59
  }
]


Orbita elettroni media@8  (hor + ver)DEVIL7045.51024


Orbita positroni media@8  (hor + ver)DEVIL7045.51024


Orbita elettroni media@N  (hor + ver)DEVIL7045.51024


Orbita positroni media@N  (hor + ver)DEVIL7045.51024


Orbita elettroni Std. Dev.@N  (hor + ver)DEVIL7045.51024


Orbita positroni Std. Dev.@N  (hor + ver)DEVIL7045.51024


Orbita elettroni raw  (hor + ver)DEVIL7045.51024


Orbita positroni raw  (hor + ver)DEVIL7045.51024


Total throughput

1
kbyte/sMbit/s120


Keys usage

Example of LabVIEW code to use at level 1 to unflatten and extract the two projections of the orbit:

...