...
Offset [byte] | LabVIEW | Value | Comment |
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 | U32 | 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 | |||
Beginning of the array of clusters DACDynArray (Cluster structure must be known) | |||
O1 | U32 | nr. of array components | arraySize
The "O1" offset depends on the number of components of the preceeding arrays
|
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 | |||
Beginning of the array of clusters IODynArray (Cluster structure must be known) | |||
O2 | U32 | nr. of array components | arraySize
The "O2" offset depends on the number of components of the preceeding arrays
|
O2+04 | DBL | IODynArray.chName[0] | First component [i=0] |
O2+12 | TF | IODynArray.value[0] | First component [i=0] |
... | ... | ... | |
End of the array | |||
O3 | DBL | tunerPosition | The "O3" offset depends on the number of components of the preceeding arrays
|