...
Page properties | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Description
RFS radio frequency dataset included in RFS class
We export in memcached the following three keys, with the following content:
...
RFSA1001_DYN -radiofrequenza accumulatore
Static Fork
Dynamic Fork
LabVIEW dynamic cluster. In LabVIEW booleans take one byte.
Details
ADCDynArray ha 13 componenti, ciascuna rappresenta un valore letto dagli ADC. Traducendo il chName da float, si ottiene, per ciascun canale
(Vedi tabella a seguito per calcolo degli offset)
...
- 0 - TnrUpLSw Tuner Level Up
- 1 - TnrDwLSw Tuner Level Down
- 2 - PLCAllar PLC Allarm
- 3 - FstIntlk Fast Interlok
- 4 - ZMdFdbkO Zero Mode Feedback ON/OFF
- 5 - TnrDw Tuner UP
- 6 - ResetPLC Reset PLC
- 7 - IMPCW IMP/CW
- 8 - TnrUp Tuner Down
- 9 - AGCOnOff Aplitude Loop On/Off
- 10-PhsFdbkO Cavity Phase ON/Off
- 11-TnrMnAt Tuner Manual automatic
- 12-RFOnOff RF On Off
- 13-ErInOnOf ErIn ON/OFF
Detailed description of the dataset with calculated offsets
00 | DBL | elementName | |
08 | I32 | status | |
12 | I32 | consoleName | |
16 | U32 | errorMask | |
20 | U32 | errorMaskADC | |
24 | U32 | errorMaskDAC | |
28 | U32 | errorMaskIO | |
32 | TF | onLine | |
33 | TF | byPass | |
34 | TF | remote | |
35 | TF | busy | |
Beginning of the array of clusters ADCDynArray (Cluster structure must be known) | |||
36 | U16 | nr. of array components | arraySize |
40 | DBL | ADCDynArray.chName[0] | First component [i=0] |
48 | DBL | ADCDynArray.readOut[0] | First component [i=0] |
56 | DBL | ADCDynArray.readOutRaw[0] | First component [i=0] |
... | ... | ... | ... |
End of the array of clusters | |||
Beginning of the array of clusters DACDynArray (Cluster structure must be known) | |||
O1=394 | U16 | nr. of array components | arraySize |
O1+04 | DBL | DACDynArray.chName[0] | First component [i=0] |
O1+12 | DBL | DACDynArray.setting[0] | First component [i=0] |
O1+20 | DBL | DACDynArray.settingraw[0] | First component [i=0] |
... | ... | ... | ... |
End of the array of clusters | |||
Beginning of the array of clusters IODynArray (Cluster structure must be known) | |||
O2 | U16 | nr. of array components | arraySize |
O2+04 | DBL | IODynArray.chName[0] | First component [i=0] |
O2+12 | TF | IODynArray.value[0] | First component [i=0] |
... | ... | ... | |
End of the array of clusters | |||
O3+01 | DBL | tunerPosition |
...