...
Page properties | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Description
The DAFNE orbit is acquired by 4 front-end DEVILs (364, 365, 366, 367) and post processed by the DEVIL204.
The basic elements created by the 4 front-end DEVILs are:
...
[DEVIL364, 365, 366, 367] > [DEVIL204] > [Orbit_Proxy]
Requirements
Key name | Source | Write freq. [Hz] | Data size [byte] | Throughput | Fomat | Notes |
---|---|---|---|---|---|---|
GOD**001_STA | Orbit_Proxy | - | 2624 | - | typeDef | LV cluster [flattened to str] |
GOD**001_DYN | Orbit_Proxy | 10 | 46 | 0.45 | typeDef | LV cluster [flattened to str] |
ORBP*DAT_BUF | Orbit_Proxy | 10 | 1024 | 20 | 2D [DBL] | 2 rows of 64 DBL (row 0: hor, row 1: ver) [flattened to str] |
ORBE*DAT_BUF | Orbit_Proxy | 10 | 1024 | 20 | 2D [DBL] | 2 rows of 64 DBL (row 0: hor, row 1: ver) [flattened to str] |
ORBP*AVG_BUF | Orbit_Proxy | 10 | 1024 | 20 | 2D [DBL] | 2 rows of 64 DBL (row 0: hor, row 1: ver) [flattened to str] |
ORBE*AVG_BUF | Orbit_Proxy | 10 | 1024 | 20 | 2D [DBL] | 2 rows of 64 DBL (row 0: hor, row 1: ver) [flattened to str] |
ORBP*VAR_BUF | Orbit_Proxy | 10 | 1024 | 20 | 2D [DBL] | 2 rows of 64 DBL (row 0: hor, row 1: ver) [flattened to str] |
ORBE*VAR_BUF | Orbit_Proxy | 10 | 1024 | 20 | 2D [DBL] | 2 rows of 64 DBL (row 0: hor, row 1: ver) [flattened to str] |
Total throughput
kbyte/s | Mbit/s |
---|---|
120 | 1 |
Keys usage
Example of LabVIEW code to use at level 1 to unflatten and extract the two projections of the orbit:
...